blob: b2a56abe0076e798cac376dcbd68212bb6fd22f5 [file] [log] [blame]
Daniel Veillard8caa9c22003-06-02 13:35:24 +00001Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * encoding.c: small fix
4 * xmlIO.c: fixed an error message
5
Daniel Veillard0e0f37a2003-05-20 12:22:41 +00006Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9 accepting an improper UTF8 sequence
10
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +000011Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
12
13 * threads.c: applied the patch from Stéphane Bidoul for getting
14 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +000015 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +000016
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +000017Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
18
19 * HTMLtree.c: fixing bug #112904: html output method escaped
20 plus sign character in URI attribute.
21
Daniel Veillard781ac8b2003-05-15 22:11:36 +000022Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
23
24 * build_glob.py global.data globals.c parser.c
25 include/libxml/globals.h: patch from Stéphane Bidoul for setting
26 up threads global defaults.
27 * doc/libxml2-api.xml: this extends the API with new functions
28 * python/tests/Makefile.am python/tests/reader2.py
29 python/tests/thread2.py: integrated the associated testcase and
30 fixed the error string used in reader2
31
Daniel Veillard38b80a82003-05-14 18:59:00 +000032Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
33
34 * configure.in libxml.spec.in python/Makefile.am: trying
35 to conciliate --with-python= requirements and RPM builds,
36 a PITA really...
37
Daniel Veillard104caa32003-05-13 22:54:05 +000038Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
39
40 * HTMLparser.c: oops last commit introduced a memory leak.
41
Daniel Veillarde8b09e42003-05-13 22:14:13 +000042Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
43
44 * xmllint.c doc/xmllint.xml: added --nonet option
45 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
46 xsltproc or xmllint
47 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
48 rebuilt
49 * HTMLparser.c: cleaned up the HTML parser context build when
50 using an URL
51
Daniel Veillardd437d322003-05-13 21:07:01 +000052Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
53
54 * libxml.spec.in: added a comment about bug #112902
55
William M. Brack3dd57f72003-05-13 02:06:18 +000056Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
57
58 * minor cleanup of configure '--help' display
59 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
60
Daniel Veillardd72c7e32003-05-12 21:55:03 +000061Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
62
63 * tree.c: PI nodes in external subset were not freed :-\
64 fixes bug #112842
65
Daniel Veillard75bb3bb2003-05-12 15:25:56 +000066Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
67
68 * xmllint.c: added --schema option to run WXS schema validation
69 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
70 tried to improve error reporting in the Schema code, some cleanup
71 too.
72
Daniel Veillard82bbbd42003-05-11 20:16:09 +000073Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
74
75 * xmlschemas.c: fixed some problems in the handling of errors,
76 and attributes addressed by references.
77 * test/schemas/* result/schemas/*: dropped the verbosity level
78 and added a couple of new tests
79
Daniel Veillardadbb0e62003-05-10 20:02:45 +000080Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
81
82 * relaxng.c: Stéphane Bidoul found an off by one addressing
83 error on the error handling.
84
Daniel Veillarda77cf712003-05-09 23:09:55 +000085Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
86
87 * xmlschemastypes.c: trying to fix #112673
88
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +000089Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
90
91 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
92 warning, this fixed a bug and should close #111574
93
Daniel Veillard37fc84d2003-05-09 19:38:15 +000094Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
95
96 * xmlschemas.c: fixing bug #104081 with xs:all with an element
97 holding minOccurs="0"
98 * test/schemas/all_* result/schemas/all_*: added some regression
99 tests for that bug
100 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
101 Garry Pennington to compile without schemas support.
102
Daniel Veillarda067e652003-05-01 08:03:46 +0000103Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
104
105 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
106
Daniel Veillard61c52202003-04-30 12:20:34 +0000107Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
108
109 * xml2-config.in: try to fix Red hat bug #89957, do not
110 output -L/usr/lib64
111 * xmlreader.c: fixed a typo in a comment
112
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000113Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
114
115 * doc/tutorial/aph.html, ix01.html
116 forgot to cvs add the new files. Thanks to Roland van Laar
117 for pointing this out
118
Daniel Veillardd4330462003-04-29 12:40:16 +0000119Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
120
121 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
122 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
123 to the XML/XSLT doc generation closing #111799
124 * doc/html/*: complete update of the HTML results
125
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000126Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
127
128 * win32/defgen.xsl: fixed the conditional for unicode map,
129 removed hardcoded schema entries
130
131Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
132
133 * win32/defgen.xsl: new file, stylesheet for generating
134 win32/libxml2.def.src from doc/libxml2-api.xml
135 * win32/libxml2.def.src: is autogenerated from now on, changes
136 to this file will not appear here anymore
137
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000138Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
139
140 * win32/configure.js python/setup.py.in: applied patch
141 from Stéphane Bidoul for the Python bindings on the new
142 release.
143
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000144Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
145
146 * debugXML.c: included libxml/uri.h for xmlCanonicPath
147 declaration
148 * win32/configure.js: thread-enabled build is now default
149 * win32/libxml2.def.src: added more exports
150
Daniel Veillard1177ca42003-04-26 22:29:54 +0000151Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
152
153 * NEWS doc/*.xsl doc/*.html: updated the web site separated
154 developers from common pages, made the transition to XHTML1,
155 added validity checking to the makefile rules.
156
Daniel Veillard329456a2003-04-26 21:21:00 +0000157Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
158
159 * parser.c: fix for xmlIOParseDTD same as previous and reported
160 by Petr Pajas
161
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000162Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
163
164 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
165 closing #111638
166
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000167Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
168
169 * python/generator.py: fixed a problem in the generator where
170 the way functions are remapped as methods on classes was
171 not symetric and dependant on python internal hash order,
172 as reported by Stéphane Bidoul
173
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000174Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
175
176 * doc/tutorial:
177 xmltutorial.xml
178 xmltutorial.pdf
179 *.html
180 add appendix on generating compiler flags, more indexing
181
Daniel Veillard1c960272003-04-25 23:12:22 +0000182Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
183
184 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
185 to get libxml-2.5.7 to compile on OpenVMS
186
Daniel Veillardc5573462003-04-25 16:43:49 +0000187Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
188
189 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
190
Daniel Veillardfd583412003-04-25 13:22:10 +0000191Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
192
193 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
194 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
195 man page based on xsltproc and a stylesheet PI in the XML.
196
Daniel Veillarddc07e182003-04-25 10:39:38 +0000197Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
198
199 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
200 character preventing rendering by the man command.
201
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000202Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
203
204 * NEWS configure.in: preparing release 2.5.7
205 * doc/*: updated and rebuilt the docs
206 * doc/apibuild.py: fixed the script
207
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000208Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
209
210 * Makefile.am doc/apibuild.py: make sure the OOM code don't
211 get in the way of the builds
212 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
213
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000214Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
215
216 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
217 Memory test from Havoc Pennington #109368
218 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
219 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
220 include/libxml/parser.h: a lot of memory allocation cleanups
221 based on the results of the OOM testing
222 * check-relaxng-test-suite2.py: seems I forgot to commit the
223 script.
224
Daniel Veillard18f113d2003-04-23 15:18:26 +0000225Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
226
227 * xmlschemastypes.c: trivial fix for 109774 removing a warning
228
Daniel Veillard85095e22003-04-23 13:56:44 +0000229Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
230
231 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
232 more places where xmlCanonicPath() must be used to convert
233 filenames to URLs, trying to fix #111088
234
Daniel Veillard54396242003-04-23 07:36:50 +0000235Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
236
237 * python/libxml.c python/libxml.py: applied patch from
238 Brent M Hendricks adding binding for xmlCatalogAddLocal
239
Daniel Veillard45269b82003-04-22 13:21:57 +0000240Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
241
242 * HTMLparser.c: tried to fix #98879 again in a more solid
243 way.
244
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000245Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
246
247 * win32/libxml2.def.src: added more exports from the relaxng and
248 xmlreader clan
249
Daniel Veillardf431eb82003-04-22 08:37:26 +0000250Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
251
252 * SAX.c test/valid/ns* test/result/ns*: applied the patch
253 provided by Brent Hendricks fixing #105992 and integrated the
254 examples in the testsuite.
255
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000256Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
257
258 * TODO: updated a bit
259 * configure.in: fixed the comment, threads now default to on
260 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
261
Daniel Veillarda880b122003-04-21 21:36:41 +0000262Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
263
264 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
265 xmlreader.c include/libxml/parser.h: a lot of performance work
266 especially the speed of streaming through the reader and push
267 interface. Some thread related optimizations. Nearly doubled the
268 speed of parsing through the reader.
269
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000270Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
271
272 * doc/xmllint.xml
273 * doc/xmllint.1
274 update man page to explain use of --stream
275
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000276Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
277
278 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
279 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
280 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
281 include/libxml/globals.h include/libxml/xmlmemory.h: added
282 xmlMallocAtomic() to be used when allocating blocks which
283 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
284 to allow registering the full set of functions needed by
285 a garbage collecting allocator like libgc, ref #109944
286
Daniel Veillard84942712003-04-18 14:40:05 +0000287Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
288
289 * configure.in: switched to have thread support enabled by default,
290 didn't got troubles with ABI compatibility on Linux, hope it
291 won't break on strange OSes, if yes, report the system ID
292 * doc/libxml2-api.xml: just rebuilt the API
293
Daniel Veillard3e59fc52003-04-18 12:34:58 +0000294Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
295
296 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
297 added support for large file, tested with a 3+GB instance,
298 and some cleanup.
299 * catalog.c: added a TODO
300 * Makefile.am: added some "make tests" comments
301
Daniel Veillardac297932003-04-17 12:55:35 +0000302Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
303
304 * relaxng.c: some cleanups
305 * doc/xmlreader.html: extended the document to cover RelaxNG and
306 tree operations
307 * python/tests/Makefile.am python/tests/reader[46].py: added some
308 xmlReader example/regression tests
309 * result/relaxng/tutor*.err: updated the output of a number of tests
310
Daniel Veillard62163602003-04-17 09:36:38 +0000311Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
312
313 * relaxng.c: valgrind pointed out an uninitialized variable error.
314
Daniel Veillard33300b42003-04-17 09:09:19 +0000315Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
316
317 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
318 xmlreader.c: augnemting the APIs, cleanups.
319 * parser.c: cleanup bug #111005
320 * xmlIO.c: added some missing comments
321
Daniel Veillardce192eb2003-04-16 15:58:05 +0000322Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
323
324 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
325 trying to improve the subset compiled, and more testing.
326 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
327 documentation
328 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
329 * result/relaxng/*.err: fix some of the outputs
330
Daniel Veillardf4e55762003-04-15 23:32:22 +0000331Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
332
333 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
334 include/libxml/xmlreader.h: implemented streaming of
335 RelaxNG (when possible) on top of the xmlReader interface,
336 provided it as xmllint --stream --relaxng .rng .xml
337 This seems to mostly work.
338 * Makefile.am: updated to test RelaxNG streaming
339
Daniel Veillardc58f4ef2003-04-14 16:11:26 +0000340Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
341
342 * relaxng.c include/libxml/relaxng.h: integrated the regexp
343 based validity checking of fragments of the document for
344 which the RNG can be compiled to regexps. Works on all regression
345 tests, only fix needed is related to error messages.
346
Daniel Veillard52b48c72003-04-13 19:53:42 +0000347Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
348
349 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
350 include/libxml/xmlregexp.h: Starting work precompiling
351 parts of RelaxNG schemas. Not plugged onto validity checking
352 yet, just the regexp building part. Needed to extend some
353 of the automata and regexp APIs.
354
Daniel Veillardf6bad792003-04-11 19:38:54 +0000355Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
356
357 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
358 xmllint --stream and xmllint --stream --valid returns errors
359 code appropriately
360
Daniel Veillardc6cae7b2003-04-11 09:02:11 +0000361Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
362
363 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
364 and Next() operation to work on subtrees within the reader
365 framework.
366 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
367 * python/tests/reader5.py: added an example for those new
368 functions of the reader.
369
Daniel Veillard645c6902003-04-10 21:40:49 +0000370Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
371
372 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
373
Daniel Veillard9e077102003-04-10 13:36:54 +0000374Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
375
376 * xmlreader.c: fixing HasValue for namespace as raised by
377 Denys Duchier
378
Daniel Veillard02ea1412003-04-09 12:08:47 +0000379Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
380
381 * HTMLparser.c include/libxml/HTMLparser.h: exported
382 htmlCreateMemoryParserCtxt() it was static
383
Daniel Veillardd3b9cd82003-04-09 11:24:17 +0000384Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
385
386 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
387 update from Charles Bozeman for date and duration types
388 * test/schemas/date_0.* test/schemas/dur_0.*
389 result/schemas/date_0.* result/schemas/dur_0.*: updated too
390
Daniel Veillardc00cda82003-04-07 10:22:39 +0000391Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
392
393 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
394 fixing bug #107129, removing excessive allocation and calls
395 to *printf in the code to build QName strings.
396
Igor Zlatkovic69651182003-04-05 09:43:30 +0000397Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
398
399 * win32/libxml2.def.src: fixed conditional exports, reported by
400 Luke Murray.
401
Daniel Veillardadba5f12003-04-04 16:09:01 +0000402Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
403
404 * parser.c: fixed a possible problem with xmlRecoverMemory()
405
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000406Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
407
408 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
409 triostr.h: Bjorn sent an update for the TRIO portability layer.
410
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000411Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
412
413 * win32/libxml2.def.src: exported new functions
414
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000415Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
416
417 * configure.in NEWS: preparing release 2.5.6
418 * doc/*: updated and rebuilt the docs
419
Daniel Veillarde5020412003-04-01 09:55:20 +0000420Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
421
422 * SAX.c: fixed an uninitialized memory access pointed by valgrind
423 on C14Ntests
424
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000425Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
426
427 * relaxng.c: one more fixup of error message reporting
428
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000429Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
430
431 * relaxng.c: more work on bug #109225, and fixed an uninitialized
432 variable pointed out by valgrind
433
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000434Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
435
436 * relaxng.c: try to work on bug #109225 and provide better
437 error reports.
438 * result/relaxng/* : this change the output of a number of tests
439 * xinclude.c: fixing the parsed entity redefinition problem
440 raised on the list.
441 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
442
Daniel Veillardb3721c22003-03-31 11:22:25 +0000443Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
444
445 * xmlschemastypes.c: fixed date comparison to handle the tzo
446 The only failures left are disagreements on Notations and
447 '+1' not being allowed for ulong, uint, ushort and ubyte.
448
Daniel Veillard455cc072003-03-31 10:13:23 +0000449Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
450
451 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
452 to the XML Schemas errata
453 http://www.w3.org/2001/05/xmlschema-errata#e2-12
454
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000455Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
456
457 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
458 and facets support. Currently only schemas with binHex or
459 base64 don't compile. A few error left in the test suite:
460 found 1035 test instances: 919 success 23 failures
461 most are gdate or gdateyear failing check, and a few cases where
462 James clark tests results are strange.
463 * valid.c: allow to reuse the Notation checking routine without
464 having a validation context.
465 * SAX.c: removed a #if 0
466
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000467Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
468
469 * xinclude.c: forgot to apply one check from #106931 patch
470 * xmlschemastypes.c: more work on XML Schemas datatypes
471
Daniel Veillardc4c21552003-03-29 10:53:38 +0000472Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
475 on cleaning up XML Schemas datatypes based on James Clark tests
476 test/xsdtest/xsdtest.xml
477
Daniel Veillard80b19092003-03-28 13:29:53 +0000478Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
479
480 * relaxng.c: implemented comparisons for Schemas values.
481 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
482 some bugs in duration handling, comparisons for durations
483 and decimals, removed all memory leaks pointed out by James
484 testsuite. Current status is now
485 found 238 test schemas: 197 success 41 failures
486 found 1035 test instances: 803 success 130 failures
487
Daniel Veillard91a13252003-03-27 23:44:43 +0000488Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
489
490 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
491 leaks in the W3C XML Schemas code
492 * xmlschemastypes.c: implemented nonPositiveInteger
493 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
494 fixed the test and result.
495
Daniel Veillard6560a422003-03-27 21:25:38 +0000496Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
497
498 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
499 parser and a typo
500 * xmlschemastypes.c: reindenting, fixing a memory access
501 problem with dates.
502
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000503Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
504
505 * parser.c: fixing #109227 providing more context in case of
506 start/end tag mismatch
507 * python/tests/ctxterror.py python/tests/readererr.py: update the
508 tests accordingly
509
Daniel Veillardd9b72832003-03-27 14:24:00 +0000510Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
511
512 * xinclude.c: should fix #109327 errors on memory accesses
513
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000514Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
515
516 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
517 is an URI reference
518
Daniel Veillarde209b332003-03-26 21:40:13 +0000519Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
520
521 * xpath.c: fixed bug #109160 on non-ASCII IDs
522
Daniel Veillard642104e2003-03-26 16:32:05 +0000523Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
524
525 * parser.c: Norm suggested a nicer error message for xml:space values
526 errors
527
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000528Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
529
530 * xpath.c include/libxml/xpath.h: first part of the fix to
531 performance bug #108905, adds xmlXPathOrderDocElems() providing
532 document order for nodes.
533 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
534
Daniel Veillard09628212003-03-25 15:10:27 +0000535Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
536
537 * xmlschemastypes.c: removing a warning with Sun compiler
538 bug #109154
539
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000540Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
541
542 * doc/xmllint.xml
543 * doc/xmllint.1
544 update xmllint man page with --relaxng option
545
Daniel Veillard2032d292003-03-25 11:09:40 +0000546Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
547
548 * python/setup.py.in : was missing "drv_libxml2.py"
549
Daniel Veillard9adc0462003-03-24 18:39:54 +0000550Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
551
552 * tree.c xpath.c: some changes related to the new way of
553 handling Result Value Tree, before 2.5.5
554
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000555Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * configure.in NEWS: preparing release 2.5.5
558 * doc/* : updated the documentation and regenerated it.
559
Daniel Veillardef0b4502003-03-24 13:57:34 +0000560Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
561
562 * xpath.c: fixed some problems related to #75813 about handling
563 of Result Value Trees
564
Daniel Veillard9231ff92003-03-23 22:00:51 +0000565Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
566
567 * uri.c: applied a set of patches from Lorenzo Viali correcting
568 URI parsing errors.
569
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000570Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
571
572 * parser.c: validity status was not passed back when validating in
573 entities, but raised by Oliver Fischer
574
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000575Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
576
577 * HTMLtree.c: avoid escaping ',' in URIs
578
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000579Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
580
581 * parser.c: fixing bug #108976 get the ID/REFs to reference
582 the ID in the document content and not in the entity copy
583 * SAX.c include/libxml/parser.h: more checking of the ID/REF
584 stuff, better solution for #107208
585 * xmlregexp.c: removed a direct printf, dohhh
586 * xmlreader.c: fixed a bug on streaming validation of empty
587 elements in entities
588 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
589 cleanup of the validation tests
590 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
591 added more ID/IDREF tests to the suite
592
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000593Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
596 compiler.
597
Daniel Veillard20863822003-03-22 17:51:47 +0000598Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
599
600 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
601
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000602Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
603
604 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
605 defined in entities content
606
Daniel Veillard99737f52003-03-22 14:55:50 +0000607Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
608
609 * SAX.c: Fixed validation bug #108858 on namespace names using
610 entities and reported by Brent Hendricks
611 * xmllint.c: report xmlTextReaderHasValue() result in --stream
612 --debug output.
613
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000614Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
615
616 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
617 about the DocType node not being reported sometimes.
618 * python/tests/reader.py: added to test to the regression checks
619
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000620Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
621
622 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
623 reported by Edd Dumbill
624
Daniel Veillard77a90a72003-03-22 00:04:05 +0000625Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
626
627 * HTMLparser.c parser.c parserInternals.c: patch from
628 johan@evenhuis.nl for #107937 fixing some line counting
629 problems, and some other cleanups.
630 * result/HTML/: this result in some line number changes
631
Daniel Veillard580ced82003-03-21 21:22:48 +0000632Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
633
634 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
635 instead of libxml.spec
636 * relaxng.c: fixed some of the error reporting excessive
637 verbosity
638 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
639 xmlschemastypes.c: removed some warnings from gcc
640 * doc/libxml2-api.xml: rebuilt
641
Daniel Veillarde063f482003-03-21 16:53:17 +0000642Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
643
644 * relaxng.c: another optimization, for choice this time
645 * result/relaxng/spec1* result/relaxng/tutor12_1*
646 result/relaxng/tutor3_7: cleanups.
647
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000648Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
649
650 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
651 * test/relaxng/testsuite.xml: augmented the test suite
652 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
653 some schemas validation tests in the presence of foreign
654 namespaces.
655
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000656Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
657
658 * relaxng.c: added another interleave speedup.
659
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000660Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
661
662 * xmlschemastypes.c: added integer and fixed one of the
663 IDREFS regression tests pbm
664 * result/relaxng/docbook_0.err: updated
665
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000666Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
667
668 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
669 declared both in the DTD and in the Schemas <grin/>
670 * relaxng.c: more debug, added a big optimization for <mixed>
671 * test/relaxng/testsuite.xml: augmented the testsuite
672 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
673 DocBook example to the regression tests
674
Daniel Veillard798024a2003-03-19 10:36:09 +0000675Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * check-xsddata-test-suite.py: cosmetic change for output
678 * relaxng.c: try to minimize calls to malloc/free for states.
679
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000680Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
681
682 * tree.c: removed a warning
683 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
684 support
685 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
686 cleanup/improvements of the regression tests batch
687 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
688
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000689Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * relaxng.c: fixed error msg cleanup deallocation
692 * xmlschemastypes.c: added a function to handle lists of
693 atomic types, added support for IDREFS
694
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000695Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
696
697 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
698 and IDREF, usable from RelaxNG now
699 * include/libxml/xmlschemastypes.h: need to add a new interface
700 because the validation modifies the infoset
701 * test/relaxng/testsuite.xml: extended the testsuite
702
Daniel Veillard952379b2003-03-17 15:37:12 +0000703Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * relaxng.c: fixed the last core RelaxNG bug known #107083,
706 shemas datatype ID/IDREF support still missing though.
707 * xmlreader.c: fix a crashing bug with prefix raised by
708 Merijn Broeren
709 * test/relaxng/testsuite.xml: augmented the testsuite with
710 complex inheritance tests
711
Daniel Veillardfd573f12003-03-16 17:52:32 +0000712Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
713
714 * relaxng.c: switched back to the previous Relax-NG code base,
715 the derivation algorithm need severe constraining code to avoid
716 combinatorial explosion. Fixed the problem with Sebastian Rahtz
717 TEI based example and other bugs
718 * result/relaxng/*err: updated the results
719 * test/relaxng/testsuite.xml: started a new test suite
720
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000721Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
722
723 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
724 that the original RelaxNG validation code was un-fixeable, it got
725 rewritten to use the derivation algorithm from James Clark and
726 redebugged it (nearly) from scratch:
727 found 373 test schemas: 372 success 1 failures
728 found 529 test instances: 529 success 0 failures
729
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000730Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
731
732 * SAX.c parser.c: fix some recursion problems introduced in the
733 last release.
734 * relaxng.c: more debugging of the RNG validation engine, still
735 problems though.
736
Daniel Veillard5add8682003-03-10 13:13:58 +0000737Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
738
739 * Makefile.am: stop generating wrong result file with * in name
740 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
741 * result/relaxng/demo* test/relaxng/demo: added the tests from
742 Sebastian reproducing the problem.
743
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000744Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
745
Daniel Veillard5add8682003-03-10 13:13:58 +0000746 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
747 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000748
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000749Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
750
751 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
752 variable to control the indentation for the xmllint "--format"
753 option
754
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000755Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
756
757 * encoding.c: applied Gennady's patch against buffer overrun
758
Daniel Veillard42f12e92003-03-07 18:32:59 +0000759Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
760
761 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
762 Clark it appeared I had bug in URI parsing code ...
763 * relaxng.c include/libxml/relaxng.h: completely revamped error
764 reporting to not loose message from optional parts.
765 * xmllint.c: added timing for RNG validation steps
766 * result/relaxng/*: updated the result, all error messages changed
767
Daniel Veillardedfd5882003-03-07 14:20:40 +0000768Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
769
770 * xpath.c: fix bug #107804, the algorithm used for document order
771 computation was failing on attributes.
772
Daniel Veillard83391282003-03-06 21:37:30 +0000773Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
774
775 * valid.c: fix bug #107764 , possibility of buffer overflow
776 in xmlValidDebug()
777
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000778Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
779
780 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
781 from Philipp Dunkel
782
Daniel Veillard5f704af2003-03-05 10:01:43 +0000783Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
784
785 * xmlschemastype.c: made powten array static it should not be exported
786 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
787 parser function.
788 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
789
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000790Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
791
792 * tree.c: fixed a node dump crash on attributes
793 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
794 an URI test bug and get better output.
795
Daniel Veillard463a5472003-02-27 21:30:32 +0000796Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
797
798 * check-xsddata-test-suite.py: give more infos
799 * relaxng.c: fix a bug reported by Sebastian Rahtz and
800 REF->DEF in attribute values.
801
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000802Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
803
804 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
805 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
806 regression tests from James Clark.
807
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000808Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
809
810 * relaxng.c xmlschemas.c xmlschemastypes.c
811 include/libxml/xmlschemastypes.h: added param support for relaxng
812 type checking, started to increment the pool of simple types
813 registered, still much work to be done on simple types and
814 facets checkings.
815
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000816Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
817
818 * entities.c: fixes again one of the problem raised by
819 James Clark in #106788
820
Daniel Veillardc482e262003-02-26 14:48:48 +0000821Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
822
823 * relaxng.c: Fixed a couple of problem raised by James Clark
824 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
825 datatype level still not fixed though.
826
Daniel Veillard17bed982003-02-24 20:11:43 +0000827Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
828
829 * configure.in: preparing release 2.5.4
830 * doc/*: updated and rebuilt the docs
831 * relaxng.c: removed warnings
832 * result/relaxng/*: updated the results
833
Daniel Veillardf4be0182003-02-24 19:54:33 +0000834Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
835
836 * valid.c: fixes a DTD regexp generation problem.
837
Daniel Veillard02111c12003-02-24 19:14:52 +0000838Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
839
840 * parser.c: fixes bug #105998 about false detection of
841 attribute consumption loop.
842
Daniel Veillard2406abd2003-02-24 18:16:47 +0000843Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
844
845 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
846
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000847Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
848
849 * SAX.c: fixed bug #105992
850
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000851Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
852
853 * tree.c: fixed xmlSetProp and al. when the node passed is not an
854 element.
855 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
856 found 373 test schemas: 369 success 4 failures
857 found 529 test instances: 525 success 4 failures
858 * check-relaxng-test-suite.py: added memory debug reporting
859
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000860Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
861
862 * uri.c parser.c: some warning removal on Igor's patch
863 * tree.c: seems I messed up with #106788 fix
864 * python/libxml.c: fixed some base problems when Python provides
865 the resolver.
866 * relaxng.c: fixed the interleave algorithm
867 found 373 test schemas: 364 success 9 failures
868 found 529 test instances: 525 success 4 failures
869 the resulting failures are bug in the algorithm from 7.3 and
870 lack of support for params
871
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000872Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
873
874 * parser.c: another fix for nodeinfo in entities problem
875 * tree.c entities.c: fixed bug #106788 from James Clark
876 some spaces need to be serialized as character references.
877
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000878Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
879
880 * parser.c uri.c: fixed the bug I introduced in the path
881 handling, reported by Sebastian Bergmann
882
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000883Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
884
885 * parser.c: fixing some nodeinfo in entities problem raised
886 by Glenn W. Bach
887 * relaxng.c: implemented the first section 7.3 check
888 * result/relaxng/*: updated the results
889
Daniel Veillardc5312d72003-02-21 17:14:10 +0000890Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
891
892 * relaxng.c: fixed some problems in the previous commit
893 and finished implementing 4.16 rules checking
894 found 373 test schemas: 353 success 20 failures
895 found 529 test instances: 519 success 6 failures
896 * result/relaxng/*: updated the results
897
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000898Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
899
900 * relaxng.c: implemented checks from section 7.2
901
Daniel Veillard77648bb2003-02-20 15:03:22 +0000902Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
903
904 * relaxng.c: implemented the checks from section 7.1, fixed
905 some of the 4.20 and 4.21 problems.
906 found 373 test schemas: 338 success 35 failures
907 found 529 test instances: 519 success 6 failures
908 * result/relaxng/*: updated the results
909
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000910Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
911
912 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
913 * result/relaxng/*: updated the results
914
Daniel Veillardce14fa52003-02-19 17:32:48 +0000915Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
916
917 * relaxng.c: more bugfixes
918 * result/relaxng/*: updated the results
919
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000920Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
921
922 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
923 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
924 * SAX.c: ensured xmlDoc.URL is always canonic
925 * parser.c: obsoleted xmlNormalizeWindowsPath
926 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
927 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
928 * win32/libxml2.def.src: added few exports
929
930
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000931Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
932
933 * Makefile.am configure.in: patched to have shared libraries
934 for Python regression tests and static binaries for gdb debug
935 in my development environment
936 * relaxng.c: more bugfixes
937 found 373 test schemas: 296 success 77 failures
938 found 529 test instances: 516 success 8 failures
939 * result/relaxng/*: updated the results
940
Daniel Veillard8fe98712003-02-19 00:19:14 +0000941Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
942
943 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
944
Daniel Veillardd4310742003-02-18 21:12:46 +0000945Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
946
947 * xmlschemastypes.c: float/double check bugfix
948 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
949 validation
950 * xmlreader.c: add a TODO for Jody
951 * relaxng.c: bugfix bugfix bugfix
952 found 373 test schemas: 300 success 73 failures
953 found 529 test instances: 507 success 10 failures
954 * result/relaxng/*: updated the results
955
Daniel Veillard2df2de22003-02-17 23:34:33 +0000956Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
957
958 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
959
Daniel Veillard416589a2003-02-17 17:25:42 +0000960Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
961
962 * relaxng.c check-relaxng-test-suite.py: more work on the
963 RelaxNG implementation conformance testing.
964 found 373 test schemas: 284 success 89 failures
965 found 529 test instances: 448 success 47 failures
966 * result/relaxng/*: updated the results
967
Daniel Veillard784b9352003-02-16 15:50:27 +0000968Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
969
970 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
971 a patch from Kjartan Maraas to fix some typos
972
Daniel Veillardfebcca42003-02-16 15:44:18 +0000973Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
974
975 * relaxng.c: more bug-hunting
976 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
977 intermediate rng tree
978 * python/generator.py: patch from Stephane Bidoul to fix the generator
979 on python < 2.2
980
Daniel Veillardd2298792003-02-14 16:54:11 +0000981Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
982
983 * check-relaxng-test-suite.py relaxng.c: more testing on the
984 Relax-NG front, cleaning up the regression tests failures
985 current state and I forgot support for "mixed":
986 found 373 test schemas: 280 success 93 failures
987 found 529 test instances: 401 success 68 failures
988 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
989 moved the Name, NCName and QName validation routine in tree.c
990 * uri.c: fixed handling of URI ending up with #, i.e. having
991 an empty fragment ID.
992 * result/relaxng/*: updated the results
993
Daniel Veillard9a237c92003-02-13 15:52:58 +0000994Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
995
996 * check-xinclude-test-suite.py: improved the script accordingly
997 to the XInclude regression tests updates
998 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
999 November 2002
1000 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1001 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1002 augmented the Xpointer testsuite for the element() scheme
1003
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001004Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1005
1006 * relaxng.c: added TODO for the DTD compatibility spec
1007 * xinclude.c: more bug fixes driven by the testsuite
1008
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001009Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1010
1011 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1012 regression tests for XInclude, improved the script, improving
1013 XInclude error reporting mechanism
1014
Daniel Veillard1d788d22003-02-10 16:21:58 +00001015Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1016
1017 * NEWS doc/* configure.in: preparing release 2.5.3
1018
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001019Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1020
1021 * tree.c: trying to fix #104934 about some XHTML1 serialization
1022 issues.
1023
Daniel Veillard809faa52003-02-10 15:43:53 +00001024Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1025
1026 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1027 encoding conversion when the input buffer stops in the
1028 middle of a multibyte char
1029
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001030Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1031
1032 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1033 * check-relaxng-test-suite.py: python script to run regression
1034 against OASIS RelaxNG testsuite
1035 * relaxng.c: some cleanup tweaks
1036 * HTMLparser.c globals.c: cleanups in comments
1037 * doc/libxml2-api.xml: updated the API
1038 * result/relaxng/*: errors moved files, so large diffs but
1039 no changes at the semantic level.
1040
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001041Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1042
1043 * tree.c: fixing #105678 problem when dumping a namespace node.
1044
Daniel Veillard591b4be2003-02-09 23:33:36 +00001045Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1046
1047 * xpath.c: fixed doc comment problems
1048 * python/generator.py python/libxml_wrap.h python/types.c: adding
1049 RelaxNG wrappers
1050 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1051 test of those early Python RelaxNG bindings
1052
1053Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001054
1055 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1056 * relaxng.c: found the validation problem I had with interleave
1057 when not covering all remaining siblings
1058 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1059 testsuite and check the RNG schemas against the RNG schemas
1060 given in appendix A
1061
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001062Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1063
1064 * win32/Makefile.msvc: updates for RelaxNG
1065 * win32/Makefile.mingw: updates for RelaxNG
1066 * win32/libxml2.def.src: added RelaxNG exports
1067
Daniel Veillard97fd5672003-02-07 13:01:54 +00001068Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1069
1070 * xinclude.c: applied another bug fix from Sean Chittenden
1071
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001072Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1073
1074 * configure.in xmllint.c: I f...ed up the default configuration
1075 of schemas and --relaxng option display in xmllint, pointed by
1076 Morus Walter.
1077 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1078 detection module, fixes bug #105374.
1079
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001080Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1081
1082 * xmlschemastypes.c: added the boolean base type.
1083
Daniel Veillard96a4b252003-02-06 08:22:32 +00001084Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1085
1086 * xmlschemastypes.c: started implementing some of the missing
1087 default simple types
1088 * result/relaxng/*: updated the results
1089
Daniel Veillard72fef162003-02-05 14:31:19 +00001090Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1091
1092 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1093
Daniel Veillard71531f32003-02-05 13:19:53 +00001094Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1095
1096 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1097 * Makefile.am: use xmllint for doing the RelaxNG tests
1098 * configure.in: preparing 2.5.2 made schemas support default to
1099 on instead of off
1100 * relaxng.c: removed the verbosity
1101 * xmllint.c: added --relaxng option
1102 * python/generator.py python/libxml_wrap.h: prepared the integration
1103 of the new RelaxNG module and schemas
1104 * result/relaxng/*: less verbose output
1105
Daniel Veillardec498e12003-02-05 11:01:50 +00001106Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1107
1108 * valid.c: do not run content model validation if the
1109 content is not determinist
1110
Daniel Veillardde590ca2003-02-05 10:45:26 +00001111Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1112
1113 * SAX.c: added the redefinition of namespaced attribute
1114 check that was missing as Fabrice Desré pointed out.
1115
Daniel Veillard930dfb62003-02-05 10:17:38 +00001116Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1117
1118 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1119 improvements from Nick Kew, allowing to do more checking
1120 to HTML elements and attributes.
1121
Daniel Veillard4287c572003-02-04 22:48:53 +00001122Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1123
1124 * xinclude.c: fixing bug #105137 about entities declaration
1125 needing to be copied to the including document.
1126
Daniel Veillard652d8a92003-02-04 19:28:49 +00001127Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1128
1129 * catalog.c: fixed bug #104817 with delegateURI
1130 * xpath.c: fixing bugs #104123 and #104125
1131
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001132Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1133
1134 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1135 python/types.c: fixing #104096 to compile without regexps
1136
Daniel Veillard57e79b32003-02-04 15:33:12 +00001137Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1138
1139 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1140 when building the automata for elem*
1141
Daniel Veillard358a9892003-02-04 15:22:32 +00001142Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1143
1144 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1145 bug #103827
1146
Daniel Veillardeb137172003-02-04 15:18:06 +00001147Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1148
1149 * HTMLparser.c: updating a comment, fixing #103776
1150
Daniel Veillard8d589042003-02-04 15:07:21 +00001151Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1152
1153 * parser.c: fixing bug 105049 for validity checking of content
1154 within recursive entities.
1155
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001156Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1157
1158 * HTMLparser.c: try to fix # 105049
1159 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1160 * tree.c: updated a function comment
1161
Daniel Veillard419a7682003-02-03 23:22:49 +00001162Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1163
1164 * relaxng: more work on grammars and refs/defs
1165 * test/relaxng/* result/relaxng/*: augmented/updated the
1166 regression tests
1167
Daniel Veillard144fae12003-02-03 13:17:57 +00001168Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1169
1170 * relaxng: more work on name classes, except support
1171 * test/relaxng/* result/relaxng/*: augmented/updated the
1172 regression tests
1173
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001174Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1175
1176 * relaxng: more work on name classes, the "validate all" schemas
1177 seems to work now.
1178 * test/relaxng/* result/relaxng/*: augmented/updated the
1179 regression tests
1180
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001181Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1182
1183 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1184 * parser.c: put a guard against infinite document depth, basically
1185 trying to avoid another kind of DoS attack.
1186 * relaxng.c: some code w.r.t. nameClasses
1187
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001188Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1189
1190 * test/relaxng/* result/relaxng/*: check all the namespace support
1191 was actually correct based on tutorial section 10.
1192
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001193Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1194
1195 * relaxng: include seems to work okay now
1196 * test/relaxng/* result/relaxng/*: augmented/updated the
1197 regression tests
1198
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001199Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1200
1201 * relaxng.c: a bit of work done in the train back.
1202 * test/relaxng/*: added one of the include tests
1203
Daniel Veillard154877e2003-01-30 12:17:05 +00001204Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1205
1206 * relaxng: more work done in the train
1207 * test/relaxng/* result/relaxng/*: augmented/updated the
1208 regression tests
1209
Daniel Veillarde431a272003-01-29 23:02:33 +00001210Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1211
1212 * relaxng.c: debugging of externalRef
1213 * test/relaxng/* result/relaxng/*: augmented/updated the
1214 regression tests
1215
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001216Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1217
1218 * relaxng.c: more work on Relax-NG, implementing externalRef
1219 * test/relaxng/* result/relaxng/*: augmented/updated the
1220 regression tests
1221 * Makefile.am: cleanup to Relaxtests target
1222
Daniel Veillardb08c9812003-01-28 23:09:49 +00001223Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1224
1225 * relaxng.c: more work on Relax-NG, implementing interleave
1226 * test/relaxng/* result/relaxng/*: augmented/updated the
1227 regression tests
1228
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001229Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1230
1231 * relaxng.c: more work on Relax-NG, implementing interleave
1232 * test/relaxng/* result/relaxng/*: augmented/updated the
1233 regression tests
1234
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001235Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1236
1237 * doc/tutorial/customfo.xsl
1238 * doc/tutorial/customhtml.xsl
1239 adding stylesheet customizations used to generate fo
1240 for pdf and html
1241
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001242Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1243
1244 * relaxng.c: more work on Relax-NG
1245 * test/relaxng/* result/relaxng/*: augmented/updated the
1246 regression tests
1247 * xmlschemastypes.c: added a number of base type definition but not
1248 the associated checks, those are still TODOs
1249
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001250Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1251
1252 in docs/tutorial:
1253 * apa.html
1254 * apb.html
1255 * apc.html
1256 * apd.html
1257 * ape.html
1258 * apf.html
1259 * apg.html
1260 * ar01s02.html
1261 * ar01s03.html
1262 * ar01s04.html
1263 * ar01s05.html
1264 * ar01s06.html
1265 * ar01s07.html
1266 * ar01s08.html
1267 * index.html
1268 * xmltutorial.pdf
1269 * xmltutorial.xml
1270 add index to tutorial
1271
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001272Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1273
1274 * doc/xmlcatalog.1
1275 * doc/xmlcatalog_man.html
1276 * doc/xmlcatalog_man.xml
1277 belatedly fixing bug #93622 (adds rewriteURI type to
1278 "--add" option in xmlcatalog man page
1279
Daniel Veillard3be27512003-01-26 19:49:04 +00001280Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1281
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001282 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00001283 Julio Merino, closing #104475
1284
Daniel Veillardea3f3982003-01-26 19:45:18 +00001285Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1286
1287 * relaxng.c: more work on Relax-NG
1288 * test/relaxng/* result/relaxng/*: augmented/updated the
1289 regression tests
1290
Daniel Veillardedc91922003-01-26 00:52:04 +00001291Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1292
1293 * relaxng.c: more work on Relax-NG
1294 * test/relaxng/* result/relaxng/*: augmented/updated the
1295 regression tests
1296
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001297Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1298
1299 * README: updated the policy on private mail answers
1300 * relaxng.c: more work on Relax-NG
1301 * test/relaxng/* result/relaxng/*: augmented/updated the
1302 regression tests
1303
Daniel Veillard7424eb62003-01-24 14:14:52 +00001304Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1305
1306 * error.c parser.c tree.c: applied a documentation patch from
1307 Stefan Kost
1308
Daniel Veillard276be4a2003-01-24 01:03:34 +00001309Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1310
1311 * relaxng.c: more work on Relax-NG
1312 * doc/*: regenerated the docs
1313 * test/relaxng/* result/relaxng/*: updated and augmented the
1314 Relax-NG regression tests and results
1315
Daniel Veillard6eadf632003-01-23 18:29:16 +00001316Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1317
1318 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1319 First commit of the new Relax-NG validation code, not generally
1320 useful yet.
1321 * test/relaxng/* result/relaxng/*: current state of the regression
1322 tests
1323
Daniel Veillard814a76d2003-01-23 18:24:20 +00001324Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1325
1326 * tree.c: minimized the memory allocated for GetContent
1327 and a bit of cleanup.
1328
Daniel Veillardff12c492003-01-23 16:42:55 +00001329Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1330
1331 * python/generator.py: seems there is no good reasons to
1332 not generate bindings for XPointer
1333
Daniel Veillard540a31a2003-01-21 11:21:07 +00001334Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1335
1336 * xmlreader.c doc/apibuild.py: applied a new patch from
1337 Stéphane Bidoul for cleanups
1338 * doc/libxml2-api.xml: rebuilt the API description with
1339 new entry points
1340
Daniel Veillard417be3a2003-01-20 21:26:34 +00001341Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1342
1343 * xmlreader.c python/drv_libxml2.py python/generator.py
1344 python/libxml.c python/libxml.py python/libxml_wrap.h
1345 python/types.c: patch from Stéphane Bidoul for better per
1346 context error message APIs
1347 * python/tests/ctxterror.py python/tests/readererr.py:
1348 update of the tests
1349
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001350Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1351
1352 * doc/guidelines.html
1353 grammar and spelling cleanup
1354
Daniel Veillard26f70262003-01-16 22:45:08 +00001355Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1356
1357 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1358 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1359 a patch from Stéphane Bidoul to allow per XMLtextReader error
1360 and warning handling
1361 * python/tests/Makefile.am python/tests/readererr.py: adding the
1362 specific regression test
1363
Daniel Veillard71f9d732003-01-14 16:07:16 +00001364Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1365
1366 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1367 should raise a syntax error
1368
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001369Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1370
1371 * python/libxml.c: cleanup patch from Stéphane Bidoul
1372
Daniel Veillard81601f92003-01-14 13:42:37 +00001373Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1374
1375 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1376
Daniel Veillarde6227e02003-01-14 11:42:39 +00001377Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1378
1379 * python/generator.py python/libxml.c python/libxml.py
1380 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001381 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001382 Python level.
1383 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1384 regression test for it.
1385
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001386Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1387
1388 * xmlreader.c: fixed the streaming property of the reader,
1389 it was generating tree faster than consuming it. Pointed out
1390 by Nate Myers
1391 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1392
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001393Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1394
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001395 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001396
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001397Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1398
1399 * xpath.c: fix to the XPath implementation for parent and
1400 ancestors axis when operating on a Result Value Tree.
1401 Fixes bug #100271
1402
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001403Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1404
1405 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1406 to fix some URI/file escaping problems
1407
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001408Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1409
1410 * python/generator.py: fixed a bug raised by Raymond Wiker,
1411 docSetRootElement() should not raise an exception if the
1412 return is None
1413
Daniel Veillard3e20a292003-01-10 13:14:40 +00001414Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1415
1416 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1417 fixed bug #102181 by applying the suggested change and fixing
1418 the generation/registration problem.
1419
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001420Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1421
1422 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1423 routines.
1424
Daniel Veillard8f872442003-01-09 23:19:02 +00001425Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1426
1427 * parser.c: one more IsEmptyElement crazyness, that time in
1428 external parsed entities if substitution is asked.
1429 * python/tests/reader3.py: added a specific test.
1430
Daniel Veillarde329fc22003-01-09 21:36:42 +00001431Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1432
1433 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1434 support and improved error handler registration
1435
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001436Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1437
1438 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1439 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1440 * README: fixed a link
1441
Daniel Veillarde2830f12003-01-08 17:47:49 +00001442Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1443
1444 * configure.in doc/* NEWS: preparing 2.5.1 release
1445 * SAX.c parser.c: fixing XmlTextReader bug
1446
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001447Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1448
1449 * SAX.c: fuck, I introduced a memory leak on external parsed
1450 entities in 2.5.0 :-(
1451
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001452Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1453
1454 * xmllint.c: another fix needed as pointed by Christophe Merlet
1455 for --stream --debug if compiled without debug support.
1456
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001457Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1458
1459 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001460 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001461 update man page with --stream and --chkregister
1462
Daniel Veillard8326e732003-01-07 00:19:07 +00001463Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1464
1465 * globals.c: fixed --with-threads compile
1466 * xmllint.c: fixed --without-debug compile
1467 * include/libxml/globals.h: cleanup
1468 * include/libxml/schemasInternals.h: add a missing include
1469
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001470Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1471
1472 * configure.in NEWS: preparing 2.5.0 release
1473 * SAX.c: only warn in pedantic mode about namespace name
1474 brokeness
1475 * globals.c: fix a doc generation problem
1476 * uri.c: fix #101520
1477 * doc/*: updated and rebuilt the doc for the release, includuding
1478 stylesheet update
1479 * python/Makefile.am: fix a filename bug
1480
1481Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1482
1483 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1484 should not be called.
1485
1486Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1487
1488 * libxml-2.0.pc.in: applied the patch to fix #101894
1489
1490Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1491
1492 * tree.c : applied patch from Lukas Schroeder for register callbacks
1493 * valid.c: modified patch from Lukas Schroeder to test
1494 register callbacks with --chkregister
1495
1496Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1497
1498 * xmlreader.c: seriously changed the way data are pushed to
1499 the underlying parser, go by block of 512 bytes instead of
1500 tryng to detect tag boundaries at that level. Changed the
1501 way empty element are detected and tagged.
1502 * python/tests/reader.py python/tests/reader2.py
1503 python/tests/reader3.py: small changes mostly due to context
1504 reporting being different and DTD node being reported. Some
1505 errors previously undetected are now caught and fixed.
1506 * doc/xmlreader.html: flagged last section as TODO
1507
1508Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1509
1510 * python/libxml.py: integrated the Python 2.2 optimizations
1511 from Hannu Krosing, while maintaining compatibility with
1512 1.5 and 2.1
1513
1514Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1515
1516 * xmllint.c: a bit of cleanup
1517 * xmlreader.c: small fix
1518 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1519 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1520
1521Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1522
1523 * python/setup.py.in: patch from Stéphane Bidoul to include
1524 drv_libxml2.py in setup.py
1525
1526Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1527
1528 * doc/xmlreader.html: starting documenting the new XmlTextReader
1529 interface.
1530
1531Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1532
1533 * xmllint.c: added the --stream flag to use the TextReader API
1534 * xmlreader.c: small performance tweak
1535
1536Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1537
1538 * xmlreader.c python/tests/reader2py: okay the DTD validation
1539 code on top of the XMLTextParser API should be solid now.
1540
1541Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1542
1543 * xmlreader.c python/tests/reader2py: Fixing some more mess
1544 with validation and recursive entities while using the
1545 reader interface, it's getting a bit messy...
1546
1547Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1548
1549 * xmlreader.c python/tests/reader.py: another couple of problem
1550 related to IsEmptyElement reported by Stéphane Bidoul needed
1551 some fixes.
1552
1553Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1554
1555 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1556 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1557 based on the python XmlTextReader interface.
1558
1559Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1560
1561 * tree.c: backing out one change in the last patch which broke the
1562 regression tests
1563
1564Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1565
1566 * global.data globals.c tree.c include/libxml/globals.h: applied
1567 an old patch from Lukas Schroeder to track node creation and
1568 destruction. Probably missing a lot of references at the moment
1569 and not usable reliably.
1570
1571Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1572
1573 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1574 from doc/news.html and a stylesheet
1575
1576Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1577
1578 * xmlreader.c python/tests/reader.py: fixed another couple of
1579 xmlreader bugs reported by Stéphane Bidoul and added tests.
1580
1581Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1582
1583 * xmlreader.c python/tests/reader2.py: fixed another validity
1584 checking in external parsed entities raised by Stéphane Bidoul
1585 and added a specific regression test.
1586 * python/tests/reader3.py: cleanup
1587
1588Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1589
1590 * xmlreader.c python/tests/reader2.py: fixed a problem with
1591 validation within entities pointed by Stéphane Bidoul, augmented
1592 the tests to catch those.
1593
1594Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1595
1596 * python/generator.py: modified the generator to allow keeping
1597 class references when creating new classes, needed to fix a bug
1598 pointed by Stéphane Bidoul where the input buffer of the
1599 xmlTextReader instance gets destroyed if the python wrapper for
1600 the input is not referenced anymore.
1601
1602Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1603
1604 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1605 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1606
1607Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1608
1609 * xmlreader.c python/tests/reader.py: fixed another problem
1610 pointed by Stéphane Bidoul
1611
1612Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1613
1614 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1615 with "<a/>"
1616
1617Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * SAX.c: warn on xmlns:prefix="foo"
1620 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1621 for namespace attributes handling.
1622
1623Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1624
1625 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1626 a really nasty problem raised by a DocBook XSLT transform
1627 provided by Sebastian Bergmann
1628
1629Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1630
1631 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1632 by Stéphane Bidoul and integrated it into the tests
1633
1634Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1635
1636 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1637 extended the XmlTextReader API a bit, addding accessors for
1638 the current doc and node, and an entity substitution mode for
1639 the parser.
1640 * python/libxml.py python/libxml2class.txt: related updates
1641 * python/tests/Makefile.am python/tests/reader.py
1642 python/tests/reader2.py python/tests/reader3.py: updated a bit
1643 the old tests and added a new one to test the entities handling
1644
1645Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1646
1647 * python/generator.py python/libxml2class.txt
1648 python/tests/reader.py python/tests/reader2.py: changed the
1649 generator to provide casing for the XmlTextReader similar to
1650 C# so that examples and documentation are more directly transposable.
1651 Fixed the couple of tests in the suite.
1652
1653Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1654
1655 * doc/guidelines.html: added a document on guildeline for
1656 publishing and deploying XML
1657
1658Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1659
1660 * valid.c xmlreader.c: final touch running DTD validation
1661 on the XmlTextReader
1662 * python/tests/Makefile.am python/tests/reader2.py: added a
1663 specific run based on the examples from test/valid/*.xml
1664
1665Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1666
1667 * python/libxml.py: added a few predefined xmlTextReader parser
1668 configuration values.
1669
1670Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1671
1672 * python/libxml_wrap.h: trying to fix #102037
1673
1674Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1675
1676 * SAX.c: fixing bug #95296, when the predefined entities
1677 are redefined in the DTD the default one must be used
1678 instead anyway.
1679
1680Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1681
1682 * doc/xmllint.xml
1683 * doc/xmllint.1
1684 Add discussion of XML_DEBUG_CATALOG to xmllint man
1685 page - bug #100907
1686
1687
1688Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1689
1690 * xmlreader.c: Fixed the empty node detection to avoid reporting
1691 an inexistant close tag.
1692
1693Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1694
1695 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1696 for Python 2.1
1697
1698Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1699
1700 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1701
1702Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1703
1704 * doc/libxml2-api.xml python/tests/reader.py: one really need
1705 to provide the base URI information when creating a reader parser
1706 from an input stream. Updated the API and the example using it.
1707
1708Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1709
1710 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1711 include/libxml/valid.h include/libxml/xmlreader.h: working on
1712 DTD validation on top of xml reader interfaces. Allows to
1713 validate arbitrary large instances. This required some extensions
1714 to the valid module interface and augmenting the size of xmlID
1715 and xmlRef structs a bit.
1716 * uri.c xmlregexp.c: simple cleanup.
1717
1718Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1719
1720 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1721 work on the xml reader interfaces.
1722 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1723 Web page for the Windows binaries.
1724
1725Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1726
1727 * xmlIO.c: applied a patch for VMS following the report by
1728 Nigel Hall
1729
1730Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1731
1732 * parser.c: the parseStartTag bug fix wasn't complete.
1733
1734Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1735
1736 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1737 parseStartTag, fixing it.
1738 * test/att4 result/att4 result/noent/att4: adding the test
1739 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1740 more methods to XmlTextReader.
1741
1742Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1743
1744 * win32/libxml2.def.src: added more xml reader exports
1745 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1746 to the build
1747
1748Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1749
1750 * doc/tutorial/xmltutorial.xml
1751 plus generated html and pdf
1752 Updating tutorial again based on further comments from Niraj
1753 Tolia on the last iteration
1754
1755Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1756
1757 * doc/tutorial/xmltutorial.xml
1758 * doc/tutorial/includekeyword.c
1759 * doc/tutorial/includegetattribute.c
1760 plus generated html and pdf
1761 Adding fix from Niraj Tolia to tutorial to properly free memory.
1762
1763
1764Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1765
1766 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1767 more methods of XmlTextReader.
1768 * python/libxml2class.txt python/tests/reader.py: this increased the
1769 methods in the bndings, augmented the test to check those new
1770 functions.
1771
1772Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1773
1774 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1775 methods of XmlTextReader.
1776 * python/generator.py python/libxml_wrap.h python/types.c
1777 python/libxml2class.txt: added the reader to the Python bindings
1778 * python/tests/Makefile.am python/tests/reader.py: added a specific
1779 test for the Python bindings of the Reader APIs
1780 * parser.c: small cleanup.
1781
1782Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * xinclude.c: fallback was only copying the first child not the
1785 full child list of the fallback element, closes #89684 as reopened
1786 by Bernd Kuemmerlen
1787
1788Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1789
1790 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1791
1792Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1793
1794 * configure.in: preparing release of 2.4.30
1795 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1796 gives enum values, fix functype return type, put back fields in
1797 structs
1798 * doc/*: updated the docs rebuilt
1799
1800Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1803 about htmlNodeDumpOutput location.
1804 * xpath.c: removed an undefined function signature
1805 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1806 too many symbols in the API breaking the python bindings.
1807 Updated with the libxslt/libexslt changes.
1808
1809Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1810
1811 * configure.in: preparing release of 2.4.29
1812 * doc/*: rebuilt the docs and API
1813 * xmlreader.c: a few more fixes for the XmlTextReader API
1814
1815Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1816
1817 * include/win32config.h: applied mingw patch from Magnus Henoch
1818
1819Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1822
1823Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1824
1825 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1826 building Python script, does the C parsing directly, generates
1827 a better API description including structure fieds defs and
1828 enums. Still a couple of bugs, but good enough for the python
1829 wrappers now.
1830 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1831 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1832 include/libxml/schemasInternals.h include/libxml/tree.h: more
1833 cleanup based on the python analysis script reports.
1834 * libxml.spec.in: make sure the API XML description is part of the
1835 devel package.
1836
1837Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1840 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1841 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1842 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1843 code cleanup, especially the function comments.
1844 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1845
1846Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1847
1848 * Makefile.am xmlreader.c include/libxml/Makefile.am
1849 include/libxml/xmlreader.h: Adding a new set of APIs based on
1850 the C# TextXmlReader API but converted to C. Allow to parse
1851 in constant memory usage, far simpler to program and explain
1852 than the SAX like APIs, unfinished but working.
1853 * testReader.c: test program
1854
1855Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1856
1857 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1858
1859Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1860
1861 * tree.c: Chip turner indicated that XHTML1 serialization
1862 rule for style actually break on both IE and Mozilla,
1863 try to avoid the rule if escaping ain't necessary
1864
1865Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * nanhttp.c: handle HTTP URL escaping, problem reported by
1868 Glen Nakamura and Stefano Zacchiroli
1869
1870Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1871
1872 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1873
1874Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1875
1876 * uri.c: Johann Richard pointed out some XPointer problems for
1877 URN based URI references in XInclude. Modified the URI parsing
1878 and saving routines to allow correct parsing and saving of
1879 XPointers, especially when attached to "opaque" scheme accordingly
1880 to RFC 2396
1881
1882Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1883
1884 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1885 of refactoring to the HTML saving code.
1886 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1887 in the doc.
1888
1889Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1890
1891 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1892 to a buffer API to reuse the generic dump to an OutputIO layer,
1893 this reduces code, fixes xmlNodeDump() for XHTML, also made
1894 xmlNodeDump() now return the number of byte written.
1895
1896Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1897
1898 * python/setup.py.in: another patch from Stéphane Bidoul for
1899 Python bindings on Windows
1900 * doc/parsedecl.py: small cleanup
1901
1902Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1903
1904 * libxml.spec.in configure.in: add a line in %changelog for releases
1905
1906Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1907
1908 * parser.c: patch from Marcus Clarke fixing a problem in entities
1909 parsing that was detected in KDe documentations environment.
1910
1911Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1912
1913 * python/libxml.c (libxml_prev): Return the previous as opposed to
1914 the next node (I guess this is the result of some cut & paste programming:)
1915
1916Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1917
1918 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1919
1920Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1921
1922 * python/generator.py python/libxml.c python/setup.py.in: trying
1923 to fix the Python bindings build on Windows (Stéphane Bidoul)
1924
1925Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1926
1927 * win32/configure.js: added option for python bindings
1928 * win32/libxml2.def.src: added more exports
1929
1930Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1931
1932 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1933 pthreads
1934 * win32/wince/*: applied updates to Windows CE port from Javier
1935
1936Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1937
1938 * configure.in: preparing 2.4.28
1939 * libxml.spec.in doc/Makefile.am: some cleanup
1940 * doc/*: updated the news and regenerated.
1941
1942Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1943
1944 * HTMLparser.c: final touch at closing #87235 </p> end tags
1945 need to be generated.
1946 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1947 this change slightly the output of a few tests
1948 * doc/*: regenerated
1949
1950Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1951
1952 * parserInternals.c: fixing bug #99190 when UTF8 document are
1953 parsed using the progressive parser and the end of the chunk
1954 is in the middle of an UTF8 multibyte character.
1955
1956Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1957
1958 * threads.c: fixed initialization problem in xmlNewGlobalState
1959 which was causing crash.
1960 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1961 in xmlInitializeGlobalState.
1962 * parserInternals.c: cleaned up ctxt->sax initialisation.
1963
1964Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1965
1966 * tree.c include/libxml/tree.h: modified the existing APIs
1967 to handle XHTML1 serialization rules automatically, also add
1968 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1969 libxslt serialization uses it when needed without changing
1970 the library API.
1971 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1972 result/xhtml1: added a new test specifically for xhtml1 output
1973 and updated the result of one XHTML1 test
1974
1975Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1976
1977 * xinclude.c parserInternals.c encoding.c: fixed #99082
1978 for xi:include encoding="..." support on text includes.
1979 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1980 test/XInclude/ents/isolatin.txt : added a specific regression test
1981 * python/generator.py python/libxml2class.txt: fixed the generator
1982 the new set of comments generated for doc/libxml2-api.xml were
1983 breaking the python generation.
1984
1985Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1988 * configure.in: patch for Solaris on new autoconf closes #98880
1989 * doc/parsedecl.py: repair the frigging API building script,
1990 did I say that python xmllib sucks ?
1991 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1992 and some comment are no more truncated.
1993
1994Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1995
1996 * parser.c: Martin Stoilov pointed out a potential leak in
1997 xmlCreateMemoryParserCtxt
1998
1999Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2000
2001 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2002 included in HTML documents and using the push parser.
2003
2004Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2005
2006 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2007 specified, look for the Python interpreter not just in the
2008 specified root but also in the specified location. Fixes #98825
2009
2010Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2011
2012 * python/libxml.c: fixing bug #98792 , node may have no doc
2013 and dereferencing without checking ain't good ...
2014
2015Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * configure.in: preparing release 2.4.27
2018 * doc/* : updated and rebuilt the docs
2019 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2020 and all the docs are actually packaged and in the final RPMs
2021 * parser.c parserInternals.c include/libxml/parser.h: restore
2022 xmllint --recover feature.
2023
2024Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2025
Daniel Veillard784b9352003-02-16 15:50:27 +00002026 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002027 processing of parsed entities, and XPath computation on sustitued
2028 entities.
2029 * testXPath.c: make sure entities are substitued.
2030
2031Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2032
Daniel Veillard784b9352003-02-16 15:50:27 +00002033 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002034 processing of internal parsed entities, which had to be changed.
2035
2036Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2037
2038 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2039 trying to fix bug #98517 about building outside the source tree
2040 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2041
2042Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2043
2044 * include/win32config.h: cleanup
2045 * win32/Makefile.mingw: integrated mingw in JScript configure
2046 * win32/Makefile.msvc: modified to allow mingw coexistence
2047 * win32/configure.js: integrated mingw
2048 * win32/Readme.txt: cleanup
2049
2050Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2051
2052 * HTMLparser.c: strengthen the guard in the Pop macros,
2053 like in the XML parser, closes bug #97315
2054
2055Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2058 callback is never used.
2059
2060Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2061
2062 * parserInternals.c: fixed the initialization of the SAX structure
2063 which was breaking xsltproc
2064 * xpath.c: patch from Petr Pajas for CDATA nodes
2065 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2066 * parser.c include/libxml/parser.h: patch from Peter Jones
2067 removing a leak in xmlSAXParseMemory() and adding the
2068 function xmlSAXParseMemoryWithData()
2069
2070Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2071
2072 adding pdf of tutorial, changing web page to link to it
2073 * doc/tutorial/xmltutorial.pdf
2074 * doc/xml.html
2075 * doc/docs.html
2076
2077Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2078
2079 * doc/tutorial/ar01s08.html
2080 adding file what I forgot for tutorial
2081
2082
2083Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2084
2085 Adding encoding discussion to tutorial
2086 Added:
2087 * doc/tutorial/images/*.png: DocBook admonition image files
2088 * doc/tutorial/apf.html, apg.html: new generated html
2089 * doc/tutorial/includeconvert.c: conversion code entity file
2090 changed:
2091 * doc/tutorial/xmltutorial.xml: DocBook original
2092 * doc/tutorial/*.html: generated html
2093
2094Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2095
2096 * include/libxml/*.h: retired xmlwin32version.h
2097 * doc/Makefile.am: retired xmlwin32version.h
2098 * win32/configure.js: retired xmlwin32version.h
2099
2100Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2101
2102 * win32/libxml2.def.src: exported additional symbols
2103 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2104 sisterhood
2105
2106Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2107
2108 * globals.c: fixed a typo pointed out by Igor
2109 * xpath.c: try to speed up node compare using line numbers
2110 if available.
2111
2112Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2113
2114 * tree.c: make xmlFreeNode() handle attributes correctly.
2115
2116Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2117
2118 * catalog.c: completed the #96963 fix, as reported by Karl
2119 Eichwalder
2120
2121Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2122
2123 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2124
2125Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2126
2127 * Makefile.am: switched the order of a couple of includes
2128 to fix bugs #97100
2129
2130Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2131
2132 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2133 xmlLoadCatalogs that used to separate directories with a ':'.
2134
2135Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2136
2137 * threads.c: improvements to the Windows-side of thread handling
2138 * testThreads.c: conditionally excluded unistd.h
2139 * testThradsWin32.c: broke overlong lines
2140 * include/win32config.h: adapted thread-related macros to the new
2141 scheme and for pthreads on Windows
2142 * win32/Makefile.msvc: introduced a more flexible thread build,
2143 added testThreads[Win32].c to the build
2144 * win32/configure.js: introduced a more flexible thread config
2145
21462002-10-31 John Fleck <jfleck@inkstain.net>
2147
2148 * doc/xml.html (and, by implication, FAQ.html)
2149 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2150
2151Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2152
2153 * configure.in: removed xmlwin32version.h
2154 * include/libxml/Makefile.am: removed xmlwin32version.h
2155
2156Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2157
2158 * tree.c: applied patch from Brian Stafford to fix a bug
2159 in xmlReconciliateNs()
2160
2161Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2162
2163 * tree.c: applied patch from Christian Glahn to allow
2164 xmlNewChild() on document fragment nodes
2165
2166Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * parser.c: Christian Glahn found a problem with a recent
2169 patch to xmlParseBalancedChunkMemoryRecover()
2170 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2171 problems
2172 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2173 test/schemas/seq*: added the test cases from Charles
2174
2175Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2176
2177 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2178 serious cleanup of the spec file and associated changes
2179 in the Makefiles.
2180 * valid.c: try to remove some warnings on x86_64
2181
2182Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2183
2184 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2185 fix bug #96586
2186
2187Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2188
2189 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2190 parsing, applied his patch
2191 * result/HTML/attrents.html result/HTML/attrents.html.err
2192 result/HTML/attrents.html.sax test/HTML/attrents.html:
2193 added the test and result case provided by Mikhail Sogrine
2194
2195Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2196
2197 * vms/build_libxml.com vms/config.vms vms/readme.vms
2198 include/libxml/parser.h include/libxml/parserInternals.h
2199 include/libxml/tree.h include/libxml/xmlIO.h
2200 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2201 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2202 Applied the VMS update patch from Craig A. Berry
2203 * doc/*.html: update
2204
2205Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2208
2209Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2210
2211 * debugXML.c: adding a grep command to --shell in xmllint
2212 for T.V. Raman
2213
2214Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * xmlcatalog.c: tried to fix some of the problem with --sgml
2217
2218Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2219
2220 * parser.c: tried to fix bug #91500 where doc->children may
2221 be overriden by a call to xmlParseBalancedChunkMemory()
2222
2223Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2224
2225 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2226 identifiers in SGML catalogs containing '&'
2227
2228Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2229
2230 * python/types.c: fixed bugs when passing result value tree
2231 to Python functions.
2232
2233Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2234
2235 * configure.in: preparing the release of 2.4.26
2236 * doc/*: updated and rebuilt the documentation
2237
2238Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2239
2240 * parser.c: fixed a XML Namespace compliance bug reported by
2241 Alexander Grimalovsky
2242
2243Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2244
2245 * HTMLtree.c: fixed serialization of script and style when
2246 they are not lowercase (i.e. added using the API to the tree).
2247
2248Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2249
2250 * valid.c: make xmlValidateDocument emit a warning msg if there
2251 is no DTD, pointed by Christian Glahn
2252
2253Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2254
2255 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2256 content model when some of the blocks have min or max, and a couple
2257 of bugs found in the process.
2258 * result/schemas/list0* test/schemas/list0*: added some specific
2259 regression tests
2260
2261Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2262
2263 * README: updated the contact informations
2264
2265Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2266
2267 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2268 misses it, reported by Peter Bray.
2269
2270Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2271
2272 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2273 and removed a few warnings
2274
2275Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2276
2277 * parser.c: Christian Glahn found a small bug in the push parser.
2278 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
2279 public
2280
2281Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * xmlschemas.c include/libxml/xmlschemas.h: added
2284 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
2285 * testSchemas.c: added --memory to test the new interface
2286
2287Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2288
2289 * doc/index.py doc/search.php: integrated the XSLT indexing,
2290 a few fixed in the indexer, added a scope selection at the
2291 search level.
2292
2293Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2294
2295 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
2296 this was due to uninitialized parts of the validation context
2297
2298Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2299
2300 * debugXML.c: applied patch from Mark Vakoc except the API
2301 change, preserved it.
2302 * doc/*: updated the docs to point to the search engine for
2303 information lookup or before bug/help reports.
2304
2305Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2306
2307 * doc/index.py doc/search.php: added mailing-list archives
2308 indexing and lookup
2309
2310Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2311
2312 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2313
2314Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2315
2316 * doc/index.py: improved HTML indexing
2317 * doc/search.php: make the queries also lookup the HTML based indexes
2318
2319Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2320
2321 * doc/index.py: added HTML page indexing
2322
2323Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2324
2325 * xmlIO.c: extended Windows path normalisation to fix the base
2326 problem in libxslt.
2327 * catalog.c: fixed list handling in XML_CATALOG_FILES
2328
2329Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2330
2331 * valid.c: typo/bug found by Christian Glahn
2332
2333Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2334
2335 * xmlIO.c: applied Windows CE patch from Javier.
2336 * win32/wince: new directory, contains support for the PocketPC
2337 with Windows CE from Javier.
2338 * include/win32config.h: reorganised, removed duplicate
2339 definitions and applied WinCE patch from Javier.
2340 * include/wsockcompat.h: new file, now contains WinSock
2341 compatibility macros.
2342 * win32/Makefile.msvc: introduced double-run compilation.
2343
2344Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2345
2346 * configure.in include/libxml/xmlwin32version.h: preparing release
2347 of 2.4.25
2348 * doc/*: updated and regenerated teh docs and web pages.
2349
2350Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2353 error were not covering namespace declarations.
2354 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2355 it was missing the attribute declaration for the namespace
2356 * result/VC/NS3: the fix now report breakages in that test
2357
2358Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2359
2360 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2361
2362Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2363
2364 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2365 and regenerated the docs and web site
2366
2367Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2368
2369 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2370 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2371 not before
2372
2373Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2374
2375 * python/generator.py python/libxml2class.txt: fixed a stupid error
2376 breaking the python API
2377
2378Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2381 triostr.c triostr.h: applied a trio update patch from
2382 Bjorn Reese which should work with MinGW
2383
2384Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2385
2386 * tree.c: improving some documentation comments
2387 * xmlregexp.c: found and fixed a mem leak with python regression tests
2388 * doc/*: rebuilt the doc and the API XML file including the
2389 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2390 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2391 python/types.c: added access to the XML Schemas regexps from
2392 python
2393 * python/tests/Makefile.am python/tests/regexp.py: added a
2394 simple regexp bindings test
2395
2396Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2397
2398 * doc/xml.html:
2399 fixing ftp links - thanks to Vitaly Ostanin
2400
2401Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2402
2403 * xmlregexp.c: fixed the data callback on transition functionality
2404 which was broken when using the compact form
2405 * result/schemas/*: updated the results, less verbose, all tests
2406 pass like before
2407 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2408 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2409 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2410 annoying warnings
2411 * xpath.c: try to provide better error report when possible
2412
2413Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2414
2415 * Makefile.am: fixed a breakage raised by Jacob
2416
2417Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2418
2419 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2420 which don't use sockets
2421
2422Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2423
2424 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2425 * win32/configure.js: applied zlib patch from Daniel Gehriger
2426
2427Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2428
2429 * win32/configure.js: applied the patch from Mark Vakoc for
2430 regexp support
2431 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2432 for regexp support
2433
2434Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2435
2436 * xmlschemastypes.c: as pointed by Igor Float and Double
2437 parsing ain't finished yet
2438
2439Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2440
2441 * Makefile.am configure.in: trying to fix #88412 by bypassing
2442 all the python subdir if python ain't detected
2443
2444Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2447 made configuring with regexps/automata/unicode the default
2448 but without schemas ATM
2449 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2450 fixed the regexp based DTD validation performance and memory
2451 problem by switching to a compact form for determinist regexps
2452 and detecting the determinism property in the process. Seems
2453 as fast as the old DTD validation specific engine :-) despite
2454 the regexp built and compaction process.
2455
2456Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2457
2458 * valid.c: determinism is debugged, new DTD checking code now works
2459 but xmlFAComputesDeterminism takes far too much CPU and the whole
2460 set usues too much memory to be really usable as-is
2461
2462Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2463
2464 * tree.c: fixed another stupid bug in xmlGetNodePath()
2465 * xmllint.c: --version now report the options compiled in
2466
2467Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2468
2469 * HTMLparser.c: small cleanup
2470 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2471 when configured with them. A bit of debugging around the determinism
2472 checks is still needed
2473
2474Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2477
2478Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2479
2480 * xmlIO.c: small portability glitch fixed.
2481
2482Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2483
2484 * xmlschemastypes.c: incomplete steps for real/double support
2485 * testAutomata.c include/libxml/xmlautomata.h
2486 include/libxml/xmlregexp.h: avoiding a compilation problem
2487 * valid.c include/libxml/valid.h: starting the work toward using
2488 the regexps for actual DTD validation
2489
2490Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2491
2492 * hash.c: cosmetic cleanup
2493 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2494 integrating a DTD validation layer based on the regexps
2495
2496Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2497
2498 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2499 the determinism was tested before eliminating the epsilon
2500 transitions :-(
2501
2502Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2503
2504 * python/generator.py python/libxml.c python/libxml.py
2505 python/libxml2-python-api.xml python/libxml2class.txt
2506 python/libxml_wrap.h python/types.c: updated the python
2507 bindings, added code for easier File I/O, and the ability to
2508 define a resolver from Python fixing bug #91635
2509 * python/tests/Makefile.am python/tests/inbuf.py
2510 python/tests/outbuf.py python/tests/pushSAXhtml.py
2511 python/tests/resolver.py python/tests/serialize.py: updated
2512 and augmented the set of Python tests.
2513
2514Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2515
2516 * win32/configure.js: added more readme info for the binary
2517 package.
2518
2519Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2520
2521 * xmlIO.c: fixed a stupid out of bound array error
2522
2523Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2524
2525 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2526 messing around with support for Windows path, cleanups,
2527 trying to identify and fix the various code path to the
2528 filename access. Added xmlNormalizeWindowsPath()
2529
2530Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2531
2532 * error.c valid.c: working on better error reporting of validity
2533 errors, especially providing an accurate context.
2534 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2535 error reports in those cases.
2536
2537Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2538
2539 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2540 parser.c parserInternals.c xmlIO.c: get rid of all the
2541 perror() calls made in the library execution paths. This
2542 should fix both #92059 and #92385
2543
2544Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * xmllint.c: memory leak reporting was broken after a change
2547 of the preprocessor symbol used to activate it.
2548
2549Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2550
2551 * tree.c: try to make the copy function work for node of
2552 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2553 DOM layers though, not libxml2 itself.
2554
2555Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * valid.c: try to provide file and line informations, not all
2558 messages are covered, but it's a (good) start
2559
2560Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2561
2562 * xinclude.c: reimplemented a large part of the XInclude
2563 processor, trying to minimize resources used, James Henstridge
2564 provided a huge test case which was exhibiting severe memory
2565 consumption problems.
2566
2567Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2568
2569 * python/Makefile.am: applied patch from Christophe Merlet to
2570 reestablish DESTDIR
2571
2572Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2573
2574 * libxml.spec.in: fixes libary path for x86_64 AMD
2575
2576Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2577
2578 * doc/tutorial/includekeyword.c
2579 * doc/tutorial/xmltutorial.xml:
2580 (plus resulting generated html files)
2581 fixing one spot I missed in the tutorial where I hadn't freed
2582 memory properly
2583
2584Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2585
2586 * doc/tutorial/includeaddattribute.c
2587 * doc/tutorial/includeaddkeyword.c
2588 * doc/tutorial/includegetattribute.c
2589 * doc/tutorial/includekeyword.c
2590 * doc/tutorial/xmltutorial.xml
2591 * doc/tutorial/*.html:
2592 update tutorial to properly free memory (thanks to Christopher
2593 R. Harris for pointing out that this needs to be done)
2594 * doc/tutorial/images/callouts/*.png:
2595 added image files so the callouts are graphical, making it
2596 easier to read ( use "--param callout.graphics 1" to generate
2597 html with graphical callouts)
2598
2599Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2600
2601 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2602 nice logos generated by Marc Liyanage
2603 * doc/site.xsl *.html: changed the stylesheet to show the new
2604 logo and regenerated the pages
2605
2606Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2609
2610Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * xpath.c: possible mem leak patch from Jason Adams
2613
2614Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2617 in the XQuery namespace
2618 * configure.in: preparing 2.4.24
2619 * doc/*.html: updated the web pages
2620
2621Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2622
2623 * python/generator.py: closing bug #85258 by generating conditional
2624 compile check to avoid linking to routines not configured in.
2625
26262002-08-22 Havoc Pennington <hp@pobox.com>
2627
2628 * autogen.sh: update error message for missing automake
2629
2630Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2631
2632 * python/Makefile.am: typo in target name resulted in libxml2.py
2633 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2634
2635Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * win32/win32/Makefile.mingw: updated with version from
2638 Elizabeth Barham at http://soggytrousers.net/repository/
2639
2640Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2641
2642 * win32/Makefile.msvc: added the prefix location to the include
2643 and lib search path.
2644
26452002-08-18 Havoc Pennington <hp@pobox.com>
2646
2647 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2648 both automake 1.6 and 1.4 installed get the right automake. Means
2649 compilation from CVS will now require the latest automake 1.4
2650 release, or manually creating symlinks called "automake-1.4" and
2651 "aclocal-1.4"
2652
2653Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2654
2655 * configure.in python/Makefile.am: more AMD 64 induced changes from
2656 Frederic Crozat
2657
2658Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2659
2660 * xinclude.c: oops I was missing the xml:base fixup too
2661 * result/XInclude/*.xml: this adds xml:base attributes to most
2662 results of the tests
2663
2664Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * xinclude.c: quick but apparently working implementation of
2667 xi:fallback, should close bug #89684
2668 * Makefile.am test/XInclude/docs/fallback.xml
2669 result/XInclude/fallback.xml: added a basic test for fallback,
2670 and run with --nowarning to avoid a spurious warning
2671 * configure.in: applied patch from Frederic Crozat for python
2672 bindings on AMD 64bits machines.
2673
2674Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2675
2676 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2677 the caller don't pass a SAX callback block.
2678
2679Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2680
2681 * tree.c: applied the same fix for the XML-1.0 namespace to
2682 xmlSearchNsByHref() as was done for xmlSearchNs()
2683
2684Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * libxml.3: small cleanup of the man page
2687 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2688 when serializing HREF attributes generated by XSLT.
2689
2690Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2691
2692 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2693 version of Marc Liyanage' patch for boolean attributes in HTML
2694 output
2695
2696Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2697
2698 * python/tests/serialize.py: fixed the test results, indenting
2699 behaviour changed slightly
2700
2701Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2702
2703 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2704 new c14n function to Windows def files
2705
2706Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2707
2708 * c14n.c: fixed a memory leak in c14n code
2709
2710Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2711
2712 * parser.c include/libxml/parser.h: adding a new API for Christian
2713 Glahn: xmlParseBalancedChunkMemoryRecover
2714 * valid.c: patch from Rick Jones for some grammar cleanup in
2715 validation messages
2716 * result/VC/* result/valid/*: this slightly change some of the
2717 regression tests outputs
2718
2719Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2720
2721 * tree.c: trying to fix a problem in namespaced attribute handling
2722 raised by Christian Glahn
2723
2724Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2725
2726 * encoding.c include/libxml/encoding.h: Opening the interface
2727 xmlNewCharEncodingHandler as requested in #89415
2728 * python/generator.py python/setup.py.in: applied cleanup
2729 patches from Marc-Andre Lemburg
2730 * tree.c: fixing bug #89332 on a specific case of loosing
2731 the XML-1.0 namespace on xml:xxx attributes
2732
2733Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2734
2735 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2736 corner case from new Merlin's test suite and added a callback
2737 that will be used to improve xmlsec performance
2738
2739
2740Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2741
2742 * HTMLtree.c: trying to fix the <style> escaping problem in
2743 HTML serialization bug #89342
2744
2745Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2746
2747 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2748 and rebuilt the web site.
2749
2750Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2751
2752 * include/libxml/tree.h: added _private member to xmlNs struct
2753
2754Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2755
2756 * HTMLparser.c: fixing bug #84876 based on the xml working
2757 code.
2758
2759Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2760
2761 * python/Makefile.am: enhanced to fix bug 72012 (errors
2762 when using '-jX' make parameter)
2763
2764Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2765
2766 * xpath.c: small additional enhancement for booleans
2767 compared to nodesets
2768
2769Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * HTMLtree.c: changed the order of the encoding declaration
2772 attributes in the meta tags due to a bug in IE/Mac
2773
2774Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2775
2776 * xpath.c: enhanced handling of booleans (especially '='
2777 and '!=' for nodesets) - fixes bug 85256. Added new
2778 routine xmlXPathNotEqualValues for more proper handling
2779 of '!=' when nodesets are involved.
2780
2781Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2782
2783 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2784 doc/xmlcatalog_man.xml to the source distribution
2785
2786Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2787
2788 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2789 asked for this.
2790
2791Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2792
2793 * configure.in: preparing 2.4.23
2794 * doc/*: rebuilt the docs
2795
2796Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2797
2798 * parser.c: fixing bug #84169 by fixing the
2799 comment of xmlCreatePushParserCtxt to describe the
2800 encoding detection parameters better.
2801
2802Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2803
2804 * valid.c: fixing bug #79331 in one path the lookup for
2805 ID attributes on a namespaced node wasn't handled correctly :-\
2806
2807Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * HTMLparser.c: trying to fix 87235 about discarded white
2810 spaces in the HTML parser.
2811 * result/HTML/*: this changes the output of a number of HTML
2812 regression tests
2813
2814Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2815
2816 * xpath.c: applied patch from Richard Jinks for the namespace
2817 axis + fixed a memory error.
2818 * parser.c parserInternals.c: applied patches from Peter Jacobi
2819 removing ctxt->token for good.
2820 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2821 popped out by the regression tests.
2822 * Makefile.am: patch for threads makefile from Gary Pennington
2823
2824Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2825
2826 * xpath.c: enhanced behaviour of position() after usage of
2827 expressions involving preceding-sibling (et al).
2828
2829Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * hash.c: applied a patch from Peter Jacobi to solve a problem
2832 when compiling with the Watcom C on Win32
2833 * result/schemas/*.err: the change of hashing algo generated
2834 permutations in the output
2835
2836Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2837
2838 * hash.c: applied patch from Sander Vesik improving the quality of
2839 the hash function.
2840
28412002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2842
2843 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2844 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2845 xmllint.c xpath.c: replaced sprintf() with snprintf()
2846 to prevent possible buffer overflow (the bug was pointed
2847 out by Anju Premachandran)
2848
2849Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2850
2851 * parser.c: removed an uninitialized data error popped by valgrind
2852 on PE references
2853
2854Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2855
2856 * doc/xml.html
2857 adding tutorial reference to the web page
2858
2859Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2860
2861 * doc/tutorial/xmltutorial.xml
2862 * doc/tutorial/ar01s07.html
2863 * doc/tutorial/ape.html
2864 * doc/tutorial/includegetattribute.c
2865 adding section to tutorial about retrieving an attribute
2866 value
2867
2868Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * parser.c: applied a couple of patches from Peter Jacobi to start
2871 to get rid of ctxt->token, with a possible significant speed
2872 improvement to be gained once done. Better compliance with PE
2873 references constructs in DTDs too.
2874 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2875 from Peter too
2876
2877Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2878
2879 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2880 xmlParseElement was likely to have been deallocated at the
2881 time of the report, possibly leading to segfault. Just report
2882 the tag name now.
2883
2884Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2885
2886 * xpath.c: patch from Richard Jinks for XPath substring() function
2887 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2888
28892002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2890
2891 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2892
2893Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2894
2895 *doc/FAQ.html
2896 fixing typos in FAQ, thanks to Robert Funnell for the
2897 editing help
2898
2899Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * NEWS: got complaints from rpmlint that it was empty
2902
2903Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2904
2905 * added doc/tutorial, including:
2906 apa.html
2907 apb.html
2908 apc.html
2909 apd.html
2910 ar01s02.html
2911 ar01s03.html
2912 ar01s04.html
2913 ar01s05.html
2914 ar01s06.html
2915 includeaddattribute.c
2916 includeaddkeyword.c
2917 includekeyword.c
2918 includestory.xml
2919 index.html
2920 xmltutorial.xml
2921 libxml tutorial, including generated html
2922
2923Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2924
2925 * result/c14n/exc-without-comments/merlin-c14n-two-*
2926 result/c14n/without-comments/merlin-c14n-two-*
2927 test/c14n/exc-without-comments/merlin-c14n-two-*
2928 test/c14n/without-comments/merlin-c14n-two-*
2929 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2930 c14n/exc-c14n and slightly modified test script to handle
2931 these test cases
2932 * c14n.c: fixed bugs for complicated nodes set (namespace
2933 without node and others from merlin-c14n-two.tar.gz)
2934 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2935 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2936 for xmlsec performance patch
2937 * xpath.c: fixed self::node() for namespaces and attributes
2938
2939Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2940
2941 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2942 but with the format parameter
2943 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2944
2945Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2946
2947 * Makefile.am: updated c14n tests suite
2948 * c14n.c: performance improvement for previous c14n patch
2949
2950Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * parser.c: another peroformance patch from Peter Jacobi, that
2953 time on parsing attribute values.
2954
2955Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2956
2957 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2958 into LibXML2 test suite
2959
2960Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2961
2962 * c14n.c: propagating xpath ancesstors node fix to c14n
2963 plus small performance improvement to reduce number of
2964 mallocs
2965 * xpath.c: fixed ancestors axis processing for namespace nodes
2966
2967Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2968
2969 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2970 Peter Jacobi
2971
2972Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2973
2974 * configure.in: preparing 2.4.22
2975
2976Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2977
2978 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2979 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2980 a public entry point.
2981 * doc/*: rebuilt the API and docs
2982
2983Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2984
2985 * xpath.c: patch from Richard Jinks to fix a problem introduced
2986 in the previous patch and pointed by Norm
2987
2988Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * libxml.spec.in: fixing bug #81112
2991
2992Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * uri.c: fixing bug #82848
2995
2996Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2997
2998 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2999 output of one catalog test
3000
3001Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3002
3003 * global.data globals.c tree.c include/libxml/globals.h
3004 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3005 default value for global parameter xmlIndentTreeOutput to 1 and
3006 introduced new global parameter xmlTreeIndentString (the string
3007 used to do one-level indent) with default value " " (as it was
3008 in tree.c)
3009
3010Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3013 with trio and schemas.
3014
3015Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * xpath.c: patch from Richard Jinks to fix the problem raised in
3018 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3019
3020Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3021
3022 * xmlschemas.c: a bit of work on import.
3023 * xmlschemastypes.c: Charles Bozeman provided a compare function
3024 for date/time types so min/max facet restrictions should work,
3025 indeterminate comparisons return an error instead of equal.
3026 * test/schemas/date_0* result/schemas/date_0_0: specific test
3027 from Charles Bozeman too
3028
3029Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3032 from Christian Cornelssen fixing the man pages and the Catalog
3033 building script.
3034 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3035 next step is <xs:import> I now have a reasonable understanding
3036 of how it works.
3037
3038Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3039
3040 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3041
3042Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3043
3044 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3045
3046Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3047
3048 * xpath.c: fixing an XPath function evalutation bug pointed out
3049 by Alexey Efimov where the context was lost when evaluating
3050 the function arguments
3051
3052Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3053
3054 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3055 function public for XMLSec performance optimizations
3056
3057Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3058
3059 * python/generator.py python/libxml2class.txt : fixed a problem
3060 with the HTML parser pointed by Gary Benson
3061 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3062 example
3063
3064Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3065 * parser.c: fixed bug #81159 (memory growth in SAX)
3066
3067Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3068 * xpath.c: fixed bug #78858 (the real fix)
3069
3070Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3071 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3072
3073Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3074
3075 * tree.c: modified xmlNodeSetBase to allow changing the
3076 base of a document.
3077
3078Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3079
3080 * xmlschemastypes.c: patch Charles Bozeman for validation of
3081 all the date, time, and duration types
3082 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3083 * configure.in: fixed an error pointed by an user
3084 * xml2-config.in: fixed an error pointed by an user
3085
3086Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3087
3088 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3089 win32/libxml2.def.src xmlIO.c: exported default
3090 'file:', 'http:' and 'ftp:' protocols input handlers
3091 and maked protocols comparisson case insensitive
3092
3093Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3094
3095 * configure.in: Neven Has detected a typo
3096
3097Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3098
3099 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3100 as one of the persons allowed to commit directly to the
3101 module.
3102
3103Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3104
3105 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3106 * valid.c: raised a too low limit
3107 * doc/*: rebuilt the docs
3108
3109Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3110
3111 * test/XPath/expr/floats test/XPath/expr/functions
3112 result/XPath/expr/floats result/XPath/expr/functions
3113 xpath.c: another XPath conformance patch from Richard Jinks
3114
3115Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * xmlschemas.c: fixed validation of attribute groups.
3118 * test/schemas result/schemas: added an example from the primer
3119
3120Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3121
3122 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3123 * test/schemas result/schemas: updated the test list
3124
3125Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3126
3127 * TODO: updated a bit
3128 * parser.c: made a comment more specific
3129 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3130 Schemas conformance.
3131 * test/schemas result/schemas: updated the test list
3132
3133Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3136 implementing xs:all with minOccurs = 0
3137 * tes/schemas/* result/schemas/*: added more tests covering
3138 xs:all
3139
3140Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3141
3142 * xmlregexp.c: first implementation of the all particle, this
3143 may need to be revisited for case where not all transitions
3144 must be crossed.
3145
3146Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * tree.c: another entity processing update from Markus Henke
3149
3150Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3151
3152 * trionan.c: fixed crash on OSF/1
3153
3154Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * xmlschemas.c: more Schemas work
3157 * test/schemas/* result/schemas/*: added more tests coming
3158 from the spec.
3159
3160Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3161
3162 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3163 ExcC14N specification
3164
3165Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3166
3167 * tree.c: patch from Markus Henke, fix for recursive entities.
3168
3169Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3170
3171 * xpath.c: fix a problem with string() on a document node.
3172
3173Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3174
3175 * Makefile.am xmlschemas.c: more Schemas work
3176 * test/schemas/* result/schemas/*: added more tests coming
3177 from the spec.
3178
3179Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3180
3181 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3182 * result/HTML/*: this changes a few things in the results
3183
3184Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3185
3186 * include/libxml/tree.h: eliminated 'declaration different than
3187 prototype' warning
3188 * include/win32config.h: "resolved" conflicts with errno.h
3189
3190Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3191
3192 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3193 on the automata interfaces and debug of counted choices
3194 * test/schemas/* result/schemas/*: added a number of tests
3195
3196Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3199 a bit of work on Schemas
3200 * testSchemas.c: try to make it more useful
3201 * test/schemas/* result/schemas/* Makefile.am: changed the
3202 Schemas regression test procedure, started adding a few samples
3203
3204Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3205
3206 * include/libxml/encoding.h: Patch for the Borland C++ builder
3207 * include/libxml/tree.h: Patch for the Borland C++ builder
3208 * threads.c: Patch for the Borland C++ builder
3209 * win32/bcb5: New directory for the Borland C++ builder
3210 project files
3211
3212Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3213
3214 * win32/Makefile.msvc: Update for XML Schema support
3215 * win32/configure.js: Update for XML Schema support
3216 * win32/libxml2.def.src: Update for XML Schema support
3217
3218Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3221 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3222 xmlunicode.c include/libxml/Makefile.am
3223 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3224 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3225 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3226 include/libxml/xmlversion.h.in : merged the current state of
3227 XML Schemas implementation, it is not configured in by default,
3228 a specific --schemas configure option has been added.
3229 * test/automata test/regexp test/schemas Makefile.am
3230 result/automata result/regexp result/schemas:
3231 merged automata/regexp/schemas regression tests
3232
3233Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3234
3235 * xpath.c: Gary found a compile time problem, fixes #78823
3236
3237Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3238
3239 * configure.in: release of 2.4.20
3240 * doc/*: updated and rebuilt the docs
3241
3242Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * python/Makefile.am: patch from Cristian Gafton to build on
3245 Red Hat 6.2, should also fix #75779
3246
3247Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3248
3249 * valid.c: first part of fixing #78729
3250
3251Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3252
3253 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3254 escaping of URI when saving HTML files.
3255 * result/HTML/*: this impacted some tests
3256
3257Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3258
3259 * configure.in: trying to fix #77441
3260
3261Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * include/libxml/xmlIO.h: Hallski complained it could not be
3264 included by itself.
3265
3266Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3267
3268 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3269
3270Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3271
3272 * win32/configure.js: patch from Nilo for the c14n option
3273 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3274
3275Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3276
3277 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
3278 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
3279 LIBXML_THREAD_ENABLED
3280
3281Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3282
3283 * xpath.c: another patch from Richard Jinks for substring conformance
3284 * test/XPath/expr/floats test/XPath/expr/strings
3285 result/XPath/expr/floats result/XPath/expr/strings: update of the
3286 test suite to check those.
3287
3288Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3289
3290 * xpath.c: patch from Richard Jinks for .x float parsing.
3291
3292Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * parser.c: patch from Markus Henke when an encoding ain't recognized
3295
3296Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3297
3298 * libxml.m4: got a report that #include <string.h> was needed
3299
3300Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3301
3302 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3303
3304Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3305
3306 * doc/example.html: fixing typo
3307
3308Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3309
3310 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3311 pointed out by Melvyn Sopacua.
3312
3313Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * libxml.m4: Frédéric Crozat gave a patch related to the change
3316 of Include paths breaking the libxml.m4
3317
3318Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * xpath.c: Fix bug #76927 forgot to save some context
3321 when evaluating binary expressions
3322
3323Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3324
3325 * configure.in: fixed configure for MPE/iX from Markus Henke
3326 * xmlmemory.c: fixed initialization problems
3327 * xpath.c: another set of patches from Richard Jinks this
3328 fixes "make XPathtests" on linux
3329
3330Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3333 * test/XPath/expr/compare test/XPath/expr/equality
3334 test/XPath/expr/floats test/XPath/expr/functions
3335 test/XPath/expr/strings result/XPath/expr/compare
3336 result/XPath/expr/equality result/XPath/expr/floats
3337 result/XPath/expr/functions result/XPath/expr/strings: Updated
3338 tests though they show a divergence on Linux
3339
3340Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * xpath.c trionan.c: previous commit also included patches
3343 from Richard Jinks on some IEEE support corner case
3344
3345Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3346
3347 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3348 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3349 that $(datadir) should be used for docs
3350
3351Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3352
3353 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3354 could leak filedescriptors
3355
3356Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3357
3358 * configure.in nanohttp.c: applied patch from Allan Clark for
3359 UnixWare/OpenServer
3360
3361Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * configure.in: preparing 2.4.19
3364 * doc/*: rebuilt the docs
3365
3366Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3367
3368 * nanohttp.c: fixing #76043, got fed up with non-portability
3369 of that piece of code.
3370
3371Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3372
3373 * valid.c SAX.c: Never commit without running "make tests" :-(
3374 fix a couple of stupidities in the previous commit
3375 * result/*: a few changes in some attribute order result of previous
3376 commit.
3377
3378Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3381 the internal subset should not raise duplicate ID errors,
3382 also there was a small bug in conjunction to namespace
3383 declarations defaulted and xml:xxx attributes DTD definitions.
3384
3385Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3386
3387 * xpath.c: Richard Jinks also raised some rounding problems
3388 this tries to fix them
3389
3390Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3391
3392 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3393 behaviour in xmlXPathCastToString()
3394
3395Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3398 raised by Morus Walter
3399
3400Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3401
3402 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3403 from Igor
3404
3405Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3406
3407 * xpath.c: fixing #75619, related to a problem when trying
3408 to evaluate condition when the current node set resulting
3409 from that sub-step evaluation is empty. Also fixes 2 potential
3410 problem with previous-sibling and next-siblings axis.
3411
3412Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3413
3414 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3415 HTML support is not configured in.
3416
3417Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3418
3419 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3420 include/libxml/tree.h: dohh I really didn't intended to commit
3421 this test version :-(
3422
3423Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3424
3425 * testSAX.c: I wanted to see the real speed at the SAX interface
3426 after a little too many Ximianer started complaining about the
3427 parser speed.
3428 added a --quiet option:
3429 paphio:~/XML -> ls -l db100000.xml
3430 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3431 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3432 3200006 callbacks generated
3433 real 0m1.270s
3434 Which means 16MBytes/s and 3Mcallback/s
3435
3436Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3437
3438 * xpath.c: valgrind spotted another error that time when running
3439 on libxslt regression tests
3440
3441Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3442
3443 * Makefile.am: adding "make valgrind" running the full regression
3444 tests (except python ones) under Valgrind (using valgrind -q
3445 which was kindly added by the author).
3446 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3447 passes cleanly now except an obcure floating point initialization
3448 raised in log10() in one XPath regression test ???
3449 * tree.c: edited some comments to close #75244
3450
3451Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3452
3453 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3454 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3455 context of ScrollKeeper, made sure that if the number is
3456 an integer, the serialization follows the description at
3457 http://www.w3.org/TR/xpath#section-String-Functions
3458
3459Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3460
3461 * configure.in: preparing 2.4.18
3462 * doc/*: updated and rebuilt the web site
3463 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3464 the Windows and Cygwin maintainers.
3465 * parser.c: humm, changed the way the SAX parser work when
3466 xmlSubstituteEntitiesDefault(1) is set, it will then
3467 do the entity registration and loading by itself in case the
3468 user provided SAX getEntity() returns NULL.
3469 * testSAX.c: added --noent to test the behaviour.
3470
3471Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * parser.c: Wilfried Teiken provided a hackish but working
3474 way to get context reported back on entities when parsing
3475 with SAX and without breaking the DOM build.
3476
3477Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * c14n.c: applied a new patch from Aleksey Sanin
3480 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3481 to reference Aleksey implementation of XML digital Signatures
3482
3483Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3484
3485 * xpath.c: small fix to avoid potential problem due to
3486 ordering of freeing data
3487 * python/Makefile.am: people were complaining about
3488 the generated file in python dir not being built
3489
3490Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3491
3492 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3493 python/generator.py python/libxml.c python/types.c: Cleanup
3494 of the python Makefiles based on Jacob and James feedback,
3495 fixed the spec file accordingly, fixed the number of warning
3496 that passing my pedantic CFLAGS was generating. Conclusion
3497 is that Python includes are real crap.
3498
3499Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3500
3501 * configure,in: it was reported quite a few times that
3502 xml2-config --cflags should not output
3503 -I$includeprefix/libxml2/libxml because libxml2 header names
3504 clashes with existing names like list.h from C++ stl.
3505 Includes should be #include<libxml/xxx.h> so ...
3506
3507Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3508
3509 * c14n.c: another patch from Aleksey Sanin
3510
3511Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3512
3513 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3514 canonicalization algorithm
3515 * doc/xml.html doc/index.html: added the C14N references on the
3516 index page.
3517
35182002-03-13 jacob berkman <jacob@ximian.com>
3519
3520 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3521 usage, redundant, and gcc specific
3522
3523Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3524
3525 * xpath.c: speedup some node selection operations, this can
3526 have a significant impact on DocBook Norm's stylesheets
3527 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3528 make sure it's always the case
3529 * debugXML.c: distinguish CDATA and comments in ls operations
3530
3531Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3532
3533 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3534 to generate better API descriptions etc...
3535
3536Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * c14n.c: Fixing #74186, made sure all boolean expressions
3539 get fully parenthesized, ran indent on the output
3540 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3541 include/libxml/tree.h: also #74186 related, removed the
3542 --with-buffers option, and all the preprocessor conditional
3543 sections that were resulting from it.
3544
3545Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3546
3547 * valid.c: applied patch from Dodji Seketeli fixing an
3548 uninitailized variable in xmlValidGetValidElements()
3549
3550Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * c14n.c: fixed a few comments
3553 * doc/*.html doc/*/*.html: regenerated the docs and added
3554 the C14N API
3555 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3556
3557Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3558
3559 * check-xml-test-suite.py: fix to adapt varaiations in the
3560 bindings
3561 * configure.in python/setup.py python/setup.py.in: fixed to
3562 have the version of the python scripts automatically updated
3563
3564Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3567 in xmlCopyProp()
3568
3569Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3570
3571 * configure.in: preparing 2.4.17 release
3572 * doc/*: updated and rebuilt the docs
3573 * xpath.c: fixed a comment
3574 * python/libxml.c: fixed a possible reentrancy problem
3575
3576Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3577
3578 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3579 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3580 added a specific regression test
3581 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3582 not raise exceptions when failing to find the attribute.
3583
3584Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3585
3586 * configure.in xmllint.c: owen pointed out a problem with the
3587 ftme fix, gettimeofday() was not detected by configure and
3588 the ftime header wasn't included, dohhh
3589
3590Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3591
3592 * configure.in xmllint.c: trying to fix #71457 for timing
3593 precision when gettimeofday() is not availble but ftime() is
3594
3595Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3596
3597 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3598 are now copied on install and part of the -devel RPM
3599
3600Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3601
3602 * xpath.c: trying to avoid bug #72150 which was apparently
3603 caused by a gcc bug (or a processor problem) as detailed
3604 at http://veillard.com/gcc.bug
3605
3606Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3607
3608 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3609 fixed xmlReconciliateNs(), added a Python test/example for
3610 inter-document cut'n paste
3611 * python/libxml.py: fixed node.doc on document nodes and added
3612 xpathEval() onto node objects
3613
3614Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3615
3616 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3617 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3618 fixup and integrated tests for the serialization stuff
3619
3620Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3623 moved the libxml man page to section 3
3624
3625Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * tree.c: fix bug #72490
3628 * python/libxml.c python/libxml.py: added methods serialize()
3629 and saveTo() to all node elements.
3630
3631Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3632
3633 * xmlIO.c: closed #73430, don't read from an input source
3634 which indicated an end-of-file or an error.
3635
3636Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3637
3638 * parser.c: make sure SAX endDocument is always called as
3639 this could result in a Python memory leak otherwise (it's
3640 used to decrement ref-counting)
3641 * python/generator.py python/libxml.c python/libxml.py
3642 python/libxml2-python-api.xml python/libxml2class.txt
3643 python/tests/error.py python/tests/xpath.py: implemented
3644 the suggestions made by Gary Benson and extended the tests
3645 to match it.
3646
3647Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3648
3649 * python/generator.py: applied patch fixing #73450
3650
3651Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3652
3653 * xpath.c: fixing #61290 "namespace nodes have no parent"
3654 long standing divergence from the XPath REC. NodeSets
3655 simply hold a copy of namespace nodes and those node ->next
3656 points to the parent (which may not be the node carrying the
3657 definition).
3658 * include/libxml/xpath.h: flagged but didn't added a possible
3659 speedup
3660 * DOCBparser.c HTMLparser.c: removed some warnings from push
3661 parser due to new state being added.
3662 * tree.c: new fix from Boris Erdmann
3663 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3664 the XML Canonalization support from Aleksey Sanin
3665
3666Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3667
3668 * tree.c: patch from Boris Erdmann fixing some namespace odities
3669 with xmlCopyNode()
3670
3671Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3672
3673 * xmlIO.c: fix bug #72706 when loading a NULL entity
3674
3675Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3676
3677 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3678 actually change in a future XML Namespace revision.
3679
3680Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3681
3682 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3683 added the possibility of returning nodesets from XPath extension
3684 functions written in Python
3685
3686Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3687
3688 * python/*: commiting some Python bindings work done while travelling
3689
3690Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3691
3692 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3693 explicitely with memory debugging switched on
3694
3695Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3696
3697 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3698 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3699 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3700 the accessor generator for strings
3701 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3702 regression test.
3703
3704Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3705
3706 * python/README python/generator.py python/libxml.c python/setup.py:
3707 added the 'usual' setup.py to allow building a libxml2-python
3708 module based on the same code. The initialization is however
3709 different the 2 .so files fo libxml2 and libxslt are identical and
3710 they entry point initialize both libraries. this is done to avoid
3711 some possible nasty problem since the Python don't merge the maps
3712 of all shared modules.
3713
3714Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3715
3716 * parser.c: fixed a push/encoding bug reported by Michael
3717 on librsvg
3718
3719Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3720
3721 * include/libxml/parserInternals.h: fixes a misplaced #endif
3722
3723Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3724
3725 * parser.c valid.c: found and fixed a couple of allocation bugs
3726
3727Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3728
3729 * doc/xml.html doc/python.html doc/*: added a Python and binding
3730 page describing the current state of the Python bindings and
3731 giving pointers to the other languages wrappers.
3732
3733Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3734
3735 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3736 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3737 rebuilt the API and web site
3738 * xpath.c: fixed #71978 portability bugs
3739
3740Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3741
3742 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3743
3744Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3745
3746 * include/libxml/parserInternals.h parser.c: had to change
3747 2 internal parsing API when processing document content
3748 to check the start and end of element content are defined
3749 in the same entity
3750 * valid.c include/libxml/valid.h: attribute normalization can
3751 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3752 with the context to report it.
3753 * SAX.c: fixed the last known bugs, crazy validation constraints
3754 when a document is standalone seems correctly handled. There
3755 is a couple of open issues left which need consideration especially
3756 PE93 on external unparsed entities and standalone status.
3757 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3758 The 2 tests left failing are actually in error. Cleanup done.
3759
3760Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3761
3762 * valid.c: implemented E59 spaces in CDATA does not match the
3763 nonterminal S
3764
3765Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3766
3767 * SAX.c parser.c valid.c: more validation test fixups
3768 * check-xml-test-suite.py: added duration info for the tests
3769
3770Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3771
3772 * parser.c valid.c: a couple of errors were reported but not
3773 saved back as such in the parsing context. Down to 1% failure rate
3774 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3775
3776Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * xmlInternald.c: isExtender was missing a char
3779 * parser.c include/libxml/parser.h: % are acceptable in the
3780 internal subset if within a PUBLIC ID
3781
3782Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3783
3784 * SAX.c parserInternals.c valid.c: more work on the conformance
3785 suite. Took the step to finally block documents with encoding
3786 errors. It's a fatal error per the spec, people should have fixed
3787 their documents by now.
3788
3789Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3790
3791 * check-xml-test-suite.py: fixed the test script after some discussion
3792 on the semantic of TYPE="error"
3793 * Makefile.am: added the script to the distrib
3794
3795Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3796
3797 * SAX.c entities.c: fixed a couple of conformances issues deep
3798 into the validation code (standalone and undeclared Notations)
3799
3800Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3801
3802 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3803 stayed there for years !
3804
3805Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3806
3807 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3808 missing
3809
3810Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3811
3812 * check-xml-test-suite.py: improved the behaviour a bit as
3813 well as the logs
3814 * parser.c valid.c SAX.c: fixed a few more bugs
3815 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3816
3817Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3818
3819 * check-xml-test-suite.py: python script to run regression tests
3820 against the XML Test suite of W3C/OASis
3821 * SAX.c: fixed a validation bug
3822 * parser.c: fixed 3 errors pointed by the test suite
3823 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3824 * python/Makefile.am: fixed a dependendy
3825
3826Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3827
3828 * xmlmemory.c: avoid a warning bug #71594
3829
3830Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3831
3832 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3833 warning on alpha/Tru64
3834
3835Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3836
3837 * include/libxml/entities.h: fixing a comment
3838 * valid.c: fixing some troubles with validity check on namespaces
3839 * result/VC/NS3 test/VC/NS3: added a specific regression test
3840
3841Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3842
3843 * tree.c: Fixing #71342 serializing '\n' in attribute values
3844 * result/noent/att3 result/att3 test/att3: added a specific
3845 test.
3846
3847Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3848
3849 * python/libxml.c: couple of bug fixes
3850
3851Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * python/*.py: removed tabs and used spaces.
3854
3855Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3856
3857 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3858 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3859
3860Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3861
3862 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3863 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3864
3865Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3866
3867 * include/libxml/encoding.h include/libxml/entities.h
3868 include/libxml/globals.h include/libxml/parser.h
3869 include/libxml/threads.h include/libxml/tree.h
3870 include/libxml/xmlmemory.h: trying to fix the include mess
3871
3872Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3873
3874 * include/libxml/xmlmemory.h: reverted part of the previous
3875 attempt to provide #69655, this was breaking the build.
3876
3877Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3878
3879 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3880 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3881 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3882 include/libxml/parserInternals.h include/libxml/tree.h
3883 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3884 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3885 clean.
3886 * python/libxml.c: fixed a warning.
3887
3888Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3889
3890 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3891 copying of node, merge back IDs in the target document.
3892 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3893 test/XInclude/ents/ids.xml: test case
3894 * result/VC/ElementValid4: output changed due to a typo fix
3895
3896Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3897
3898 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003899 generate the dependencies right as Jacob found out. Add
3900 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003901
3902Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3903
3904 * parserInternals.c valid.c: Justin Fletcher found some parts
3905 of the code needing cleanup
3906 * libxml.spec.in python/Makefile.am python/generator.py
3907 python/libxml.c python/libxml.py: Fixed the python Makefiles
3908 corrected a bug showing up on ia64, changed the name of the
3909 python internal module too
3910
3911Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3912
3913 * Makefile.am: applied patch from Andris Pavenis for binary
3914 name suffixes
3915
3916Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3917
3918 * xmllint.c win32/win32config.h: fixing #68748
3919
3920Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3921
3922 * valid.c: fixing #70166
3923
3924Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3925
3926 * valid.c: fixing #70077
3927
3928Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3929
3930 * Copyright Makefile.am README configure.in libxml.spec.in:
3931 Changed to the MIT Licence
3932 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3933 doc/xmlio.html: updated the doc accordingly
3934 * include/libxml/xmlwin32version.h configure.in: preparing
3935 2.4.14 release
3936 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3937 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3938 fixed the const xmlChar * wrapper and generator, XPath extension
3939 functions now use the context as first argument
3940 * python/tests/tstxpath.py python/tests/xpath.py
3941 python/tests/xpathext.py: Updated the tests accordingly
3942 * tree.c: fixed bug #70067
3943
3944Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3945
3946 * Makefile.am: cleanup
3947 * debugXML.c: always use stdout if output is NULL
3948 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3949 * python/Makefile.am python/generator.py python/libxml2class.txt
3950 python/libxml_wrap.h python/types.c: augmented the number of bindings
3951 handling FILE * and XPath contexts
3952 * python/tests/Makefile.am: avoid a stupid problem due to the
3953 use of TEST.
3954
3955Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3956
3957 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3958
3959Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3960
3961 * python/TODO python/libxml.c: cleanup the extension function lookup
3962 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3963
3964Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3965
3966 * configure.in python/Makefile.am: do not install outside
3967 of prefix
3968
3969Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3970
3971 * python/TODO python/libxml.c: started adding SAX interfaces
3972 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3973 SAX test
3974
3975Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3976
3977 * tree.c: hardened the addChild function
3978 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3979 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3980 added accessors needed for xmlNode, a bit more testing and
3981 extension of interfaces
3982 * python/tests/Makefile.am python/tests/build.py: added a test
3983 build from scratch/save/load/check
3984
3985Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3986
3987 * parserInternals.c: change a small bit in the way valididy
3988 error messages get initialized
3989 * python/TODO python/libxml.c python/libxml2-python-api.xml
3990 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3991 added some memory debugging to track leaks at the libxml2 level
3992 * python/tests/*.py: changed all tests to check for leaks,
3993 there is just one left in XPath extension registrations.
3994
3995Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3996
3997 * python/TODO python/generator.py python/libxml2-python-api.xml
3998 python/libxml2class.txt: more accessor classes for the parser
3999 context, allow to switch on and check validity
4000 * python/tests/Makefile.am python/tests/error.py
4001 python/tests/invalid.xml python/tests/valid.xml
4002 python/tests/validate.py: attded more test and and added error.py
4003 which I forgot to commit in the last step
4004
4005Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4006
4007 * python/Makefile.am python/types.c: cleanup
4008 * python/libxml.c python/libxml.py python/libxml_wrap.h
4009 python/generator.py python/libxml2-python-api.xml
4010 python/libxml2class.txt: added class for parser context, added
4011 first cut for push mode support. Added a framework to generate
4012 accessors functions.
4013 * python/tests/Makefile.am python/tests/push.py: added a push
4014 test
4015
4016Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4017
4018 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4019 bug a bit of cleanup.
4020
4021Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4022
4023 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4024 python/libxml2class.txt: adding error redirections and preformat
4025 to a python handler
4026 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4027 tests self checking
4028
4029Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4030
4031 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4032 a function
4033
4034Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4035
4036 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4037 python/libxml.c python/libxml2-python-api.xml
4038 python/libxml2class.txt: Progressing through the TODOs, class
4039 description output, extra XML API, RPM now builds the wrappers
4040 for all python installed versions
4041
4042Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4043
4044 * configure.in libxml.spec.in python/Makefile.am python/TODO
4045 python/generator.py python/libxml2class.txt: added more informations
4046 in the libxml2-python package including docs. Slightly changed
4047 the class hierarchy
4048 * python/tests/*: added basic regression tests infrastructure too
4049
4050Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4051
4052 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4053 added libxml2-python as part of the packages installed
4054
4055Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4056
4057 * python/Makefile.am python/generator.py python/libxml.c
4058 python/libxml.py: more work, now able to extend the
4059 XPath interpreter with functions written in python.
4060
4061Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4062
4063 * python/Makefile.am: Jacob sent a patch to allow building from
4064 tarfile.
4065
4066Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4067
4068 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4069 inserted the python wrappers build, I hope this won't be too
4070 unportable
4071
4072Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4073
4074 * xpath.c: minor optimization
4075 * python/generator.py python/libxml.c python/libxml.py
4076 python/libxml_wrap.h: more work on the python bindings,
4077 they now support XPath and there is no evident leak
4078
4079Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4080
4081 * python/generator.py python/libxml.c python/libxml.py:
4082 more work on the python bindings generator.
4083
4084Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4085
4086 * python/generator.py python/libxml.c python/libxml_wrap.h:
4087 more work on the python bindings.
4088
4089Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4090
4091 * python/generator.py python/libxml.c python/libxml.py
4092 python/libxml_wrap.h: commited early version of a python binding
4093 for private use only ATM
4094
4095Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4096
4097 * entities.c tree.c include/libxml/entities.h: applied patch
4098 from Anthony Jones to implement copy of DTD subtree too. Had
4099 just to keep 2 function private which really ought to become
4100 public ones.
4101
4102Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4103
4104 * xmllint.c: added pointers to the web pages in the usage()
4105
4106Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4107
4108 * tree.c: more fixes from Petr Kozelka for attribute handling
4109 in the tree API to align the semantic with DOM.
4110
4111Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4112
4113 * valid.c tree.c entities.c: another set of patches from
4114 Anthony Jones for copy operations cleanup and robustness
4115
4116Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4117
4118 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4119 an alphabetic index based on comments content
4120 * doc/*: rebuilt the web site with the new references
4121
4122Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4123
4124 * parserInternals.h: Greg Sjaardema suggested to use an
4125 eponential buffer groth policy in xmlParserAddNodeInfo()
4126
4127Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4128
4129 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4130 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4131 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4132 to generate cross-references, and added/updated the stylesheets
4133 to generate and link API indexes. The generic keyword index
4134 is not done yet.
4135 * doc/*.html: regenerated all the usual docs too
4136
4137Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4138
4139 * debugXML.c: added an xpath function to the shell for T. V. Raman
4140
4141Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4142
4143 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4144 debug routines.
4145
4146Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4147
4148 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4149 support of attribute nodes
4150
4151Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4152
4153 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4154 hopefully near complete and fully documented of the API in XML
4155 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4156 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4157 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4158 include/libxml/parserInternals.h include/libxml/valid.hi
4159 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4160 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4161 include/libxml/xpath.h include/libxml/xpathInternals.h:
4162 Cleaned up the doc comments a lot in the process, the interface
4163 coverage is now 100%
4164
4165Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4166
4167 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4168 extracts comments from the gtk-doc DocBook output (a bit
4169 convoluted but seems to work).
4170
4171Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4172
4173 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4174 added an XML description of the API, moved the script generating
4175 it here. Added a "make api" target
4176
4177Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4178
4179 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4180
4181Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4182
4183 * xpath.c include/libxml/xpathInternals.h: the change made to
4184 xmlXPathFuncLookupFunc was incompatible roll it back
4185
4186Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4187
4188 * SAX.c: cleanup patch from Anthony Jones
4189 * doc/Makefile.am: fix the headers to avoid in make scan
4190 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4191 includes, * vs Ptr and general cleanup
4192 * parsedecl.py: first version of a script to extract the
4193 module interfaces, the goal will be to provide .decl or XML
4194 specification of the interfaces to build wrappers.
4195
4196Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4197
4198 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4199 now provides return codes in case of errors
4200
4201Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4202
4203 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4204 Upgraded to trio baseline 1.6
4205 * strio.h strio.c: Replaced by triostr.h and triostr.c
4206
4207Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4208
4209 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4210 of strdup usage in the code
4211
4212Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4213
4214 * parser.c error.c: Keith Isdale complained rightly that
4215 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4216
4217Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4218
4219 * tree.c: fixed the funxtion to set the xml: attributes
4220 * debugXML.c: added "setbase" to test it.
4221
4222Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4223
4224 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4225 to allow updating an attribute content
4226
4227Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4228
4229 * libxml.h: try to avoid problems when compiling on Windows
4230
4231Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4232
4233 * hash.c: patch from Anthony Jones for hash.c allocation size
4234 * Makefile.am: trying to work around Yet Another Libtool Madness
4235 and build the 2.4.13 release finally ...
4236
4237Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4238
4239 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4240 * doc/* : update of the documentation
4241
4242Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4243
4244 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4245 at fixing #61290 :-(
4246
4247Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4248
4249 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4250 Fixes bug #67229
4251
4252Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4253
4254 * tree.c: trying to avoid troubles when a subtree is copied
4255 and coalesced in part with the target tree. Should fix
4256 bug #67407
4257
4258Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4259
4260 * valid.c: fixed validation of attributes content of type
4261 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4262 values, very old bug. Fixes #67671
4263
4264Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4265
4266 * parser.c include/libxml/parserInternals.h tree.c: integrated
4267 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4268 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4269
4270Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4271
4272 * threads.c: applied Serguei Narojnyi's patch to add native
4273 thread support on the Win32 platform
4274 * testThreadsWin32.c Makefile.am: added the test program also
4275 from Serguei, Win32 specific
4276 * include/win32config.h include/libxml/xmlwin32version.h.in:
4277 added patch from Igor for the Windows thread specific defines.
4278
4279Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4280
4281 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
4282
4283Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4284
4285 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
4286 output page into XMLinfo.html. Close bug #66951 and
4287 raised by Robert Collins too.
4288
4289Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
4290
4291 * encoding.c: Paul Keogh pointed out a possibility of segfault
4292 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
4293 Closes bug # 68238
4294
4295Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
4296
4297 * doc/*.html: updated the Gdome2 links
4298
4299Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4300
4301 * libxml.h: Applied following patches from Robert Collins
4302 and make sure IN_LIBXML is defined when compiling it
4303 -------
4304 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4305 as well as Visual C.
4306 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4307 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4308 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4309 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4310 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4311 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4312 xmlSysIDExists xmlNoNetExists).
4313 * xmllint.c: Don't include winsock2.h for Cygwin.
4314
4315Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4316
4317 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4318 when the version info is not present.
4319
4320Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4321
4322 * tree.c: Anthony Jones pointed out a problem in
4323 xmlStringGetNodeList() and provided a fix for it
4324
4325Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4326
4327 * parser.c: patch from Frank J Franklin to remove a bug in
4328 xmlCreatePushParserCtxt() when the initial buffer passed
4329 is large.
4330
4331Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4332
4333 * win32/*: big cleanup of the Windows/MSVC project files
4334 from Igor Zlatkovic
4335
4336Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4337
4338 * doc/Makefile.am: should fix #67674 and avoid troubles if
4339 xsltproc is not available or fails in the prefix provided
4340
4341Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4342
4343 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4344
4345Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4346
4347 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4348 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4349 Fixed a few other problems raised by Charlie Bozeman.
4350 * result/VC/ElementValid[5-7]: fixed the output
4351
4352Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4353
4354 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4355 patches from Charlie Bozeman. Regenerated the HTML docs.
4356
4357Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4358
4359 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4360 for Windows from Igor
4361
4362Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4363
4364 * xmllint.c: applied Justin Fletcher patch for --output or -o
4365
4366Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * win32/libxml2/libxml2.def.src: close #67019
4369
4370Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4371
4372 * xmllint.c: applied Justin Fletcher generic timing patch
4373 similar to the one already applied to xsltproc.
4374
4375Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4376
4377 * include/libxml/tree.h tree.c: applied documentation patches
4378 from Charlie Bozeman
4379
4380Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4381
4382 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4383
4384Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4385
4386 * valid.c: fix the xmlStrdup() used in the previous patch.
4387 * valid.c: added --dropdtd
4388 * tree.c: fixed xmlUnlinkNode so it also removes the references
4389 from the document if the node is a DTD
4390
4391Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4392
4393 * HTMLtree.c valid.c: cleanup some static declarations
4394
4395Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * xmllint.c: removed another strdup()
4398 * doc/FAQ: removed the HP/UX entry
4399
4400Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4401
4402 * valid.c: fix bug #66816 when validating.
4403 * xmllint.c: don't use sys/time.h if configure did not found it
4404
4405Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4406
4407 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4408 xmlcatalog_man.xml
4409
4410Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4413 xmlInitMemory() was declared twice
4414
4415Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4416
4417 * globals.c: do not reference strdup() !
4418 * configure.in libxml-2.0.pc.in: trying to fix the libs
4419 of the various config extraction modules
4420
4421Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4422
4423 * configure.in : preparing 2.4.12
4424 * doc/* : updated and rebuilt the docs
4425
4426Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4427
4428 * uri.c: closed bug #66159
4429 * testURI.c: added --escape option
4430 * configure.in: some cleanup for xml2-config --cflags
4431
4432Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4433
4434 * globals.c testThreads.c: removed some misplaced includes
4435 of xmlversion.h
4436
4437Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4438
4439 * threads.c: patch from Gary Pennington fixing a possible
4440 problem at initialization time.
4441
4442Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4443
4444 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4445 Eric Lavigne contribution to build libxml2 on MacOS using
4446 CodeWarrior.
4447
4448Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4449
4450 * xmllint.c: applied Geert Kloosterman's patch to fix
4451 --repeat --timing output
4452
4453Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4454
4455 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4456 where non-wellformed XML declaractions were not detected.
4457
4458Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4459
4460 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4461
4462Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4463
4464 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4465 gets reset by xmlCleanupInputCallbacks() and this makes the
4466 function useless. Same for output.
4467
4468Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4469
4470 * xmlIO.c: robert pointed out a loop error in callback cleanups
4471
4472Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4473
4474 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4475 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4476 they are not really tied to debugging
4477
4478Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4479
4480 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4481 * xmllint.c: better --catalogs description
4482
4483Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4484
4485 * tree.c: fixed a couple of problems in xmlSetProp()
4486
4487Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4488
4489 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4490 unappropriate stdout output.
4491
4492Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4493
4494 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4495 by Denis Beurive, closes #65111
4496
4497Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4498
4499 * valid.c: in case of content model validity error, don't
4500 print it if validity warnings were not requested.
4501
4502Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4503
4504 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4505 * parserInternals.c: removed the last exit() call. Print an
4506 unmaskable error on stderr instead (library mismatch detection)
4507
4508Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4509
4510 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4511 shell instructions from Heiko Rupp
4512
4513Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4514
4515 * catalog.c: use the URL notation file:// for default catalog paths
4516
4517Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4518
4519 * include/libxml/tree.h: better comments for _private fields
4520 * tree.c: removed a problem when copying an entity reference.
4521
4522Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4523
4524 * vms/*: updated instructions and diffs from John A Fotheringham
4525
4526Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4527
4528 * include/libxml/xmlerror.h: avoid an include problem if
4529 #include <libxml/xmlerror.h> happens first in code
4530 seems to be the case in KDE libs
4531
4532Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4533
4534 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4535 from Igor for Windows
4536
4537Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4538
4539 * Makefile.am: Gary Pennington pointed out a missing prefix
4540
4541Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4542
4543 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4544 * doc/*: upgraded and rebuilt the docs
4545
4546Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4547
4548 * HTMLparser.c: fix comment in scripts element parsing.
4549 * result/HTML/doc3*: updated the results.
4550
4551Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4552
4553 * uri.c: another URI bug fix #63336, using Joel Young patch.
4554
4555Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4556
4557 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4558 a cleaned up version of the Pwd shell string generation.
4559
4560Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4561
4562 * valid.c include/libxml/tree.h: trying to fix namespaces +
4563 validation problems for good, closing #63619 in the process
4564 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4565 wrong in this respect, fixed it.
4566
4567Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4568
4569 * xmllint.c: Morus Walter patch to allow --format and --encode
4570
4571Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4572
4573 * debugXML.c: Stefan Kost provided an help command for the shell
4574
4575Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4576
4577 * debugXML.c: Heiko Rupp pointed that the shell would crash
4578 on empty nodesets returns.
4579
4580Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4581
4582 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4583 migh need the history libraries
4584
4585Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4586
4587 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4588 handle the case of < in quoted attributes, Bastian Kleineidam
4589
4590Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4591
4592 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4593 fixing catalog breakages
4594 * Makefile.am catalog.c result/catalogs/catal
4595 result/catalogs/mycatalog.* test/catalogs/catal*:
4596 fixed more problems in catalog support, added more regression tests
4597 for both XML and SGML catalog handling
4598
4599Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4600
4601 * debugXML.c: applied an improvement to xmlGetLineNo() from
4602 Keith Isdale
4603
4604Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4605
4606 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4607 Side effect of the progressive catalog loading
4608
4609Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4610
4611 * Makefile.am: confexecdir and confexec_DATA were defined twice
4612 pointed out by Karl Eichwalder
4613
4614Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4615
4616 * xmlcatalog.c: avoid unlink() and use remove() instead.
4617
4618Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4619
4620 * libxml.spec.in: cleanup
4621 * include/libxml/xmlwin32version.h: updated with 2.4.8
4622
4623Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4624
4625 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4626 of compiling libxml with a non standard set of options
4627
4628Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4629
4630 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4631 document --sgml option, fixing gnome bugzilla #63382
4632
4633Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4634
4635 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4636 breakage of 2.4.7, added a couple of really needed APIs
4637 like xmlCatalogIsEmpty() and xmlNewCatalog()
4638 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4639 for install-catalog
4640 * configure.in: preparing 2.4.8
4641
4642Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4643
4644 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4645 include/libxml/tree.h include/libxml/xmlIO.h: more include
4646 cleanups, export cleanly one html output + format function.
4647
4648Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4649
4650 * parser.c: removed initGenericErrorDefaultFunc call from
4651 xmlInitParser() since it could destroy previous calls to
4652 xsltSetGenericErrorFunc() effects
4653
4654Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4655
4656 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4657 keyword.
4658
4659Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4660
4661 * Makefile.am: cleanup
4662 * threads.c: cleanup too
4663 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4664 from xsltproc
4665 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004666 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004667
4668Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4669
4670 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4671 was not used anymore !
4672
4673Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4674
4675 * configure.in: preparing 2.4.7
4676 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4677 manual page from John
4678 * doc/*: updated the doc and rebuilt the generated pages
4679
4680Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4681
4682 * xmlIO.c: closing bug #62711, the library should never
4683 close stdin or stdout.
4684
4685Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4686
4687 * uri.c: second pass at fixing #63336, using Joel Young
4688 final patch. looks okay.
4689
4690Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4691
4692 * uri.c include/libxml/uri.h: trying to clear #63336
4693 allowing the escaping routine to parse unconformant
4694 URI-References.
4695
4696Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4697
4698 * vms/readme.vms vms/build_libxml.com nanoftp.c
4699 include/libxml/xmlversion.h.in: a few VMS updates from
4700 John A Fotheringham
4701 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4702 and xmlCleanupOutputCallbacks() for the Perl binding people.
4703
4704Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4705
4706 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4707 apply fixes to close #63271 and avoid segfaults when
4708 the error routine gets callbed before xmlInitParser()
4709 get called.
4710 * nanoftp.c error.c: Applied patches from Justin Fletcher
4711 correcting some xmlGenericError misuses.
4712
4713Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4714
4715 *doc/xmllint.xml, doc/xmllint.1
4716 New and improved man page for xmllint - .xml is the original, .1
4717 is the generated man page
4718
4719Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4720
4721 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4722 the web site from the main HTML document.
4723
4724Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4725
4726 * parser.c: fixed an erroneous validation bug when PE refs
4727 occurs in external parsed entities referenced from the
4728 internals subset
4729 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4730 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4731 added the associated testcase, it's a nice one.
4732 * HTMLparser.c: generate the DTD node as HTML still ...
4733 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4734
4735Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4736
4737 * HTMLparser.c: fixed a bug in htmlNewDoc()
4738
4739Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4740
4741 * test/threads/*: added entities testing to the Thread test
4742 * testThreads.c: make the test reasonable
4743 * DOCBparser.c: fix the DTD public and system ID
4744 * xmllint.c: added --sgml for SGML DocBook importing
4745 * Makefile.am: added Docbtests target
4746
4747Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4748
4749 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4750 * testThreads.c: removed bogus include
4751
4752Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4753
4754 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4755 fixed a very serious (looping) validation bug
4756
4757Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4758
4759 * include/libxml/globals.h include/libxml/threads.h threads.c
4760 testThreads.c: far more testing, cleaning up bugs
4761 * *.c : make sure globals.h is always included.
4762
4763Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4764
4765 * HTMLparser.c: try to get rid of parser loops for good.
4766
4767Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4768
4769 * configure.in: fixed some bugs in CFLAGS passing.
4770 * test/threads Makefile.am testThreads.c: added a specific
4771 threaded test case (really nasty, guaranteed).
4772
4773Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4774
4775 * catalog.c: serious cleanup on the management of the
4776 XML catalog tree, more tests done, especially with
4777 the catalog PI.
4778
4779Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4780
4781 * catalog.c: avoid a problem in catalog cleanup on SMP if
4782 catalogs were not initialized.
4783
4784Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4785
4786 * catalog.c xpath.c: trying to cleanup the not thread safe
4787 parts of the library.
4788
4789Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4790
4791 * include/libxml/globals.h configure.in global.data: make
4792 the allocation be per-thread a configure option
4793 * encoding.c include/libxml/parser.h: fixed compilation
4794 errors
4795
4796Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4797
4798 * include/libxml/parser.h: Norm reported that a few lines
4799 added were breaking libxslt compile, removed them for now
4800
4801Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4802
4803 * parser.c parserInternals.c threads.c: debugged and fixed
4804 initialization problems which were giving troubles on SMP
4805 boxes.
4806
4807Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4808
4809 * include/libxml/Makefile.am: missing globals.h
4810
4811Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4812
4813 * globals.c: added a couple of standard includes.
4814
4815Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4816
4817 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4818 include/libxml/parserInternals.h include/libxml/tree.h
4819 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4820 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4821 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4822 Applied the last patches from Gary, cleanup, activated threading
4823 all user accessible global variables are now handled in globals.[ch]
4824 Still a bit rought but make tests passes with either
4825 --with-threads defined at configure time or not.
4826 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4827 linking options
4828
4829Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4830
4831 * Makefile.am include/libxml/Makefile.am
4832 include/libxml/globals.h globals.c include/libxml/threads.h
4833 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4834 configure.in: started integrating the core of the thread support
4835 not activated yet but half integrated. The code should still
4836 compile and work anyway.
4837
4838Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4839
4840 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4841 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4842 integrating the non-controversial parts of Gary Pennington
4843 multithread patches
4844 * catalog.c: corrected a small bug introduced
4845
4846Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4847
4848 * catalog.c include/libxml/catalog.h: very serious cleanup,
4849 isolating unportable code and as much as possible the accesses
4850 to the global shared catalog. May need more testing !
4851
4852Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4853
4854 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4855 Keith Isdale patches for the XSLT debugger interfaces. Some
4856 cleanup
4857
4858Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4859
4860 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4861 * DOCBparser.c: generate line nubers in elements
4862
4863Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * configure.in: preparing 2.4.6 release
4866 * doc/xml.html doc/html/*: updated and rebuilt the docs
4867 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4868
4869Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4870
4871 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4872 adding documentation for DV's supercatalog support
4873
4874Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4875
4876 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4877 super catalog support adding one API and one flag --sgml to
4878 xmlcatalog
4879
4880Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4881
4882 * doc/xmlcatalog_man.xml, xmlcatalog.1
4883 One more crack at
4884 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4885
4886
4887Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4888
4889 * xpath.c: implemented xmlXPathObjectCopy for external objects
4890 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4891
4892Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4893
4894 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4895 finishing up fix to
4896 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4897 the xmlcatalog man page display more elegantly
4898
4899Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4900
4901 * configure.in: closing bug #61832
4902 * HTMLparser.c: removed a warning
4903
4904Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4905
4906 * xpath.c: fixing #61673 part I, do not loose doc information
4907 when copying result value trees.
4908
4909Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4910
4911 * xpath.c: trying to harden the XPath interpreter
4912
4913Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4914
4915 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4916 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4917
4918Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4919
4920 * HTMLparser: repaired another loop problem
4921
4922Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4923
4924 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4925 parsing.
4926 * xpath.c: fix bug #61291 the default XML namespace node is
4927 missing from the namespace axis.
4928 * tree.c: refuse to create namespaces nodes with prefix "xml"
4929
4930Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4931
4932 * SAX.c: ouch a non-defined namespace could lead to a crash,
4933 fixed #61215
4934
4935Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4936
4937 * parserInternals.c: closed bug #61054
4938
4939Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4940
4941 * include/libxml/Makefile.am: closing #60708
4942
4943Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4944
4945 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4946 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4947
4948Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4949
4950 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4951
4952Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4953
4954 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4955 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4956
4957Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4958
4959 * catalog.c: Justin Fletcher provided cleaup code in case
4960 HAVE_STAT is not defined
4961 * include/win32config.h: Igor Zlatkovic suggested to have
4962 HAVE_STAT defined there
4963
4964Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4965
4966 * catalog.c - fixed typing error reported by M. Barros
4967
4968Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4969
4970 * xmllint.c - fixing typo
4971
4972Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4973
4974 * HTMLparser.c: small enhancement to prevent loop on
4975 unrecognizable data
4976
4977Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4978
4979 * parserInternals.c: applying patch from bug #60757 this
4980 should close it
4981
4982Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4983
4984 * catalog.c xmlcatalog.c: removed a couple of warning
4985 * xpath.c: try to solve the linking problem on platforms
4986 needing trio to compile
4987
4988Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4989
4990 * Makefile.am libxml.spec.in: backing up non-documented changes
4991 commited without review or aproval by Jens Finke <jens@gnome.org>
4992 * HACKING: made 100% clear that no commit should be done directly
4993
4994Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4995
4996 * configure.in: Joe Orton provided a patch fixing a problem
4997 when iconv is specified to be in a non-standard directory
4998 but wasn't exported in xml2-config --cflags
4999
5000Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5001
5002 * configure.in: let's ship 2.4.5 before getting too much
5003 troubles with 2.4.4 errors.
5004
5005Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5006
5007 * encoding.c entities.c: do not output hexadecimal charrefs
5008 when serializing HTML since some version of Netscape can't
5009 grok it, generate decimal ones.
5010 * result/HTML/doc3.htm: output changed due to previous test
5011 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5012
5013Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5014
5015 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5016 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5017
5018Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5019 Released 2.4.4
5020
5021 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5022 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5023 updated the configuration scripts systems accordingly
5024
5025Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5026
5027 * configure.in: preparing for 2.4.4
5028 * doc/xml.html doc/html/*: updated and rebuilt the docs
5029
5030Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5031
5032 * win32/dsp/libxml2.def.src: tried to incorporate comments
5033 from bug #59220
5034
5035Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5036
5037 * parser.c result/noent/wml.xml: fixed bug #59981 related
5038 to handling of '&' in attributes when entities are substitued
5039
5040Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5041
5042 * libxml.h include/libxml/xmlversion.h.in
5043 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5044 Tried to close bug #60131
5045
5046Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5047
5048 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5049
5050Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5051
5052 * SAX.c: fixing bug #59946 on xmlns=""
5053
5054Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5055
5056 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5057 but allocates a new error code.
5058
5059Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5060
5061 * xmllint.c: John Fleck fixed typos in the options output
5062 * parser.c SAX.c: fix ignorable white space SAX selection
5063
5064Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5065
5066 * entities.c: Steve Underwood found the possibility of an
5067 ininite loop in case of error.
5068
5069Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5070
5071 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5072
5073Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5074
5075 * parser.c: warn if version is not 1.0 but it's not
5076 strictly speaking an error after analyzing the spec
5077
5078Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5079
5080 *doc/catalog.html - add link to the html version of the
5081 man page, other linguistic cleanups
5082
5083Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5084
5085 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5086 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5087 file, has not yet been included in the build.
5088
5089Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5090
5091 * catalog.c: removed a duplicate affectation Justin Fletcher
5092
5093Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5094
5095 * tree.c: Armin Sander pointed a possible text coalescing
5096 problem, completed his patch.
5097
5098Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5099
5100 * trionan.c: Fixed const and volatile re-definition problem
5101
5102Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5103
5104 * libxml.4 parser.c: doc updates from Heiko Rupp
5105 * parserInternals.c: 2 sanity checks from Heiko Rupp
5106
5107Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5108
5109 * tree.c: applied patch from Armin Sander to make some pointers
5110 const in xmlCopyNode()
5111 * include/libxml/tree.h: added fix to the header
5112
5113Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5114
5115 * xpath.c: hum, restrict the integer usage gcc bug workaround
5116 to only gcc compilers so that other architecture don't get
5117 penalized by this limitation.
5118 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5119
5120Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5121
5122 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5123 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5124
5125Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5126
5127 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5128 --convert option to xmlcatalog to convert SGML ones to
5129 the XML syntax.
5130 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5131
5132 2.4.3 got released at that point
5133Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5134
5135 * catalog.c xmlIO.c: started some serious testing and fixed
5136 a few bug and optmization needs.
5137
5138Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5139
5140 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5141 preparing for a 2.4.3 release even if it may not be ready yet
5142 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5143 all file parsing lookup to go through the entity resolver, add
5144 to add an API to bypass it (needed to load catalogs themselves),
5145 some cleanup on the catalog code too.
5146 * nanoftp.c: small cleanup
5147 * doc/catalog.html: small update
5148
5149Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5150
5151 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5152 Jun Kuriyama
5153
5154Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5155
5156 * doc/catalog.html: finished the catalog documentation
5157
5158Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5159
5160 * doc/catalog.html doc/xml.html: added documentation about
5161 Catalog support, misses an API description
5162 * doc/html/*: reextracted the API pages
5163
5164Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5165
5166 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5167 Added the part about section 7.2 on URI resolution,
5168 fixed a side effect in the HTML parser, look complete
5169 and ready to rock except the URI/SystemID part!
5170
5171Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5172
5173 * include/libxml/catalog.h include/libxml/parser.h
5174 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5175 xmlIO.c: added support and APIs needed for the catalog PI
5176 * include/libxml/xmlIO.h: cleanup
5177
5178Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5179
5180 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5181 include/libxml/catalog.h: starts to look okay, really
5182 plugged the new framework, cleaned a lot of stuff,
5183 added some APIs, except the PI's support missing this
5184 should be mostly complete
5185 * result/catalogs/* test/catalogs/*: added new test, enriched
5186 the existing one with URN ID tests
5187
5188Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5189
5190 * catalog.c: fixed nextCatalog
5191 * result/catalogs/docbook test/catalogs/*: started adding
5192 a small regression test
5193
5194Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5195
5196 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5197 more work on the XML catalog support.
5198 * parser.c include/libxml/parser.h: small cleanup seems using
5199 list as a public parameter name can give portability troubles
5200 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5201 include/libxml/xpath.h include/libxml/Makefile.am: removed
5202 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5203 wrappers
5204
5205Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5206
5207 * Makefile.am trio.c triodef.h trionan.c xpath.c
5208 include/libxml/Makefile.am include/libxml/trionan.h:
5209 Re-worked Not-A-Number and Infinity support.
5210 * xmlcatalog.c: added readline include files
5211
5212Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5213
5214 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5215 testCatalog as xmlcatalog, making it an installed app
5216 adding a shell, and preparing it to be a /etc/xml/catalog
5217 management tool, though not ready yet
5218 * catalog.c include/libxml/catalog.h: adding support for
5219 XML Catalogs http://www.oasis-open.org/committees/entity/
5220 not finished, there is some interesting tradeoffs and a
5221 few open questions left.
5222
5223Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5224
5225 * xmllint.c: fixed a line formatting problem
5226
5227Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5228
5229 * SAX.c: removed a couple of unused variable (Albert Chin)
5230
5231Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5232
5233 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5234 trying to fix some troubles w.r.t. function returning
5235 const xxxPtr.
5236
5237Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5238
5239 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5240 defined
5241
5242Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5243
5244 * xpointer.c: removed unused var
5245
5246Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5247
5248 * testXPath.c: another small cleanup closing bug #59110
5249
5250Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5251
5252 * win32/dsp/libxml2.def.src: small cleanup closing bug
5253 #59108
5254
5255Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5256
5257 * example/gjobread.c: add xmlCleanupParser() before leaving
5258
5259Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5260
5261 * config.h.in configure.in include/libxml/xmlwin32version.h:
5262 released 2.4.2
5263
5264Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5265
5266 * include/libxml/valid.h debugXML.c valid.c: deprecate
5267 the non-boundchecking Sprintf functions, add Snprintf
5268 this should close bug #57984
5269
5270Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5271
5272 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5273 URIs before doing the lookups (pointed by Mark Vakoc)
5274
5275Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5276
5277 * xpath.c: serious changes on Result Value Trees and NodeSets
5278 w.r.t. deallocation and collect operations. Probably not
5279 100% clean (merge of allocated trees smells like a problem).
5280 Seems sufficient to close #58943
5281
5282Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5283
5284 * xmllint.c: adding a --format option
5285
5286Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
5287
5288 * xpath.c: count() was broken on Result Value Tree
5289 * xmlIO.c: fixed file:/// accesses on _WIN32
5290
5291Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5292
5293 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
5294 macro was renamed, this should close bug #58683
5295
5296Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5297
5298 * SAX.c: small fix fixing bug #58539 reported by coolo, in
5299 entity substitution mode text at the end of the entity might
5300 be added due to text coalescing.
5301 * nanoftp.c parser.c: small cleanup
5302
5303Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5304
5305 * HACKING: added John Fleck right to commit in the doc subdir
5306
5307Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5308
5309 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5310 allow to inherit attributes from the DTD directly in the
5311 tree, this is needed for XPath and can be a useful feature.
5312 Inherited namespaces are always provided at the tree level now
5313 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5314 of tests for this feature (XSLT being the prime user).
5315
5316Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5317
5318 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5319 testSAX.c xmlIO.c xmllint.c include/win32config.h
5320 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5321 include/libxml/xmlwin32version.h.in win32/README.MSDev
5322 win32/dsp/*: applied Win32 Facelift No.2 patches from
5323 Igor Zlatkovic for Windows/MSC
5324
5325Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5326
5327 * SAX.c: unparsedEntityDecl() the URI computation of the
5328 entity wasn't done breaking XSLT unparsed-entity-uri()
5329
5330Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5331
5332 * xpath.c: fixed a bug when walking the descendants and
5333 the current node has no children
5334 * debugXML.c: show up when a text node is supposed to not be escaped
5335
5336Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5337
5338 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5339 worked like the set:leading() function)
5340 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5341
5342Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5345
5346Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5347
5348 * include/libxml/xmlIO.h: apply change to close #58141
5349 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5350
5351Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5352
5353 * parser.c: when the internal subset uses a PE, then the
5354 included entity can use conditional sections.
5355
5356Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5357
5358 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5359 when walking the namespace axis showing up in
5360 libxst/tests/general/bug-12
5361 * xmlmemory.c: added the possibility to trace a given block
5362 defined by its address
5363
5364Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5365
5366 * parser.c: don't override existing encoding specified before
5367 starting xmlParseDocument()
5368
5369Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5370
5371 * include/libxml/xmlwin32version.h: reinserted, needed for
5372 Windows users of CVS
5373
53742001-07-27 Darin Adler <darin@bentspoon.com>
5375
5376 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5377 * testCatalog.c: Add include of <libxml/parser.h>.
5378
53792001-07-27 Darin Adler <darin@bentspoon.com>
5380
5381 * include/libxml/.cvsignore:
5382 * include/libxml/xmlwin32version.h:
5383 Remove this file from CVS because it's generated.
5384
5385Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5386
5387 * parser.c include/libxml/parser.h: applied const patches from
5388 Tom Moog #58002
5389
5390Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5391
5392 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5393 lookup framework
5394
5395Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5396
5397 * tree.c: fixed xmlCopyNode() for documents
5398
5399Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5400
5401 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5402
5403Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5404
5405 * parser.c: fixes bug #57652 reported by Morus Walter
5406
5407Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5410
5411Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5412
5413 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5414 errors, lesson don't add new functions at 1am before a release
5415 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5416 from XPath initialization when possible.
5417
5418Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5419
5420 * result/scripts/base*: removing history/readline changed
5421 this slightly
5422 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5423 xmllint.c: make element content line number generation
5424 optionnal to avoid breaking old apps added interface to switch
5425
5426Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005429 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005430 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5431 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5432 John Kroll fixes to allow saving to HTTP via PUT (or
5433 POST of needed).
5434 * doc/html/*.html: regenerated the docs
5435
5436Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5437
5438 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5439 xmlHashScanFull and xmlHashScannFull3 to get passed the
5440 three keys as arguments to the callback function
5441
5442Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * configure.in Makefile.am: removed libxml softlink for good
5445 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5446 100% coverage by gtk-doc
5447
5448Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5449
5450 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5451 fixed serious troubles due to size_t vs. int mismatch
5452
5453Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5454
5455 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5456
5457Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5458
5459 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5460 convenient extension API for value and context managing
5461 Now handles external objects through xmlXPathPopExternal,
5462 xmlXPathWrapExternal and xmlXPathReturnExternal.
5463 Added functions for sets operations (intersection, etc.)
5464
5465Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5466
5467 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5468 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5469 HTMLparser.c: cleanup of global variables, marking some
5470 const or private.
5471
5472Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5473
5474 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5475 fixed xmlXPathNodeSetItem when passing index=0
5476
5477Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5478
5479 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5480
5481Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5482
5483 * xmllint.c: fixed compilation under Cygwin #57503
5484 * TODO: update
5485
54862001-07-13 Peter Williams <peterw@ximian.com>
5487
5488 * config.h.in: add #undef HAVE_DLFCN_H
5489
5490 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5491 builddir.
5492
5493Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5494
5495 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5496 raised by #57348 and #57381
5497
5498Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5499
5500 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5501 tree.c xpointer.c: store the line numbder in element->content,
5502 may break some software, need a configuration mechanism
5503
55042001-07-10 Darin Adler <darin@bentspoon.com>
5505
5506 * .cvsignore:
5507 * example/.cvsignore:
5508 * include/.cvsignore:
5509 * include/libxml/.cvsignore:
5510 Various things that are generated and should be ignored.
5511
5512Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5513
5514 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5515 * doc/xml.html doc/html/*: updated the docs
5516
5517Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5520 validation occured on content with element child
5521
5522Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5523
5524 * tree.c: fixed XML Base computation which was broken
5525 * debugXML.c: added a base function to the shell
5526 * Makefile.am result/scripts/* test/scripts/*: added scripts
5527 based regression tests, and adding 2 XML Base tests
5528
5529Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5530
5531 * tree.c: set properties doc and call xmlSetListDoc for properties
5532 content when grafting them in a different tree.
5533 * aclocal.m4: remove from CVS
5534
5535Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5536
5537 * win32/libxml2/libxml2.def.src: added some missing entry point
5538 for XPath (Mark Vakoc)
5539
5540Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5541
5542 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5543 layer should URI-Unescape before trying to open resources.
5544
5545Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5546
5547 * xpath.c: fix the name() bug for elements in the default
5548 namespace reported by Charlie Bozeman
5549
5550Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5551
5552 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5553 led to an XPath fix, improvements of SAX initialization, and
5554 an added option --nocdata to testXPath
5555
5556Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5557
5558 * doc/libxml-doc.el: Felix Natter provided anew version working
5559 with XEmacs too
5560
5561Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5562
5563 * include/libxml/xpath.h: small cleanup
5564 * doc/xml.html: update
5565
5566Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5567
5568 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5569 released 2.3.14
5570
5571Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * doc/html/*: rebuilt the docs for the release
5574 * doc/xml.html: added 2.3.14 release.
5575
5576Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5577
5578 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5579 were not equal to empty strings
5580
5581Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * SAX.c: fixed a URI-Reference computation problem when validating
5584 * xmlIO.c: small cleanup
5585
5586Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * parser.c: improved the description of a couple of interfaces
5589 upon Larry Stamper suggestion
5590
5591Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * SAX.c entities.c parser.c: changed completely the way entities
5594 are handled when running the parser in entity substitution mode.
5595 This fixes a bug reported by Stephan Kulow and nearly divides
5596 by 3 the amount of memory required by libxslt to load and process
5597 DocBook TDG.
5598
5599Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5600
5601 * HTMLparser.c: fixing a too early root closing problem raised
5602 byt Prashanth Naidu
5603
5604Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5605
5606 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5607 raised by Mark Vakoc.
5608
5609Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5610
5611 * example/Makefile.am: fixed the include path to add srcdir/include
5612 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5613 and some cleanup
5614
5615Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5618 lot of optimization work, results in significant improvements
5619 when handling really complex XPath queries. Add a small optimizer
5620 for unions, improve [n] and [last()], avoid some costly ops.
5621
5622Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5623
5624 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5625 * xpath.c: small cleanup
5626 * xmlGetNsList: reformated, fixed problems if used on Entities
5627
5628Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5631
5632Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5633
5634 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5635 * Makefile.am example/Makefile.am: workaround automake generating
5636 erroneous deps
5637
5638Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * include/win32config.h: bug #56801 Yon Derek provided a patch
5641 to the windows config file.
5642
5643Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5644
5645 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5646 libxml.h : Yon Derek provided a set of changes to compile from
5647 CVS on Windows/MSC
5648
5649Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5650
5651 * parser.c: fixed UTF8 BOM support in push mode
5652 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5653 added a specific testcase
5654
5655Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * Makefile.am: added --push regression tests
5658 * parserInternals.c: the XML parser segfaulted in --push mode
5659
5660Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5661
5662 * configure.in: moved the symlinks detection within a CVS
5663 check, this is not portable and will be removed soon.
5664 * xpath.c: small cleanup/speedup
5665
5666Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5667
5668 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5669 release of 2.3.12
5670 * parser.c: make an error message if unknow entities in all cases
5671
5672Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5673
5674 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5675
5676Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5677
5678 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5679 includes were installed in the wrong dir
5680
5681Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * doc/html.xml: warn against sending code to exhibit bugs.
5684
5685Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5688 Tru64 from Thomas Leitner
5689
5690Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * AUTHORS: added William and Bjorn
5693 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5694 daniel@veillard.com hopefully I won't have to do this again
5695 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5696 docs can be rebuilt cleanly now
5697 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5698 from CVs it's generated, added include/libxml/xmlwin32version.h
5699 also generated but which should change far less frequently.
5700 * catalog.c nanoftp.c: made sure to include libxml.h not
5701 libxml/xmlversion.h directly
5702 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5703 when compiling on WIN32 and MSC
5704
5705Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5706
5707 * include/Makefile.am include/libxml/Makefile.am configure.in:
5708 fixed make distcheck and rebuilding the rpms
5709
5710Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5711
5712 * configure.in: should finish the migration of exported includes
5713 into a real include/libxml in CVS, at least for CVS users.
5714 * removed the exported headers, added in include/libxml (as well
5715 as xmlversion.h.in).
5716
5717Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * configure.in: fixed the way to detect symlink
5720
5721Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * configure.in: updated, include/libxml is now a real CVS dir
5724
5725Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5728 version works with both libxml1 and libxml2 (it autodetects
5729 the prefix of the html-files) from Felix Natter.
5730 * doc/xml.html: updated doc accordingly
5731
5732Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5733
5734 * xpath.c: fixed the bug generating a template loop in libxslt
5735 when using docbook-xsl-1.4, * should filter out document nodes
5736 * HACKING: added William
5737 * TODO: updated
5738
5739Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5740
5741 * doc/FAQ.html: added a warning about gcc-3.0
5742 * doc/xml.html: added reference to gdome2 and removed a confusing
5743 sentence
5744
5745Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5746
5747 * xmlversion.h: okay this is a generated file, but Windows
5748 users need it and they can't generate it, and I want CVS
5749 Windows users ...
5750 * win32/libxml2/libxml2_so.dsp: Windows project file for
5751 the shared lib version of libxml2
5752 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5753 resources needed for libxslt/xsltproc by Yon Derek
5754
5755Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5756
5757 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5758
5759Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5760
5761 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5762
5763Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5764
5765 * include/win32config.h: Yon Derek provided a first fix
5766 to be able to compile libxslt/xsltproc on Windows
5767
5768Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5769
5770 * xpath.c: attempt to work around what seemed a gcc optimizer
5771 bug when handling floats on i386 http://veillard.com/gcc.bug
5772 * tree.c entities.c encoding.c: doing some cleanups while
5773 chasing it
5774
5775Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * Makefile.am: cleanup when --without-debug is specified
5778 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5779 w.r.t. --without-debug and other include points
5780 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5781 Catalogs
5782 * configure.in entities.h tree.h HTMLparser.c: removed
5783 --without-corba, made the _private field mandatory
5784
5785Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5788 outputs a BOM in UTF8, an errata has been issued to avoid the
5789 problem, that was the most reasonable solution... Add support
5790 for a leading UTF8 BOM in entities.
5791
5792Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * valid.c: fixed a bug found when post validating an entity ref
5795 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5796 activate it too
5797
5798Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5799
5800 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5801 weakness in the node copy the XPointer and the XInclude
5802 implementations. Serious cleanup.
5803
5804Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5805
5806 * Makefile.am: Kjartan Maraas provided a small patch to
5807 add xml2-config.in to EXTRA_DIST
5808
5809Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5812 provided another failing case found in KDE, the way the
5813 ctxt->vctxt.nodeTab was allocated and freed changed over
5814 time but it wasn't completely cleaned up. This should fix it.
5815
5816Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5817
5818 * parser.c: Stephan Kulow also raised the fact that line number
5819 could get miscounted making debug harder, fixed the problem
5820 in xmlParseCharData()
5821
5822Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * valid.c: Stephan Kulow pointed out a problem when validating
5825 and using an empty entity, forgot a 'break' in a case.
5826
5827Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5828
5829 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5830 * doc/xml.html: updated with 2.3.11
5831
5832Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5833
5834 * TODO: updated adding cleanup of generated doc
5835 * configure.in: prepared to release 2.3.11
5836 * xmllint.c: added --version for bug reporting
5837 * doc/html/*.html: rebuilt the doc
5838
5839Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * xpath.c: first part of the work on selecting namespace to
5842 fix bug #56115
5843
5844Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5845
5846 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5847 when using -liconv
5848 * TODO: updated
5849
5850Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5851
5852 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5853 cleanup, encoding support.
5854
5855Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5858
5859Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5860
5861 * xpath.c: bug detected by Ankh when / is used as a function arg
5862
5863Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5866 of element and use it to avoid outputting formatting spaces at
5867 the wrong place. Implemented the format parameter for HTML save.
5868 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5869 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5870 result/HTML/wired.html: of course this impact the result of a
5871 number of HTML tests
5872
5873Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5874
5875 * HTMLtree.[ch]: started augmenting the HTML save API with
5876 encoding and formatting parameters
5877
5878Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5879
5880 * HTMLtree.h: cleanup and started evaluating the work needed on
5881 revamping the HTML output code
5882
5883Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5886
5887Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5888
5889 * valid.c: fixed bug #56049, forgot one check in the
5890 validation routine
5891
5892Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5893
5894 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5895
5896Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * libxml.h: fixed an error in last commit
5899 * doc/FAQ.html: added an entry for compilation from CVS
5900
5901Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * xmlversion.h.in libxml.h: Cygwin patches
5904 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5905 * tree.h: cleanup
5906
5907Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5910 memory block in a strange case where libxml is linked twice
5911 in the binary.
5912
5913Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5914
5915 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5916 state far too often, simple fix used to avoid it.
5917
5918Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5921 being processed, applied his patch
5922 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5923
5924Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5927 provided fixes to compile on MSCC again
5928 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5929 also provided an update for the project files.
5930
5931Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5932
5933 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5934 bug #55810
5935
5936Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5937
5938 * tree.c: fixed xmlGetNsProp() to close bug #55683
5939 Note this requires libxslt to use it's own function instead.
5940
5941Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5942
5943 * HTMLtree.c: when in a pre element no formatting space should
5944 be added.
5945 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5946
5947Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * configure.in: added tests for signal() and signal.h
5950
5951Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5952
5953 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5954
5955Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5956
5957 * doc/libxml-doc.el: Felix Natter provided a new version for
5958 libxml2
5959
5960Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5961
5962 * HTMLtree.c: when in a pre element no formatting space should
5963 be added.
5964
5965Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5968
5969Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5970
5971 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5972 hack
5973 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5974 * uri.c: fixed a warning
5975
5976Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5977
5978 * HTMLtree.c: trying to close bug #55772 escaping in script
5979 elements
5980 * doc/xml.html: suggest to send mail to the list
5981
5982Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5985 good. Use a macro and based on the solution provided in
5986 vsnprintf manual page from GNU.
5987
5988Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5989
5990 * error.c: Workaround for non-preserving variadic list.
5991 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5992
5993Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * doc/xml.html: added 2.3.10 release
5996
5997Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * configure.in: releasing 2.3.10
6000
6001Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6002
6003 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6004
6005Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * encoding.c: Robert Collins provided a patch to add the
6008 "US-ASCII" encoding alias
6009
6010Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6011
6012 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6013 string oriented functions and started cleaning the related areas
6014 in xpath.c which needed fixing in this respect
6015
6016Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6017
6018 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6019 #55380
6020 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6021
6022Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6023
6024 * TODO: updated
6025 * nanohttp.[ch] : started adding APIs to get the redirected URL
6026 when this occurs (needed for further base computation
6027 * tree.h: cleanup
6028 * encoding.c: cleanup
6029 * SAX.c: minor change around ctxt->loadsubset
6030
6031Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6032
6033 * Makefile.am include/Makefile.am: small change to have
6034 include/libxml rebuilt if working from CVS.
6035 * uri.c: applied another patch from Carl Douglas for URI escaping,
6036 this should close bug #51876
6037
6038Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6041 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6042 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6043 added specific regression test
6044 * parser.h: preparing for the XSLT mode where DTD inherited
6045 attributes are added to the tree.
6046
6047Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6048
6049 * xinclude.[ch]: Updated the namespace for the Last Call version
6050 * result/XInclude/include test/XInclude/include: updated the
6051 testsuite accordingly
6052
6053Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6054
6055 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6056 related to bug #51876
6057
6058Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * tree.c: fixed a gross mistake in base computation, xml:base is
6061 not completely correct yet (need cascade).
6062 * xpath.[ch]: added the few things needed to find a function name
6063 and URI from the XPath context when it is called.
6064
6065Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6066
6067 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6068 * DOCBparser.c: small cleanup
6069 * xmllint.c: added a --catalogs option to load catalogs from
6070 $SGML_CATALOG_FILES
6071 * tree.c: cleanup
6072 * configure.in: iconv library fixup, ICONV_LIBS
6073
6074Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * catalog.c: handling of CATALOG entries. detection of recursion,
6077 and a few bugfixes
6078 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6079 against the default namespace
6080
6081Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6082
6083 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6084
6085Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6086
6087 * parser.c: fixed propagation context info when parsing an
6088 external entity.
6089 * doc/html/*.html: regenerated a couple of docs
6090
6091Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6092
6093 * doc/xml.html: update with 2.3.9 informations
6094
6095Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6098 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6099 * doc/html/* : rebuilt the docs
6100 * valid.c: small patch which may improve some case when
6101 validating.
6102
6103Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6104
6105 * HTMLparser.c: Closed bug #54891
6106 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6107 to the suite
6108
6109Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6112 applied a documentation patch from LotR and filled in a few missing
6113 descriptions
6114
6115Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6116
6117 * xpath.c tree.c parser.c: speed optimizations at the parser level
6118 document tree freeing and xpath evaluation
6119
6120Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * parser.c parser.h parserInternals.h: fixed a couple of
6123 interfaces for handling memory buffer input to const char *
6124 upon suggestion of JamesH.
6125
6126Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6127
6128 * configure.in: LoTR sent a patch fixing the previous commit
6129
6130Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6131
6132 * configure.in: trying to deal again with the stoopid -R linking
6133 flag of Solaris
6134
6135Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * xpath.h: two nodeset access macros from Thomas Broyer
6138
6139Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6140
6141 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6142 patch from Thomas Broyer
6143
6144Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6145
6146 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6147 case
6148 * INSTALL: was empty added stuff from the FAQ
6149
6150Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6151
6152 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6153 attributes handling and #54433 by adding xmlUnsetProp()
6154 and xmlUnsetNsProp()
6155
6156Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * HTMLparser.c: Patch from Jonas Borgström
6159 (htmlGetEndPriority): New function, returns
6160 the priority of a certain element.
6161 (htmlAutoCloseOnClose): Only close inline elements if they
6162 all have lower or equal priority.
6163 * result/HTML: this of course changed a number of tests results.
6164
6165Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6166
6167 * xmlIO.c catalog.c: plugged in the default catalog resolution
6168 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6169 documentations
6170 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6171
6172Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6175 integrating catalogs
6176 * catalog.[ch] testCatalog.c: adding a small catalo API
6177 (only SGML catalog support).
6178 * parser.c: restaured xmlKeepBlanksDefault(0) API
6179
6180Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6183
6184Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6185
6186 * parser.c: added xmlParseExternalEntityPrivate() to allow
6187 propagation of ctxt->_private when parsing external entities
6188
6189Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6192
6193Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6194
6195 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6196
6197Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * valid.c: warn when indeterminist content model is detected
6200 * result/VC/ElementValid8: this adds a message
6201 * Makefile.am: add --novalid for VCM tests
6202 * parserInternals.c: added a call to Init memory
6203
6204Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6207 when both parameters are NULL.
6208
6209Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6210
6211 * valid.c: applied small patch from Gary Pennington, reindented
6212 some part of the code.
6213
6214Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6215
6216 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6217 release, updated and regenerated the docs
6218
6219Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6220
6221 * xpath.c result/XPath/expr/floats : clarified and cleanup
6222 printing of abnormal floats in tests.
6223
6224Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6225
6226 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6227 * results/HTML/ : a few changes in the output of the HTML tests as
6228 a result.
6229 * configure.in: tying to fix -liconv where needed
6230
6231Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6232
6233 * Makefile.am: fixed a stupid error
6234
6235Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6236
6237 * configure.in Makefile.am: make the inclusion of the trio
6238 modules in the library conditional
6239
6240Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6241
6242 * DOCBparser.c: patche from László Kovács, fixed entities refs
6243 in attributes handling
6244
6245Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6246
6247 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6248 flushing
6249
6250Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6251
6252 * xpath.c: fix of an XSLT namespace bug reported on the list
6253 general/bug-8-
6254
6255Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * strio.h trio.c: Dan McNichol suggested a couple of small
6258 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6259
6260Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * tree.c parser.c encoding.c: spent a bit more time looking
6263 at the parsing speed and DOM handling. Added a few more
6264 speedups.
6265
6266Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * parser.c: small but effective parsing speed improvement
6269
6270Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6271
6272 * configure.in: default on the DocBook parser inclusion (for Gnome)
6273 * DOCBparser.h: fixed a header reference
6274
6275Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * configure.in xpath.c: applied Bjorn patches for FPE on the
6278 alpha
6279
6280Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6281
6282 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
6283 xmlSaveFormatFileTo()
6284
6285Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * xpath.c: simple and efficient optimization, XPath functions
6288 aways bind to the same code, cache this
6289 * TODO: updated (by saying some is obsolete)
6290
6291Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * xpath.c: more cleanup work on XPath name parsing routines
6294
6295Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6296
6297 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
6298 xmlXPathParseName
6299 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
6300 * debugXML.c: avoid compilation problems if compiling without
6301 HTML support, Igor Zlatkovic
6302 * win32/libxml2/libxml2.def.src: being able to compile without
6303 XPath on Windows
6304
6305Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6306
6307 * libxml.m4: yet another patch from Toshio Kuratomi
6308
6309Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6310
6311 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6312
6313Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6314
6315 * tree.[ch]: added xmlSaveFormatFile interface for saving
6316 and indenting a file.
6317
6318Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * xpath.c: fixed bug #53689 related to processing-instruction()
6321
6322Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * DOCBparser.c: patche from László Kovács
6325
6326Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * parser.c: applied fixes from Christian Glahn bug report #53391
6329
6330Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6331
6332 * error.c: Jean François Lecomte provided a complete description
6333 and a fix to bug #53537
6334
6335Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6336
6337 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6338
6339Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6340
6341 * DOCBparser.c SAX.c: a bit more work on entities processing.
6342 Still Need to cleanup XML output and references in attributes
6343
6344Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6345
6346 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6347
6348Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6349
6350 * tree.c: trying to fix #53574, not completely complete,
6351 I would like xmllint --copy --debug test/ent1 and
6352 xmllint --debug test/ent1 to show the same result.
6353 * xpath.c: fix a bug when trying to sort namespace nodes
6354
6355Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * HTMLtree.c: real fix for #53402
6358
6359Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6360
6361 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6362 PIs when using xsl:output
6363 * valid.c: closing #53537 some case generate segfaults if there
6364 is validity errors
6365
6366Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6367
6368 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6369 of external parsed entities, added --noent to testDocbook
6370 * valid.c: Garry Pennington found an uninitialized variable
6371 access in xmlValidateElementContent()
6372
6373Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6374
6375 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6376 with madness
6377 * result/HTML/ : this modified the result of the regression tests
6378 a lot.
6379
6380Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6381
6382 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6383 to doc where it wasn't checked against NULL reported by
6384 Jens Laas
6385
6386Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6387
6388 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6389 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6390
6391Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6392
6393 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6394 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6395 * SAX.[ch]: cleanup and updates for DocBook
6396 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6397 ex SGML identifier changes
6398 * valid.c: removed a static unused function.
6399
6400Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6401
6402 * HTMLtree.c: applied change for Paul Sponagl on script saving
6403 * Makefile.am: the warning about entity title.xml are normal.
6404
6405Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * configure.in: release of 2.3.7
6408 * Makefile.am: fixing make distcheck
6409
6410Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6411
6412 * doc/html/* doc/xml.html: updated and regenerated the docs
6413
6414Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6415
6416 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6417
6418Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6419
6420 * tree.c: fixed #53388 with the provided patch
6421
6422Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6423
6424 * valid.c: Bjorn detected an invalid memory access. Fixed
6425 vstateVPush()
6426
6427Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6428
6429 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6430
6431Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6432
6433 * libxml.h: new header used only for the compilation of libxml
6434 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6435 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6436 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6437 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6438 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6439 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6440 baseline (version 1.2 plus a single patch).
6441 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6442 scientific notation for numbers. Tests added.
6443 * xpath.c: formatting of numbers changed to use sprintf
6444 (contribution from William Brack)
6445
6446Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6447
6448 * valid.c: cleanup, more useful debugging
6449 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6450 * xmlIO.c: entity loading is printed as an error when validating
6451
6452Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6453
6454 * valid.c: fixed to validate within entities
6455 * test/VCM/v22.xml: added a specific testcase
6456
6457Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6458
6459 * valid.c: forgot an epsilon transition in for ()+
6460 * test/VCM/v21.xml : added a specific test case
6461
6462Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6463
6464 * valid.c: removed a state explosion exhibited by RSS
6465 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6466 from bug #51872
6467
6468Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6469
6470 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6471 validation without using an ugly NFA -> DFA algo in the source.
6472 Made a specific algorithm easier to maintain, using a single
6473 stack and without recursion.
6474 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6475 * hash.c: made the growing routine static
6476 * tree.h parser.c: added the parent information to an
6477 xmlElementContent node.
6478
6479Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6480
6481 * SAX.c parser.c xpath.c: generating IDs when not validating
6482 from an external parsed entity was poisoning the ID has table
6483 with removed values. This was killing XSLT on the KDE help
6484 browser.
6485
6486Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6487
6488 * entities.h: andrew@ugh.net.au detected a double declaration
6489
6490Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6491
6492 * debugXML.c hash.c tree.h valid.c : some changes related to
6493 the validation suport to improve speed with DocBook
6494 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6495 the way validation errors get reported
6496
6497Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6500 by P C Chow and William M. Brack for XSLT HTML output
6501
6502Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6503
6504 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6505 Igor Zlatkovic patches for MSC compilation and added his
6506 updates
6507
6508Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6509
6510 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6511 prefix lookup.
6512 * parserInternals.c: fixed the bug reported by Morus Walter
6513 due to an off by one typo in xmlStringCurrentChar()
6514
6515Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6516
6517 * HTMLparser.c result/HTML/*: revamped the way the HTML
6518 parser handles end of tags or end of input
6519
6520Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6523
6524Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6525
6526 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6527 bug where the linktime verions of free() won't work ...
6528
6529Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6530
6531 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6532
6533Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6534
6535 * doc/xml.html: added 2.3.6 release
6536
6537Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6538
6539 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6540 * result/wml.xml: resulted in a small output change
6541
6542Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6543
6544 * tree.c: xmlNewDoc was missing the charset initialization
6545 * xmllint.c: added --auto to autogenerate a doc, allow to
6546 reproduce the problem fixed on xmlNewDoc
6547
6548Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6549
6550 * xpath.c: trying to get 52979 solved
6551 * tree.c result/ result/noent/: trying to get 52712 solved, this
6552 also made me clean up the fact that XML output in general should
6553 not add formating blanks by default, this changed the output of
6554 a few tests
6555
6556Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6557
6558 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6559
6560Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6561
6562 * configure.in: finally released 2.3.6
6563
6564Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6565
6566 * xpath.c: checking for null pointer generated by new code
6567
6568Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6569
6570 * xpath.c: fixed a [] evaluation problem reported
6571 * test/XPath/tests/simpleaddr: extended test
6572 * result/XPath/simpleaddr: updated result
6573
6574Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6575
6576 * xmllint.c: Dan Timis reported a portability problem
6577 on Macs without mmap, fixed it.
6578
6579Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6580
6581 * testXPath.c : added a --tree option allowing to display the
6582 tree dump of the XPath expression
6583
6584Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6585
6586 * xpath.c: fixed a memleak when comparing nodesets
6587 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6588 * tree.c: added a TODO
6589
6590Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6591
6592 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6593 we need string functions
6594 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6595 to be able to use them where needed. Applied some changes
6596 to reduce name linking pollution and compile in only what's
6597 needed.
6598 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6599 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6600 for the string manipulation functions
6601 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6602 to the free() function of xmlmemory.c
6603 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6604 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6605 usage.
6606
6607
6608Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6609
6610 * error.c: applied the context output patch of the error
6611 handling submitted by Chuck Griffith
6612 * error/VC/*: this slightly change some error logs
6613
6614Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6615
6616 * parser.c: fixed line number reporting on error
6617
6618Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6619
6620 * parser.c: Sullivan and Darin found a parser bug,
6621 applied the patch.
6622
6623Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6624
6625 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6626 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6627 xmlversion.h.in xpointer.c: of course the way I defined
6628 UNUSED breaks on old gcc version. Try to be smart and
6629 also define it directly in xmlversion.h
6630 * configure.in: removed -ansi flag from the pedantic set
6631
6632Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6633 Huge cleanup, I switched to compile with
6634 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6635 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6636 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6637 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6638 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6639 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6640 encoding.h entities.c error.c list.[ch] nanoftp.c
6641 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6642 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6643 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6644 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6645 Cleanup, staticfied a number of non-exported functions,
6646 detected and cleaned up a dozen of problem found this way,
6647 avoided a lot of public function name/typedef/system names clashes
6648 * doc/xml.html: updated
6649 * configure.in: switched private flags to the really pedantic ones.
6650
6651Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6652
6653 * configure.in: 2.3.5
6654 * doc/html/*: rebuilt the docs
6655
6656Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6657
6658 * parser.c: fixed a reported bug in NOTATION parsing
6659 * uri.c: accepted but not fixed bug 51876, added TODO
6660 * Makefile.am: fixed bug 51876
6661
6662Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6663
6664 * config.h.in configure.in error.c: fix a compilation problem
6665 on platforms without vsnprintf (xml@thewrittenword.com)
6666
6667Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6668
6669 * parser.c: fixed a function name header typo
6670 * SAX.c: notations can also occur in external subset.
6671
6672Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6673
6674 * error.c: removed a C++ like comment
6675
6676Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6677
6678 * parser.c: fixing bug 52299 strange condition leading
6679 to a parser crash due to a buffer overflow
6680 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6681 added the specific test case
6682
6683Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6684
6685 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6686 xmlXPathConvert{String,Number,Boolean} to be able to make
6687 type casts without a context stack, fixed some implementation
6688 problems related to the absence of context at parse-time,
6689 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6690 in the public API too
6691 * xpointer.c xpathInternals.h: we need to know at parse time
6692 whether we are compiling an XPointer
6693
6694Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6695
6696 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6697 cleaned up the parser internals, refactored XPath code, added
6698 new compilation based APIs and cleanly separated public and
6699 private APIs.
6700
6701Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6702
6703 * xpath.h: the comp field must be added at the end to avoid
6704 killing binary compat.
6705
6706Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6707
6708 * Makefile.am: detect XPath memleaks in regreson tests
6709 * error.c: fixed and error w.r.t. error reporting still using
6710 stderr
6711 * hash.c: added new line at end of file
6712 * tree.h: minor cleanup
6713 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6714 expression parsing from evaluation, resulted in a number of
6715 changes internally, and in XPointer. Likely to break stuff
6716 using xpathInternals.h but should remain binary compatible,
6717 new interfaces will be added.
6718
6719Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6720
6721 * configure.in: fixed a couple of problems reported by
6722 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6723 without gcc on non linux platforms.
6724
6725Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6726
6727 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6728 a fix for --with-html-dir= configure support. I hope it won't
6729 break rpm generation
6730
6731Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6732
6733 * xmlIO.c: one function comment cleanup.
6734
6735Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6736
6737 * SAX.c: external subset notations were improperly registered
6738 in the internal subset.
6739
6740Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6741
6742 * README.cvs-commits: added, pointing to HACKING
6743 * HACKING: updated
6744
6745Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6746
6747 * parser.c: and Matt Sergeant found one in the XML push
6748 parser (erroneous check I forgot to remove when I fixed the
6749 main parser).
6750
6751Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6752
6753 * xpath.c: ptittom found a small bug in UnaryExpr
6754
6755Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6756
6757 * configure.in: bumped to 2.3.4
6758 * error.c: fixed bug #51860
6759 * tree.c: fixed bug #51861
6760 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6761 * tree.[ch] : added xmlDefaultBufferSize
6762 * nanoftp.c: typo in function name header block
6763 * doc/xml.html : updated, added link to XML::LibXSLT
6764 * doc/html/* : rebuilt the docs
6765
6766Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6767
6768 * parser.c SAX.c: the new content parsing code raised an
6769 ugly bug in the characters() SAX callback. Found it
6770 just because of strangeness in XSLT XML Rec ouptut :-(
6771
6772Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6773
6774 * Makefile.am: Martin Baulig suggested to add -lm
6775 * tree.c: found another bug in xmlNodeGetContent()
6776
6777Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6778
6779 * xpath.c: Bjorn found the error related to strictness of comparison.
6780
6781Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6782
6783 * parser.c: trying to fix the Dtd parsing problem reported
6784 by Gary, side effect of last week speed optimizations.
6785
6786Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6787
6788 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6789 * parserInternals.c: removed unneeded test raised by Stric
6790
6791Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6792
6793 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6794 and fixed by William Brack). Added xmlXPathFormatNumber.
6795 Changed the sorting slightly.
6796 * configure.in Makefile.am example/Makefile.am: Added -lm.
6797 Please note that applications linking with libxml2, must
6798 also like with the math library from now on.
6799
6800Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6801
6802 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6803
6804Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6805
6806 * parser.c: one must report spaces even if the Dtd element
6807 content proves that this is not part of the element content.
6808 * result/valid/*.xml: this changed the ouptu slightly
6809
6810Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6811
6812 * configure.in: bumped to 2.3.3
6813 * doc/xml.html: updated
6814
6815Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6816
6817 * tree.c: minor doc fix
6818 * xpath.c: deallocation issues when a result tree has been
6819 converted to a node-set
6820
6821Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6822
6823 * doc/xml.html: oops corrected dates s/2000/2001
6824
6825Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6826
6827 * valid.c: new patch from Gary Pennington
6828
6829Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6830
6831 * doc/xml.html: applied patch from Ankh
6832
6833Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6834
6835 * xinclude.c: fixed a problem building on Mac
6836
6837Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6838
6839 * parser.c: more work on increasing parsing ferformances
6840
6841Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6842
6843 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6844 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6845 avoiding memcpy in production builds MEM_CLEANUP macro use
6846 * parser.[ch] parserInternals.c: optimizations of the tightest
6847 internal loops inside the parser. Better checking of I/O
6848 flushing/loading conditions
6849 * xmllint.c : added --timing
6850
6851Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6852
6853 * configure.in: bumped to 2.3.2
6854 * doc/xml.html: updated for release
6855
6856Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6857
6858 * xpath.c: found a memleak and fixed a nasty bug
6859
6860Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6861
6862 * xmllint.[c1] : added return code errors for xmllint
6863 * xpath.c: specific debug dump function for result value trees
6864
6865Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6866
6867 * xpath.c: finally implemented xmlXPathCompareNodeSets
6868 * test/XPath/expr/floats results/XPath/expr/floats: added
6869 a test for float expressions
6870
6871Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6872
6873 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6874 * parserInternals.[ch]: trying to speed up parsing
6875 * xpath.c : speeded up node set equality op
6876
6877Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6878
6879 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6880 better handling of ID/IDREF and the list modules associated
6881 * configure.in: small CFLAGS cleanup
6882
6883Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6884
6885 * configure.in: fixed iconv detection on AIX (stric)
6886
6887Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6888
6889 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6890
6891Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6892
6893 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6894 and optimized xmlXPathNodeSetSort
6895
6896Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6897
6898 * xpath.c: bug fix when context size is 0
6899 * parser.c: I like Norm's Dtd because they still manage to break
6900 the parser occasionally
6901
6902Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6903
6904 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6905
6906Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6907
6908 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6909 attributes within the XML-1.0 namespace
6910
6911Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6912
6913 * xpathInternals.h: exported a few axis functions
6914 * doc/xml.html: updated the doc
6915
6916Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6917
6918 * configure.in: applied patch from Daniel van Balen for OpenBSD
6919 and bumped version to 2.3.1
6920 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6921 attempt to find autoclosing was simply broken, removed it,
6922 updated the examples, this is better
6923
6924Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6925
6926 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6927 hash functionnalities.
6928 * doc/html/* : rebuild the doc
6929
6930Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6931
6932 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6933 on predicate
6934 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6935 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6936 really want to have tags closed on output even if we accept
6937 unclosed ones on input
6938
6939Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6940
6941 * xpath.c: ouch don't free NULL, rare case fixed
6942 * tree.c: don't coalesce text nodes if they don't have the
6943 same behaviour wrt escaping on output
6944
6945Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6946
6947 * xpath.c: small fixup
6948 * SAX.c: don't warn on empty namespaces.
6949
6950Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6951
6952 * README: a bit of cleanup
6953 * configure.in: preparing for 2.3.0 release
6954
6955Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6956
6957 * hash.[ch]: added a first version of xmlHashSize()
6958 * valid.c: another bug fix from Gary Pennington
6959
6960Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6961
6962 * valid.c: couple of bug fixes pointed by Gary Pennington
6963 * HTMLtree.c: #if 0 cleanup
6964
6965Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6966
6967 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6968 which removes a time consuming check of xmlXPathNodeSetAdd()
6969 and use it in places where we are sure to not break unicity
6970
6971Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6972
6973 * xpath.c: bug fixes found from XSLT
6974 * tree.c: preserve node->name special values when copying nodes.
6975 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6976 external subset are fetched when available but without full
6977 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6978 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6979 output with encoding disabled.
6980
6981Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6982
6983 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6984 xmlCheckFilename should not be called from xmlFileOpenW
6985 and xmlGzfileOpenW
6986
6987Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6988
6989 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6990 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6991 added the new tests for URI normalization
6992 * testURI.c: fixed stoopid bugs
6993 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6994 the URI in the error messages are now properly normalized
6995
6996Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6997
6998 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6999
7000Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7001
7002 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7003
7004Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7005
7006 * xpath.c: fixed mod operator
7007
7008Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7009
7010 * parser.c: fixed xmlStrcat doc
7011 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7012 trees.
7013
7014Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7015
7016 * xpath.c result/XPath/tests/chaptersbase
7017 result/XPath/tests/simplebase: fixed XPath node()
7018 * tree.c: small fix in xmlNewNs()
7019 * Makefile.am: removed extraneous xml2Conf.sh rule
7020
7021Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7022
7023 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7024 Changed the library name, in order to get libxml-devel and
7025 libxml2-devel to coexist on a single system
7026 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7027 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7028
7029Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7030
7031 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7032 libxml2-devel installable in // as libxml-devel.
7033
7034Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7035
7036 * doc/Makefile.am: fixed make rebuild in doc
7037 * doc/html/*.html: rebuilt the docs
7038
7039Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7040
7041 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7042
7043Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7044
7045 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7046 the HTML doc to go into the -devel RPM ...
7047 * aclocal.m4 config.h.in: some updates due to auto* magic
7048
7049Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7050
7051 * xpath.h: added a hook in the context structure allowing to
7052 link to extra support, needed for XSLT
7053
7054Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7055
7056 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7057 xmlXPtrCmpPoints to use it.
7058 * propagated the following patch from Alejandro Forero
7059 * include/win32config.h xmlIO.c: applied further suggestions
7060 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7061 * example/gjobread.c: fixed warnings, now that it builds
7062
7063Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7064
7065 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7066
7067 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7068 filename points to a valid file (not a directory).
7069 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7070 Added calls to xmlCheckFilenameDir.
7071
7072 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7073 `path' (rather than `filename') as the parameter to gzopen and open.
7074
7075Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7076
7077 * Makefile.am: fixed a problem with EXTRA_DIST
7078
7079Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7080
7081 * Makefile.am example/Makefile.am: finally found the trick
7082 to build the example, i.e. add "." in SUBDIRS before example
7083 in the list <grin/>
7084
7085Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7086
7087 * doc/xml.html: updated with an XSLT section, removed pointer to
7088 W3C CVS base.
7089
7090Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7091
7092 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7093 too, and deallocation need to occur the same way.
7094
7095Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7096
7097 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7098 type correponding to an XSLT result tree fragment. Share most
7099 of the data format with node set, as well as operators.
7100 * HTMLtree.c: added a newline at the end of the doctype output
7101 whe this one is not present initially.
7102 * tree.c: make sure taht the parent and doc pointers are properly
7103 set when copying attributes (lists).
7104
7105Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7106
7107 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7108
7109Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7110
7111 * xpath.c: seems I finally killed that ugly path evaluation
7112 context bug (tagged 9999 in case is is wrong)
7113
7114Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7115
7116 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7117 for XSLT
7118
7119Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7120
7121 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7122 for xmlGzfileOpen() bug
7123
7124Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7125
7126 * xpath.c: removed an error found by XSLT usage
7127 * tree.c parserInternals.h: use a predefined static string
7128 for text and comment nodes, avoid freeing them in xmlFreeNode,
7129 exported the string name in parserInternals.h and added
7130 another value to disable encoding at output (for XSLT),
7131 gain memory, time.
7132
7133Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7134
7135 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7136 win32/libxml2/libxml2_so.dsp: new makefiles and update
7137 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7138
7139Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7140
7141 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7142 Gary Pennington
7143
7144Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7145
7146 * xpath.c: fixed the comaprision of values and nodelists,
7147 need to compare nodelist still ...
7148 * debugXML.c: avoided a possible core dump
7149 * HTMLparser.c: cleanup
7150 * nanohttp.c: contributed fix.
7151 * tree.c: fixes in properties handling added xmlSetNsProp
7152 needed by libxslt
7153 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7154 comment
7155 * TODO: updated
7156
7157Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7158
7159 * parser.c parserInternals.c: applied Bjorn Reese optimization
7160 patch
7161
7162Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7163
7164 * Makefile.am: applied patch fro make check from Martin Vidner
7165
7166Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7167
7168 * configure.in: preparing 2.2.11
7169 * doc/html/*: rebuild the HTML files
7170 * doc/xml.html : updated
7171
7172Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7173
7174 * tree.c: fixed a stupid bug
7175 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7176 patches related to validation of an XInclude processing result
7177 * TODO: updated
7178
7179Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7180
7181 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7182 on large files
7183
7184Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7185
7186 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7187
7188Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7189
7190 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7191 reported by Jonas Borgström
7192 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7193
7194Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7195
7196 * testXPath.c xpath.c: fixing the XPath union expressions problem
7197 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7198
7199Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7200
7201 * xmllint.c: Made is so if the file name is "-" is will read form
7202 standard input. Sven Heinicke <sven@zen.org>
7203 * tree.c: fixed a problem when growing buffer
7204 * tree.h: fixed the comment of the node types following andersca
7205 comment
7206 * TODO: updated
7207
7208Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7209
7210 * HTMLparser.[ch]: added a way to avoid adding automatically
7211 omitted tags. htmlHandleOmittedElem() allows to change the
7212 default handling.
7213 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7214 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7215 of xmllint too when using --memory flag, added a memory test
7216 suite at the Makefile level.
7217 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7218 with namespace use when encountering QNames in XPath evalation,
7219 added xmlns() scheme in XPointer.
7220 * nanoftp.c : incorporated a fix
7221 * parser.c xmlIO.c: fixed problems raised with encoding when using
7222 the memory I/O
7223 * parserInternals.c: closed bug 25934 reported by
7224 torsten.landschoff@innominate.de
7225 * TODO: updated
7226
7227Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7228
7229 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7230 on a non-updated tree :-(, made a 2.2.10 release to correct the
7231 situation
7232
7233Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7234
7235 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7236 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7237 integrated a set of OpenVMS changes from Howard Taylor
7238 <Howard.Taylor@pacoast.com>
7239
7240Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7241
7242 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7243 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7244
7245Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7246
7247 * HTMLparser.c: some fixes on auto-open of html/head/body
7248 * encoding.c: fixed a compilation error on some gcc env
7249 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7250 XPointer implementation
7251 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7252 related XPointer tests and associated results
7253
7254Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7255
7256 * doc/xmldtd.html doc/xml.html: following a short step by step
7257 guidance on IRC to help maciej with DTDs I started a small
7258 page on the subject.
7259
7260Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7261
7262 * HTMLparser.c: fixed handling of broken charrefs
7263 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7264 patches
7265
7266Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7267
7268 * doc/xml.html doc/html/* : rebuilt the docs after adding
7269 xinclude and updated page for 2.2.7 and 2.2.8
7270 * configure.in: releasing 2.2.8
7271
7272Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7273
7274 * parser.[ch] parserInternals.c: applied the conditional
7275 section processing fix from Jonathan P Springer
7276 <jonathan.springer2@gte.net>
7277 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
7278 project file, fixed iconv default non support
7279 * xpath.c: fixed the problem of evaluating relative expressions
7280 when a node context is provided.
7281
7282Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7283
7284 * nanoftp.c: fixed gcc 2.95 new warnings
7285 * SAX.c: fixed a stupid bug
7286 * tree.c: fixed a formatting problem when round-tripping
7287 from/to memory
7288 * xinclude.c: chased memleak, fixed a base problem
7289 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
7290 xmlXPtrBuildNodeList()
7291 * TODO: updated
7292 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
7293 adding a first small set of regression tests for XInclude
7294
7295Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7296
7297 * nanohttp.[ch]: applied Wayne Davison patches to access
7298 the WWW-Authorization header.
7299 * parser.c: Closed Bug#30847: Problems when switching encoding
7300 in short files by applying Simon Berg's patch.
7301 * valid.c: fixed a validation problem
7302 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7303 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7304 Wayne Davison
7305 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7306 need to be extended to non full nodes selections.
7307 * xinclude.c: starts to work decently
7308
7309Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7310
7311 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7312 debugXML.c xmlversion.h.in: Started adding XInclude support,
7313 this is a new xmllint option
7314 * tree.c xpath.c: applied TOM patches for XPath
7315 * xpointer.c: fixed a couple of errors.
7316 * uri.c: added an escaping function needed for xinclude
7317 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7318 new warning from RH70 gcc's version
7319
7320Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7321
7322 * HTMLparser.c: fixed loop on invalid char in scripts
7323 * parser.c: update to description of xmlIOParseDTD()
7324 * libxml.m4 xmlversion.h.in: changes contributed by
7325 Michael Schmeing <m.schmeing@internet-factory.de>
7326 * configure.in: preparing for 2.2.7
7327 * Makefile.am: trying to avoid config.h and acconfig.h
7328 being included in the distrib
7329 * configure.in: released 2.2.7
7330
7331Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7334 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7335
7336Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7337
7338 * parser.[ch]: added xmlIOParseDTD()
7339 * xpointer.c: added support for the 2 extra parameters of
7340 string-range, fixed a stoopid error when '0' was present
7341 in XPointer expressions
7342 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7343 testsuite for the above
7344
7345Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7346
7347 * libxml.spec.in: improved package descriptions
7348
7349Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7350
7351 * xpath.c xpathInternals.h: applied a large cleaning patch
7352 from TOM <ptittom@free.fr>, it also add namespace support
7353 for function and variables registration.
7354
7355Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7356
7357 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7358 * Makefile.mingw: Wayne Davison's update adding hash.c
7359
7360Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7361
7362 * xpath.c: fixed the root evaluation problems
7363 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7364 ignorable spaces with <b> <bold> <em>
7365 * tree.c: fixed a loop in xmlSearchNsByHref()
7366
7367Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7368
7369 * xpath.c: applied another XPath patch from TOM
7370 * xpath.c include/makefile.am: applied another patch from
7371 china@thewrittenword.com (cleanup on IRIX).
7372
7373Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7374
7375 * xml-config.1: received a fixed version from Fredrik Hallenberg
7376 <hallon@lysator.liu.se>
7377
7378Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7379
7380 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7381 cleanup patch for XPath
7382
7383Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7384
7385 * patched to redirrect all "out of context" error messages to
7386 a reconfigurable routine. The changes are:
7387 * xmlerror.h : added the export of an error context type (void *)
7388 an error handler type xmlGenericErrorFunc there is an interface
7389 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7390 to reset the error handling routine and its argument
7391 (by default it's equivalent to respectively fprintf and stderr.
7392 * all the c files: all wild accesses to stderr or stdout within
7393 the library have been replaced to calls to the handler.
7394
7395Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7396
7397 * configure.in: release 2.2.6
7398 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7399 exporting the inner functions of xpath for extension modules
7400 * doc/*: updated and rebuilt the doc
7401
7402Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7403
7404 * nanohttp.c : applied Wayne HTTP cleanup patch
7405 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7406 and xmlNodeSetSpacePreserve()
7407
7408Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7409
7410 * xpath.c: closing bug #29260
7411
7412Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7413
7414 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7415 multikey tuples, made hash structure opaque
7416 * valid.[ch]: moved elements, attributes, notations decalarations
7417 as well as ID and refs to hash tables.
7418 * entities.c: hash cleanup
7419 * xmlmemory.c: fixed a dump problem in debug mode
7420 * include/Makefile.am: problem passing in DESTDIR= values patch
7421 from Marc Christensen <marc@calderasystems.com>
7422 * nanohttp.c: removed debugging remains
7423 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7424 * HTMLparser.c parser.c: fixing a number of problems with the
7425 macros in the *parser.c files (Wayne).
7426 * HTMLparser.c: close the previous option when opening a new one
7427 (Marc Sanfacon).
7428 * result/HTML/*: updated the HTML results accordingly
7429
7430Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7431
7432 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7433 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7434 XPath functions and XML entities table to them. More to come...
7435 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7436
7437Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7438
7439 * tree.c: coalesce adjacent text nodes
7440 * valid.c: handling of blank nodes in DTd validation (raised
7441 by problems with a posteriori validation).
7442 * nanohttp.c: changing behaviour on HTTP write stuff.
7443 * HTMLtree.c: forced body and html to be explicitely closed.
7444 * xpath.h: exported more XPath functions.
7445
7446Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7447
7448 * Release of 2.2.5
7449 * xpointer.c: range() range-inside and other helper functions
7450 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7451
7452Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7453
7454 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7455 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7456
7457Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7458
7459 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7460 and XPointer modules
7461
7462Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7463
7464 * SAX.h: closed #25107
7465
7466Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7467
7468 * testSAX.c: fixed problem with cdata reporting
7469 * SAXresult/* : updated
7470
7471Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7472
7473 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7474 Closed bug #27499, added to regression tests
7475 * TODO: updated
7476
7477Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7478
7479 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7480 support for SCRIPT and STYLE with help from Bjorn Reese
7481 * test/HTML/* result/HTML/*: added simple testcase and updated
7482 the existing ones.
7483
7484Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7485
7486 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7487 string-range for empty strings
7488 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7489 test/XPath/xptr/strrange: augmented the XPointer testsuite
7490
7491Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7492
7493 * doc/xml.html doc/xmlmem.html: added a module describing memory
7494 interfaces and use, updated the main page.
7495
7496Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7497
7498 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7499 nanoftp code work on Windows too now
7500
7501Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7504 * xpointer.c: implemented string-range() at least a good first version
7505 * test/XPath/docs/str test/XPath/xptr/strrange
7506 result/XPath/xptr/strrange: the string-range() tests
7507
7508Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7509
7510 * Makefile.am include/Makefile.am include/win32config.h
7511 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7512 and make distcheck
7513
7514Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7515
7516 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7517 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7518 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7519
7520Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7521
7522 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7523 patch for socklen_t detection by
7524 Albert Chin-A-Young <china@thewrittenword.com>
7525
7526Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7527
7528 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7529 and added a --dtdvalid option to xmllint used to test it
7530
7531Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7532
7533 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7534 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7535
7536Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7539 handlings (registration, lookup, cleanup)
7540
7541Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7542
7543 * configure.in Makefile.am include/makefile.am: adding XPointer
7544 and XPtrtests target
7545 * xpointer.[ch] : new files for XPointer support
7546 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7547 more XPath tests
7548
7549Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7550
7551 * configure.in: fixed, very broken, make distcheck works again
7552
7553Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7554
7555 * More work toward 2.2.5, integrated a number of patches
7556 * configure.in Makefile.am win32config.h.in: trying to cleanup
7557 make distcheck .... huh ...
7558 * include/Makefile.am include/win32config.h: new directory
7559 for includes
7560 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7561 updated teh makefiles and instructions for WIN32
7562 * xpath.c: small fixes
7563 * test/XPath/ results/XPath: updated the testcases and results
7564 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7565 suggested patches
7566 * valid.c: fixed an ID bug
7567
7568Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7569
7570 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007571 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007572 * xpath.[ch]: worked on XPointer
7573
7574Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7575
7576 * configure.in Makefile.am: 2.2.5, ship the include in an
7577 include/libxml subdirectory, use symlinks when using CVS
7578 * testSAX.c: fixed small bug
7579 * testXPath.c: changed the way testfiles are parsed
7580 * debugXML.c: same kind of cleanup when parsing an argument expression
7581 XPath/XPointers can have blanks embedded
7582 * xpath.[ch]: more cleanup, reorgs for XPointer work
7583 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7584 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7585
7586Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7587
7588 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7589 in the XPath engine, rewrote large parts of it, now it's far
7590 cleaner and in sync with the REC not an old WD. Fixed a parsing
7591 problem in the interactive XML shell found when testing XPath.
7592
7593Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7594
7595 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7596 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7597 examples with the extra test
7598
7599Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7600
7601 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7602 the global init function.
7603
7604Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7605
7606 * HTMLparser.c: Doohhh, attribute name parsing was still case
7607 sensitive ! Fixed this ...
7608 * result/HTML/* : updated the tests results accordingly
7609
7610Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7611
7612 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7613 engine, should be far more stable, incorporated a new version of
7614 preceding/following axis, need testing
7615 * uri.c: fixed file:///c:/a/b/c problem
7616 * test/XPath/tests/idsimple: augmented the XPath tests
7617
7618Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7619
7620 * doc/* rebuilding docs for 2.2.4 release
7621
7622Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7623
7624 * configure.in: releasing 2.2.4
7625 * parser.[ch]: added xmlStrEqual()
7626 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7627 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7628 use xmlStrEqual instead
7629 * TODO: updated
7630 * added an XPath test
7631
7632Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7633
7634 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7635 * entities.h: exported xmlInitializePredefinedEntities
7636 * parser.[ch] : added xmlInitParser()
7637 * parserInternals.h : had to export htmlInitAutoClose()
7638
7639Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7640
7641 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7642 problems
7643 * Makefile.am : added XPath regression tests to normal tests
7644 * uri.c: fixed a problem with local paths, cleanup
7645 * parser.c: fixed a problem with large CData sections
7646
7647Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7648
7649 * configure.in xml-config.in: patch from "Ben Taylor"
7650 <sol7x86@hotmail.com> for solaris shared libs lookup
7651
76522000-09-30 Martin Baulig <baulig@suse.de>
7653
7654 * libxml-2.0.pc.in: Provide pkg-config script.
7655
7656 * configure.in: Create the libxml-2.0.pc script from the
7657 libxml-2.0.pc.in templates.
7658 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7659 script in `$(libdir)/pkgconfig'.
7660
7661Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7664 when compiling with MSC
7665
7666Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7667
7668 * xpath.c: patch for normalize-string() substring-before(),
7669 substring-after() and translate() functions from Bjorn Reese
7670 <breese@mail1.stofanet.dk>
7671 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7672 Fredrik Hallenberg <hallon@lysator.liu.se>
7673 * TODO: updated
7674
7675Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7676
7677 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7678 problem of socklen_t being undefined on a number of platforms
7679 * debugXML.c: fixed a compilation problem when without snprintf
7680
7681Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7682
7683 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7684 an URI bug and a fix for the control-character-induced infinite loop
7685 * nanohttp.c: preventive fix for compiling on WIN32
7686
7687Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7688
7689 * xmlint.c: closing bug #25000
7690
7691Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7694 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7695 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7696 related function, fixing xmlStrncmp(), and associated cleanup
7697 * result/HTML/entities.html.sax: updating result
7698
7699Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7700
7701 * uri.c: applied patch for URI escaping from Wayne Davison
7702 <wayned@blorf.net>
7703 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7704 from Denis Barbier <barbier@imacs.polytechnique.fr>
7705 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7706 patch from Wayne Davison
7707
7708Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7709
7710 * doc/xml.html : updated with new releases, adding "how to help"
7711
7712Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7713
7714 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7715 removed a few warnings in pedantic mode ...
7716 * parserInternals.c parser.c: moved encoding switching function
7717 to parserInternals.c
7718 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7719
7720Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7721
7722 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7723 error or warning handlers
7724
7725Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * parserInternals.c parserInternals.h parser.c Makefile.am:
7728 created a new module parserInternals.c, moved most of the
7729 code shared by the various parsers there, as well as
7730 deprecated code from parser.c. More cleanup of parser.c
7731 * uri.c: fixed a problem when URI is NULL
7732 * valid.c: speedup when looking for an attribute declaration
7733
7734Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7735
7736 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7737 the cleanup of the computation of URI references when seeking
7738 external entities. The URI reference string and the resulting
7739 URI are both stored now.
7740 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7741 large s(n)printf checks and cleanup from Denis Barbier
7742 <barbier@imacs.polytechnique.fr>
7743 * xmlversion.h.in tree.h: couple of SGML declarations for a
7744 possible docbook module.
7745 * result/VC/ : a couple of test output changed due to the change
7746 of the entities URI
7747
7748Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7749
7750 * parser.h: added a _private field for linking user's data
7751
7752Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7753
7754 * parser.c parserInternals.h: demacroified most of the IS_XXX
7755 the gain in size is significant so ...
7756
7757Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7758
7759 * entities.c: cases where looking up entities with doc==NULL
7760 covered
7761
7762Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * uri.c: applied Wayne Davison patch
7765 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7766
7767Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7768
7769 * uri.c testUri.c: applied Wayne Davison patches
7770 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7771 * Makefile.in: added URItest and included thenin "make tests"
7772
7773Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7774
7775 * xmlversion.h.in: closed bug 22941
7776
7777Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * doc/xmlio.html: added doc and example for entity loader
7780 redefinition.
7781
7782Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7783
7784 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7785 used by libxml
7786
7787Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7788
7789 * parser.c: Fixed bug on invalid ontent characters and when using
7790 push.
7791 * xmllint.c: fixed xmllint endling of errors in push mode
7792
7793Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7794
7795 * HTMLparser.c testHTML.c: applied two new patches from
7796 Wayne Davison <wayned@users.sourceforge.net>
7797 * result/HTML/*.sax: regenerated HTML SAX output
7798 * parser.c: more cleanup.
7799
7800Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7801
7802 * HTMLparser.[ch] testHTML.c: applied the second set of
7803 patches from Wayne Davison <wayned@users.sourceforge.net>,
7804 adding htmlEncodeEntities()
7805 * HTMLparser.c: fixed an ignorable white space detection bug
7806 occuring when parsing with SAX only
7807 * result/HTML/*.sax: updated since the output is now HTML
7808 encoded...
7809
7810Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7811
7812 * HTMLparser.[ch]: applied some of Wayne Davison
7813 <wayned@users.sourceforge.net> patches
7814
7815Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7816
7817 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7818 undeclared namespace prefix was used, added a warning.
7819 Cleaned up support w.r.t. entities, spilling out a warning
7820 and being pedantic on lookups.
7821 * test/warning/ent9 : added testcase for previous example.
7822 * TODO: updated
7823 * parserInternals.h parser.c: changed the way names are parsed
7824 now allow infinite size and decrease penalty for normal use
7825 * parser.c: Started a big cleanup/check of the parser code,
7826 fixed some of the most tortuous entity code, spotted code
7827 unused anymore
7828 * test/*: added tests for very long names and related nasty
7829 things.
7830
7831Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7832
7833 * doc/encoding.html: added encoding aliases doc
7834 * doc/xml.html: updates
7835 * encoding.[ch]: added EncodingAliases functions
7836 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7837 bottleneck affecting large DTDs like Docbook
7838 * parser.[ch] xmllint.c: added a pedantic option, will be
7839 useful
7840 * SAX.c: redefinition of entities is reported in pedantic mode
7841 * testHTML.c: uninitialized warning from gcc
7842 * uri.c: fixed a couple of bugs
7843 * TODO: added issue raised by Michael
7844
7845Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7846
7847 * doc/encoding.html: propagated Martin Duerst suggestions
7848
7849Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7850
7851 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7852 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7853 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7854 by Wayne Davison
7855
7856Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7857
7858 * nanoftp.c nanohttp.c: small cleanup
7859 * TODO: updated
7860
7861Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7862
7863 * added an old VC testcase and updated title.xml entity
7864
7865Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7866
7867 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7868 done on auto-opening of <p> tags and cleanup of SAX output
7869
7870Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7873
7874Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7875
7876 * doc/xml.html libxml.* structure.*: updated the doc a bit
7877
7878Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7879
7880 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7881 of SAX tests
7882
7883Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7884
7885 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7886 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7887
7888Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7889
7890 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7891 * testHTML.c: fix core dump on Solaris 2.x systems
7892 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7893 * result/HTML/*.sax: previous bug fix lead to new results
7894
7895Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7896
7897 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7898 * configure.in: added --with-readline=DIR to accept alternate
7899 path for readline include/library
7900 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7901 for ANSI under HP-UX
7902 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7903 includes @LIBS@
7904
7905Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7906
7907 * doc/* : rebuilt the docs
7908 * getting ready for 2.2.2 release
7909
7910Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7911
7912 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7913 and xmlAddFeature()
7914 * tree.[ch]: added xmlAddChildList()
7915 * xmllint.c: MAP_FAILED macro test
7916 * parser.h: added xmlParseCtxtExternalEntity()
7917 * valid.c: applied bug fixes removed warning
7918 * tree.c: added CDATA block to elements content
7919 * testSAX.c: cleanup of output
7920 * testHTML.c: added SAX testing
7921 * encoding.c: better error recovery
7922 * SAX.c, parser.c: fixed one of the external entity processing
7923 of the OASis testsuite
7924 * Makefile.am: added HTML SAX regression tests
7925 * configure.in: bumped to 2.2.2
7926 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7927 SAX results
7928
7929Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * configure.in: patch for HP compiler
7932
79332000-08-04 Sven Heinicke <sven@zen.org>
7934
7935 * xmllint.c: Was coredumping sometimes when the file given didn't
7936 exist.
7937
7938Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7939
7940 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7941
7942 when using in memory parsing. Need some cleanup.
7943 * xmllint.c configure.in: added a --memory flag to test memory
7944 parsing
7945
7946Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * nanohttp.c: fixed socklen_t replacement to unsigned int
7949 * parser.c: fixed a space handdling missing at the end of
7950 production 28 DOCTYPE.
7951 * xmlmemory.c: fixed a stupid bug on the routine to override
7952 allocation functions
7953 * TODO: updated
7954
7955Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7956
7957 * doc/ regenerated the docs
7958
7959Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7960
7961 * doc/encoding.html doc/xml.html: added I18N doc
7962 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7963 improvements, both parser and filters, added ASCII & HTML,
7964 fixed the ISO-Latin-1 one
7965 * xmllint.c testHTML.c: added/made visible --encode
7966 * debugXML.c : cleanup
7967 * most .c files: applied patches due to warning on Windows and
7968 when using Sun Pro cc compiler
7969 * xpath.c : cleanup memleaks
7970 * nanoftp.c : added a TESTING preprocessor flag for standalong
7971 compile so that people can report bugs more easilly
7972 * nanohttp.c : ditched socklen_t which was a portability mess
7973 and replaced it with unsigned int.
7974 * tree.[ch]: added xmlHasProp()
7975 * TODO: updated
7976 * test/ : added more test for entities, NS, encoding, HTML, wap
7977 * configure.in: preparing for 2.2.0 release
7978
7979Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007982 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007983
7984Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7985
7986 * doc/xml.html: changed the xmlsoft.org structure, updated the
7987 examples w.r.t. root and childs
7988
7989Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7990
Daniel Veillard784b9352003-02-16 15:50:27 +00007991 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007992
7993Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7994
7995 * HTMLparser.c: Work on character encoding support for the HTML parser
7996 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7997 * encoding.c: Fixed a potential memleak in the encoding stuff
7998
7999Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8000
8001 * doc/FAQ.html doc/Makefile.am : added a FAQ
8002
8003Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8004
8005 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8006 of the HTML parser to force it to not bypass SAX
8007
8008Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8009
8010 * win32config.h.in: updated
8011 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8012 lacks iconv support :-( need to release 2.1.1
8013 * configure.in: release 2.1.1
8014 * HTMLparser: fixed bug #14784
8015 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8016 by Windows compiler
8017 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8018 the SAX startDocument() callback.
8019 * TODO: updated
8020
8021Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8022
8023 * added xmlStopParser()
8024
8025Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * configure.in: 2.1.0 prerelease
8028 * Large resync between W3C and Gnome tree
8029 * nanoftp, nanohttp.c: fixed stalled connections probs
8030 * HTMLtree.c SAX.c : support for attribute without values in
8031 HTML for andersca
8032 * valid.c: Fixed most validation + namespace problems
8033 * HTMLparser.c: start document callback for andersca
8034 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8035 * parser.h, SAX.c: serious speed improvement for large
8036 CDATA blocks
8037 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8038 different encoding
8039 * example/Makefile.am example/gjobread.c tree.h: work on
8040 libxml1 libxml2 convergence.
8041 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8042 and the LIBXML_TEST_VERSION macro
8043
8044Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8045
8046 * doc/xml.html: various patches and improvements typo fixed by
8047 Felix Natter
8048 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8049 from Felix Natter <fnatter@gmx.net>
8050
8051Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * doc/upgrade.html: updated with instructions for support of both
8054 libxml-1.x and libxml-2.x
8055 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8056 for 2.x support and also fixed includes
8057
8058
8059Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8060
8061 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8062 the encoding support, added iconv support, so now libxml if
8063 compiled with iconv automatically support japanese encodings
8064 among others. Work based on initial patch from Yuan-Chen Cheng
8065 I may have broken binary compat in the encoding handler
8066 registration scheme, but that was so utterly broken I don't
8067 expect anybody to have used this feature until now.
8068 * parserInternals.h: fixup on the CHAR range macro
8069 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8070 code.
8071 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8072 * uri.c: added xmlParseURI() I can't believe I forgot to
8073 implement this one in 2.0 !!!
8074 * SAX.c: moved doc->encoding update in the endDocument() call.
8075 * TODO: updated.
8076
8077Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * tree.h: removed extraneous xmlRemoveProp definition
8080 * TODO: added item about --disable-corba configure switch
8081 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8082 * nanoftp.c: fixed include problems giving troubles on AIX and
8083 slowlaris
8084 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8085 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8086 comment and headers changes to lower gtk-doc number of warnings
8087 * doc/html/*: rebuilt docs
8088
8089Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8090
8091 * HACKING: documented the tag for 1.x and instructions
8092
8093Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8094
8095 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8096 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8097 xmlCreateIOParserCtxt
8098 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8099 significant overall improvement
8100 * xmllint.c: added I/O test to xmllint
8101 * testSAX.c: added a speed test
8102 * doc/* : updated/regenerated
8103
8104Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * xpath.c uri.h parserInternals.h: cosmetic changes from
8107 "Timur I. Bakeyev" <timur@bat.ru>, including making
8108 xmlCreateURI() public
8109
8110Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8111
8112 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8113 and the code at the same time. Added a clean mechanism for
8114 overload or added input methods: xmlRegisterInputCallbacks()
8115 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8116 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8117 * TODO: updated
8118 * doc/* : updated/regenerated
8119 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8120 source dir
8121
8122Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8123
8124 * testURI.c: yet another forgotten commit, I should get some sleep !
8125
8126Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8127
8128 * xmllint.c: forgot to commit this too ?
8129
8130Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8131
8132 * xmlversion.h.in : forgot to commit this previously
8133
8134Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8137 * README TODO: updated for release
8138 * uri.c uri.h: added authority parsing/saving
8139 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8140 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8141 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8142 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8143 Makefile.am : added compile-time customization of libxml
8144 --with-ftp --with-http --with-html --with-xpath --with-debug
8145 --with-mem-debug
8146 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8147 #include <libxml/xxx.h> I hope it won't break too much stuff
8148 and will be manageable in the future...
8149 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8150 and added xmllint to the installed programs
8151 * uri.h: added xmlFreeURI()
8152
8153Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8154
8155 * uri.c uri.h: finished the escaping handling, the base support
8156 and the URI path normalization. Looks good just lacks the
8157 authority content parsing code.
8158 * Makefile.am: added instructions to generate testURI
8159 * TODO: updated
8160 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8161 added links and icons for W3C and Gnome
8162
8163Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8164
8165 * xmlmemory.[ch] : seems I forgot to actually update the files in
8166 the last commit :-)
8167 * doc/xml.html doc/html/* : updated and uploaded the docs
8168
8169Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8170
8171 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8172 * TODO: updated
8173 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8174 libxml default allocation function with another set (like gmalloc/
8175 gfree).
8176 * Makefile.am, uri.c, uri.h: added a set of functions to do
8177 exact (litteraly copied from the RFC 2396 productions) parsing
8178 and handling of URI. Will be needed for XLink, one XML WFC,
8179 XML Base and reused in the nano[ftp/http] modules. Still work
8180 to be done.
8181
8182Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8183
8184 * configure.in, libxml.spec.in : libxml2
8185 * doc/* : updated the doc page, rebuilt the docs
8186
8187Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8188
8189 * all: tagged LIB_XML_1_X
8190 * *.c *.h : updated from W3C CVS tree
8191 * configure.in : 2.0.0-beta
8192 * libxml.spec.in : libxml2 package nam
8193 * result/* : new version of the tests output
8194
8195Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8196
8197 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8198
8199Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8200
8201 * doc/* : rebuilt the docs
8202 * parser.c: final patch on #6766
8203 * valid.c: small patch on validity checks.
8204
8205Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8206
8207 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8208 added
8209 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8210 compatibility w.r.t. XML spec and existing code.
8211
8212Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * parser.c: seems a better solution to <a> </a> exists,
8215 will try it for a while
8216
8217Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8218
8219 * parser.c: tried to remove the <a> </a> generating <a/>
8220 this is hard. Left a flag for that purpose. Fixed bug #6766
8221 * configure.in: prepared 1.8.7 not released, due to previous
8222 problem
8223
8224Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8225
8226 * doc/xml.html : applied second patch from Paul DuBois
8227
8228Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8229
8230 * doc/xml.html : applied patch from Paul DuBois
8231
8232Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8235
8236Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8237
8238 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8239 compilation warnings on various platforms.
8240 * parser.c: Fixed #5281 validity error callbacks are now desactived
8241 by default if not validating.
8242
8243Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8244
8245 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8246
8247Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8248
8249 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8250 <gkatsi@cs.toronto.edu>
8251
8252Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8253
8254 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8255 processing URLs
8256
8257Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8258
8259 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8260 xmlNanoFTPUpdateURL for persistent control connections.
8261 * configure.in: 1.8.6
8262
8263Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8266 * tree.[ch] : added xmlSaveNoEmptyTags
8267
82682000-01-29 James Henstridge <james@daa.com.au>
8269
8270 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8271
8272 * Makefile.am: added nanoftp.[ch] to the build.
8273
8274Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8275
8276 * nanoftp.[ch]: cleanup, comments, API
8277 * debugXML.c : fixed a bug in the cat command
8278 * doc/*: regenerated the docs
8279
8280Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8281
8282 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
8283 * debugXML.c : fixed a bug in the cat command
8284 * valid.c: fixing some small probs
8285 * libxml.spec.in: get rid of the SNAP suffix
8286 * doc/xml.html: updated the status
8287
8288Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * xml-config.in: xml-config --version to just return the
8291 version number
8292 * xpath.c: some cleanup w.r.t. axis when the current node is
8293 an attribute.
8294 * TODO: updated
8295
8296Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8297
8298 * configure.in: prepared for libxml-1.8.5
8299 * doc/* recompiled the documentation
8300
83012000-01-17 Jody Goldberg <jgoldberg@home.com>
8302
8303 * configure.in : WARNING autoconf subtlety alert :
8304 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8305 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8306 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8307 get defined by AC_CHECK_HEADERS.
8308
8309Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8310
8311 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8312 Rune.Djurhuus@fast.no
8313
8314Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * TODO: updated
8317 * tree.c, parser.c: made sure that only memory alloc problems
8318 and internal parser errors are allowed to write to stdout or
8319 stderr.
8320
8321Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8322
8323 * tree.c : restored xmlNewGlobalNs since this seems used by
8324 a lot of existing code :-(, fixed a bug in xmlNewNs
8325 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8326 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8327 to exit() from the library code.
8328 * xpath.c, parser.c: removed bugs or unused code detected by
8329 Windows compilers
8330 * parser.c: started adding interfaces for parsing well balanced
8331 XML fragments
8332 * configure.in: releasing 1.8.4
8333 * doc/* : rebuilt the docs
8334
8335Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8336
8337 * tree.[ch] : added xmlNewDocFragment() for DOM
8338 * testHTML.c: uninitialized variable.
8339
8340Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8341
8342 * doc/* : rebuild the docs
8343
8344Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * acconfig.h: readline and history patch
8347 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8348 * tree.c: added check and handling when possibly removing an ID
8349 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8350 and saving.
8351 * test/HTML/entities.html result/HTML/entities.html* : test for
8352 various entities reference cases
8353 * result/HTML/* : as a result output of some testcase have
8354 changed
8355 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8356 by previous example. added xmlParseTryOrFinish().
8357 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8358 entities.h debugXML.h HTMLparser.h: changed the way struct are
8359 declared to allow gtk-doc to expose those
8360 * parser.c: closed bug #4960
8361 * Makefile.am configure.in: Applied patch from
8362 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8363 and math/socket libs detection
8364
8365Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8366
8367 * configure.in, Makefile.am: link tester against readline
8368 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8369
8370Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * tree.[ch]: added xmlRemoveProp
8373 * win32config.h.in nanohttp.c: avoid including the Windows
8374 socket stuff in every C files
8375 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8376 the XmL parser(s)
8377 * test/ns4 result/ns4 etc...: added test case for previous prob
8378 * tree.c: xmlNewNs wasn't checking for double definition
8379 * Makefile.in: fixed a problem with dist-hook duplicates
8380 * parser.[hc], xmlIO.c: fixed the loading of external entities
8381 APIs, now xmlLoadExternalEntity() is used everywhere and
8382 setting up an app specific front-end using the
8383 * SAX.c parser.c: some fixes, now the xhtml spec validates
8384 with the xhtml DTD.
8385 * error.c: fixed crashes in case of no input stream
8386 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8387 to the validation tests and results
8388
8389Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8390
8391 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8392 too htmlCreatePushParserCtxt() and htmlParseChunk()
8393 * parser.c: a bit of cleanup.
8394 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8395 to XML) removed the last mem leak known
8396 * HTMLtree.c: output message cleanup
8397 * xmlmemory.c: display content info about memory blocks
8398 * result/HTML/wired.* : missing att value warning change
8399
8400Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8401
8402 * doc/* : rebuilt the documentation
8403
8404Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8405
8406 * parser.[ch] parserInternals.h: Push parser for XML,
8407 seems to work fine now
8408 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8409 --push for push testing
8410 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8411 * testSAX.c: added --push
8412 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8413 subtree
8414 * xmlIO.[ch] : enriched API + fixes for push mode
8415 * entities.[ch]: added the entity content length to the struct.
8416 * xmlmemory.[ch]: new API to show the last entries for the shell
8417 * valid.c: added required attribute testing
8418 * SAX.c: the cdata callback now merge contiguous fragments
8419 * HTMLparser.c: cleanup of some macros
8420
8421Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * parser.c: fix for PIs name starting with xml
8424 * tree.c: fixed a potential problem with || and && ops
8425 * *.c, configure.in win32config.h.in : generate win32config.h for
8426 those on the Other Side !
8427
8428Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8429
8430 * parser.c: fixed a stupid = vs. == bug :-(
8431 * doc/gnome-xml.sgml: s/glade/xml/
8432
8433Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8434
8435 * configure.in, doc/xml.html : bug fix release 1.8.2
8436 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8437 Hopefully the end of that silly C++ include problem
8438 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8439 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8440 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8441 troubles with autoclosed elements when the stree shape doesn't
8442 follow the DtD specs. Added htmlIsAutoClosed() and
8443 htmlAutoCloseTag()
8444 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8445 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8446 * debugXML.c: fixed a bug on printing default namespaces.
8447 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8448
8449Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8450
8451 * result/HTML/*.htm[l] : updated the HTML regression tests according
8452 to the new output
8453 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8454 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8455 problem due to intermix of extern "C" { ... } declarations for C++
8456 and recursive includes in the headers
8457
84581999-12-20 Chris Lahey <clahey@umich.edu>
8459
8460 * HTMLtree.c: Made it so that html nodes with a single child do
8461 not insert a carriage return before or after the child node.
8462
8463Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8464
8465 * configure.in, doc/xml.html : bug fix release 1.8.1
8466 * parser.c: fixed bug #4344
8467 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8468 added the glue to avoid C++ problems
8469 * doc/* : regenerated the documentation
8470
8471Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8472
8473 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8474 namespace recognition, and Dia as a resul :-(
8475 * encoding.c: closed bug #3950
8476
8477Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8478
8479 * valid.c: debugging a posteriori validation, except URI expansion
8480 stuff this should be fixed now
8481 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8482 Carl Nygard <cnygard@bellatlantic.net>
8483 * tester.c: added --postvalid, cleaning of the code
8484 * tree.[ch]: added xmlDocGetRootElement()
8485
8486Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8487
8488 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8489 c++ losage.
8490
8491Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8492
8493 * configure.in, doc/xml.html : bumped to 1.8.0
8494 * xlink.[ch], Makefile.am : added framework for link detection
8495 * parser.h: added nbChars to parser context, needed for cleanup.
8496 * xmlmemory.c: removed a nasty bug when out of mem
8497 * valid.[ch]: adding namespace support for attribute decl
8498 * tester.c: added --debugent option
8499 * debugXML.[ch]: added xmlDebugDumpEntities()
8500 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8501 buffers instead, this was really needed, validation was breaking
8502 in strange ways due to that. Added xmlParseStringPEReference()
8503 and other parsing from strings functions. Entities processing
8504 modified again, but PERef are still not handled correcly but
8505 unless you're Eve Maller you won't notice :-)
8506 * HTMLparser.c: large changes toward reliability, and switched to
8507 lowercase internal tags, XHTML is lowercase, so it will help
8508 that output is closer to next version.
8509 * doc/* : regenerated the documentation, it is now hosted at
8510 http://xmlsoft.org/ (same bits I just bought the domain :-)
8511
8512
8513Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8514
8515 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8516 doc generation
8517 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8518 in the SAX API
8519 * doc/*: rebuilt the doc making sure everything appears in the
8520 HTML files
8521
8522Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8523
8524 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8525 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8526 which allow impressive speed improvement on dataset with
8527 large text pieces, but at the cost of broken binary
8528 compatibility and slightly bigger memory usage.
8529 Configure with --with-buffers to activate them, they
8530 are protected with XML_USE_BUFFER_CONTENT define.
8531 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8532 goal is 0 memory left allocated once parser is no more used
8533 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8534 call xmlCleanupParser() and xmlMemoryDump()
8535
8536Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8537
8538 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8539 * parser.[ch] encoding.[ch]: added memory cleanup routines
8540 * parser.c: closing bug #3788
8541 * doc/*: rebuilt the doc
8542
8543Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8544
8545 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8546 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8547 * tester.c: added --compress option
8548 * doc/*: rebuilt the documentation
8549
8550Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8551
8552 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8553 if given /proc/kcore as input !
8554 * doc/xml.html doc/*: updated and rebuilt the documentation
8555
8556Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8557
8558 * parser.c: Fixed some wrongly space collapsing code due to
8559 a misreading of the spec.
8560 * result/*: fixed the output accordingly
8561
8562Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8563
8564 * encoding.c: bug fix and typos
8565 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8566 * parser.c: added attribute normalization closing bug #3597
8567 * test/att* result/att* SAXresult/att*: testcase for attribute
8568 normalization
8569
8570Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8571
8572 * configure.in: closing bug #3163 by adding extra flags for the
8573 cc compiler on HP-UX
8574
8575Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8576
8577 * valid.[ch] : removed a typo and an enumerated type bug in the
8578 xmlAddElementDecl() function
8579 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8580 call to xmlEncodeEntitiesReentrant() so that the functions
8581 New, Set and Get are at the same level.
8582 * parser.c HTMLparser.c: extra memory allocation bug for
8583 attributes detected by someone using libxml in embedded systems :-)
8584
8585Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8586
8587 * xmlmemory.h: turned off mem debug :-\
8588
8589Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8590
8591 * parser.c: closed bug #2784 a one line fix, but worth pushing
8592 a new release out
8593 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8594 some structures, comments before and after the
8595 main element, and other nastyness
8596 * HTMLtree.c tree.c: accomodate the extended HTML supported
8597 * configure.in: pushing 1.7.4
8598 * test/ent8 and related outputs : added a new test for bug #2784
8599 * test/HTML/wired.html and related output: a nasty HTML example
8600 * Makefile.am: improved the test scripts
8601 * docs/* : reran the documentation extractor, updated xml.html
8602
8603Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8604
8605 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8606 HTMLparser and debugged the HTML related code. HTML documents
8607 now have their own type
8608 * entities.c: do not dump &apos; for HTML output
8609 * xmlmemory.c: improvement, breakpoint mechanism
8610 * testHTML.c: added --sax --repeat ...
8611 * Makefile.am: improved the HTML tests
8612 * valid.[ch]: added xmlValidGetValidElements and
8613 xmlValidGetPotentialChildren
8614 * tester.c: added --insert to test the 2 new functions
8615 * test//* result//* SAXresult//* : regression test cleanup
8616 and extension.
8617 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8618 gnome-xml-nanohttp.html
8619
8620Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8621
8622 * HTMLparser.c: fixed problems with some autoclose tags
8623 * tree.c: fixed XML output problems.
8624 * result/* SAXresult/*: update of the tests output
8625
8626Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8627
8628 * Makefile.am: Arturo patch for xmlConf.sh version info
8629 * parser.c: Tim Josling patch for single quoted items
8630 * tester.c: Tim Josling patch for tester options usage
8631 * tree.h: indent cleanup
8632
8633Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8634
8635 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8636 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8637
8638Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8639
8640 * tree.c : Raph patch for initialization of CORBA fields
8641 * parser.c, xpath.c, ...: modification of doc comments
8642 * xpath.c : allow spaces in xpath expressions
8643
8644Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8645
8646 * xmlmemory.h: turning off memory debug :-(
8647
8648Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8649
8650 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8651 better SAX interfaces.
8652 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8653 entity.
8654 * configure.in: 1.7.2
8655
8656Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8657
8658 * libxml.spec.in: fixed the URL
8659 * doc/xml.html: improved the documentation front-end
8660
8661Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8662
8663 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8664
8665Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8666
8667 * libxml.spec.in: fixed the alpha compile problem
8668 * parser.[ch]: changed errno to errNo in the parser context :-(
8669 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8670 * doc/xml.html: changed CHAR to xmlChar
8671 * doc/html/*: recompiled the documentation
8672 * configure.in: 1.7.1
8673
8674Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8675
8676 * parser.h: modified the parser context struct to regain 1.4.0
8677 binary compatibility
8678 * parser.c, xml-error.h: added errno ot teh context and defined
8679 a set of errors values with update of errno
8680 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8681 DTDs and entities
8682 * *.h, *.c: complete cleanup of the use of config.h and include
8683 protection depending on the current setup.
8684 * overalll debugging, maintenance and bug-fixing on all modules
8685 * updated the documentation
8686 * ready for 1.7.0
8687
8688Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8689
8690 * HTMLparser.c : cleanup
8691 * SAX.c valid.c valid.h: added ID/IDREF checking
8692 * tree.c tree.h: extended doc structure for refs
8693 * configure.in: 1.6.2
8694 * parser.c: patched bug in SAX user arg call
8695 * parserInternals.h: patched missing close in C++ wrapping
8696 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8697 especially upcoming XPointer implementation.
8698 * doc/xml.html: augmented, typo
8699
8700Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8701
8702 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8703 not all invocations of install understand -d.
8704
8705Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8706
8707 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8708 to make 'check' works, when builddir != srcdir.
8709
8710Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8711
8712 * doc/xml.html : updated the documentation
8713
8714Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8715
8716 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8717 not deallocated memory blocks
8718 * *.c : replaces all calls to malloc() free() and realloc() to
8719 the wrapper functions/macros
8720 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8721 instead of xmlFreeNodeList()
8722
8723Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8724
8725 * HTMLparser.c: corrected a stupid bug leading to core dump at
8726 tree deallocation. Removed warnings indicated by
8727 Stephane.Conversy@lri.fr
8728 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8729 looked for in the external subset
8730
8731Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8732
8733 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8734 on SGI by Stephane.Conversy@lri.fr
8735
8736Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8737
8738 * all .h : changed the prototype declaration indent as in gtk
8739 * most .c : working on reducing the TODOs in the code
8740 * most .c : cleanup though -pedantic and Insure++
8741 * improvements on validation ID checkings.
8742 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8743 * xml-config.in: closed #1810
8744
8745Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8746
8747 * tree.h, valid.c, valid.h: more work on validity, IDs
8748 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8749 definition for AIX
8750
8751Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8752
8753 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8754 the distribution due to a cut'n paste error at last commit
8755
8756Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8757
8758 * configure.in: upgraded to version 1.4.0
8759 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8760 Big update, added a large part of the validation process,
8761 it should be usable, but some parts are missing
8762 * xpath.c: improved the implementation w.r.t. root.
8763 * Makefile.am: added more tests
8764 * test and result trees: added a lot of tests
8765 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8766
8767Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8768
8769 * Added an HACKING file
8770
8771Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8772
8773 * xpath.[ch] : improvements and debug of the XPath implementation
8774 * parser.c, HTMLparser.c : modified the parsers to be progressive
8775 * tree.[ch] : extended the Buffer promitives
8776 * xmlIO.[ch] : added basic I/O routines providing progressive
8777 parsing and ready for I18N conversion plugins
8778 * SAXresult/* : the SAX callback sequence maybe slightly different
8779 now
8780 * test*.c : improved/updated the tests programs
8781 * doc/* : recompiled the docs.
8782
87831999-07-26 Michael Meeks <michael@edenproject.org>
8784
8785 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8786
8787 * tree.c: Ditto.
8788
8789Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8790
8791 * configure.in: upgraded to version 1.4.0
8792 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8793 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8794 XML query language, see http://www.w3.org/TR/xpath for more details.
8795 * parser.c, parser.h: added CHAR* related string functions for XPath
8796 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8797 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8798 rebuild the docs.
8799 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8800 and regression testing capabilities for XPath.
8801
8802Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8803
8804 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8805 closing bug #1646
8806
8807Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8808
8809 * Makefile.am, example/Makefile.am: closed bug #1683
8810
8811Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8812
8813 * example/Makefile.am, configure.in: added the makefile for the
8814 gjobread example
8815
8816Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8817
8818 * doc/Makefile.am:
8819 - fix which allow "make install DESTDIR=</install/prefix>".
8820
8821Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8822
8823 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8824 which fixed a problem on the file reading-code.
8825
8826Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8827
8828 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8829 output.
8830 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8831
8832Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8833
8834 * parser.h : Oops removed the binary compatibility problem
8835 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8836 * parser.c, HTMLparser.c: applied patches for reading from stdin
8837
8838Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8839
8840 * parser.c, entities.c, valid.c: cleanup bug #1591
8841 * configure.in: cleanup bug #1592
8842 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8843 the same tree back-end. Hence gdome will be available for it.
8844 * doc/Makefile.am: close bug #617
8845
8846Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8847
8848 * parser.c: alloctate a per parser context SAX interface block
8849
8850Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8851
8852 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8853 and xmlEncodeEntitiesReentrant with the correct one :-\
8854
8855Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8856
8857 * commit of my internal XML base changes, quite a lot of
8858 changes, cleanups, better entities support, framework for
8859 new I/O and charset detection and handling
8860 * Fixed the configure/Makefile stuff to generate shared libs
8861 with the proper version info, so we jumped on rev from
8862 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8863 xmlEncodeEntities() result need to be freed now, and a string
8864 xmlParserVersion provide the current library version.
8865
8866Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8867
8868 * parser.c: fixed a buffer overrun for when you have a very long
8869 attribute with no entities in it.
8870
8871Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8872
8873 * added example directory
8874 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8875
8876Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8877
8878 * Release of libxml-1.1, nearly everything has been touched for
8879 this.
8880 * Added more regression tests
8881 * Updated the documentation
8882
8883Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8884
8885 * tree.[ch]: unified the XML_NO_CORBA defines.
8886 * parser.c encoding.[ch]: started plugging in char encoding detection
8887
8888Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8889
8890 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8891 Also freed allocated buffer.
8892
8893Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8894 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8895 reentrancy problem at printing. One is left in entities.c, to
8896 remove ASAP
8897 * testSAX.c : added a test example showing the use of the SAX
8898 interface if one doesn't want to build the DOM tree.
8899 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8900
8901Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8902
8903 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8904 large revamping of the parser to use SAX callbacks
8905 http://www.megginson.com/SAX/ (or at least a C like interface
8906 a la Expat). It's now possible to set up your own callbacks
8907 and the parser will not build a DOM tree.
8908 * test/* result/*: updated the test suite, I finally removed
8909 the old Namespace draft support (PI based).
8910
8911Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8912
8913 * Makefile.am: added test result to EXTRA_DIST for make tests
8914
8915Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8916
8917 * parser.c, parserInternals.h: moved the chars macro definitions
8918 to parserInternals.h
8919 * parser.c, error.c: applied patches from "Knut Åkesson"
8920 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8921
8922Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8923
8924 * xml-config.in : applied patch to make --version work
8925
89261999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8927
8928 * Makefile.am (check-local): Alias for `tests' target. This will
8929 cause `make check' to do the right thing.
8930 (tests): Don't run tests in srcdir. Also, replaced calls to
8931 basename with a `sed' "equivalent".
8932
8933Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8934
8935 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8936 it in the header and not the sources, updated the doc.
8937 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8938 pointing this out.
8939
8940Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8941
8942 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8943 exported the inputStream routines.
8944 * doc/html/* : updated accordingly
8945
8946Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8947
8948 * parser.c, parser.h, parserInternals.h: added a few extra
8949 internal calls to allocate and free parser contexts ...
8950 * doc/html/* : updated accordingly
8951
8952Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8953
8954 * configure.in, Makefile.am, doc/makefile.am : General changes for
8955 1.0.0 release and including the generated HTML documentation.
8956
8957Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8958
8959 * makefile.am : added parserInternals.h, oops.
8960
8961Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8962
8963 * parserInternals.h: added this header giving access to the parser
8964 internal functions.
8965 * doc/Makefile.am : added a rebuild target which rebuilds the full
8966 set of documentations
8967 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8968 the internal subset.
8969 * *.c *.h: modifications needed to generate the documentation using
8970 gtk-doc, cleanup of functions blocks, reorganisation of struct
8971 declarations.
8972
8973Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8974
8975 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8976 the tar and spec file to include the beginning of the doc.
8977
89781999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8979
8980 * doc/.cvsignore: Added this file.
8981
8982Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8983
8984 * tree.c: fixed xmlGetProp to return "" when the attribute
8985 exists, even if the node-list is NULL.
8986
8987Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8988
8989 * tree.c: patched an error outputting empty attribute values.
8990 * Makefile.am and doc/makefile.am: have been updated during the
8991 week-end. Sorry for an empty CVS log, I got a shell problem.
8992
8993Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8994
8995 * tree.h: cleaned up using enums instead of defines
8996 * parser.c, valid.[ch]: more work on parsing/output of element
8997 declarations
8998
8999Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9000
9001 * valid.[ch], tree.c, parser.c : more work toward full parsing
9002 of XML DTDs.
9003 * README: added informations about mailing-list and on-line
9004 documentation
9005
90061999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9007
9008 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9009
9010Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9011
9012 * parser.c, tree.[ch] : more work toward conformance testing,
9013 added a last element to accelerate parsing of very flat structures
9014 started working on internal subset Element content declaration.
9015 * valid.[ch] : first cut at adding code toward validation.
9016 * previous changes had also small impact on most files, especially
9017 the conformance testing using James Clark test suite.
9018
9019Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9020
9021 * test/* : updated the examples, most of them were not well
9022 formed (humm), and added rdf2.
9023 * result/* : resulting changes in the output.
9024
9025Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9026
9027 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9028
9029Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9030
9031 * tree.c: patched a bug in the generation of empty attributes
9032
9033Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9034
9035 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9036 for node/trees/documents/... Biggest problem is namespace
9037 support when copying subtrees.
9038
9039Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9040
9041 * parser.c, entities.c: improve entities and char ref encoding,
9042 and cleanups of error messages.
9043
9044Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9045
9046 * parser.c, entities.c: simple bug hunting done during rpm2html and
9047 rpmfind integration.
9048
9049Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9050
9051 * parser.[ch]: Added interfaces allowing to specify a SAX
9052 handler before parsing.
9053
9054Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9055
9056 * parser.c: redirrect all errors reporting through the SAX
9057 error function
9058
9059Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9060
9061 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9062 * libtool, tlmain ...: update of the libtool files
9063
90641998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9065
9066 * entities.c: Use g_snprintf insteda of snprintf.
9067
9068Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9069
9070 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9071 added ent5 test for this purpose.
9072 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9073
9074Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9075
9076 * parser.c: fixed? a strange error due to compression on a GWP
9077 document.
9078
9079Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9080
9081 * tree.[ch]: bug fixing
9082 * entities.[ch]: defined a specific type for predefined entities
9083 * doc/xml.html: more documentation on the library, how to use it,
9084 overview of the interfaces.
9085
9086Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9087
9088 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9089
9090Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9091
9092 * tree.c: corrected a small bug
9093 * doc/xml.html: continuing writing documentation.
9094
9095Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9096
9097 * debugXML.h debugXML.c: added debugging utilities.
9098 * tester.c: added --debug switch.
9099 * tree.c: patched an incorrect node->type assignment.
9100 * parser.c: formatting, ensure that node->doc != NULL in attributes
9101
9102Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9103
9104 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9105 entity support and provide an internal representation close to
9106 DOM one (entity ref nodes, and attribute value as tree). I tried
9107 to preserve the interface but this will surely break some apps
9108 (I have to change rpm2html/rpmfind for example). I had to change
9109 two interfaces, and the generated tree is somewhat different.
9110 * doc/* : started documenting the XML library, the tree and
9111 DOM/Corba. This is a first step.
9112
9113Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9114
9115 * parser.c: Set up the fonctions comment block, boring but useful.
9116 * parser.h, SAX.c, parser.c: now attributes are processed through
9117 the SAX interface. The problem is that my SAX interface diverged
9118 quite a bit from the original one, well this is not an official
9119 spec, and translating it from Java to C is hairy anyway...
9120
9121Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9122
9123 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9124 fonctions comment block, boring but useful.
9125
9126Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9127
9128 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9129 conversion routines. However they are not yet used to convert the
9130 inputs. The core will run with UTF-8.
9131
9132Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9133
9134 * tree.c : make sure that the type id is properly set-up when
9135 a new object is allocated, needed for DOM.
9136
9137Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9138
9139 * tree.h, tree.c: Ok, the main objects in the tree will be native
9140 corba objects, it costs 8 bytes per Node, Attribute and Document
9141 but it simplifies the Corba integration a lot (no extra interface
9142 objects to allocate/free).
9143
9144Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9145
9146 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9147 and changed NODEs contants for conformity with DOM Level 1
9148
9149Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9150
9151 * added hooks to keep track of servants when creating objects
9152 xmlDoc and xmlNode (for Corba export).
9153
9154Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9155
9156 * added xml-config script.
9157
9158Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9159
9160 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9161 to autoupdate libtool and automake conf files.
9162
91631998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9164
9165 * Makefile.am: Use '?' to separate the sed
9166 commands as ',' is used when people pass -Wl,something.
9167
9168
9169Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9170
9171 * tree.c, tree.h: added a per-document compression interface.
9172
9173Tue Sep 22 20:47:38 EDT 1998
9174
9175 * tree.c, tree.h: added saving with compression and added interfaces
9176 to control the compression level (xmlGetCompressMode,
9177 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9178
9179Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9180
9181 * parser.c: corrected a loop for files of size 0
9182
91831998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9184
9185 * error.h: New file. Contains prototyes from `error.c'.
9186
9187Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9188
9189 * Makefile.am (xmlincdir): New macro.
9190 (xmlinc_HEADERS): Renamed from include_HEADERS.
9191
9192Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9193
9194 * applied small patch on numeric entities from
9195 Christopher Blizzard <blizzard@appliedtheory.com>
9196
9197Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9198
9199 * New release 0.2, removed the old xml_* files so that it's
9200 coherent with the other CVS base (W3C), far better conformance
9201 to standard, new namespaces, decent entities support, beginning
9202 of a SAX-like interface. Nearly nothing left intact, even the
9203 test examples ...
9204
92051998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9206
9207 * .cvsignore: Add .deps dir
9208
9209Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9210
9211 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9212
9213Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9214
9215 * configure.in: added test for CPP
9216 * AUTHORS, Changelog: the original ones didn't get commited but the
9217 glib ones instead, fixed.
9218 * Makefile.am: corrected an error in library naming
9219
9220Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9221
9222 * integrated code developped at W3C
9223 * changed the original Copyright
9224 * migrated to automake
9225 * prefixed the filenames by xml_ to avoid filename clashes
9226
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009227Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9228
9229 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9230 should not be called.
9231
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009232Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9233
9234 * libxml-2.0.pc.in: applied the patch to fix #101894
9235
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009236Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9237
9238 * tree.c : applied patch from Lukas Schroeder for register callbacks
9239 * valid.c: modified patch from Lukas Schroeder to test
9240 register callbacks with --chkregister
9241
Daniel Veillard067bae52003-01-05 01:27:54 +00009242Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9243
9244 * xmlreader.c: seriously changed the way data are pushed to
9245 the underlying parser, go by block of 512 bytes instead of
9246 tryng to detect tag boundaries at that level. Changed the
9247 way empty element are detected and tagged.
9248 * python/tests/reader.py python/tests/reader2.py
9249 python/tests/reader3.py: small changes mostly due to context
9250 reporting being different and DTD node being reported. Some
9251 errors previously undetected are now caught and fixed.
9252 * doc/xmlreader.html: flagged last section as TODO
9253
Daniel Veillard51a447a2003-01-04 19:42:46 +00009254Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9255
9256 * python/libxml.py: integrated the Python 2.2 optimizations
9257 from Hannu Krosing, while maintaining compatibility with
9258 1.5 and 2.1
9259
Daniel Veillarde59494f2003-01-04 16:35:29 +00009260Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9261
9262 * xmllint.c: a bit of cleanup
9263 * xmlreader.c: small fix
9264 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9265 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9266
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009267Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9268
9269 * python/setup.py.in: patch from Stéphane Bidoul to include
9270 drv_libxml2.py in setup.py
9271
Daniel Veillard66b82892003-01-04 00:44:13 +00009272Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9273
9274 * doc/xmlreader.html: starting documenting the new XmlTextReader
9275 interface.
9276
Daniel Veillard7704fb12003-01-03 16:19:51 +00009277Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
9278
9279 * xmllint.c: added the --stream flag to use the TextReader API
9280 * xmlreader.c: small performance tweak
9281
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00009282Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9283
9284 * xmlreader.c python/tests/reader2py: okay the DTD validation
9285 code on top of the XMLTextParser API should be solid now.
9286
Daniel Veillard1fdfd112003-01-03 01:18:43 +00009287Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
9288
9289 * xmlreader.c python/tests/reader2py: Fixing some more mess
9290 with validation and recursive entities while using the
9291 reader interface, it's getting a bit messy...
9292
Daniel Veillarddab8ea92003-01-02 14:16:45 +00009293Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
9294
9295 * xmlreader.c python/tests/reader.py: another couple of problem
9296 related to IsEmptyElement reported by Stéphane Bidoul needed
9297 some fixes.
9298
Daniel Veillard4f860202003-01-02 13:00:02 +00009299Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9300
9301 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9302 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9303 based on the python XmlTextReader interface.
9304
Daniel Veillard3c265e42003-01-01 21:06:49 +00009305Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9306
9307 * tree.c: backing out one change in the last patch which broke the
9308 regression tests
9309
Daniel Veillard5335dc52003-01-01 20:59:38 +00009310Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9311
9312 * global.data globals.c tree.c include/libxml/globals.h: applied
9313 an old patch from Lukas Schroeder to track node creation and
9314 destruction. Probably missing a lot of references at the moment
9315 and not usable reliably.
9316
Daniel Veillard8ba17412003-01-01 19:13:12 +00009317Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9320 from doc/news.html and a stylesheet
9321
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009322Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9323
9324 * xmlreader.c python/tests/reader.py: fixed another couple of
9325 xmlreader bugs reported by Stéphane Bidoul and added tests.
9326
Daniel Veillard9e395c22003-01-01 14:50:44 +00009327Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9328
9329 * xmlreader.c python/tests/reader2.py: fixed another validity
9330 checking in external parsed entities raised by Stéphane Bidoul
9331 and added a specific regression test.
9332 * python/tests/reader3.py: cleanup
9333
Daniel Veillardd5896142002-12-31 14:45:26 +00009334Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9335
9336 * xmlreader.c python/tests/reader2.py: fixed a problem with
9337 validation within entities pointed by Stéphane Bidoul, augmented
9338 the tests to catch those.
9339
Daniel Veillarddc85f282002-12-31 11:18:37 +00009340Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9341
9342 * python/generator.py: modified the generator to allow keeping
9343 class references when creating new classes, needed to fix a bug
9344 pointed by Stéphane Bidoul where the input buffer of the
9345 xmlTextReader instance gets destroyed if the python wrapper for
9346 the input is not referenced anymore.
9347
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009348Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9349
9350 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9351 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9352
Daniel Veillard571b8892002-12-30 12:37:59 +00009353Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9354
9355 * xmlreader.c python/tests/reader.py: fixed another problem
9356 pointed by Stéphane Bidoul
9357
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009358Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9359
9360 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9361 with "<a/>"
9362
Daniel Veillardecaba492002-12-30 10:55:29 +00009363Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9364
9365 * SAX.c: warn on xmlns:prefix="foo"
9366 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9367 for namespace attributes handling.
9368
Daniel Veillard2d84a892002-12-30 00:01:08 +00009369Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9370
9371 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9372 a really nasty problem raised by a DocBook XSLT transform
9373 provided by Sebastian Bergmann
9374
Daniel Veillard29b3e282002-12-29 11:14:41 +00009375Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9376
9377 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9378 by Stéphane Bidoul and integrated it into the tests
9379
Daniel Veillarde18fc182002-12-28 22:56:33 +00009380Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9381
9382 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9383 extended the XmlTextReader API a bit, addding accessors for
9384 the current doc and node, and an entity substitution mode for
9385 the parser.
9386 * python/libxml.py python/libxml2class.txt: related updates
9387 * python/tests/Makefile.am python/tests/reader.py
9388 python/tests/reader2.py python/tests/reader3.py: updated a bit
9389 the old tests and added a new one to test the entities handling
9390
Daniel Veillardaba976d2002-12-28 21:14:18 +00009391Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9392
9393 * python/generator.py python/libxml2class.txt
9394 python/tests/reader.py python/tests/reader2.py: changed the
9395 generator to provide casing for the XmlTextReader similar to
9396 C# so that examples and documentation are more directly transposable.
9397 Fixed the couple of tests in the suite.
9398
Daniel Veillard83298842002-12-28 15:12:33 +00009399Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9400
9401 * doc/guidelines.html: added a document on guildeline for
9402 publishing and deploying XML
9403
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009404Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9405
9406 * valid.c xmlreader.c: final touch running DTD validation
9407 on the XmlTextReader
9408 * python/tests/Makefile.am python/tests/reader2.py: added a
9409 specific run based on the examples from test/valid/*.xml
9410
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009411Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9412
9413 * python/libxml.py: added a few predefined xmlTextReader parser
9414 configuration values.
9415
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009416Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9417
9418 * python/libxml_wrap.h: trying to fix #102037
9419
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009420Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9421
9422 * SAX.c: fixing bug #95296, when the predefined entities
9423 are redefined in the DTD the default one must be used
9424 instead anyway.
9425
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009426Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9427
9428 * doc/xmllint.xml
9429 * doc/xmllint.1
9430 Add discussion of XML_DEBUG_CATALOG to xmllint man
9431 page - bug #100907
9432
9433
Daniel Veillarddf512f42002-12-23 15:56:21 +00009434Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9435
9436 * xmlreader.c: Fixed the empty node detection to avoid reporting
9437 an inexistant close tag.
9438
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009439Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9440
9441 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9442 for Python 2.1
9443
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009444Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9445
9446 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9447
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009448Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9449
9450 * doc/libxml2-api.xml python/tests/reader.py: one really need
9451 to provide the base URI information when creating a reader parser
9452 from an input stream. Updated the API and the example using it.
9453
Daniel Veillardea7751d2002-12-20 00:16:24 +00009454Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9455
9456 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9457 include/libxml/valid.h include/libxml/xmlreader.h: working on
9458 DTD validation on top of xml reader interfaces. Allows to
9459 validate arbitrary large instances. This required some extensions
9460 to the valid module interface and augmenting the size of xmlID
9461 and xmlRef structs a bit.
9462 * uri.c xmlregexp.c: simple cleanup.
9463
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009464Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9465
9466 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9467 work on the xml reader interfaces.
9468 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9469 Web page for the Windows binaries.
9470
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009471Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9472
9473 * xmlIO.c: applied a patch for VMS following the report by
9474 Nigel Hall
9475
Daniel Veillard3772de32002-12-17 10:31:45 +00009476Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9477
9478 * parser.c: the parseStartTag bug fix wasn't complete.
9479
Daniel Veillard67df8092002-12-16 22:04:11 +00009480Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9481
9482 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9483 parseStartTag, fixing it.
9484 * test/att4 result/att4 result/noent/att4: adding the test
9485 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9486 more methods to XmlTextReader.
9487
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009488Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9489
9490 * win32/libxml2.def.src: added more xml reader exports
9491 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9492 to the build
9493
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009494Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9495
9496 * doc/tutorial/xmltutorial.xml
9497 plus generated html and pdf
9498 Updating tutorial again based on further comments from Niraj
9499 Tolia on the last iteration
9500
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009501Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9502
9503 * doc/tutorial/xmltutorial.xml
9504 * doc/tutorial/includekeyword.c
9505 * doc/tutorial/includegetattribute.c
9506 plus generated html and pdf
9507 Adding fix from Niraj Tolia to tutorial to properly free memory.
9508
9509
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009510Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9511
9512 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9513 more methods of XmlTextReader.
9514 * python/libxml2class.txt python/tests/reader.py: this increased the
9515 methods in the bndings, augmented the test to check those new
9516 functions.
9517
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009518Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9519
9520 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9521 methods of XmlTextReader.
9522 * python/generator.py python/libxml_wrap.h python/types.c
9523 python/libxml2class.txt: added the reader to the Python bindings
9524 * python/tests/Makefile.am python/tests/reader.py: added a specific
9525 test for the Python bindings of the Reader APIs
9526 * parser.c: small cleanup.
9527
Daniel Veillard06503452002-12-13 10:42:08 +00009528Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * xinclude.c: fallback was only copying the first child not the
9531 full child list of the fallback element, closes #89684 as reopened
9532 by Bernd Kuemmerlen
9533
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009534Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9535
9536 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9537
Daniel Veillard000eafb2002-12-12 10:04:22 +00009538Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9539
Daniel Veillardc1eed322002-12-12 11:01:32 +00009540 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009541 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009542 gives enum values, fix functype return type, put back fields in
9543 structs
9544 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009545
Daniel Veillard024b5702002-12-12 00:15:55 +00009546Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9547
9548 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9549 about htmlNodeDumpOutput location.
9550 * xpath.c: removed an undefined function signature
9551 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9552 too many symbols in the API breaking the python bindings.
9553 Updated with the libxslt/libexslt changes.
9554
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009555Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9556
9557 * configure.in: preparing release of 2.4.29
9558 * doc/*: rebuilt the docs and API
9559 * xmlreader.c: a few more fixes for the XmlTextReader API
9560
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009561Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9562
9563 * include/win32config.h: applied mingw patch from Magnus Henoch
9564
Daniel Veillard5aad8322002-12-11 15:59:44 +00009565Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9568
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009569Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9570
9571 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9572 building Python script, does the C parsing directly, generates
9573 a better API description including structure fieds defs and
9574 enums. Still a couple of bugs, but good enough for the python
9575 wrappers now.
9576 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9577 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9578 include/libxml/schemasInternals.h include/libxml/tree.h: more
9579 cleanup based on the python analysis script reports.
9580 * libxml.spec.in: make sure the API XML description is part of the
9581 devel package.
9582
Daniel Veillard01c13b52002-12-10 15:19:08 +00009583Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9586 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9587 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9588 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9589 code cleanup, especially the function comments.
9590 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9591
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009592Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9593
9594 * Makefile.am xmlreader.c include/libxml/Makefile.am
9595 include/libxml/xmlreader.h: Adding a new set of APIs based on
9596 the C# TextXmlReader API but converted to C. Allow to parse
9597 in constant memory usage, far simpler to program and explain
9598 than the SAX like APIs, unfinished but working.
9599 * testReader.c: test program
9600
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009601Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9602
9603 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9604
Daniel Veillard64b35282002-12-04 15:10:40 +00009605Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9606
9607 * tree.c: Chip turner indicated that XHTML1 serialization
9608 rule for style actually break on both IE and Mozilla,
9609 try to avoid the rule if escaping ain't necessary
9610
Daniel Veillard8efff672002-12-04 11:44:48 +00009611Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * nanhttp.c: handle HTTP URL escaping, problem reported by
9614 Glen Nakamura and Stefano Zacchiroli
9615
Daniel Veillard1c732d22002-11-30 11:22:59 +00009616Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9617
9618 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9619
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009620Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9621
9622 * uri.c: Johann Richard pointed out some XPointer problems for
9623 URN based URI references in XInclude. Modified the URI parsing
9624 and saving routines to allow correct parsing and saving of
9625 XPointers, especially when attached to "opaque" scheme accordingly
9626 to RFC 2396
9627
Daniel Veillard8db67d22002-11-27 19:39:27 +00009628Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9629
9630 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9631 of refactoring to the HTML saving code.
9632 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9633 in the doc.
9634
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009635Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9636
9637 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9638 to a buffer API to reuse the generic dump to an OutputIO layer,
9639 this reduces code, fixes xmlNodeDump() for XHTML, also made
9640 xmlNodeDump() now return the number of byte written.
9641
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009642Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9643
9644 * python/setup.py.in: another patch from Stéphane Bidoul for
9645 Python bindings on Windows
9646 * doc/parsedecl.py: small cleanup
9647
Daniel Veillard9715c172002-11-25 16:33:40 +00009648Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9649
9650 * libxml.spec.in configure.in: add a line in %changelog for releases
9651
Daniel Veillard9bc53102002-11-25 13:20:04 +00009652Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9653
9654 * parser.c: patch from Marcus Clarke fixing a problem in entities
9655 parsing that was detected in KDe documentations environment.
9656
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009657Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9658
9659 * python/libxml.c (libxml_prev): Return the previous as opposed to
9660 the next node (I guess this is the result of some cut & paste programming:)
9661
Daniel Veillard80d7b902002-11-23 16:23:08 +00009662Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9663
9664 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9665
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009666Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9667
9668 * python/generator.py python/libxml.c python/setup.py.in: trying
9669 to fix the Python bindings build on Windows (Stéphane Bidoul)
9670
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009671Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9672
9673 * win32/configure.js: added option for python bindings
9674 * win32/libxml2.def.src: added more exports
9675
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009676Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9677
9678 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9679 pthreads
9680 * win32/wince/*: applied updates to Windows CE port from Javier
9681
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009682Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9683
9684 * configure.in: preparing 2.4.28
9685 * libxml.spec.in doc/Makefile.am: some cleanup
9686 * doc/*: updated the news and regenerated.
9687
Daniel Veillardfee408f2002-11-22 13:18:30 +00009688Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9689
9690 * HTMLparser.c: final touch at closing #87235 </p> end tags
9691 need to be generated.
9692 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9693 this change slightly the output of a few tests
9694 * doc/*: regenerated
9695
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009696Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9697
9698 * parserInternals.c: fixing bug #99190 when UTF8 document are
9699 parsed using the progressive parser and the end of the chunk
9700 is in the middle of an UTF8 multibyte character.
9701
William M. Brack8b2c7f12002-11-22 05:07:29 +00009702Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9703
9704 * threads.c: fixed initialization problem in xmlNewGlobalState
9705 which was causing crash.
9706 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9707 in xmlInitializeGlobalState.
9708 * parserInternals.c: cleaned up ctxt->sax initialisation.
9709
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009710Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9711
9712 * tree.c include/libxml/tree.h: modified the existing APIs
9713 to handle XHTML1 serialization rules automatically, also add
9714 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9715 libxslt serialization uses it when needed without changing
9716 the library API.
9717 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9718 result/xhtml1: added a new test specifically for xhtml1 output
9719 and updated the result of one XHTML1 test
9720
Daniel Veillardd076a202002-11-20 13:28:31 +00009721Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9722
9723 * xinclude.c parserInternals.c encoding.c: fixed #99082
9724 for xi:include encoding="..." support on text includes.
9725 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9726 test/XInclude/ents/isolatin.txt : added a specific regression test
9727 * python/generator.py python/libxml2class.txt: fixed the generator
9728 the new set of comments generated for doc/libxml2-api.xml were
9729 breaking the python generation.
9730
Daniel Veillard817e70b2002-11-19 22:28:48 +00009731Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9734 * configure.in: patch for Solaris on new autoconf closes #98880
9735 * doc/parsedecl.py: repair the frigging API building script,
9736 did I say that python xmllib sucks ?
9737 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9738 and some comment are no more truncated.
9739
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009740Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9741
9742 * parser.c: Martin Stoilov pointed out a potential leak in
9743 xmlCreateMemoryParserCtxt
9744
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009745Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9746
9747 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9748 included in HTML documents and using the push parser.
9749
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009750Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9751
9752 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9753 specified, look for the Python interpreter not just in the
9754 specified root but also in the specified location. Fixes #98825
9755
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009756Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9757
9758 * python/libxml.c: fixing bug #98792 , node may have no doc
9759 and dereferencing without checking ain't good ...
9760
Daniel Veillarddad3f682002-11-17 16:47:27 +00009761Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * configure.in: preparing release 2.4.27
9764 * doc/* : updated and rebuilt the docs
9765 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9766 and all the docs are actually packaged and in the final RPMs
9767 * parser.c parserInternals.c include/libxml/parser.h: restore
9768 xmllint --recover feature.
9769
Daniel Veillard68e9e742002-11-16 15:35:11 +00009770Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9771
Daniel Veillard784b9352003-02-16 15:50:27 +00009772 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009773 processing of parsed entities, and XPath computation on sustitued
9774 entities.
9775 * testXPath.c: make sure entities are substitued.
9776
Daniel Veillard328f48c2002-11-15 15:24:34 +00009777Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9778
Daniel Veillard784b9352003-02-16 15:50:27 +00009779 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009780 processing of internal parsed entities, which had to be changed.
9781
Daniel Veillard66651aa2002-11-15 11:21:43 +00009782Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9783
9784 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9785 trying to fix bug #98517 about building outside the source tree
9786 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9787
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009788Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9789
9790 * include/win32config.h: cleanup
9791 * win32/Makefile.mingw: integrated mingw in JScript configure
9792 * win32/Makefile.msvc: modified to allow mingw coexistence
9793 * win32/configure.js: integrated mingw
9794 * win32/Readme.txt: cleanup
9795
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009796Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9797
9798 * HTMLparser.c: strengthen the guard in the Pop macros,
9799 like in the XML parser, closes bug #97315
9800
Daniel Veillard0821b152002-11-12 20:57:47 +00009801Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9804 callback is never used.
9805
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009806Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9807
9808 * parserInternals.c: fixed the initialization of the SAX structure
9809 which was breaking xsltproc
9810 * xpath.c: patch from Petr Pajas for CDATA nodes
9811 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9812 * parser.c include/libxml/parser.h: patch from Peter Jones
9813 removing a leak in xmlSAXParseMemory() and adding the
9814 function xmlSAXParseMemoryWithData()
9815
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009816Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9817
9818 adding pdf of tutorial, changing web page to link to it
9819 * doc/tutorial/xmltutorial.pdf
9820 * doc/xml.html
9821 * doc/docs.html
9822
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009823Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9824
9825 * doc/tutorial/ar01s08.html
9826 adding file what I forgot for tutorial
9827
9828
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009829Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9830
9831 Adding encoding discussion to tutorial
9832 Added:
9833 * doc/tutorial/images/*.png: DocBook admonition image files
9834 * doc/tutorial/apf.html, apg.html: new generated html
9835 * doc/tutorial/includeconvert.c: conversion code entity file
9836 changed:
9837 * doc/tutorial/xmltutorial.xml: DocBook original
9838 * doc/tutorial/*.html: generated html
9839
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009840Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9841
9842 * include/libxml/*.h: retired xmlwin32version.h
9843 * doc/Makefile.am: retired xmlwin32version.h
9844 * win32/configure.js: retired xmlwin32version.h
9845
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009846Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9847
9848 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009849 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9850 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009851
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009852Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9853
9854 * globals.c: fixed a typo pointed out by Igor
9855 * xpath.c: try to speed up node compare using line numbers
9856 if available.
9857
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009858Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9859
9860 * tree.c: make xmlFreeNode() handle attributes correctly.
9861
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009862Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9863
9864 * catalog.c: completed the #96963 fix, as reported by Karl
9865 Eichwalder
9866
Daniel Veillard56f21f22002-11-06 15:49:46 +00009867Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9868
9869 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9870
Daniel Veillard91ad8792002-11-04 17:06:52 +00009871Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9872
9873 * Makefile.am: switched the order of a couple of includes
9874 to fix bugs #97100
9875
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009876Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9877
9878 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9879 xmlLoadCatalogs that used to separate directories with a ':'.
9880
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009881Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9882
9883 * threads.c: improvements to the Windows-side of thread handling
9884 * testThreads.c: conditionally excluded unistd.h
9885 * testThradsWin32.c: broke overlong lines
9886 * include/win32config.h: adapted thread-related macros to the new
9887 scheme and for pthreads on Windows
9888 * win32/Makefile.msvc: introduced a more flexible thread build,
9889 added testThreads[Win32].c to the build
9890 * win32/configure.js: introduced a more flexible thread config
9891
John Fleck61f6fb62002-10-31 15:23:29 +000098922002-10-31 John Fleck <jfleck@inkstain.net>
9893
9894 * doc/xml.html (and, by implication, FAQ.html)
9895 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9896
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009897Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9898
9899 * configure.in: removed xmlwin32version.h
9900 * include/libxml/Makefile.am: removed xmlwin32version.h
9901
Daniel Veillardce66ce12002-10-28 19:01:59 +00009902Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9903
9904 * tree.c: applied patch from Brian Stafford to fix a bug
9905 in xmlReconciliateNs()
9906
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009907Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9908
9909 * tree.c: applied patch from Christian Glahn to allow
9910 xmlNewChild() on document fragment nodes
9911
Daniel Veillardb39bc392002-10-26 19:29:51 +00009912Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * parser.c: Christian Glahn found a problem with a recent
9915 patch to xmlParseBalancedChunkMemoryRecover()
9916 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9917 problems
9918 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9919 test/schemas/seq*: added the test cases from Charles
9920
Daniel Veillard366a9152002-10-23 20:43:53 +00009921Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9922
9923 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9924 serious cleanup of the spec file and associated changes
9925 in the Makefiles.
9926 * valid.c: try to remove some warnings on x86_64
9927
Daniel Veillardd033d022002-10-23 14:55:02 +00009928Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9929
9930 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9931 fix bug #96586
9932
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009933Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9934
9935 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9936 parsing, applied his patch
9937 * result/HTML/attrents.html result/HTML/attrents.html.err
9938 result/HTML/attrents.html.sax test/HTML/attrents.html:
9939 added the test and result case provided by Mikhail Sogrine
9940
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009941Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9942
9943 * vms/build_libxml.com vms/config.vms vms/readme.vms
9944 include/libxml/parser.h include/libxml/parserInternals.h
9945 include/libxml/tree.h include/libxml/xmlIO.h
9946 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9947 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9948 Applied the VMS update patch from Craig A. Berry
9949 * doc/*.html: update
9950
Daniel Veillardf000f072002-10-22 14:28:17 +00009951Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9954
Daniel Veillard1e208222002-10-22 14:25:25 +00009955Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9956
9957 * debugXML.c: adding a grep command to --shell in xmllint
9958 for T.V. Raman
9959
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009960Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * xmlcatalog.c: tried to fix some of the problem with --sgml
9963
Daniel Veillard935494a2002-10-22 14:22:46 +00009964Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9965
9966 * parser.c: tried to fix bug #91500 where doc->children may
9967 be overriden by a call to xmlParseBalancedChunkMemory()
9968
9969Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9970
9971 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9972 identifiers in SGML catalogs containing '&'
9973
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009974Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9975
9976 * python/types.c: fixed bugs when passing result value tree
9977 to Python functions.
9978
Daniel Veillard48267432002-10-18 11:21:38 +00009979Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9980
9981 * configure.in: preparing the release of 2.4.26
9982 * doc/*: updated and rebuilt the documentation
9983
Daniel Veillardbb284f42002-10-16 18:02:47 +00009984Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9985
9986 * parser.c: fixed a XML Namespace compliance bug reported by
9987 Alexander Grimalovsky
9988
Daniel Veillard44892f72002-10-16 15:23:26 +00009989Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9990
9991 * HTMLtree.c: fixed serialization of script and style when
9992 they are not lowercase (i.e. added using the API to the tree).
9993
Daniel Veillard2fd85422002-10-16 14:32:41 +00009994Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9995
9996 * valid.c: make xmlValidateDocument emit a warning msg if there
9997 is no DTD, pointed by Christian Glahn
9998
Daniel Veillard32370232002-10-16 14:08:14 +00009999Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10002 content model when some of the blocks have min or max, and a couple
10003 of bugs found in the process.
10004 * result/schemas/list0* test/schemas/list0*: added some specific
10005 regression tests
10006
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010007Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10008
10009 * README: updated the contact informations
10010
Daniel Veillard63186732002-10-15 08:43:17 +000010011Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10012
10013 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10014 misses it, reported by Peter Bray.
10015
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010016Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10017
10018 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10019 and removed a few warnings
10020
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010021Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10022
10023 * parser.c: Christian Glahn found a small bug in the push parser.
10024 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10025 public
10026
Daniel Veillard6045c902002-10-09 21:13:59 +000010027Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * xmlschemas.c include/libxml/xmlschemas.h: added
10030 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10031 * testSchemas.c: added --memory to test the new interface
10032
Daniel Veillardf0070122002-10-09 14:24:17 +000010033Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10034
10035 * doc/index.py doc/search.php: integrated the XSLT indexing,
10036 a few fixed in the indexer, added a scope selection at the
10037 search level.
10038
Daniel Veillard01992e02002-10-09 10:20:30 +000010039Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10040
10041 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10042 this was due to uninitialized parts of the validation context
10043
Daniel Veillard321be0c2002-10-08 21:26:42 +000010044Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10045
10046 * debugXML.c: applied patch from Mark Vakoc except the API
10047 change, preserved it.
10048 * doc/*: updated the docs to point to the search engine for
10049 information lookup or before bug/help reports.
10050
Daniel Veillard01e87d22002-10-08 16:55:06 +000010051Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10052
10053 * doc/index.py doc/search.php: added mailing-list archives
10054 indexing and lookup
10055
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010056Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10057
10058 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10059
Daniel Veillard9b006132002-10-07 11:13:27 +000010060Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10061
10062 * doc/index.py: improved HTML indexing
10063 * doc/search.php: make the queries also lookup the HTML based indexes
10064
Daniel Veillard141d04b2002-10-06 21:51:18 +000010065Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10066
10067 * doc/index.py: added HTML page indexing
10068
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010069Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10070
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010071 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010072 problem in libxslt.
10073 * catalog.c: fixed list handling in XML_CATALOG_FILES
10074
Daniel Veillardceb09b92002-10-04 11:46:37 +000010075Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10076
10077 * valid.c: typo/bug found by Christian Glahn
10078
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010079Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10080
10081 * xmlIO.c: applied Windows CE patch from Javier.
10082 * win32/wince: new directory, contains support for the PocketPC
10083 with Windows CE from Javier.
10084 * include/win32config.h: reorganised, removed duplicate
10085 definitions and applied WinCE patch from Javier.
10086 * include/wsockcompat.h: new file, now contains WinSock
10087 compatibility macros.
10088 * win32/Makefile.msvc: introduced double-run compilation.
10089
Daniel Veillarde16b5742002-09-26 17:50:03 +000010090Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10091
10092 * configure.in include/libxml/xmlwin32version.h: preparing release
10093 of 2.4.25
10094 * doc/*: updated and regenerated teh docs and web pages.
10095
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010096Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10099 error were not covering namespace declarations.
10100 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10101 it was missing the attribute declaration for the namespace
10102 * result/VC/NS3: the fix now report breakages in that test
10103
Daniel Veillardabe01742002-09-26 12:40:03 +000010104Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10105
10106 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10107
Daniel Veillard2ace1952002-09-26 12:28:02 +000010108Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10109
10110 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10111 and regenerated the docs and web site
10112
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010113Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10114
10115 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10116 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10117 not before
10118
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010119Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10120
10121 * python/generator.py python/libxml2class.txt: fixed a stupid error
10122 breaking the python API
10123
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010124Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10127 triostr.c triostr.h: applied a trio update patch from
10128 Bjorn Reese which should work with MinGW
10129
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010130Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10131
10132 * tree.c: improving some documentation comments
10133 * xmlregexp.c: found and fixed a mem leak with python regression tests
10134 * doc/*: rebuilt the doc and the API XML file including the
10135 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10136 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10137 python/types.c: added access to the XML Schemas regexps from
10138 python
10139 * python/tests/Makefile.am python/tests/regexp.py: added a
10140 simple regexp bindings test
10141
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010142Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10143
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010144 * doc/xml.html:
10145 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010146
Daniel Veillard118aed72002-09-24 14:13:13 +000010147Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10148
10149 * xmlregexp.c: fixed the data callback on transition functionality
10150 which was broken when using the compact form
10151 * result/schemas/*: updated the results, less verbose, all tests
10152 pass like before
10153 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10154 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10155 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10156 annoying warnings
10157 * xpath.c: try to provide better error report when possible
10158
Daniel Veillard72336152002-09-21 13:08:14 +000010159Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10160
10161 * Makefile.am: fixed a breakage raised by Jacob
10162
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010163Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10164
10165 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10166 which don't use sockets
10167
Igor Zlatkovic01280582002-09-20 16:40:34 +000010168Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10169
10170 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10171 * win32/configure.js: applied zlib patch from Daniel Gehriger
10172
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010173Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10174
10175 * win32/configure.js: applied the patch from Mark Vakoc for
10176 regexp support
10177 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10178 for regexp support
10179
Daniel Veillardb5c05732002-09-20 13:36:25 +000010180Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10181
10182 * xmlschemastypes.c: as pointed by Igor Float and Double
10183 parsing ain't finished yet
10184
Daniel Veillard40b11342002-09-20 12:01:39 +000010185Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10186
10187 * Makefile.am configure.in: trying to fix #88412 by bypassing
10188 all the python subdir if python ain't detected
10189
Daniel Veillard23e73572002-09-19 19:56:43 +000010190Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10193 made configuring with regexps/automata/unicode the default
10194 but without schemas ATM
10195 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10196 fixed the regexp based DTD validation performance and memory
10197 problem by switching to a compact form for determinist regexps
10198 and detecting the determinism property in the process. Seems
10199 as fast as the old DTD validation specific engine :-) despite
10200 the regexp built and compaction process.
10201
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010202Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10203
10204 * valid.c: determinism is debugged, new DTD checking code now works
10205 but xmlFAComputesDeterminism takes far too much CPU and the whole
10206 set usues too much memory to be really usable as-is
10207
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010208Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10209
10210 * tree.c: fixed another stupid bug in xmlGetNodePath()
10211 * xmllint.c: --version now report the options compiled in
10212
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010213Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10214
10215 * HTMLparser.c: small cleanup
10216 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10217 when configured with them. A bit of debugging around the determinism
10218 checks is still needed
10219
Daniel Veillard63b01c22002-09-17 19:25:28 +000010220Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10223
Daniel Veillard92727042002-09-17 17:59:20 +000010224Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10225
10226 * xmlIO.c: small portability glitch fixed.
10227
Daniel Veillard84d70a42002-09-16 10:51:38 +000010228Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10229
10230 * xmlschemastypes.c: incomplete steps for real/double support
10231 * testAutomata.c include/libxml/xmlautomata.h
10232 include/libxml/xmlregexp.h: avoiding a compilation problem
10233 * valid.c include/libxml/valid.h: starting the work toward using
10234 the regexps for actual DTD validation
10235
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010236Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10237
10238 * hash.c: cosmetic cleanup
10239 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10240 integrating a DTD validation layer based on the regexps
10241
Daniel Veillard4402ab42002-09-12 16:02:56 +000010242Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10243
10244 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10245 the determinism was tested before eliminating the epsilon
10246 transitions :-(
10247
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010248Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10249
10250 * python/generator.py python/libxml.c python/libxml.py
10251 python/libxml2-python-api.xml python/libxml2class.txt
10252 python/libxml_wrap.h python/types.c: updated the python
10253 bindings, added code for easier File I/O, and the ability to
10254 define a resolver from Python fixing bug #91635
10255 * python/tests/Makefile.am python/tests/inbuf.py
10256 python/tests/outbuf.py python/tests/pushSAXhtml.py
10257 python/tests/resolver.py python/tests/serialize.py: updated
10258 and augmented the set of Python tests.
10259
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010260Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10261
10262 * win32/configure.js: added more readme info for the binary
10263 package.
10264
Daniel Veillard607b35c2002-09-10 12:16:19 +000010265Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10266
10267 * xmlIO.c: fixed a stupid out of bound array error
10268
10269Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10270
10271 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10272 messing around with support for Windows path, cleanups,
10273 trying to identify and fix the various code path to the
10274 filename access. Added xmlNormalizeWindowsPath()
10275
Daniel Veillard76575762002-09-05 14:21:15 +000010276Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10277
10278 * error.c valid.c: working on better error reporting of validity
10279 errors, especially providing an accurate context.
10280 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
10281 error reports in those cases.
10282
Daniel Veillard3487c8d2002-09-05 11:33:25 +000010283Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10284
10285 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
10286 parser.c parserInternals.c xmlIO.c: get rid of all the
10287 perror() calls made in the library execution paths. This
10288 should fix both #92059 and #92385
10289
Daniel Veillard19aa7022002-09-05 11:14:19 +000010290Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * xmllint.c: memory leak reporting was broken after a change
10293 of the preprocessor symbol used to activate it.
10294
Daniel Veillardec6725e2002-09-05 11:12:45 +000010295Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10296
10297 * tree.c: try to make the copy function work for node of
10298 type XML_DOCUMENT_FRAG_NODE, they are only created by the
10299 DOM layers though, not libxml2 itself.
10300
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010301Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * valid.c: try to provide file and line informations, not all
10304 messages are covered, but it's a (good) start
10305
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010306Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10307
10308 * xinclude.c: reimplemented a large part of the XInclude
10309 processor, trying to minimize resources used, James Henstridge
10310 provided a huge test case which was exhibiting severe memory
10311 consumption problems.
10312
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010313Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10314
10315 * python/Makefile.am: applied patch from Christophe Merlet to
10316 reestablish DESTDIR
10317
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010318Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10319
10320 * libxml.spec.in: fixes libary path for x86_64 AMD
10321
John Fleckbe98b332002-09-04 03:16:23 +000010322Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10323
10324 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010325 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010326 (plus resulting generated html files)
10327 fixing one spot I missed in the tutorial where I hadn't freed
10328 memory properly
10329
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010330Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10331
10332 * doc/tutorial/includeaddattribute.c
10333 * doc/tutorial/includeaddkeyword.c
10334 * doc/tutorial/includegetattribute.c
10335 * doc/tutorial/includekeyword.c
10336 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010337 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010338 update tutorial to properly free memory (thanks to Christopher
10339 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010340 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010341 added image files so the callouts are graphical, making it
10342 easier to read ( use "--param callout.graphics 1" to generate
10343 html with graphical callouts)
10344
Daniel Veillarde1662542002-08-28 11:50:59 +000010345Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10346
10347 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10348 nice logos generated by Marc Liyanage
10349 * doc/site.xsl *.html: changed the stylesheet to show the new
10350 logo and regenerated the pages
10351
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010352Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10355
Daniel Veillard42766c02002-08-22 20:52:17 +000010356Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * xpath.c: possible mem leak patch from Jason Adams
10359
10360Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10363 in the XQuery namespace
10364 * configure.in: preparing 2.4.24
10365 * doc/*.html: updated the web pages
10366
10367Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10368
10369 * python/generator.py: closing bug #85258 by generating conditional
10370 compile check to avoid linking to routines not configured in.
10371
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000103722002-08-22 Havoc Pennington <hp@pobox.com>
10373
10374 * autogen.sh: update error message for missing automake
10375
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010376Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10377
10378 * python/Makefile.am: typo in target name resulted in libxml2.py
10379 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10380
Daniel Veillard22669b22002-08-22 07:17:11 +000010381Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * win32/win32/Makefile.mingw: updated with version from
10384 Elizabeth Barham at http://soggytrousers.net/repository/
10385
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010386Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10387
10388 * win32/Makefile.msvc: added the prefix location to the include
10389 and lib search path.
10390
Havoc Pennington830e8972002-08-18 22:22:13 +0000103912002-08-18 Havoc Pennington <hp@pobox.com>
10392
10393 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10394 both automake 1.6 and 1.4 installed get the right automake. Means
10395 compilation from CVS will now require the latest automake 1.4
10396 release, or manually creating symlinks called "automake-1.4" and
10397 "aclocal-1.4"
10398
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010399Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10400
10401 * configure.in python/Makefile.am: more AMD 64 induced changes from
10402 Frederic Crozat
10403
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010404Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10405
10406 * xinclude.c: oops I was missing the xml:base fixup too
10407 * result/XInclude/*.xml: this adds xml:base attributes to most
10408 results of the tests
10409
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010410Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * xinclude.c: quick but apparently working implementation of
10413 xi:fallback, should close bug #89684
10414 * Makefile.am test/XInclude/docs/fallback.xml
10415 result/XInclude/fallback.xml: added a basic test for fallback,
10416 and run with --nowarning to avoid a spurious warning
10417 * configure.in: applied patch from Frederic Crozat for python
10418 bindings on AMD 64bits machines.
10419
Daniel Veillard9e923512002-08-14 08:48:52 +000010420Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10421
10422 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10423 the caller don't pass a SAX callback block.
10424
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010425Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10426
10427 * tree.c: applied the same fix for the XML-1.0 namespace to
10428 xmlSearchNsByHref() as was done for xmlSearchNs()
10429
Daniel Veillardad11b302002-08-12 14:53:41 +000010430Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * libxml.3: small cleanup of the man page
10433 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10434 when serializing HREF attributes generated by XSLT.
10435
Daniel Veillardc084e472002-08-12 13:27:28 +000010436Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10437
10438 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10439 version of Marc Liyanage' patch for boolean attributes in HTML
10440 output
10441
Daniel Veillard5f91b372002-08-12 12:13:01 +000010442Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10443
10444 * python/tests/serialize.py: fixed the test results, indenting
10445 behaviour changed slightly
10446
Aleksey Sanin9e951762002-08-08 18:02:41 +000010447Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10448
10449 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10450 new c14n function to Windows def files
10451
Aleksey Saninea4272a2002-08-02 23:50:03 +000010452Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10453
10454 * c14n.c: fixed a memory leak in c14n code
10455
Daniel Veillard58e44c92002-08-02 22:19:49 +000010456Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10457
10458 * parser.c include/libxml/parser.h: adding a new API for Christian
10459 Glahn: xmlParseBalancedChunkMemoryRecover
10460 * valid.c: patch from Rick Jones for some grammar cleanup in
10461 validation messages
10462 * result/VC/* result/valid/*: this slightly change some of the
10463 regression tests outputs
10464
Daniel Veillard0bf29002002-08-01 12:54:11 +000010465Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10466
10467 * tree.c: trying to fix a problem in namespaced attribute handling
10468 raised by Christian Glahn
10469
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010470Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10471
10472 * encoding.c include/libxml/encoding.h: Opening the interface
10473 xmlNewCharEncodingHandler as requested in #89415
10474 * python/generator.py python/setup.py.in: applied cleanup
10475 patches from Marc-Andre Lemburg
10476 * tree.c: fixing bug #89332 on a specific case of loosing
10477 the XML-1.0 namespace on xml:xxx attributes
10478
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010479Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10480
10481 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10482 corner case from new Merlin's test suite and added a callback
10483 that will be used to improve xmlsec performance
10484
10485
Daniel Veillard0b22def2002-07-29 16:23:03 +000010486Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10487
10488 * HTMLtree.c: trying to fix the <style> escaping problem in
10489 HTML serialization bug #89342
10490
Daniel Veillard0b28e882002-07-24 23:47:05 +000010491Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10492
10493 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10494 and rebuilt the web site.
10495
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010496Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010497
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010498 * include/libxml/tree.h: added _private member to xmlNs struct
10499
Daniel Veillard1d995272002-07-22 16:43:32 +000010500Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10501
10502 * HTMLparser.c: fixing bug #84876 based on the xml working
10503 code.
10504
William M. Brack61eaba52002-07-21 11:14:18 +000010505Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10506
10507 * python/Makefile.am: enhanced to fix bug 72012 (errors
10508 when using '-jX' make parameter)
10509
William M. Brackef61d202002-07-19 08:32:00 +000010510Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10511
10512 * xpath.c: small additional enhancement for booleans
10513 compared to nodesets
10514
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010515Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * HTMLtree.c: changed the order of the encoding declaration
10518 attributes in the meta tags due to a bug in IE/Mac
10519
William M. Brack0c022ad2002-07-12 00:56:01 +000010520Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10521
10522 * xpath.c: enhanced handling of booleans (especially '='
10523 and '!=' for nodesets) - fixes bug 85256. Added new
10524 routine xmlXPathNotEqualValues for more proper handling
10525 of '!=' when nodesets are involved.
10526
Daniel Veillard06944e22002-07-11 19:55:18 +000010527Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10528
10529 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10530 doc/xmlcatalog_man.xml to the source distribution
10531
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010532Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10533
10534 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10535 asked for this.
10536
Daniel Veillard539638b2002-07-06 19:55:14 +000010537Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10538
10539 * configure.in: preparing 2.4.23
10540 * doc/*: rebuilt the docs
10541
Daniel Veillard176d99f2002-07-06 19:22:28 +000010542Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10543
10544 * parser.c: fixing bug #84169 by fixing the
10545 comment of xmlCreatePushParserCtxt to describe the
10546 encoding detection parameters better.
10547
Daniel Veillard37f961d2002-07-06 17:53:56 +000010548Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10549
10550 * valid.c: fixing bug #79331 in one path the lookup for
10551 ID attributes on a namespaced node wasn't handled correctly :-\
10552
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010553Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * HTMLparser.c: trying to fix 87235 about discarded white
10556 spaces in the HTML parser.
10557 * result/HTML/*: this changes the output of a number of HTML
10558 regression tests
10559
Daniel Veillardfdc91562002-07-01 21:52:03 +000010560Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10561
10562 * xpath.c: applied patch from Richard Jinks for the namespace
10563 axis + fixed a memory error.
10564 * parser.c parserInternals.c: applied patches from Peter Jacobi
10565 removing ctxt->token for good.
10566 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10567 popped out by the regression tests.
10568 * Makefile.am: patch for threads makefile from Gary Pennington
10569
William M. Brack6000af52002-06-28 11:43:13 +000010570Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10571
Daniel Veillardfdc91562002-07-01 21:52:03 +000010572 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010573 expressions involving preceding-sibling (et al).
10574
Daniel Veillard153120c2002-06-18 07:58:35 +000010575Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * hash.c: applied a patch from Peter Jacobi to solve a problem
10578 when compiling with the Watcom C on Win32
10579 * result/schemas/*.err: the change of hashing algo generated
10580 permutations in the output
10581
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010582Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10583
10584 * hash.c: applied patch from Sander Vesik improving the quality of
10585 the hash function.
10586
Aleksey Sanina5808b92002-06-14 17:07:41 +0000105872002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010588
10589 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10590 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10591 xmllint.c xpath.c: replaced sprintf() with snprintf()
10592 to prevent possible buffer overflow (the bug was pointed
10593 out by Anju Premachandran)
10594
Daniel Veillarde059b892002-06-13 15:32:10 +000010595Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10596
10597 * parser.c: removed an uninitialized data error popped by valgrind
10598 on PE references
10599
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010600Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10601
10602 * doc/xml.html
10603 adding tutorial reference to the web page
10604
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010605Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10606
10607 * doc/tutorial/xmltutorial.xml
10608 * doc/tutorial/ar01s07.html
10609 * doc/tutorial/ape.html
10610 * doc/tutorial/includegetattribute.c
10611 adding section to tutorial about retrieving an attribute
10612 value
10613
Daniel Veillardf5582f12002-06-11 10:08:16 +000010614Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * parser.c: applied a couple of patches from Peter Jacobi to start
10617 to get rid of ctxt->token, with a possible significant speed
10618 improvement to be gained once done. Better compliance with PE
10619 references constructs in DTDs too.
10620 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10621 from Peter too
10622
Daniel Veillard38d80e22002-06-11 07:24:56 +000010623Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10624
10625 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10626 xmlParseElement was likely to have been deallocated at the
10627 time of the report, possibly leading to segfault. Just report
10628 the tag name now.
10629
Daniel Veillard9e412302002-06-10 15:59:44 +000010630Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10631
10632 * xpath.c: patch from Richard Jinks for XPath substring() function
10633 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10634
Aleksey Sanina5808b92002-06-14 17:07:41 +0000106352002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010636
10637 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10638
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010639Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10640
10641 *doc/FAQ.html
10642 fixing typos in FAQ, thanks to Robert Funnell for the
10643 editing help
10644
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010645Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * NEWS: got complaints from rpmlint that it was empty
10648
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010649Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10650
10651 * added doc/tutorial, including:
10652 apa.html
10653 apb.html
10654 apc.html
10655 apd.html
10656 ar01s02.html
10657 ar01s03.html
10658 ar01s04.html
10659 ar01s05.html
10660 ar01s06.html
10661 includeaddattribute.c
10662 includeaddkeyword.c
10663 includekeyword.c
10664 includestory.xml
10665 index.html
10666 xmltutorial.xml
10667 libxml tutorial, including generated html
10668
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010669Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10670
10671 * result/c14n/exc-without-comments/merlin-c14n-two-*
10672 result/c14n/without-comments/merlin-c14n-two-*
10673 test/c14n/exc-without-comments/merlin-c14n-two-*
10674 test/c14n/without-comments/merlin-c14n-two-*
10675 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10676 c14n/exc-c14n and slightly modified test script to handle
10677 these test cases
10678 * c14n.c: fixed bugs for complicated nodes set (namespace
10679 without node and others from merlin-c14n-two.tar.gz)
10680 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10681 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10682 for xmlsec performance patch
10683 * xpath.c: fixed self::node() for namespaces and attributes
10684
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010685Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10686
10687 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10688 but with the format parameter
10689 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10690
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010691Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10692
10693 * Makefile.am: updated c14n tests suite
10694 * c14n.c: performance improvement for previous c14n patch
10695
Daniel Veillarde72c7562002-05-31 09:47:30 +000010696Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * parser.c: another peroformance patch from Peter Jacobi, that
10699 time on parsing attribute values.
10700
Aleksey Sanin508a1012002-05-31 06:32:32 +000010701Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10702
10703 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10704 into LibXML2 test suite
10705
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010706Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10707
10708 * c14n.c: propagating xpath ancesstors node fix to c14n
10709 plus small performance improvement to reduce number of
10710 mallocs
10711 * xpath.c: fixed ancestors axis processing for namespace nodes
10712
Daniel Veillard46de64e2002-05-29 08:21:33 +000010713Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10714
10715 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10716 Peter Jacobi
10717
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010718Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10719
10720 * configure.in: preparing 2.4.22
10721
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010722Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10723
10724 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10725 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10726 a public entry point.
10727 * doc/*: rebuilt the API and docs
10728
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010729Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10730
10731 * xpath.c: patch from Richard Jinks to fix a problem introduced
10732 in the previous patch and pointed by Norm
10733
Daniel Veillardc6924812002-05-24 11:10:43 +000010734Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * libxml.spec.in: fixing bug #81112
10737
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010738Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * uri.c: fixing bug #82848
10741
Daniel Veillarda2878972002-05-24 07:54:39 +000010742Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10743
10744 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10745 output of one catalog test
10746
Aleksey Sanin114e4752002-05-24 07:20:27 +000010747Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010748
Aleksey Sanin114e4752002-05-24 07:20:27 +000010749 * global.data globals.c tree.c include/libxml/globals.h
10750 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10751 default value for global parameter xmlIndentTreeOutput to 1 and
10752 introduced new global parameter xmlTreeIndentString (the string
10753 used to do one-level indent) with default value " " (as it was
10754 in tree.c)
10755
Daniel Veillard49d5af82002-05-23 11:55:49 +000010756Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10759 with trio and schemas.
10760
Daniel Veillard7c13af42002-05-22 09:57:32 +000010761Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * xpath.c: patch from Richard Jinks to fix the problem raised in
10764 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10765
Daniel Veillard5a872412002-05-22 06:40:27 +000010766Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10767
10768 * xmlschemas.c: a bit of work on import.
10769 * xmlschemastypes.c: Charles Bozeman provided a compare function
10770 for date/time types so min/max facet restrictions should work,
10771 indeterminate comparisons return an error instead of equal.
10772 * test/schemas/date_0* result/schemas/date_0_0: specific test
10773 from Charles Bozeman too
10774
Daniel Veillard10b6da42002-05-18 07:55:20 +000010775Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10778 from Christian Cornelssen fixing the man pages and the Catalog
10779 building script.
10780 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10781 next step is <xs:import> I now have a reasonable understanding
10782 of how it works.
10783
Daniel Veillarde5354492002-05-16 08:43:22 +000010784Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10785
10786 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10787
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010788Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10789
10790 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10791
Daniel Veillard088bf112002-05-14 11:03:59 +000010792Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10793
10794 * xpath.c: fixing an XPath function evalutation bug pointed out
10795 by Alexey Efimov where the context was lost when evaluating
10796 the function arguments
10797
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010798Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010799
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010800 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10801 function public for XMLSec performance optimizations
10802
Daniel Veillard3cd72402002-05-13 10:33:30 +000010803Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10804
10805 * python/generator.py python/libxml2class.txt : fixed a problem
10806 with the HTML parser pointed by Gary Benson
10807 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10808 example
10809
Aleksey Sanine48a3182002-05-09 18:20:01 +000010810Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10811 * parser.c: fixed bug #81159 (memory growth in SAX)
10812
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010813Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10814 * xpath.c: fixed bug #78858 (the real fix)
10815
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010816Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010817 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010818
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010819Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10820
10821 * tree.c: modified xmlNodeSetBase to allow changing the
10822 base of a document.
10823
Daniel Veillard070803b2002-05-03 07:29:38 +000010824Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10825
10826 * xmlschemastypes.c: patch Charles Bozeman for validation of
10827 all the date, time, and duration types
10828 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10829 * configure.in: fixed an error pointed by an user
10830 * xml2-config.in: fixed an error pointed by an user
10831
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010832Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10833
10834 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10835 win32/libxml2.def.src xmlIO.c: exported default
10836 'file:', 'http:' and 'ftp:' protocols input handlers
10837 and maked protocols comparisson case insensitive
10838
Daniel Veillard34de97f2002-04-30 14:29:22 +000010839Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10840
10841 * configure.in: Neven Has detected a typo
10842
Daniel Veillard28577c32002-04-30 06:48:41 +000010843Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10844
10845 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10846 as one of the persons allowed to commit directly to the
10847 module.
10848
Daniel Veillardfc57b412002-04-29 15:50:14 +000010849Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10850
10851 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10852 * valid.c: raised a too low limit
10853 * doc/*: rebuilt the docs
10854
Daniel Veillardeca82812002-04-24 11:42:02 +000010855Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10856
10857 * test/XPath/expr/floats test/XPath/expr/functions
10858 result/XPath/expr/floats result/XPath/expr/functions
10859 xpath.c: another XPath conformance patch from Richard Jinks
10860
Daniel Veillard13e04c62002-04-23 17:51:29 +000010861Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * xmlschemas.c: fixed validation of attribute groups.
10864 * test/schemas result/schemas: added an example from the primer
10865
Daniel Veillard88c58912002-04-23 07:12:20 +000010866Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10867
10868 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10869 * test/schemas result/schemas: updated the test list
10870
Daniel Veillarde19fc232002-04-22 16:01:24 +000010871Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10872
10873 * TODO: updated a bit
10874 * parser.c: made a comment more specific
10875 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10876 Schemas conformance.
10877 * test/schemas result/schemas: updated the test list
10878
Daniel Veillard441bc322002-04-20 17:38:48 +000010879Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10882 implementing xs:all with minOccurs = 0
10883 * tes/schemas/* result/schemas/*: added more tests covering
10884 xs:all
10885
Daniel Veillard8a001f62002-04-20 07:24:11 +000010886Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10887
10888 * xmlregexp.c: first implementation of the all particle, this
10889 may need to be revisited for case where not all transitions
10890 must be crossed.
10891
Daniel Veillard7646b182002-04-20 06:41:40 +000010892Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * tree.c: another entity processing update from Markus Henke
10895
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010896Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10897
10898 * trionan.c: fixed crash on OSF/1
10899
Daniel Veillardb4398962002-04-19 07:01:55 +000010900Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * xmlschemas.c: more Schemas work
10903 * test/schemas/* result/schemas/*: added more tests coming
10904 from the spec.
10905
Daniel Veillard54761132002-04-18 21:00:44 +000010906Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10907
10908 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10909 ExcC14N specification
10910
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010911Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10912
10913 * tree.c: patch from Markus Henke, fix for recursive entities.
10914
Daniel Veillard23b1f372002-04-18 15:50:05 +000010915Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10916
10917 * xpath.c: fix a problem with string() on a document node.
10918
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010919Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10920
10921 * Makefile.am xmlschemas.c: more Schemas work
10922 * test/schemas/* result/schemas/*: added more tests coming
10923 from the spec.
10924
Daniel Veillard6231e842002-04-18 11:54:04 +000010925Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10926
10927 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10928 * result/HTML/*: this changes a few things in the results
10929
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010930Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10931
10932 * include/libxml/tree.h: eliminated 'declaration different than
10933 prototype' warning
10934 * include/win32config.h: "resolved" conflicts with errno.h
10935
Daniel Veillardb509f152002-04-17 16:28:10 +000010936Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10937
10938 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10939 on the automata interfaces and debug of counted choices
10940 * test/schemas/* result/schemas/*: added a number of tests
10941
Daniel Veillard8651f532002-04-17 09:06:27 +000010942Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10945 a bit of work on Schemas
10946 * testSchemas.c: try to make it more useful
10947 * test/schemas/* result/schemas/* Makefile.am: changed the
10948 Schemas regression test procedure, started adding a few samples
10949
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010950Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10951
10952 * include/libxml/encoding.h: Patch for the Borland C++ builder
10953 * include/libxml/tree.h: Patch for the Borland C++ builder
10954 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010955 * win32/bcb5: New directory for the Borland C++ builder
10956 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010957
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010958Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10959
10960 * win32/Makefile.msvc: Update for XML Schema support
10961 * win32/configure.js: Update for XML Schema support
10962 * win32/libxml2.def.src: Update for XML Schema support
10963
Daniel Veillard4255d502002-04-16 15:50:10 +000010964Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10967 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10968 xmlunicode.c include/libxml/Makefile.am
10969 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10970 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10971 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10972 include/libxml/xmlversion.h.in : merged the current state of
10973 XML Schemas implementation, it is not configured in by default,
10974 a specific --schemas configure option has been added.
10975 * test/automata test/regexp test/schemas Makefile.am
10976 result/automata result/regexp result/schemas:
10977 merged automata/regexp/schemas regression tests
10978
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010979Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10980
10981 * xpath.c: Gary found a compile time problem, fixes #78823
10982
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010983Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10984
10985 * configure.in: release of 2.4.20
10986 * doc/*: updated and rebuilt the docs
10987
Daniel Veillardf544f192002-04-15 12:56:56 +000010988Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * python/Makefile.am: patch from Cristian Gafton to build on
10991 Red Hat 6.2, should also fix #75779
10992
Daniel Veillard940492d2002-04-15 10:15:25 +000010993Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10994
10995 * valid.c: first part of fixing #78729
10996
Daniel Veillardeb475a32002-04-14 22:00:22 +000010997Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10998
10999 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11000 escaping of URI when saving HTML files.
11001 * result/HTML/*: this impacted some tests
11002
Daniel Veillard9b731d72002-04-14 12:56:08 +000011003Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11004
11005 * configure.in: trying to fix #77441
11006
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011007Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * include/libxml/xmlIO.h: Hallski complained it could not be
11010 included by itself.
11011
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011012Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11013
11014 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11015
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011016Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11017
11018 * win32/configure.js: patch from Nilo for the c14n option
11019 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11020
Daniel Veillardda423da2002-04-10 19:25:38 +000011021Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11024 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11025 LIBXML_THREAD_ENABLED
11026
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011027Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11028
11029 * xpath.c: another patch from Richard Jinks for substring conformance
11030 * test/XPath/expr/floats test/XPath/expr/strings
11031 result/XPath/expr/floats result/XPath/expr/strings: update of the
11032 test suite to check those.
11033
Daniel Veillard01917aa2002-04-10 11:30:41 +000011034Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11035
11036 * xpath.c: patch from Richard Jinks for .x float parsing.
11037
Daniel Veillard46d6c442002-04-09 16:10:39 +000011038Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * parser.c: patch from Markus Henke when an encoding ain't recognized
11041
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011042Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11043
11044 * libxml.m4: got a report that #include <string.h> was needed
11045
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011046Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11047
11048 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11049
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011050Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11051
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011052 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011053
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011054Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11055
11056 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11057 pointed out by Melvyn Sopacua.
11058
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011059Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * libxml.m4: Frédéric Crozat gave a patch related to the change
11062 of Include paths breaking the libxml.m4
11063
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011064Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * xpath.c: Fix bug #76927 forgot to save some context
11067 when evaluating binary expressions
11068
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011069Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11070
11071 * configure.in: fixed configure for MPE/iX from Markus Henke
11072 * xmlmemory.c: fixed initialization problems
11073 * xpath.c: another set of patches from Richard Jinks this
11074 fixes "make XPathtests" on linux
11075
Daniel Veillard21458c82002-03-27 16:12:22 +000011076Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11079 * test/XPath/expr/compare test/XPath/expr/equality
11080 test/XPath/expr/floats test/XPath/expr/functions
11081 test/XPath/expr/strings result/XPath/expr/compare
11082 result/XPath/expr/equality result/XPath/expr/floats
11083 result/XPath/expr/functions result/XPath/expr/strings: Updated
11084 tests though they show a divergence on Linux
11085
Daniel Veillard28dfed12002-03-27 09:08:17 +000011086Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * xpath.c trionan.c: previous commit also included patches
11089 from Richard Jinks on some IEEE support corner case
11090
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011091Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11092
11093 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11094 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11095 that $(datadir) should be used for docs
11096
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011097Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11098
11099 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11100 could leak filedescriptors
11101
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011102Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11103
11104 * configure.in nanohttp.c: applied patch from Allan Clark for
11105 UnixWare/OpenServer
11106
Daniel Veillard19274092002-03-25 16:48:03 +000011107Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * configure.in: preparing 2.4.19
11110 * doc/*: rebuilt the docs
11111
Daniel Veillard56b2db72002-03-25 16:35:28 +000011112Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11113
11114 * nanohttp.c: fixing #76043, got fed up with non-portability
11115 of that piece of code.
11116
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011117Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11118
11119 * valid.c SAX.c: Never commit without running "make tests" :-(
11120 fix a couple of stupidities in the previous commit
11121 * result/*: a few changes in some attribute order result of previous
11122 commit.
11123
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011124Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11127 the internal subset should not raise duplicate ID errors,
11128 also there was a small bug in conjunction to namespace
11129 declarations defaulted and xml:xxx attributes DTD definitions.
11130
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011131Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11132
11133 * xpath.c: Richard Jinks also raised some rounding problems
11134 this tries to fix them
11135
Daniel Veillard4e2df542002-03-22 12:23:14 +000011136Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11139 behaviour in xmlXPathCastToString()
11140
Daniel Veillarddb552912002-03-21 13:27:59 +000011141Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11144 raised by Morus Walter
11145
Daniel Veillard9e537932002-03-21 13:08:08 +000011146Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11147
11148 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11149 from Igor
11150
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011151Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11152
11153 * xpath.c: fixing #75619, related to a problem when trying
11154 to evaluate condition when the current node set resulting
11155 from that sub-step evaluation is empty. Also fixes 2 potential
11156 problem with previous-sibling and next-siblings axis.
11157
Daniel Veillard1840ef02002-03-21 08:05:23 +000011158Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11159
11160 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11161 HTML support is not configured in.
11162
Daniel Veillard561b7f82002-03-20 21:55:57 +000011163Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11164
11165 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11166 include/libxml/tree.h: dohh I really didn't intended to commit
11167 this test version :-(
11168
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011169Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11170
11171 * testSAX.c: I wanted to see the real speed at the SAX interface
11172 after a little too many Ximianer started complaining about the
11173 parser speed.
11174 added a --quiet option:
11175 paphio:~/XML -> ls -l db100000.xml
11176 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11177 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11178 3200006 callbacks generated
11179 real 0m1.270s
11180 Which means 16MBytes/s and 3Mcallback/s
11181
Daniel Veillardc62a1472002-03-19 18:35:12 +000011182Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11183
11184 * xpath.c: valgrind spotted another error that time when running
11185 on libxslt regression tests
11186
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011187Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * Makefile.am: adding "make valgrind" running the full regression
11190 tests (except python ones) under Valgrind (using valgrind -q
11191 which was kindly added by the author).
11192 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11193 passes cleanly now except an obcure floating point initialization
11194 raised in log10() in one XPath regression test ???
11195 * tree.c: edited some comments to close #75244
11196
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011197Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11198
11199 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11200 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11201 context of ScrollKeeper, made sure that if the number is
11202 an integer, the serialization follows the description at
11203 http://www.w3.org/TR/xpath#section-String-Functions
11204
Daniel Veillard5997aca2002-03-18 18:36:20 +000011205Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11206
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011207 * configure.in: preparing 2.4.18
11208 * doc/*: updated and rebuilt the web site
11209 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11210 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011211 * parser.c: humm, changed the way the SAX parser work when
11212 xmlSubstituteEntitiesDefault(1) is set, it will then
11213 do the entity registration and loading by itself in case the
11214 user provided SAX getEntity() returns NULL.
11215 * testSAX.c: added --noent to test the behaviour.
11216
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011217Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * parser.c: Wilfried Teiken provided a hackish but working
11220 way to get context reported back on entities when parsing
11221 with SAX and without breaking the DOM build.
11222
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011223Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * c14n.c: applied a new patch from Aleksey Sanin
11226 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11227 to reference Aleksey implementation of XML digital Signatures
11228
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011229Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11230
11231 * xpath.c: small fix to avoid potential problem due to
11232 ordering of freeing data
11233 * python/Makefile.am: people were complaining about
11234 the generated file in python dir not being built
11235
Daniel Veillardd2379012002-03-15 22:24:56 +000011236Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11239 python/generator.py python/libxml.c python/types.c: Cleanup
11240 of the python Makefiles based on Jacob and James feedback,
11241 fixed the spec file accordingly, fixed the number of warning
11242 that passing my pedantic CFLAGS was generating. Conclusion
11243 is that Python includes are real crap.
11244
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011245Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11246
11247 * configure,in: it was reported quite a few times that
11248 xml2-config --cflags should not output
11249 -I$includeprefix/libxml2/libxml because libxml2 header names
11250 clashes with existing names like list.h from C++ stl.
11251 Includes should be #include<libxml/xxx.h> so ...
11252
Daniel Veillard6f293b12002-03-15 09:42:33 +000011253Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11254
11255 * c14n.c: another patch from Aleksey Sanin
11256
Daniel Veillard5c396542002-03-15 07:57:50 +000011257Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11258
11259 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11260 canonicalization algorithm
11261 * doc/xml.html doc/index.html: added the C14N references on the
11262 index page.
11263
jacob berkman9be65862002-03-14 02:15:56 +0000112642002-03-13 jacob berkman <jacob@ximian.com>
11265
11266 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11267 usage, redundant, and gcc specific
11268
Daniel Veillard75be0132002-03-13 10:03:35 +000011269Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11270
11271 * xpath.c: speedup some node selection operations, this can
11272 have a significant impact on DocBook Norm's stylesheets
11273 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11274 make sure it's always the case
11275 * debugXML.c: distinguish CDATA and comments in ls operations
11276
Daniel Veillard61f26172002-03-12 18:46:39 +000011277Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11278
11279 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
11280 to generate better API descriptions etc...
11281
Daniel Veillard9ff88172002-03-11 09:15:32 +000011282Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * c14n.c: Fixing #74186, made sure all boolean expressions
11285 get fully parenthesized, ran indent on the output
11286 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
11287 include/libxml/tree.h: also #74186 related, removed the
11288 --with-buffers option, and all the preprocessor conditional
11289 sections that were resulting from it.
11290
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000011291Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * valid.c: applied patch from Dodji Seketeli fixing an
11294 uninitailized variable in xmlValidGetValidElements()
11295
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000011296Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * c14n.c: fixed a few comments
11299 * doc/*.html doc/*/*.html: regenerated the docs and added
11300 the C14N API
11301 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11302
Daniel Veillardfa49d872002-03-09 10:20:00 +000011303Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11304
11305 * check-xml-test-suite.py: fix to adapt varaiations in the
11306 bindings
11307 * configure.in python/setup.py python/setup.py.in: fixed to
11308 have the version of the python scripts automatically updated
11309
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011310Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11313 in xmlCopyProp()
11314
Daniel Veillardaf43f632002-03-08 15:05:20 +000011315Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11316
11317 * configure.in: preparing 2.4.17 release
11318 * doc/*: updated and rebuilt the docs
11319 * xpath.c: fixed a comment
11320 * python/libxml.c: fixed a possible reentrancy problem
11321
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011322Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11323
11324 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11325 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11326 added a specific regression test
11327 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11328 not raise exceptions when failing to find the attribute.
11329
Daniel Veillard90bc3712002-03-07 15:12:58 +000011330Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11331
11332 * configure.in xmllint.c: owen pointed out a problem with the
11333 ftme fix, gettimeofday() was not detected by configure and
11334 the ftime header wasn't included, dohhh
11335
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011336Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11337
11338 * configure.in xmllint.c: trying to fix #71457 for timing
11339 precision when gettimeofday() is not availble but ftime() is
11340
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011341Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11342
11343 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11344 are now copied on install and part of the -devel RPM
11345
Daniel Veillard7b416132002-03-07 08:36:03 +000011346Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11347
11348 * xpath.c: trying to avoid bug #72150 which was apparently
11349 caused by a gcc bug (or a processor problem) as detailed
11350 at http://veillard.com/gcc.bug
11351
Daniel Veillardf742d342002-03-07 00:05:35 +000011352Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11353
11354 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11355 fixed xmlReconciliateNs(), added a Python test/example for
11356 inter-document cut'n paste
11357 * python/libxml.py: fixed node.doc on document nodes and added
11358 xpathEval() onto node objects
11359
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011360Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11361
11362 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11363 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11364 fixup and integrated tests for the serialization stuff
11365
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011366Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11369 moved the libxml man page to section 3
11370
Daniel Veillard1e774382002-03-06 17:35:40 +000011371Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * tree.c: fix bug #72490
11374 * python/libxml.c python/libxml.py: added methods serialize()
11375 and saveTo() to all node elements.
11376
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011377Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11378
11379 * xmlIO.c: closed #73430, don't read from an input source
11380 which indicated an end-of-file or an error.
11381
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011382Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11383
11384 * parser.c: make sure SAX endDocument is always called as
11385 this could result in a Python memory leak otherwise (it's
11386 used to decrement ref-counting)
11387 * python/generator.py python/libxml.c python/libxml.py
11388 python/libxml2-python-api.xml python/libxml2class.txt
11389 python/tests/error.py python/tests/xpath.py: implemented
11390 the suggestions made by Gary Benson and extended the tests
11391 to match it.
11392
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011393Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11394
11395 * python/generator.py: applied patch fixing #73450
11396
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011397Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11398
11399 * xpath.c: fixing #61290 "namespace nodes have no parent"
11400 long standing divergence from the XPath REC. NodeSets
11401 simply hold a copy of namespace nodes and those node ->next
11402 points to the parent (which may not be the node carrying the
11403 definition).
11404 * include/libxml/xpath.h: flagged but didn't added a possible
11405 speedup
11406 * DOCBparser.c HTMLparser.c: removed some warnings from push
11407 parser due to new state being added.
11408 * tree.c: new fix from Boris Erdmann
11409 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11410 the XML Canonalization support from Aleksey Sanin
11411
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011412Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11413
11414 * tree.c: patch from Boris Erdmann fixing some namespace odities
11415 with xmlCopyNode()
11416
Daniel Veillardc6613042002-03-02 09:34:02 +000011417Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11418
11419 * xmlIO.c: fix bug #72706 when loading a NULL entity
11420
Daniel Veillardc0fef772002-03-01 16:16:31 +000011421Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11422
11423 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11424 actually change in a future XML Namespace revision.
11425
Daniel Veillard79426f22002-03-01 16:14:17 +000011426Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11427
11428 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11429 added the possibility of returning nodesets from XPath extension
11430 functions written in Python
11431
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011432Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11433
11434 * python/*: commiting some Python bindings work done while travelling
11435
Daniel Veillard97300512002-03-01 09:13:41 +000011436Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11437
11438 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11439 explicitely with memory debugging switched on
11440
Daniel Veillard6361da02002-02-23 10:10:33 +000011441Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11444 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11445 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11446 the accessor generator for strings
11447 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11448 regression test.
11449
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011450Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11451
11452 * python/README python/generator.py python/libxml.c python/setup.py:
11453 added the 'usual' setup.py to allow building a libxml2-python
11454 module based on the same code. The initialization is however
11455 different the 2 .so files fo libxml2 and libxslt are identical and
11456 they entry point initialize both libraries. this is done to avoid
11457 some possible nasty problem since the Python don't merge the maps
11458 of all shared modules.
11459
Daniel Veillard158a4d22002-02-20 22:17:58 +000011460Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11461
11462 * parser.c: fixed a push/encoding bug reported by Michael
11463 on librsvg
11464
Daniel Veillard7839e162002-02-20 18:54:48 +000011465Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11466
11467 * include/libxml/parserInternals.h: fixes a misplaced #endif
11468
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011469Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11470
11471 * parser.c valid.c: found and fixed a couple of allocation bugs
11472
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011473Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11474
11475 * doc/xml.html doc/python.html doc/*: added a Python and binding
11476 page describing the current state of the Python bindings and
11477 giving pointers to the other languages wrappers.
11478
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011479Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11480
11481 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11482 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11483 rebuilt the API and web site
11484 * xpath.c: fixed #71978 portability bugs
11485
Daniel Veillard8aff2472002-02-19 21:50:43 +000011486Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11487
11488 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11489
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011490Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11491
11492 * include/libxml/parserInternals.h parser.c: had to change
11493 2 internal parsing API when processing document content
11494 to check the start and end of element content are defined
11495 in the same entity
11496 * valid.c include/libxml/valid.h: attribute normalization can
11497 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11498 with the context to report it.
11499 * SAX.c: fixed the last known bugs, crazy validation constraints
11500 when a document is standalone seems correctly handled. There
11501 is a couple of open issues left which need consideration especially
11502 PE93 on external unparsed entities and standalone status.
11503 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11504 The 2 tests left failing are actually in error. Cleanup done.
11505
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011506Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11507
11508 * valid.c: implemented E59 spaces in CDATA does not match the
11509 nonterminal S
11510
Daniel Veillard878eab02002-02-19 13:46:09 +000011511Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * SAX.c parser.c valid.c: more validation test fixups
11514 * check-xml-test-suite.py: added duration info for the tests
11515
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011516Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11517
11518 * parser.c valid.c: a couple of errors were reported but not
11519 saved back as such in the parsing context. Down to 1% failure rate
11520 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11521
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011522Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * xmlInternald.c: isExtender was missing a char
11525 * parser.c include/libxml/parser.h: % are acceptable in the
11526 internal subset if within a PUBLIC ID
11527
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011528Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11529
11530 * SAX.c parserInternals.c valid.c: more work on the conformance
11531 suite. Took the step to finally block documents with encoding
11532 errors. It's a fatal error per the spec, people should have fixed
11533 their documents by now.
11534
Daniel Veillard55253e22002-02-18 14:32:39 +000011535Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11536
11537 * check-xml-test-suite.py: fixed the test script after some discussion
11538 on the semantic of TYPE="error"
11539 * Makefile.am: added the script to the distrib
11540
Daniel Veillard28757702002-02-18 11:19:30 +000011541Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11542
11543 * SAX.c entities.c: fixed a couple of conformances issues deep
11544 into the validation code (standalone and undeclared Notations)
11545
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011546Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11547
11548 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11549 stayed there for years !
11550
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011551Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11552
11553 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11554 missing
11555
Daniel Veillardc7612992002-02-17 22:47:37 +000011556Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11557
11558 * check-xml-test-suite.py: improved the behaviour a bit as
11559 well as the logs
11560 * parser.c valid.c SAX.c: fixed a few more bugs
11561 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11562
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011563Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11564
11565 * check-xml-test-suite.py: python script to run regression tests
11566 against the XML Test suite of W3C/OASis
11567 * SAX.c: fixed a validation bug
11568 * parser.c: fixed 3 errors pointed by the test suite
11569 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11570 * python/Makefile.am: fixed a dependendy
11571
Daniel Veillard9f28f302002-02-15 20:48:08 +000011572Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11573
11574 * xmlmemory.c: avoid a warning bug #71594
11575
Daniel Veillard144024e2002-02-13 21:14:46 +000011576Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11577
11578 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11579 warning on alpha/Tru64
11580
Daniel Veillarde4301c82002-02-13 13:32:35 +000011581Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11582
11583 * include/libxml/entities.h: fixing a comment
11584 * valid.c: fixing some troubles with validity check on namespaces
11585 * result/VC/NS3 test/VC/NS3: added a specific regression test
11586
Daniel Veillarda6d05382002-02-13 13:07:41 +000011587Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * tree.c: Fixing #71342 serializing '\n' in attribute values
11590 * result/noent/att3 result/att3 test/att3: added a specific
11591 test.
11592
Daniel Veillard797a5652002-02-12 13:46:21 +000011593Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11594
11595 * python/libxml.c: couple of bug fixes
11596
Daniel Veillard01a6d412002-02-11 18:42:20 +000011597Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * python/*.py: removed tabs and used spaces.
11600
Daniel Veillard397ff112002-02-11 18:27:20 +000011601Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11602
11603 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11604 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11605
Daniel Veillard03517542002-02-11 13:54:40 +000011606Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11607
11608 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11609 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11610
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011611Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11612
11613 * include/libxml/encoding.h include/libxml/entities.h
11614 include/libxml/globals.h include/libxml/parser.h
11615 include/libxml/threads.h include/libxml/tree.h
11616 include/libxml/xmlmemory.h: trying to fix the include mess
11617
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011618Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11619
11620 * include/libxml/xmlmemory.h: reverted part of the previous
11621 attempt to provide #69655, this was breaking the build.
11622
Daniel Veillard0ba59232002-02-10 13:20:39 +000011623Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11624
11625 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11626 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11627 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11628 include/libxml/parserInternals.h include/libxml/tree.h
11629 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11630 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11631 clean.
11632 * python/libxml.c: fixed a warning.
11633
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011634Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11635
11636 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11637 copying of node, merge back IDs in the target document.
11638 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11639 test/XInclude/ents/ids.xml: test case
11640 * result/VC/ElementValid4: output changed due to a typo fix
11641
Daniel Veillard1c18e302002-02-09 22:16:40 +000011642Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11643
11644 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011645 generate the dependencies right as Jacob found out. Add
11646 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011647
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011648Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11649
11650 * parserInternals.c valid.c: Justin Fletcher found some parts
11651 of the code needing cleanup
11652 * libxml.spec.in python/Makefile.am python/generator.py
11653 python/libxml.c python/libxml.py: Fixed the python Makefiles
11654 corrected a bug showing up on ia64, changed the name of the
11655 python internal module too
11656
Daniel Veillard07be19b2002-02-08 14:20:35 +000011657Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11658
11659 * Makefile.am: applied patch from Andris Pavenis for binary
11660 name suffixes
11661
Daniel Veillardf216d462002-02-08 13:44:24 +000011662Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11663
11664 * xmllint.c win32/win32config.h: fixing #68748
11665
Daniel Veillardd455d792002-02-08 13:37:46 +000011666Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11667
11668 * valid.c: fixing #70166
11669
11670Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11671
11672 * valid.c: fixing #70077
11673
Daniel Veillardc575b992002-02-08 13:28:40 +000011674Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11675
11676 * Copyright Makefile.am README configure.in libxml.spec.in:
11677 Changed to the MIT Licence
11678 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11679 doc/xmlio.html: updated the doc accordingly
11680 * include/libxml/xmlwin32version.h configure.in: preparing
11681 2.4.14 release
11682 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11683 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11684 fixed the const xmlChar * wrapper and generator, XPath extension
11685 functions now use the context as first argument
11686 * python/tests/tstxpath.py python/tests/xpath.py
11687 python/tests/xpathext.py: Updated the tests accordingly
11688 * tree.c: fixed bug #70067
11689
Daniel Veillard7db38712002-02-07 16:39:11 +000011690Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11691
11692 * Makefile.am: cleanup
11693 * debugXML.c: always use stdout if output is NULL
11694 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11695 * python/Makefile.am python/generator.py python/libxml2class.txt
11696 python/libxml_wrap.h python/types.c: augmented the number of bindings
11697 handling FILE * and XPath contexts
11698 * python/tests/Makefile.am: avoid a stupid problem due to the
11699 use of TEST.
11700
Daniel Veillard15a143b2002-02-06 22:40:50 +000011701Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11702
11703 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11704
Daniel Veillard70cab352002-02-06 16:06:58 +000011705Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11706
11707 * python/TODO python/libxml.c: cleanup the extension function lookup
11708 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11709
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011710Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11711
11712 * configure.in python/Makefile.am: do not install outside
11713 of prefix
11714
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011715Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11716
11717 * python/TODO python/libxml.c: started adding SAX interfaces
11718 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11719 SAX test
11720
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011721Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11722
11723 * tree.c: hardened the addChild function
11724 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11725 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11726 added accessors needed for xmlNode, a bit more testing and
11727 extension of interfaces
11728 * python/tests/Makefile.am python/tests/build.py: added a test
11729 build from scratch/save/load/check
11730
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011731Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11732
11733 * parserInternals.c: change a small bit in the way valididy
11734 error messages get initialized
11735 * python/TODO python/libxml.c python/libxml2-python-api.xml
11736 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11737 added some memory debugging to track leaks at the libxml2 level
11738 * python/tests/*.py: changed all tests to check for leaks,
11739 there is just one left in XPath extension registrations.
11740
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011741Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11742
11743 * python/TODO python/generator.py python/libxml2-python-api.xml
11744 python/libxml2class.txt: more accessor classes for the parser
11745 context, allow to switch on and check validity
11746 * python/tests/Makefile.am python/tests/error.py
11747 python/tests/invalid.xml python/tests/valid.xml
11748 python/tests/validate.py: attded more test and and added error.py
11749 which I forgot to commit in the last step
11750
Daniel Veillard3ce52572002-02-03 15:08:05 +000011751Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11752
11753 * python/Makefile.am python/types.c: cleanup
11754 * python/libxml.c python/libxml.py python/libxml_wrap.h
11755 python/generator.py python/libxml2-python-api.xml
11756 python/libxml2class.txt: added class for parser context, added
11757 first cut for push mode support. Added a framework to generate
11758 accessors functions.
11759 * python/tests/Makefile.am python/tests/push.py: added a push
11760 test
11761
Daniel Veillardcfb05462002-02-02 23:18:22 +000011762Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11763
11764 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11765 bug a bit of cleanup.
11766
Daniel Veillard5d819032002-02-02 21:49:17 +000011767Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11768
11769 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11770 python/libxml2class.txt: adding error redirections and preformat
11771 to a python handler
11772 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11773 tests self checking
11774
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011775Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11776
11777 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11778 a function
11779
Daniel Veillard9589d452002-02-02 10:28:17 +000011780Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11781
11782 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11783 python/libxml.c python/libxml2-python-api.xml
11784 python/libxml2class.txt: Progressing through the TODOs, class
11785 description output, extra XML API, RPM now builds the wrappers
11786 for all python installed versions
11787
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011788Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11789
11790 * configure.in libxml.spec.in python/Makefile.am python/TODO
11791 python/generator.py python/libxml2class.txt: added more informations
11792 in the libxml2-python package including docs. Slightly changed
11793 the class hierarchy
11794 * python/tests/*: added basic regression tests infrastructure too
11795
11796Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11797
11798 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11799 added libxml2-python as part of the packages installed
11800
Daniel Veillarda7340c82002-02-01 17:56:45 +000011801Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11802
11803 * python/Makefile.am python/generator.py python/libxml.c
11804 python/libxml.py: more work, now able to extend the
11805 XPath interpreter with functions written in python.
11806
Daniel Veillardc3e39442002-02-01 09:29:41 +000011807Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11808
11809 * python/Makefile.am: Jacob sent a patch to allow building from
11810 tarfile.
11811
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011812Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11813
11814 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11815 inserted the python wrappers build, I hope this won't be too
11816 unportable
11817
Daniel Veillard1971ee22002-01-31 20:29:19 +000011818Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11819
11820 * xpath.c: minor optimization
11821 * python/generator.py python/libxml.c python/libxml.py
11822 python/libxml_wrap.h: more work on the python bindings,
11823 they now support XPath and there is no evident leak
11824
Daniel Veillard36ed5292002-01-30 23:49:06 +000011825Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11826
11827 * python/generator.py python/libxml.c python/libxml.py:
11828 more work on the python bindings generator.
11829
Daniel Veillard96fe0952002-01-30 20:52:23 +000011830Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11831
11832 * python/generator.py python/libxml.c python/libxml_wrap.h:
11833 more work on the python bindings.
11834
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011835Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11836
11837 * python/generator.py python/libxml.c python/libxml.py
11838 python/libxml_wrap.h: commited early version of a python binding
11839 for private use only ATM
11840
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011841Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11842
11843 * entities.c tree.c include/libxml/entities.h: applied patch
11844 from Anthony Jones to implement copy of DTD subtree too. Had
11845 just to keep 2 function private which really ought to become
11846 public ones.
11847
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011848Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11849
11850 * xmllint.c: added pointers to the web pages in the usage()
11851
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011852Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11853
11854 * tree.c: more fixes from Petr Kozelka for attribute handling
11855 in the tree API to align the semantic with DOM.
11856
Daniel Veillard36065812002-01-24 15:02:46 +000011857Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11858
11859 * valid.c tree.c entities.c: another set of patches from
11860 Anthony Jones for copy operations cleanup and robustness
11861
Daniel Veillardf8592562002-01-23 17:58:17 +000011862Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11863
11864 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11865 an alphabetic index based on comments content
11866 * doc/*: rebuilt the web site with the new references
11867
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011868Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11869
11870 * parserInternals.h: Greg Sjaardema suggested to use an
11871 eponential buffer groth policy in xmlParserAddNodeInfo()
11872
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011873Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11876 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11877 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11878 to generate cross-references, and added/updated the stylesheets
11879 to generate and link API indexes. The generic keyword index
11880 is not done yet.
11881 * doc/*.html: regenerated all the usual docs too
11882
Daniel Veillard2070c482002-01-22 22:12:19 +000011883Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11884
11885 * debugXML.c: added an xpath function to the shell for T. V. Raman
11886
11887Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011888
11889 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11890 debug routines.
11891
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011892Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11893
11894 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11895 support of attribute nodes
11896
Daniel Veillard9d06d302002-01-22 18:15:52 +000011897Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11898
11899 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11900 hopefully near complete and fully documented of the API in XML
11901 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11902 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11903 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11904 include/libxml/parserInternals.h include/libxml/valid.hi
11905 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11906 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11907 include/libxml/xpath.h include/libxml/xpathInternals.h:
11908 Cleaned up the doc comments a lot in the process, the interface
11909 coverage is now 100%
11910
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011911Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11912
11913 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11914 extracts comments from the gtk-doc DocBook output (a bit
11915 convoluted but seems to work).
11916
Daniel Veillard61006472002-01-21 17:31:47 +000011917Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11918
11919 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11920 added an XML description of the API, moved the script generating
11921 it here. Added a "make api" target
11922
Daniel Veillardd2f23002002-01-21 13:36:00 +000011923Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11924
11925 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11926
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011927Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11928
11929 * xpath.c include/libxml/xpathInternals.h: the change made to
11930 xmlXPathFuncLookupFunc was incompatible roll it back
11931
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011932Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11933
11934 * SAX.c: cleanup patch from Anthony Jones
11935 * doc/Makefile.am: fix the headers to avoid in make scan
11936 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11937 includes, * vs Ptr and general cleanup
11938 * parsedecl.py: first version of a script to extract the
11939 module interfaces, the goal will be to provide .decl or XML
11940 specification of the interfaces to build wrappers.
11941
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011942Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11943
11944 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11945 now provides return codes in case of errors
11946
Bjorn Reese026d29f2002-01-19 15:40:18 +000011947Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11948
11949 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11950 Upgraded to trio baseline 1.6
11951 * strio.h strio.c: Replaced by triostr.h and triostr.c
11952
Daniel Veillard572577e2002-01-18 16:23:55 +000011953Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11954
11955 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11956 of strdup usage in the code
11957
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011958Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11959
11960 * parser.c error.c: Keith Isdale complained rightly that
11961 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11962
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011963Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11964
11965 * tree.c: fixed the funxtion to set the xml: attributes
11966 * debugXML.c: added "setbase" to test it.
11967
Daniel Veillard2c748c62002-01-16 15:37:50 +000011968Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11969
11970 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11971 to allow updating an attribute content
11972
Daniel Veillard8de85c62002-01-15 17:10:15 +000011973Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11974
11975 * libxml.h: try to avoid problems when compiling on Windows
11976
Daniel Veillard314cfa02002-01-14 17:58:01 +000011977Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11978
11979 * hash.c: patch from Anthony Jones for hash.c allocation size
11980 * Makefile.am: trying to work around Yet Another Libtool Madness
11981 and build the 2.4.13 release finally ...
11982
Daniel Veillard744683d2002-01-14 17:30:20 +000011983Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11984
11985 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11986 * doc/* : update of the documentation
11987
Daniel Veillarde6a55192002-01-14 17:11:53 +000011988Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11989
11990 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11991 at fixing #61290 :-(
11992
Daniel Veillardfb25a512002-01-13 20:32:08 +000011993Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11994
11995 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11996 Fixes bug #67229
11997
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011998Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11999
12000 * tree.c: trying to avoid troubles when a subtree is copied
12001 and coalesced in part with the target tree. Should fix
12002 bug #67407
12003
Daniel Veillardd8224e02002-01-13 15:43:22 +000012004Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12005
12006 * valid.c: fixed validation of attributes content of type
12007 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12008 values, very old bug. Fixes #67671
12009
Daniel Veillard8107a222002-01-13 14:10:10 +000012010Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12011
12012 * parser.c include/libxml/parserInternals.h tree.c: integrated
12013 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12014 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12015
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012016Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12017
12018 * threads.c: applied Serguei Narojnyi's patch to add native
12019 thread support on the Win32 platform
12020 * testThreadsWin32.c Makefile.am: added the test program also
12021 from Serguei, Win32 specific
12022 * include/win32config.h include/libxml/xmlwin32version.h.in:
12023 added patch from Igor for the Windows thread specific defines.
12024
Daniel Veillard845cce42002-01-09 11:51:37 +000012025Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12026
12027 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12028
Daniel Veillard7b602b42002-01-08 13:26:00 +000012029Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12030
12031 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12032 output page into XMLinfo.html. Close bug #66951 and
12033 raised by Robert Collins too.
12034
Daniel Veillard73c6e532002-01-08 13:15:33 +000012035Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12036
12037 * encoding.c: Paul Keogh pointed out a possibility of segfault
12038 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12039 Closes bug # 68238
12040
Daniel Veillard4a859202002-01-08 11:49:22 +000012041Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12042
12043 * doc/*.html: updated the Gdome2 links
12044
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012045Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12046
12047 * libxml.h: Applied following patches from Robert Collins
12048 and make sure IN_LIBXML is defined when compiling it
12049 -------
12050 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12051 as well as Visual C.
12052 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12053 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12054 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12055 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12056 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12057 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12058 xmlSysIDExists xmlNoNetExists).
12059 * xmllint.c: Don't include winsock2.h for Cygwin.
12060
Daniel Veillard401c2112002-01-07 16:54:10 +000012061Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12062
12063 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12064 when the version info is not present.
12065
Daniel Veillard6f42c132002-01-06 23:05:13 +000012066Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12067
12068 * tree.c: Anthony Jones pointed out a problem in
12069 xmlStringGetNodeList() and provided a fix for it
12070
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012071Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12072
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012073 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012074 xmlCreatePushParserCtxt() when the initial buffer passed
12075 is large.
12076
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012077Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12078
12079 * win32/*: big cleanup of the Windows/MSVC project files
12080 from Igor Zlatkovic
12081
Daniel Veillardcebb1362002-01-02 13:13:30 +000012082Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12083
12084 * doc/Makefile.am: should fix #67674 and avoid troubles if
12085 xsltproc is not available or fails in the prefix provided
12086
Daniel Veillard26908ab2002-01-01 16:50:03 +000012087Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12088
12089 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12090
Daniel Veillard5344c602001-12-31 16:37:34 +000012091Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12092
12093 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12094 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12095 Fixed a few other problems raised by Charlie Bozeman.
12096 * result/VC/ElementValid[5-7]: fixed the output
12097
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012098Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12099
12100 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12101 patches from Charlie Bozeman. Regenerated the HTML docs.
12102
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012103Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12104
12105 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12106 for Windows from Igor
12107
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012108Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12109
12110 * xmllint.c: applied Justin Fletcher patch for --output or -o
12111
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012112Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * win32/libxml2/libxml2.def.src: close #67019
12115
Daniel Veillard01db67c2001-12-18 07:09:59 +000012116Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12117
12118 * xmllint.c: applied Justin Fletcher generic timing patch
12119 similar to the one already applied to xsltproc.
12120
Daniel Veillardd1640922001-12-17 15:30:10 +000012121Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12122
12123 * include/libxml/tree.h tree.c: applied documentation patches
12124 from Charlie Bozeman
12125
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012126Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12127
12128 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12129
Daniel Veillard29e43992001-12-13 22:21:58 +000012130Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12131
12132 * valid.c: fix the xmlStrdup() used in the previous patch.
12133 * valid.c: added --dropdtd
12134 * tree.c: fixed xmlUnlinkNode so it also removes the references
12135 from the document if the node is a DTD
12136
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012137Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12138
12139 * HTMLtree.c valid.c: cleanup some static declarations
12140
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012141Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * xmllint.c: removed another strdup()
12144 * doc/FAQ: removed the HP/UX entry
12145
Daniel Veillarded472f32001-12-13 08:48:14 +000012146Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12147
12148 * valid.c: fix bug #66816 when validating.
12149 * xmllint.c: don't use sys/time.h if configure did not found it
12150
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012151Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12152
12153 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12154 xmlcatalog_man.xml
12155
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012156Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12157
12158 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12159 xmlInitMemory() was declared twice
12160
Daniel Veillardb82c1662001-12-09 14:00:54 +000012161Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12162
12163 * globals.c: do not reference strdup() !
12164 * configure.in libxml-2.0.pc.in: trying to fix the libs
12165 of the various config extraction modules
12166
Daniel Veillardef90ba72001-12-07 14:24:22 +000012167Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12168
12169 * configure.in : preparing 2.4.12
12170 * doc/* : updated and rebuilt the docs
12171
Daniel Veillard220346d2001-12-07 11:33:54 +000012172Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12173
12174 * uri.c: closed bug #66159
12175 * testURI.c: added --escape option
12176 * configure.in: some cleanup for xml2-config --cflags
12177
Daniel Veillard2a906822001-12-06 14:34:08 +000012178Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12179
12180 * globals.c testThreads.c: removed some misplaced includes
12181 of xmlversion.h
12182
Daniel Veillarde28313b2001-12-06 14:08:31 +000012183Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12184
12185 * threads.c: patch from Gary Pennington fixing a possible
12186 problem at initialization time.
12187
Daniel Veillardd3b08822001-12-05 12:03:33 +000012188Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12189
12190 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012191 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012192 CodeWarrior.
12193
Daniel Veillarda7866932001-12-04 13:14:44 +000012194Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12195
12196 * xmllint.c: applied Geert Kloosterman's patch to fix
12197 --repeat --timing output
12198
Daniel Veillard19840942001-11-29 16:11:38 +000012199Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12200
12201 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12202 where non-wellformed XML declaractions were not detected.
12203
Daniel Veillarde85d9342001-11-28 14:43:12 +000012204Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12205
12206 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12207
Daniel Veillard22f25a82001-11-28 09:12:23 +000012208Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12209
12210 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12211 gets reset by xmlCleanupInputCallbacks() and this makes the
12212 function useless. Same for output.
12213
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012214Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12215
12216 * xmlIO.c: robert pointed out a loop error in callback cleanups
12217
Daniel Veillard8faa7832001-11-26 15:58:08 +000012218Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12219
12220 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12221 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12222 they are not really tied to debugging
12223
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012224Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12225
12226 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12227 * xmllint.c: better --catalogs description
12228
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012229Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12230
12231 * tree.c: fixed a couple of problems in xmlSetProp()
12232
Daniel Veillardcd337f02001-11-22 18:20:37 +000012233Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12234
12235 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12236 unappropriate stdout output.
12237
Daniel Veillard566d4df2001-11-22 13:00:53 +000012238Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12239
12240 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12241 by Denis Beurive, closes #65111
12242
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012243Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12244
12245 * valid.c: in case of content model validity error, don't
12246 print it if validity warnings were not requested.
12247
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012248Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12249
12250 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12251 * parserInternals.c: removed the last exit() call. Print an
12252 unmaskable error on stderr instead (library mismatch detection)
12253
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012254Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12255
12256 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12257 shell instructions from Heiko Rupp
12258
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012259Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12260
12261 * catalog.c: use the URL notation file:// for default catalog paths
12262
Daniel Veillard0ec98632001-11-14 15:04:32 +000012263Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12264
12265 * include/libxml/tree.h: better comments for _private fields
12266 * tree.c: removed a problem when copying an entity reference.
12267
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012268Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12269
12270 * vms/*: updated instructions and diffs from John A Fotheringham
12271
Daniel Veillarda11001b2001-11-12 22:45:36 +000012272Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12273
12274 * include/libxml/xmlerror.h: avoid an include problem if
12275 #include <libxml/xmlerror.h> happens first in code
12276 seems to be the case in KDE libs
12277
Daniel Veillard8e3943c2001-11-12 21:35:44 +000012278Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12279
12280 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
12281 from Igor for Windows
12282
12283Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12284
12285 * Makefile.am: Gary Pennington pointed out a missing prefix
12286
Daniel Veillard43d3f612001-11-10 11:57:23 +000012287Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12288
12289 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
12290 * doc/*: upgraded and rebuilt the docs
12291
Daniel Veillardc1f78342001-11-10 11:43:05 +000012292Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12293
12294 * HTMLparser.c: fix comment in scripts element parsing.
12295 * result/HTML/doc3*: updated the results.
12296
12297Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12298
12299 * uri.c: another URI bug fix #63336, using Joel Young patch.
12300
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012301Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12302
12303 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12304 a cleaned up version of the Pwd shell string generation.
12305
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012306Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12307
12308 * valid.c include/libxml/tree.h: trying to fix namespaces +
12309 validation problems for good, closing #63619 in the process
12310 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12311 wrong in this respect, fixed it.
12312
Daniel Veillardd536f702001-11-08 17:32:47 +000012313Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12314
12315 * xmllint.c: Morus Walter patch to allow --format and --encode
12316
Daniel Veillard5004f422001-11-08 13:53:05 +000012317Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12318
12319 * debugXML.c: Stefan Kost provided an help command for the shell
12320
Daniel Veillarda6825e82001-11-07 13:33:59 +000012321Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12322
12323 * debugXML.c: Heiko Rupp pointed that the shell would crash
12324 on empty nodesets returns.
12325
Daniel Veillard03f848d2001-11-07 12:53:46 +000012326Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12327
12328 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12329 migh need the history libraries
12330
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012331Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12332
12333 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12334 handle the case of < in quoted attributes, Bastian Kleineidam
12335
Daniel Veillardc853b322001-11-06 15:24:37 +000012336Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12337
12338 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12339 fixing catalog breakages
12340 * Makefile.am catalog.c result/catalogs/catal
12341 result/catalogs/mycatalog.* test/catalogs/catal*:
12342 fixed more problems in catalog support, added more regression tests
12343 for both XML and SGML catalog handling
12344
Daniel Veillard66870c72001-11-05 19:27:49 +000012345Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12346
12347 * debugXML.c: applied an improvement to xmlGetLineNo() from
12348 Keith Isdale
12349
Daniel Veillardffe09c92001-11-05 14:21:47 +000012350Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12351
12352 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12353 Side effect of the progressive catalog loading
12354
Daniel Veillardad661b92001-11-05 11:43:15 +000012355Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12356
12357 * Makefile.am: confexecdir and confexec_DATA were defined twice
12358 pointed out by Karl Eichwalder
12359
Daniel Veillard6eb17722001-11-04 22:19:27 +000012360Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12361
12362 * xmlcatalog.c: avoid unlink() and use remove() instead.
12363
Daniel Veillardea898282001-11-04 22:13:45 +000012364Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12365
12366 * libxml.spec.in: cleanup
12367 * include/libxml/xmlwin32version.h: updated with 2.4.8
12368
Daniel Veillarda4617b82001-11-04 20:19:12 +000012369Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12370
12371 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12372 of compiling libxml with a non standard set of options
12373
John Fleck027edfb2001-11-04 20:13:58 +000012374Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12375
12376 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12377 document --sgml option, fixing gnome bugzilla #63382
12378
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012379Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12380
12381 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12382 breakage of 2.4.7, added a couple of really needed APIs
12383 like xmlCatalogIsEmpty() and xmlNewCatalog()
12384 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12385 for install-catalog
12386 * configure.in: preparing 2.4.8
12387
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012388Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12389
12390 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12391 include/libxml/tree.h include/libxml/xmlIO.h: more include
12392 cleanups, export cleanly one html output + format function.
12393
12394Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12395
12396 * parser.c: removed initGenericErrorDefaultFunc call from
12397 xmlInitParser() since it could destroy previous calls to
12398 xsltSetGenericErrorFunc() effects
12399
Daniel Veillardebd38c52001-11-01 08:38:12 +000012400Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12401
12402 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12403 keyword.
12404
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012405Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12406
12407 * Makefile.am: cleanup
12408 * threads.c: cleanup too
12409 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12410 from xsltproc
12411 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012412 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012413
Daniel Veillard91c00402001-10-30 17:41:38 +000012414Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12415
12416 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12417 was not used anymore !
12418
Daniel Veillard52dcab32001-10-30 12:51:17 +000012419Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12420
12421 * configure.in: preparing 2.4.7
12422 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12423 manual page from John
12424 * doc/*: updated the doc and rebuilt the generated pages
12425
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012426Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12427
12428 * xmlIO.c: closing bug #62711, the library should never
12429 close stdin or stdout.
12430
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012431Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12432
12433 * uri.c: second pass at fixing #63336, using Joel Young
12434 final patch. looks okay.
12435
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012436Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12437
12438 * uri.c include/libxml/uri.h: trying to clear #63336
12439 allowing the escaping routine to parse unconformant
12440 URI-References.
12441
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012442Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12443
12444 * vms/readme.vms vms/build_libxml.com nanoftp.c
12445 include/libxml/xmlversion.h.in: a few VMS updates from
12446 John A Fotheringham
12447 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12448 and xmlCleanupOutputCallbacks() for the Perl binding people.
12449
Daniel Veillard635ef722001-10-29 11:48:19 +000012450Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12451
12452 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12453 apply fixes to close #63271 and avoid segfaults when
12454 the error routine gets callbed before xmlInitParser()
12455 get called.
12456 * nanoftp.c error.c: Applied patches from Justin Fletcher
12457 correcting some xmlGenericError misuses.
12458
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012459Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12460
12461 *doc/xmllint.xml, doc/xmllint.1
12462 New and improved man page for xmllint - .xml is the original, .1
12463 is the generated man page
12464
Daniel Veillardc9484202001-10-24 12:35:52 +000012465Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12466
12467 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12468 the web site from the main HTML document.
12469
Daniel Veillard5151c062001-10-23 13:10:19 +000012470Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12471
12472 * parser.c: fixed an erroneous validation bug when PE refs
12473 occurs in external parsed entities referenced from the
12474 internals subset
12475 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12476 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12477 added the associated testcase, it's a nice one.
12478 * HTMLparser.c: generate the DTD node as HTML still ...
12479 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12480
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012481Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12482
12483 * HTMLparser.c: fixed a bug in htmlNewDoc()
12484
Daniel Veillard89cad532001-10-22 09:46:13 +000012485Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12486
12487 * test/threads/*: added entities testing to the Thread test
12488 * testThreads.c: make the test reasonable
12489 * DOCBparser.c: fix the DTD public and system ID
12490 * xmllint.c: added --sgml for SGML DocBook importing
12491 * Makefile.am: added Docbtests target
12492
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012493Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12494
12495 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12496 * testThreads.c: removed bogus include
12497
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012498Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12499
12500 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12501 fixed a very serious (looping) validation bug
12502
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012503Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12504
12505 * include/libxml/globals.h include/libxml/threads.h threads.c
12506 testThreads.c: far more testing, cleaning up bugs
12507 * *.c : make sure globals.h is always included.
12508
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012509Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12510
12511 * HTMLparser.c: try to get rid of parser loops for good.
12512
Daniel Veillardab7488e2001-10-17 11:30:37 +000012513Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12514
12515 * configure.in: fixed some bugs in CFLAGS passing.
12516 * test/threads Makefile.am testThreads.c: added a specific
12517 threaded test case (really nasty, guaranteed).
12518
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012519Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12520
12521 * catalog.c: serious cleanup on the management of the
12522 XML catalog tree, more tests done, especially with
12523 the catalog PI.
12524
Daniel Veillard364789a2001-10-16 12:45:00 +000012525Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12526
12527 * catalog.c: avoid a problem in catalog cleanup on SMP if
12528 catalogs were not initialized.
12529
Daniel Veillard81463942001-10-16 12:34:39 +000012530Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12531
12532 * catalog.c xpath.c: trying to cleanup the not thread safe
12533 parts of the library.
12534
Daniel Veillard64a411c2001-10-15 12:32:07 +000012535Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12536
12537 * include/libxml/globals.h configure.in global.data: make
12538 the allocation be per-thread a configure option
12539 * encoding.c include/libxml/parser.h: fixed compilation
12540 errors
12541
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012542Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12543
12544 * include/libxml/parser.h: Norm reported that a few lines
12545 added were breaking libxslt compile, removed them for now
12546
Daniel Veillard6f350292001-10-14 09:56:15 +000012547Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12548
12549 * parser.c parserInternals.c threads.c: debugged and fixed
12550 initialization problems which were giving troubles on SMP
12551 boxes.
12552
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012553Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12554
12555 * include/libxml/Makefile.am: missing globals.h
12556
Daniel Veillarde7090612001-10-13 12:18:28 +000012557Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012558
Daniel Veillarde7090612001-10-13 12:18:28 +000012559 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012560
Daniel Veillardd0463562001-10-13 09:15:48 +000012561Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12562
12563 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12564 include/libxml/parserInternals.h include/libxml/tree.h
12565 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12566 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12567 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12568 Applied the last patches from Gary, cleanup, activated threading
12569 all user accessible global variables are now handled in globals.[ch]
12570 Still a bit rought but make tests passes with either
12571 --with-threads defined at configure time or not.
12572 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12573 linking options
12574
Daniel Veillardb8478642001-10-12 17:29:10 +000012575Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12576
12577 * Makefile.am include/libxml/Makefile.am
12578 include/libxml/globals.h globals.c include/libxml/threads.h
12579 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12580 configure.in: started integrating the core of the thread support
12581 not activated yet but half integrated. The code should still
12582 compile and work anyway.
12583
Daniel Veillardb44025c2001-10-11 22:55:55 +000012584Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12585
12586 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12587 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12588 integrating the non-controversial parts of Gary Pennington
12589 multithread patches
12590 * catalog.c: corrected a small bug introduced
12591
Daniel Veillard75b96822001-10-11 18:59:45 +000012592Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12593
12594 * catalog.c include/libxml/catalog.h: very serious cleanup,
12595 isolating unportable code and as much as possible the accesses
12596 to the global shared catalog. May need more testing !
12597
Daniel Veillard78d12092001-10-11 09:12:24 +000012598Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12599
12600 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12601 Keith Isdale patches for the XSLT debugger interfaces. Some
12602 cleanup
12603
Daniel Veillardff0b7312001-10-11 06:46:09 +000012604Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12605
12606 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12607 * DOCBparser.c: generate line nubers in elements
12608
Daniel Veillard60087f32001-10-10 09:45:09 +000012609Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * configure.in: preparing 2.4.6 release
12612 * doc/xml.html doc/html/*: updated and rebuilt the docs
12613 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12614
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012615Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12616
12617 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12618 adding documentation for DV's supercatalog support
12619
Daniel Veillard82d75332001-10-08 15:01:59 +000012620Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12621
12622 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12623 super catalog support adding one API and one flag --sgml to
12624 xmlcatalog
12625
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012626Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12627
12628 * doc/xmlcatalog_man.xml, xmlcatalog.1
12629 One more crack at
12630 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12631
12632
Thomas Broyer47334c02001-10-07 16:41:52 +000012633Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12634
12635 * xpath.c: implemented xmlXPathObjectCopy for external objects
12636 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12637
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012638Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12639
12640 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12641 finishing up fix to
12642 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12643 the xmlcatalog man page display more elegantly
12644
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012645Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12646
12647 * configure.in: closing bug #61832
12648 * HTMLparser.c: removed a warning
12649
Daniel Veillard6ab38382001-10-06 13:08:27 +000012650Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12651
12652 * xpath.c: fixing #61673 part I, do not loose doc information
12653 when copying result value trees.
12654
Daniel Veillard556c6682001-10-06 09:59:51 +000012655Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12656
12657 * xpath.c: trying to harden the XPath interpreter
12658
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012659Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12660
12661 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12662 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12663
William M. Brack1633d182001-10-05 15:41:19 +000012664Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12665
12666 * HTMLparser: repaired another loop problem
12667
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012668Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12669
12670 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12671 parsing.
12672 * xpath.c: fix bug #61291 the default XML namespace node is
12673 missing from the namespace axis.
12674 * tree.c: refuse to create namespaces nodes with prefix "xml"
12675
Daniel Veillard651f9472001-10-04 14:51:06 +000012676Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12677
12678 * SAX.c: ouch a non-defined namespace could lead to a crash,
12679 fixed #61215
12680
Daniel Veillard7dd05702001-10-04 14:25:12 +000012681Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12682
12683 * parserInternals.c: closed bug #61054
12684
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012685Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12686
12687 * include/libxml/Makefile.am: closing #60708
12688
Daniel Veillarda293c322001-10-02 13:54:14 +000012689Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12690
12691 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12692 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12693
Daniel Veillardf4309d72001-10-02 09:28:58 +000012694Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12695
12696 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12697
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012698Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12699
12700 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12701 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12702
Daniel Veillard16756b62001-10-01 07:36:25 +000012703Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12704
12705 * catalog.c: Justin Fletcher provided cleaup code in case
12706 HAVE_STAT is not defined
12707 * include/win32config.h: Igor Zlatkovic suggested to have
12708 HAVE_STAT defined there
12709
William M. Brack5e1cac12001-09-28 16:19:18 +000012710Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12711
12712 * catalog.c - fixed typing error reported by M. Barros
12713
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012714Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12715
12716 * xmllint.c - fixing typo
12717
William M. Brackd28e48a2001-09-23 01:55:08 +000012718Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12719
12720 * HTMLparser.c: small enhancement to prevent loop on
12721 unrecognizable data
12722
Daniel Veillardb1d62872001-09-21 09:47:08 +000012723Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12724
12725 * parserInternals.c: applying patch from bug #60757 this
12726 should close it
12727
Daniel Veillardc0631a62001-09-20 13:56:06 +000012728Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12729
12730 * catalog.c xmlcatalog.c: removed a couple of warning
12731 * xpath.c: try to solve the linking problem on platforms
12732 needing trio to compile
12733
Daniel Veillard1a123612001-09-19 08:06:23 +000012734Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012735
Daniel Veillard1a123612001-09-19 08:06:23 +000012736 * Makefile.am libxml.spec.in: backing up non-documented changes
12737 commited without review or aproval by Jens Finke <jens@gnome.org>
12738 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012739
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012740Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12741
12742 * configure.in: Joe Orton provided a patch fixing a problem
12743 when iconv is specified to be in a non-standard directory
12744 but wasn't exported in xml2-config --cflags
12745
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012746Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12747
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012748 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012749 troubles with 2.4.4 errors.
12750
Daniel Veillard16698282001-09-14 10:29:27 +000012751Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12752
12753 * encoding.c entities.c: do not output hexadecimal charrefs
12754 when serializing HTML since some version of Netscape can't
12755 grok it, generate decimal ones.
12756 * result/HTML/doc3.htm: output changed due to previous test
12757 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12758
Daniel Veillard98fed372001-09-13 11:34:58 +000012759Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12760
12761 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12762 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12763
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012764Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012765 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012766
12767 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12768 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12769 updated the configuration scripts systems accordingly
12770
Daniel Veillard04382ae2001-09-12 18:51:30 +000012771Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12772
12773 * configure.in: preparing for 2.4.4
12774 * doc/xml.html doc/html/*: updated and rebuilt the docs
12775
Daniel Veillardd63437e2001-09-12 15:00:27 +000012776Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12777
12778 * win32/dsp/libxml2.def.src: tried to incorporate comments
12779 from bug #59220
12780
Daniel Veillard319a7422001-09-11 09:27:09 +000012781Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12782
12783 * parser.c result/noent/wml.xml: fixed bug #59981 related
12784 to handling of '&' in attributes when entities are substitued
12785
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012786Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12787
12788 * libxml.h include/libxml/xmlversion.h.in
12789 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12790 Tried to close bug #60131
12791
Daniel Veillardbce62332001-09-10 18:46:55 +000012792Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12793
12794 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12795
Daniel Veillard143b04f2001-09-10 18:14:14 +000012796Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12797
12798 * SAX.c: fixing bug #59946 on xmlns=""
12799
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012800Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12801
12802 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12803 but allocates a new error code.
12804
Daniel Veillard05c13a22001-09-09 08:38:09 +000012805Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12806
12807 * xmllint.c: John Fleck fixed typos in the options output
12808 * parser.c SAX.c: fix ignorable white space SAX selection
12809
12810Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12811
12812 * entities.c: Steve Underwood found the possibility of an
12813 ininite loop in case of error.
12814
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012815Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12816
12817 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12818
Daniel Veillarda050d232001-09-05 15:51:05 +000012819Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12820
12821 * parser.c: warn if version is not 1.0 but it's not
12822 strictly speaking an error after analyzing the spec
12823
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012824Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12825
12826 *doc/catalog.html - add link to the html version of the
12827 man page, other linguistic cleanups
12828
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012829Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12830
12831 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12832 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12833 file, has not yet been included in the build.
12834
Daniel Veillard99784ff2001-09-01 16:20:28 +000012835Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12836
12837 * catalog.c: removed a duplicate affectation Justin Fletcher
12838
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012839Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12840
12841 * tree.c: Armin Sander pointed a possible text coalescing
12842 problem, completed his patch.
12843
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012844Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12845
12846 * trionan.c: Fixed const and volatile re-definition problem
12847
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012848Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12849
12850 * libxml.4 parser.c: doc updates from Heiko Rupp
12851 * parserInternals.c: 2 sanity checks from Heiko Rupp
12852
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012853Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12854
12855 * tree.c: applied patch from Armin Sander to make some pointers
12856 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012857 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012858
Daniel Veillardb06c6142001-08-27 14:26:30 +000012859Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12860
12861 * xpath.c: hum, restrict the integer usage gcc bug workaround
12862 to only gcc compilers so that other architecture don't get
12863 penalized by this limitation.
12864 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12865
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012866Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12867
12868 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12869 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12870
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012871Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12872
12873 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12874 --convert option to xmlcatalog to convert SGML ones to
12875 the XML syntax.
12876 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12877
12878 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012879Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12880
12881 * catalog.c xmlIO.c: started some serious testing and fixed
12882 a few bug and optmization needs.
12883
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012884Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12885
12886 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12887 preparing for a 2.4.3 release even if it may not be ready yet
12888 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12889 all file parsing lookup to go through the entity resolver, add
12890 to add an API to bypass it (needed to load catalogs themselves),
12891 some cleanup on the catalog code too.
12892 * nanoftp.c: small cleanup
12893 * doc/catalog.html: small update
12894
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012895Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12896
12897 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12898 Jun Kuriyama
12899
Daniel Veillardffb120d2001-08-23 00:52:23 +000012900Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12901
12902 * doc/catalog.html: finished the catalog documentation
12903
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012904Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12905
12906 * doc/catalog.html doc/xml.html: added documentation about
12907 Catalog support, misses an API description
12908 * doc/html/*: reextracted the API pages
12909
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012910Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12911
12912 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12913 Added the part about section 7.2 on URI resolution,
12914 fixed a side effect in the HTML parser, look complete
12915 and ready to rock except the URI/SystemID part!
12916
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012917Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12918
12919 * include/libxml/catalog.h include/libxml/parser.h
12920 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12921 xmlIO.c: added support and APIs needed for the catalog PI
12922 * include/libxml/xmlIO.h: cleanup
12923
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012924Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12925
12926 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12927 include/libxml/catalog.h: starts to look okay, really
12928 plugged the new framework, cleaned a lot of stuff,
12929 added some APIs, except the PI's support missing this
12930 should be mostly complete
12931 * result/catalogs/* test/catalogs/*: added new test, enriched
12932 the existing one with URN ID tests
12933
Daniel Veillard64339542001-08-21 12:57:59 +000012934Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12935
12936 * catalog.c: fixed nextCatalog
12937 * result/catalogs/docbook test/catalogs/*: started adding
12938 a small regression test
12939
Daniel Veillardcda96922001-08-21 10:56:31 +000012940Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12941
12942 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12943 more work on the XML catalog support.
12944 * parser.c include/libxml/parser.h: small cleanup seems using
12945 list as a public parameter name can give portability troubles
12946 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12947 include/libxml/xpath.h include/libxml/Makefile.am: removed
12948 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12949 wrappers
12950
Bjorn Reese45029602001-08-21 09:23:53 +000012951Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12952
12953 * Makefile.am trio.c triodef.h trionan.c xpath.c
12954 include/libxml/Makefile.am include/libxml/trionan.h:
12955 Re-worked Not-A-Number and Infinity support.
12956 * xmlcatalog.c: added readline include files
12957
Daniel Veillard344cee72001-08-20 00:08:40 +000012958Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12959
12960 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12961 testCatalog as xmlcatalog, making it an installed app
12962 adding a shell, and preparing it to be a /etc/xml/catalog
12963 management tool, though not ready yet
12964 * catalog.c include/libxml/catalog.h: adding support for
12965 XML Catalogs http://www.oasis-open.org/committees/entity/
12966 not finished, there is some interesting tradeoffs and a
12967 few open questions left.
12968
Daniel Veillardb7664f42001-08-19 13:00:43 +000012969Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12970
12971 * xmllint.c: fixed a line formatting problem
12972
Daniel Veillard5015b712001-08-17 09:37:52 +000012973Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12974
12975 * SAX.c: removed a couple of unused variable (Albert Chin)
12976
Daniel Veillardbb371292001-08-16 23:26:59 +000012977Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12978
12979 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12980 trying to fix some troubles w.r.t. function returning
12981 const xxxPtr.
12982
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012983Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12984
12985 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12986 defined
12987
Daniel Veillardae6db172001-08-16 19:32:00 +000012988Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12989
12990 * xpointer.c: removed unused var
12991
Daniel Veillard09190202001-08-16 16:27:41 +000012992Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12993
12994 * testXPath.c: another small cleanup closing bug #59110
12995
Daniel Veillard796f4b62001-08-16 16:00:13 +000012996Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12997
12998 * win32/dsp/libxml2.def.src: small cleanup closing bug
12999 #59108
13000
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013001Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13002
13003 * example/gjobread.c: add xmlCleanupParser() before leaving
13004
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013005Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13006
13007 * config.h.in configure.in include/libxml/xmlwin32version.h:
13008 released 2.4.2
13009
Daniel Veillardd3d06722001-08-15 12:06:36 +000013010Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13011
13012 * include/libxml/valid.h debugXML.c valid.c: deprecate
13013 the non-boundchecking Sprintf functions, add Snprintf
13014 this should close bug #57984
13015
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013016Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13017
13018 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13019 URIs before doing the lookups (pointed by Mark Vakoc)
13020
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013021Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13022
13023 * xpath.c: serious changes on Result Value Trees and NodeSets
13024 w.r.t. deallocation and collect operations. Probably not
13025 100% clean (merge of allocated trees smells like a problem).
13026 Seems sufficient to close #58943
13027
Daniel Veillard90493a92001-08-14 14:12:47 +000013028Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13029
13030 * xmllint.c: adding a --format option
13031
Daniel Veillardfe703322001-08-14 12:18:09 +000013032Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13033
13034 * xpath.c: count() was broken on Result Value Tree
13035 * xmlIO.c: fixed file:/// accesses on _WIN32
13036
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013037Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13038
13039 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13040 macro was renamed, this should close bug #58683
13041
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013042Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13043
13044 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13045 entity substitution mode text at the end of the entity might
13046 be added due to text coalescing.
13047 * nanoftp.c parser.c: small cleanup
13048
Daniel Veillard0c720972001-08-08 20:59:00 +000013049Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13050
13051 * HACKING: added John Fleck right to commit in the doc subdir
13052
Daniel Veillard48da9102001-08-07 01:10:10 +000013053Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13054
13055 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13056 allow to inherit attributes from the DTD directly in the
13057 tree, this is needed for XPath and can be a useful feature.
13058 Inherited namespaces are always provided at the tree level now
13059 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13060 of tests for this feature (XSLT being the prime user).
13061
Daniel Veillard50f34372001-08-03 12:06:36 +000013062Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13063
13064 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13065 testSAX.c xmlIO.c xmllint.c include/win32config.h
13066 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13067 include/libxml/xmlwin32version.h.in win32/README.MSDev
13068 win32/dsp/*: applied Win32 Facelift No.2 patches from
13069 Igor Zlatkovic for Windows/MSC
13070
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013071Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13072
13073 * SAX.c: unparsedEntityDecl() the URI computation of the
13074 entity wasn't done breaking XSLT unparsed-entity-uri()
13075
Daniel Veillard567e1b42001-08-01 15:53:47 +000013076Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13077
13078 * xpath.c: fixed a bug when walking the descendants and
13079 the current node has no children
13080 * debugXML.c: show up when a text node is supposed to not be escaped
13081
Thomas Broyerf186c822001-07-31 23:30:37 +000013082Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13083
13084 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13085 worked like the set:leading() function)
13086 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13087
Daniel Veillardba6db032001-07-31 16:25:45 +000013088Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13091
Daniel Veillard57905372001-07-31 15:52:17 +000013092Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13093
13094 * include/libxml/xmlIO.h: apply change to close #58141
13095 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13096
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013097Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13098
13099 * parser.c: when the internal subset uses a PE, then the
13100 included entity can use conditional sections.
13101
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013102Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13103
13104 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13105 when walking the namespace axis showing up in
13106 libxst/tests/general/bug-12
13107 * xmlmemory.c: added the possibility to trace a given block
13108 defined by its address
13109
Daniel Veillard4aafa792001-07-28 17:21:12 +000013110Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13111
13112 * parser.c: don't override existing encoding specified before
13113 starting xmlParseDocument()
13114
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013115Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13116
13117 * include/libxml/xmlwin32version.h: reinserted, needed for
13118 Windows users of CVS
13119
Darin Adlera77cac02001-07-27 17:41:51 +0000131202001-07-27 Darin Adler <darin@bentspoon.com>
13121
Darin Adler699613b2001-07-27 22:47:14 +000013122 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13123 * testCatalog.c: Add include of <libxml/parser.h>.
13124
131252001-07-27 Darin Adler <darin@bentspoon.com>
13126
Darin Adlera77cac02001-07-27 17:41:51 +000013127 * include/libxml/.cvsignore:
13128 * include/libxml/xmlwin32version.h:
13129 Remove this file from CVS because it's generated.
13130
Daniel Veillard50822cb2001-07-26 20:05:51 +000013131Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13132
13133 * parser.c include/libxml/parser.h: applied const patches from
13134 Tom Moog #58002
13135
Thomas Broyerba4ad322001-07-26 16:55:21 +000013136Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13137
13138 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13139 lookup framework
13140
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013141Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13142
13143 * tree.c: fixed xmlCopyNode() for documents
13144
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013145Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13146
13147 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13148
13149Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013150
13151 * parser.c: fixes bug #57652 reported by Morus Walter
13152
Daniel Veillarde3924972001-07-25 20:25:21 +000013153Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13156
Daniel Veillarda53c6882001-07-25 17:18:57 +000013157Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13158
13159 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13160 errors, lesson don't add new functions at 1am before a release
13161 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13162 from XPath initialization when possible.
13163
Daniel Veillardd9bad132001-07-23 19:39:43 +000013164Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13165
13166 * result/scripts/base*: removing history/readline changed
13167 this slightly
13168 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13169 xmllint.c: make element content line number generation
13170 optionnal to avoid breaking old apps added interface to switch
13171
Daniel Veillardf012a642001-07-23 19:10:52 +000013172Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013175 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013176 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13177 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13178 John Kroll fixes to allow saving to HTTP via PUT (or
13179 POST of needed).
13180 * doc/html/*.html: regenerated the docs
13181
Thomas Broyere8126242001-07-22 03:54:15 +000013182Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13183
13184 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13185 xmlHashScanFull and xmlHashScannFull3 to get passed the
13186 three keys as arguments to the callback function
13187
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013188Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * configure.in Makefile.am: removed libxml softlink for good
13191 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13192 100% coverage by gtk-doc
13193
Daniel Veillard8599e702001-07-17 21:38:51 +000013194Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13195
13196 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13197 fixed serious troubles due to size_t vs. int mismatch
13198
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013199Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13200
13201 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13202
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013203Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13204
13205 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13206 convenient extension API for value and context managing
13207 Now handles external objects through xmlXPathPopExternal,
13208 xmlXPathWrapExternal and xmlXPathReturnExternal.
13209 Added functions for sets operations (intersection, etc.)
13210
Daniel Veillard22090732001-07-16 00:06:07 +000013211Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13212
13213 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13214 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13215 HTMLparser.c: cleanup of global variables, marking some
13216 const or private.
13217
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013218Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013219
13220 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13221 fixed xmlXPathNodeSetItem when passing index=0
13222
Daniel Veillard05dec342001-07-14 21:57:39 +000013223Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13224
13225 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13226
Daniel Veillard28ae6362001-07-14 16:44:32 +000013227Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13228
13229 * xmllint.c: fixed compilation under Cygwin #57503
13230 * TODO: update
13231
Peter Williamsed156f52001-07-13 18:35:13 +0000132322001-07-13 Peter Williams <peterw@ximian.com>
13233
13234 * config.h.in: add #undef HAVE_DLFCN_H
13235
13236 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13237 builddir.
13238
Daniel Veillard73b36e32001-07-12 15:09:52 +000013239Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13240
13241 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13242 raised by #57348 and #57381
13243
Daniel Veillard7db37732001-07-12 01:20:08 +000013244Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13245
13246 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13247 tree.c xpointer.c: store the line numbder in element->content,
13248 may break some software, need a configuration mechanism
13249
Darin Adler96037892001-07-11 00:03:16 +0000132502001-07-10 Darin Adler <darin@bentspoon.com>
13251
13252 * .cvsignore:
13253 * example/.cvsignore:
13254 * include/.cvsignore:
13255 * include/libxml/.cvsignore:
13256 Various things that are generated and should be ignored.
13257
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013258Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13259
13260 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13261 * doc/xml.html doc/html/*: updated the docs
13262
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013263Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13266 validation occured on content with element child
13267
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013268Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13269
13270 * tree.c: fixed XML Base computation which was broken
13271 * debugXML.c: added a base function to the shell
13272 * Makefile.am result/scripts/* test/scripts/*: added scripts
13273 based regression tests, and adding 2 XML Base tests
13274
Daniel Veillard19e96c32001-07-09 10:32:59 +000013275Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13276
13277 * tree.c: set properties doc and call xmlSetListDoc for properties
13278 content when grafting them in a different tree.
13279 * aclocal.m4: remove from CVS
13280
Daniel Veillarde086f5c2001-07-08 21:10:40 +000013281Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13282
13283 * win32/libxml2/libxml2.def.src: added some missing entry point
13284 for XPath (Mark Vakoc)
13285
Daniel Veillard388236f2001-07-08 18:35:48 +000013286Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13287
13288 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
13289 layer should URI-Unescape before trying to open resources.
13290
Daniel Veillard04383752001-07-08 14:27:15 +000013291Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13292
13293 * xpath.c: fix the name() bug for elements in the default
13294 namespace reported by Charlie Bozeman
13295
Daniel Veillard7583a592001-07-08 13:15:55 +000013296Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13297
13298 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
13299 led to an XPath fix, improvements of SAX initialization, and
13300 an added option --nocdata to testXPath
13301
Daniel Veillard449d7392001-07-07 19:11:06 +000013302Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13303
13304 * doc/libxml-doc.el: Felix Natter provided anew version working
13305 with XEmacs too
13306
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013307Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13308
13309 * include/libxml/xpath.h: small cleanup
13310 * doc/xml.html: update
13311
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013312Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13313
13314 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13315 released 2.3.14
13316
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013317Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013320 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013321
Daniel Veillard73c9c042001-07-05 20:02:54 +000013322Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13323
13324 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13325 were not equal to empty strings
13326
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013327Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * SAX.c: fixed a URI-Reference computation problem when validating
13330 * xmlIO.c: small cleanup
13331
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013332Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * parser.c: improved the description of a couple of interfaces
13335 upon Larry Stamper suggestion
13336
Daniel Veillard62f313b2001-07-04 19:49:14 +000013337Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13338
13339 * SAX.c entities.c parser.c: changed completely the way entities
13340 are handled when running the parser in entity substitution mode.
13341 This fixes a bug reported by Stephan Kulow and nearly divides
13342 by 3 the amount of memory required by libxslt to load and process
13343 DocBook TDG.
13344
Daniel Veillardf420ac52001-07-04 16:04:09 +000013345Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13346
13347 * HTMLparser.c: fixing a too early root closing problem raised
13348 byt Prashanth Naidu
13349
Daniel Veillard8c357d52001-07-03 23:43:33 +000013350Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13351
13352 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13353 raised by Mark Vakoc.
13354
Daniel Veillard6e90d192001-07-03 16:37:49 +000013355Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13356
13357 * example/Makefile.am: fixed the include path to add srcdir/include
13358 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13359 and some cleanup
13360
Daniel Veillardf06307e2001-07-03 10:35:50 +000013361Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13364 lot of optimization work, results in significant improvements
13365 when handling really complex XPath queries. Add a small optimizer
13366 for unions, improve [n] and [last()], avoid some costly ops.
13367
Daniel Veillard77044732001-06-29 21:31:07 +000013368Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13369
13370 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13371 * xpath.c: small cleanup
13372 * xmlGetNsList: reformated, fixed problems if used on Entities
13373
Daniel Veillard2adbb512001-06-28 16:20:36 +000013374Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13377
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013378Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13379
13380 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13381 * Makefile.am example/Makefile.am: workaround automake generating
13382 erroneous deps
13383
Daniel Veillard12f7d292001-06-28 13:12:11 +000013384Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * include/win32config.h: bug #56801 Yon Derek provided a patch
13387 to the windows config file.
13388
Daniel Veillard87ee9142001-06-28 12:54:16 +000013389Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13390
13391 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13392 libxml.h : Yon Derek provided a set of changes to compile from
13393 CVS on Windows/MSC
13394
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013395Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13396
13397 * parser.c: fixed UTF8 BOM support in push mode
13398 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13399 added a specific testcase
13400
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013401Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * Makefile.am: added --push regression tests
13404 * parserInternals.c: the XML parser segfaulted in --push mode
13405
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013406Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13407
13408 * configure.in: moved the symlinks detection within a CVS
13409 check, this is not portable and will be removed soon.
13410 * xpath.c: small cleanup/speedup
13411
Daniel Veillard11648102001-06-26 16:08:24 +000013412Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13413
13414 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13415 release of 2.3.12
13416 * parser.c: make an error message if unknow entities in all cases
13417
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013418Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13419
13420 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13421
Daniel Veillard23793842001-06-25 16:07:45 +000013422Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13423
13424 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13425 includes were installed in the wrong dir
13426
Daniel Veillardf5498f32001-06-25 15:08:36 +000013427Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * doc/html.xml: warn against sending code to exhibit bugs.
13430
Daniel Veillard56f06462001-06-24 21:34:03 +000013431Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13434 Tru64 from Thomas Leitner
13435
Daniel Veillardc5d64342001-06-24 12:13:24 +000013436Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * AUTHORS: added William and Bjorn
13439 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13440 daniel@veillard.com hopefully I won't have to do this again
13441 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13442 docs can be rebuilt cleanly now
13443 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13444 from CVs it's generated, added include/libxml/xmlwin32version.h
13445 also generated but which should change far less frequently.
13446 * catalog.c nanoftp.c: made sure to include libxml.h not
13447 libxml/xmlversion.h directly
13448 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13449 when compiling on WIN32 and MSC
13450
Daniel Veillard07385fd2001-06-23 21:55:48 +000013451Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13452
13453 * include/Makefile.am include/libxml/Makefile.am configure.in:
13454 fixed make distcheck and rebuilding the rpms
13455
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013456Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13457
13458 * configure.in: should finish the migration of exported includes
13459 into a real include/libxml in CVS, at least for CVS users.
13460 * removed the exported headers, added in include/libxml (as well
13461 as xmlversion.h.in).
13462
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013463Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * configure.in: fixed the way to detect symlink
13466
Daniel Veillard66541772001-06-23 18:31:04 +000013467Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * configure.in: updated, include/libxml is now a real CVS dir
13470
Daniel Veillardca989762001-06-23 17:39:29 +000013471Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13474 version works with both libxml1 and libxml2 (it autodetects
13475 the prefix of the html-files) from Felix Natter.
13476 * doc/xml.html: updated doc accordingly
13477
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013478Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13479
13480 * xpath.c: fixed the bug generating a template loop in libxslt
13481 when using docbook-xsl-1.4, * should filter out document nodes
13482 * HACKING: added William
13483 * TODO: updated
13484
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013485Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13486
13487 * doc/FAQ.html: added a warning about gcc-3.0
13488 * doc/xml.html: added reference to gdome2 and removed a confusing
13489 sentence
13490
Daniel Veillardf7f41852001-06-22 15:18:01 +000013491Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13492
13493 * xmlversion.h: okay this is a generated file, but Windows
13494 users need it and they can't generate it, and I want CVS
13495 Windows users ...
13496 * win32/libxml2/libxml2_so.dsp: Windows project file for
13497 the shared lib version of libxml2
13498 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13499 resources needed for libxslt/xsltproc by Yon Derek
13500
Bjorn Reese3157b342001-06-22 14:41:45 +000013501Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13502
13503 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13504
Daniel Veillard4151acb2001-06-22 10:48:57 +000013505Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13506
Daniel Veillardcc146db2001-06-22 11:10:52 +000013507 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13508
13509Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13510
Daniel Veillard4151acb2001-06-22 10:48:57 +000013511 * include/win32config.h: Yon Derek provided a first fix
13512 to be able to compile libxslt/xsltproc on Windows
13513
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013514Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13515
13516 * xpath.c: attempt to work around what seemed a gcc optimizer
13517 bug when handling floats on i386 http://veillard.com/gcc.bug
13518 * tree.c entities.c encoding.c: doing some cleanups while
13519 chasing it
13520
Daniel Veillard017b1082001-06-21 11:20:21 +000013521Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * Makefile.am: cleanup when --without-debug is specified
13524 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13525 w.r.t. --without-debug and other include points
13526 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13527 Catalogs
13528 * configure.in entities.h tree.h HTMLparser.c: removed
13529 --without-corba, made the _private field mandatory
13530
Daniel Veillard87a764e2001-06-20 17:41:10 +000013531Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13534 outputs a BOM in UTF8, an errata has been issued to avoid the
13535 problem, that was the most reasonable solution... Add support
13536 for a leading UTF8 BOM in entities.
13537
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013538Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * valid.c: fixed a bug found when post validating an entity ref
13541 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13542 activate it too
13543
Daniel Veillard39196eb2001-06-19 18:09:42 +000013544Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13545
13546 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13547 weakness in the node copy the XPointer and the XInclude
13548 implementations. Serious cleanup.
13549
Daniel Veillard3739b982001-06-19 12:51:30 +000013550Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13551
13552 * Makefile.am: Kjartan Maraas provided a small patch to
13553 add xml2-config.in to EXTRA_DIST
13554
Daniel Veillarda9142e72001-06-19 11:07:54 +000013555Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13558 provided another failing case found in KDE, the way the
13559 ctxt->vctxt.nodeTab was allocated and freed changed over
13560 time but it wasn't completely cleaned up. This should fix it.
13561
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013562Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13563
13564 * parser.c: Stephan Kulow also raised the fact that line number
13565 could get miscounted making debug harder, fixed the problem
13566 in xmlParseCharData()
13567
Daniel Veillard64b98c02001-06-17 17:20:21 +000013568Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * valid.c: Stephan Kulow pointed out a problem when validating
13571 and using an empty entity, forgot a 'break' in a case.
13572
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013573Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13574
13575 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13576 * doc/xml.html: updated with 2.3.11
13577
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013578Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13579
13580 * TODO: updated adding cleanup of generated doc
13581 * configure.in: prepared to release 2.3.11
13582 * xmllint.c: added --version for bug reporting
13583 * doc/html/*.html: rebuilt the doc
13584
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013585Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * xpath.c: first part of the work on selecting namespace to
13588 fix bug #56115
13589
Daniel Veillard96ed5832001-06-15 22:22:04 +000013590Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13591
13592 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13593 when using -liconv
13594 * TODO: updated
13595
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013596Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13597
13598 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13599 cleanup, encoding support.
13600
Daniel Veillard608ad072001-06-14 08:32:28 +000013601Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13604
Daniel Veillard239d0522001-06-13 23:02:48 +000013605Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13606
13607 * xpath.c: bug detected by Ankh when / is used as a function arg
13608
Daniel Veillard02bb1702001-06-13 21:11:59 +000013609Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13612 of element and use it to avoid outputting formatting spaces at
13613 the wrong place. Implemented the format parameter for HTML save.
13614 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13615 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13616 result/HTML/wired.html: of course this impact the result of a
13617 number of HTML tests
13618
Daniel Veillard95d845f2001-06-13 13:48:46 +000013619Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13620
13621 * HTMLtree.[ch]: started augmenting the HTML save API with
13622 encoding and formatting parameters
13623
Daniel Veillardeca60d02001-06-13 07:45:41 +000013624Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13625
13626 * HTMLtree.h: cleanup and started evaluating the work needed on
13627 revamping the HTML output code
13628
Daniel Veillard84666b32001-06-11 17:31:08 +000013629Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13630
13631 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13632
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013633Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13634
13635 * valid.c: fixed bug #56049, forgot one check in the
13636 validation routine
13637
Daniel Veillardca2366a2001-06-11 12:09:01 +000013638Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13639
13640 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13641
Daniel Veillard6761eee2001-06-11 10:29:38 +000013642Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * libxml.h: fixed an error in last commit
13645 * doc/FAQ.html: added an entry for compilation from CVS
13646
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013647Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * xmlversion.h.in libxml.h: Cygwin patches
13650 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13651 * tree.h: cleanup
13652
Daniel Veillardacd370f2001-06-09 17:17:51 +000013653Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13656 memory block in a strange case where libxml is linked twice
13657 in the binary.
13658
Daniel Veillard1d047672001-06-09 16:41:01 +000013659Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13660
13661 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13662 state far too often, simple fix used to avoid it.
13663
Daniel Veillard4497e692001-06-09 14:19:02 +000013664Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13667 being processed, applied his patch
13668 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13669
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013670Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13673 provided fixes to compile on MSCC again
13674 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13675 also provided an update for the project files.
13676
Daniel Veillarda682b212001-06-07 19:59:42 +000013677Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13678
13679 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13680 bug #55810
13681
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013682Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13683
13684 * tree.c: fixed xmlGetNsProp() to close bug #55683
13685 Note this requires libxslt to use it's own function instead.
13686
Daniel Veillardf0c53762001-06-07 16:07:07 +000013687Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13688
13689 * HTMLtree.c: when in a pre element no formatting space should
13690 be added.
13691 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13692
Daniel Veillard068a9652001-06-07 15:30:26 +000013693Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * configure.in: added tests for signal() and signal.h
13696
Daniel Veillard541d6552001-06-07 14:20:01 +000013697Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13698
13699 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13700
Daniel Veillard8a367d42001-06-07 14:01:34 +000013701Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13702
13703 * doc/libxml-doc.el: Felix Natter provided a new version for
13704 libxml2
13705
Daniel Veillard8a926292001-06-07 11:20:20 +000013706Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13707
13708 * HTMLtree.c: when in a pre element no formatting space should
13709 be added.
13710
Daniel Veillard14839d52001-06-06 16:11:56 +000013711Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13714
Daniel Veillarde95e2392001-06-06 10:46:28 +000013715Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13716
13717 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13718 hack
13719 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13720 * uri.c: fixed a warning
13721
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013722Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13723
13724 * HTMLtree.c: trying to close bug #55772 escaping in script
13725 elements
13726 * doc/xml.html: suggest to send mail to the list
13727
13728Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013729
13730 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13731 good. Use a macro and based on the solution provided in
13732 vsnprintf manual page from GNU.
13733
Bjorn Reese99748722001-06-05 12:49:15 +000013734Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13735
13736 * error.c: Workaround for non-preserving variadic list.
13737 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13738
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013739Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * doc/xml.html: added 2.3.10 release
13742
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013743Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * configure.in: releasing 2.3.10
13746
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013747Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13748
13749 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13750
Daniel Veillard20042422001-05-31 18:22:04 +000013751Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * encoding.c: Robert Collins provided a patch to add the
13754 "US-ASCII" encoding alias
13755
Daniel Veillard97ac1312001-05-30 19:14:17 +000013756Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13757
13758 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13759 string oriented functions and started cleaning the related areas
13760 in xpath.c which needed fixing in this respect
13761
Daniel Veillard2d703722001-05-30 18:32:34 +000013762Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13763
13764 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13765 #55380
13766 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13767
Daniel Veillard9403a042001-05-28 11:00:53 +000013768Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13769
13770 * TODO: updated
13771 * nanohttp.[ch] : started adding APIs to get the redirected URL
13772 when this occurs (needed for further base computation
13773 * tree.h: cleanup
13774 * encoding.c: cleanup
13775 * SAX.c: minor change around ctxt->loadsubset
13776
Daniel Veillard6278fb52001-05-25 07:38:41 +000013777Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13778
13779 * Makefile.am include/Makefile.am: small change to have
13780 include/libxml rebuilt if working from CVS.
13781 * uri.c: applied another patch from Carl Douglas for URI escaping,
13782 this should close bug #51876
13783
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013784Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13787 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13788 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13789 added specific regression test
13790 * parser.h: preparing for the XSLT mode where DTD inherited
13791 attributes are added to the tree.
13792
Daniel Veillardbbd22452001-05-23 12:02:27 +000013793Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13794
13795 * xinclude.[ch]: Updated the namespace for the Last Call version
13796 * result/XInclude/include test/XInclude/include: updated the
13797 testsuite accordingly
13798
Daniel Veillard8514c672001-05-23 10:29:12 +000013799Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13800
13801 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13802 related to bug #51876
13803
Daniel Veillard42596ad2001-05-22 16:57:14 +000013804Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * tree.c: fixed a gross mistake in base computation, xml:base is
13807 not completely correct yet (need cascade).
13808 * xpath.[ch]: added the few things needed to find a function name
13809 and URI from the XPath context when it is called.
13810
Daniel Veillard81418e32001-05-22 15:08:55 +000013811Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13812
13813 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13814 * DOCBparser.c: small cleanup
13815 * xmllint.c: added a --catalogs option to load catalogs from
13816 $SGML_CATALOG_FILES
13817 * tree.c: cleanup
13818 * configure.in: iconv library fixup, ICONV_LIBS
13819
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013820Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * catalog.c: handling of CATALOG entries. detection of recursion,
13823 and a few bugfixes
13824 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13825 against the default namespace
13826
Daniel Veillard04b93292001-05-21 08:15:31 +000013827Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13828
13829 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13830
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013831Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13832
13833 * parser.c: fixed propagation context info when parsing an
13834 external entity.
13835 * doc/html/*.html: regenerated a couple of docs
13836
Daniel Veillard4623acd2001-05-19 15:13:15 +000013837Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13838
13839 * doc/xml.html: update with 2.3.9 informations
13840
Daniel Veillardbed7b052001-05-19 14:59:49 +000013841Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13844 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13845 * doc/html/* : rebuilt the docs
13846 * valid.c: small patch which may improve some case when
13847 validating.
13848
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013849Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13850
13851 * HTMLparser.c: Closed bug #54891
13852 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13853 to the suite
13854
13855Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13858 applied a documentation patch from LotR and filled in a few missing
13859 descriptions
13860
Daniel Veillard76d66f42001-05-16 21:05:17 +000013861Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13862
13863 * xpath.c tree.c parser.c: speed optimizations at the parser level
13864 document tree freeing and xpath evaluation
13865
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013866Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13867
13868 * parser.c parser.h parserInternals.h: fixed a couple of
13869 interfaces for handling memory buffer input to const char *
13870 upon suggestion of JamesH.
13871
Daniel Veillardc3739e72001-05-15 15:23:27 +000013872Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13873
13874 * configure.in: LoTR sent a patch fixing the previous commit
13875
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013876Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13877
13878 * configure.in: trying to deal again with the stoopid -R linking
13879 flag of Solaris
13880
Daniel Veillard790142b2001-05-15 10:51:53 +000013881Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * xpath.h: two nodeset access macros from Thomas Broyer
13884
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013885Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13886
13887 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13888 patch from Thomas Broyer
13889
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013890Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13891
13892 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13893 case
13894 * INSTALL: was empty added stuff from the FAQ
13895
Daniel Veillard75bea542001-05-11 17:41:21 +000013896Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13897
13898 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13899 attributes handling and #54433 by adding xmlUnsetProp()
13900 and xmlUnsetNsProp()
13901
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013902Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * HTMLparser.c: Patch from Jonas Borgström
13905 (htmlGetEndPriority): New function, returns
13906 the priority of a certain element.
13907 (htmlAutoCloseOnClose): Only close inline elements if they
13908 all have lower or equal priority.
13909 * result/HTML: this of course changed a number of tests results.
13910
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013911Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13912
13913 * xmlIO.c catalog.c: plugged in the default catalog resolution
13914 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13915 documentations
13916 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13917
Daniel Veillarda7374592001-05-10 14:17:55 +000013918Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13921 integrating catalogs
13922 * catalog.[ch] testCatalog.c: adding a small catalo API
13923 (only SGML catalog support).
13924 * parser.c: restaured xmlKeepBlanksDefault(0) API
13925
Daniel Veillardc17337c2001-05-09 10:51:31 +000013926Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13929
Daniel Veillard257d9102001-05-08 10:41:44 +000013930Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13931
13932 * parser.c: added xmlParseExternalEntityPrivate() to allow
13933 propagation of ctxt->_private when parsing external entities
13934
Daniel Veillard083c2662001-05-08 08:27:14 +000013935Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13938
Daniel Veillard01ef7382001-05-08 07:31:43 +000013939Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13940
13941 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13942
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013943Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * valid.c: warn when indeterminist content model is detected
13946 * result/VC/ElementValid8: this adds a message
13947 * Makefile.am: add --novalid for VCM tests
13948 * parserInternals.c: added a call to Init memory
13949
Daniel Veillard64269352001-05-04 17:52:34 +000013950Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13953 when both parameters are NULL.
13954
Daniel Veillard37721922001-05-04 15:21:12 +000013955Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13956
13957 * valid.c: applied small patch from Gary Pennington, reindented
13958 some part of the code.
13959
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013960Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13961
13962 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13963 release, updated and regenerated the docs
13964
Daniel Veillard357c9602001-05-03 10:49:20 +000013965Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13966
13967 * xpath.c result/XPath/expr/floats : clarified and cleanup
13968 printing of abnormal floats in tests.
13969
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013970Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13971
13972 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13973 * results/HTML/ : a few changes in the output of the HTML tests as
13974 a result.
13975 * configure.in: tying to fix -liconv where needed
13976
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013977Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13978
13979 * Makefile.am: fixed a stupid error
13980
Daniel Veillard7150a032001-05-02 16:41:11 +000013981Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13982
13983 * configure.in Makefile.am: make the inclusion of the trio
13984 modules in the library conditional
13985
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013986Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13987
13988 * DOCBparser.c: patche from László Kovács, fixed entities refs
13989 in attributes handling
13990
Daniel Veillardedddff92001-05-02 10:58:52 +000013991Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13992
13993 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13994 flushing
13995
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013996Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13997
13998 * xpath.c: fix of an XSLT namespace bug reported on the list
13999 general/bug-8-
14000
Daniel Veillard5792e162001-04-30 17:44:45 +000014001Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * strio.h trio.c: Dan McNichol suggested a couple of small
14004 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14005
Daniel Veillard02141ea2001-04-30 11:46:40 +000014006Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * tree.c parser.c encoding.c: spent a bit more time looking
14009 at the parsing speed and DOM handling. Added a few more
14010 speedups.
14011
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014012Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * parser.c: small but effective parsing speed improvement
14015
Daniel Veillardb59076b2001-04-29 17:04:07 +000014016Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14017
14018 * configure.in: default on the DocBook parser inclusion (for Gnome)
14019 * DOCBparser.h: fixed a header reference
14020
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014021Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * configure.in xpath.c: applied Bjorn patches for FPE on the
14024 alpha
14025
Daniel Veillardeefd4492001-04-28 16:55:50 +000014026Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14027
14028 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14029 xmlSaveFormatFileTo()
14030
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014031Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * xpath.c: simple and efficient optimization, XPath functions
14034 aways bind to the same code, cache this
14035 * TODO: updated (by saying some is obsolete)
14036
Daniel Veillard2156a562001-04-28 12:24:34 +000014037Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * xpath.c: more cleanup work on XPath name parsing routines
14040
Daniel Veillard61d80a22001-04-27 17:13:01 +000014041Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14042
14043 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14044 xmlXPathParseName
14045 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14046 * debugXML.c: avoid compilation problems if compiling without
14047 HTML support, Igor Zlatkovic
14048 * win32/libxml2/libxml2.def.src: being able to compile without
14049 XPath on Windows
14050
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014051Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14052
14053 * libxml.m4: yet another patch from Toshio Kuratomi
14054
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014055Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14056
14057 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14058
Daniel Veillard67fee942001-04-26 18:59:03 +000014059Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14060
14061 * tree.[ch]: added xmlSaveFormatFile interface for saving
14062 and indenting a file.
14063
Daniel Veillard82e49712001-04-26 14:38:03 +000014064Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * xpath.c: fixed bug #53689 related to processing-instruction()
14067
Daniel Veillard02f077a2001-04-26 10:59:11 +000014068Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * DOCBparser.c: patche from László Kovács
14071
Daniel Veillard30211a02001-04-26 09:33:18 +000014072Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * parser.c: applied fixes from Christian Glahn bug report #53391
14075
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014076Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14077
14078 * error.c: Jean François Lecomte provided a complete description
14079 and a fix to bug #53537
14080
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014081Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14082
14083 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14084
Daniel Veillard1034da22001-04-25 19:06:28 +000014085Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14086
14087 * DOCBparser.c SAX.c: a bit more work on entities processing.
14088 Still Need to cleanup XML output and references in attributes
14089
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014090Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14091
14092 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14093
Daniel Veillardb33c2012001-04-25 12:59:04 +000014094Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14095
14096 * tree.c: trying to fix #53574, not completely complete,
14097 I would like xmllint --copy --debug test/ent1 and
14098 xmllint --debug test/ent1 to show the same result.
14099 * xpath.c: fix a bug when trying to sort namespace nodes
14100
Daniel Veillard5146f202001-04-25 10:29:44 +000014101Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * HTMLtree.c: real fix for #53402
14104
Daniel Veillard7533cc82001-04-24 15:52:00 +000014105Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14106
14107 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14108 PIs when using xsl:output
14109 * valid.c: closing #53537 some case generate segfaults if there
14110 is validity errors
14111
Daniel Veillard61b33d52001-04-24 13:55:12 +000014112Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14113
14114 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14115 of external parsed entities, added --noent to testDocbook
14116 * valid.c: Garry Pennington found an uninitialized variable
14117 access in xmlValidateElementContent()
14118
Daniel Veillard56098d42001-04-24 12:51:09 +000014119Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14120
14121 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14122 with madness
14123 * result/HTML/ : this modified the result of the regression tests
14124 a lot.
14125
Daniel Veillard122376b2001-04-24 12:12:30 +000014126Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14127
14128 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14129 to doc where it wasn't checked against NULL reported by
14130 Jens Laas
14131
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014132Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14133
14134 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14135 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14136
Daniel Veillardeae522a2001-04-23 13:41:34 +000014137Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14138
14139 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14140 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14141 * SAX.[ch]: cleanup and updates for DocBook
14142 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14143 ex SGML identifier changes
14144 * valid.c: removed a static unused function.
14145
Daniel Veillardde57c612001-04-23 09:13:36 +000014146Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14147
14148 * HTMLtree.c: applied change for Paul Sponagl on script saving
14149 * Makefile.am: the warning about entity title.xml are normal.
14150
Daniel Veillard393df012001-04-22 20:11:18 +000014151Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * configure.in: release of 2.3.7
14154 * Makefile.am: fixing make distcheck
14155
Daniel Veillarda41123c2001-04-22 19:31:20 +000014156Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14157
14158 * doc/html/* doc/xml.html: updated and regenerated the docs
14159
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014160Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14161
14162 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14163
Daniel Veillarde82a9922001-04-22 12:12:58 +000014164Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14165
14166 * tree.c: fixed #53388 with the provided patch
14167
Daniel Veillard06803992001-04-22 10:35:56 +000014168Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14169
14170 * valid.c: Bjorn detected an invalid memory access. Fixed
14171 vstateVPush()
14172
Daniel Veillard40af6492001-04-22 08:50:55 +000014173Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14174
14175 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14176
Bjorn Reese70a9da52001-04-21 16:57:29 +000014177Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14178
14179 * libxml.h: new header used only for the compilation of libxml
14180 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14181 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14182 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14183 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14184 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14185 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14186 baseline (version 1.2 plus a single patch).
14187 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14188 scientific notation for numbers. Tests added.
14189 * xpath.c: formatting of numbers changed to use sprintf
14190 (contribution from William Brack)
14191
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014192Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14193
14194 * valid.c: cleanup, more useful debugging
14195 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14196 * xmlIO.c: entity loading is printed as an error when validating
14197
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014198Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14199
14200 * valid.c: fixed to validate within entities
14201 * test/VCM/v22.xml: added a specific testcase
14202
Daniel Veillardca1f1722001-04-20 15:47:35 +000014203Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14204
14205 * valid.c: forgot an epsilon transition in for ()+
14206 * test/VCM/v21.xml : added a specific test case
14207
Daniel Veillard85349052001-04-20 13:48:21 +000014208Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14209
14210 * valid.c: removed a state explosion exhibited by RSS
14211 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14212 from bug #51872
14213
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014214Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14215
14216 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14217 validation without using an ugly NFA -> DFA algo in the source.
14218 Made a specific algorithm easier to maintain, using a single
14219 stack and without recursion.
14220 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14221 * hash.c: made the growing routine static
14222 * tree.h parser.c: added the parent information to an
14223 xmlElementContent node.
14224
Daniel Veillarde470df72001-04-18 21:41:07 +000014225Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14226
14227 * SAX.c parser.c xpath.c: generating IDs when not validating
14228 from an external parsed entity was poisoning the ID has table
14229 with removed values. This was killing XSLT on the KDE help
14230 browser.
14231
Daniel Veillardceacdd92001-04-18 15:10:35 +000014232Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14233
14234 * entities.h: andrew@ugh.net.au detected a double declaration
14235
Daniel Veillarda10efa82001-04-18 13:09:01 +000014236Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14237
14238 * debugXML.c hash.c tree.h valid.c : some changes related to
14239 the validation suport to improve speed with DocBook
14240 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14241 the way validation errors get reported
14242
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014243Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14246 by P C Chow and William M. Brack for XSLT HTML output
14247
Daniel Veillard2d90de42001-04-16 17:46:18 +000014248Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14249
14250 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14251 Igor Zlatkovic patches for MSC compilation and added his
14252 updates
14253
Daniel Veillarde043ee12001-04-16 14:08:07 +000014254Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14255
14256 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14257 prefix lookup.
14258 * parserInternals.c: fixed the bug reported by Morus Walter
14259 due to an off by one typo in xmlStringCurrentChar()
14260
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014261Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14262
14263 * HTMLparser.c result/HTML/*: revamped the way the HTML
14264 parser handles end of tags or end of input
14265
Daniel Veillard82daa812001-04-12 08:55:36 +000014266Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14269
Daniel Veillard67a21302001-04-11 14:39:16 +000014270Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14271
14272 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14273 bug where the linktime verions of free() won't work ...
14274
Daniel Veillard27b55282001-04-11 12:22:25 +000014275Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14276
14277 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
14278
Daniel Veillardafc73112001-04-11 11:51:41 +000014279Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14280
14281 * doc/xml.html: added 2.3.6 release
14282
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000014283Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14284
14285 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
14286 * result/wml.xml: resulted in a small output change
14287
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000014288Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14289
14290 * tree.c: xmlNewDoc was missing the charset initialization
14291 * xmllint.c: added --auto to autogenerate a doc, allow to
14292 reproduce the problem fixed on xmlNewDoc
14293
Daniel Veillard1731d6a2001-04-10 16:38:06 +000014294Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14295
14296 * xpath.c: trying to get 52979 solved
14297 * tree.c result/ result/noent/: trying to get 52712 solved, this
14298 also made me clean up the fact that XML output in general should
14299 not add formating blanks by default, this changed the output of
14300 a few tests
14301
Daniel Veillard73639a72001-04-10 14:31:39 +000014302Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14303
14304 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14305
Daniel Veillardfac26a12001-04-08 13:08:14 +000014306Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14307
14308 * configure.in: finally released 2.3.6
14309
Daniel Veillard911f49a2001-04-07 15:39:35 +000014310Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14311
14312 * xpath.c: checking for null pointer generated by new code
14313
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014314Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14315
14316 * xpath.c: fixed a [] evaluation problem reported
14317 * test/XPath/tests/simpleaddr: extended test
14318 * result/XPath/simpleaddr: updated result
14319
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014320Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14321
14322 * xmllint.c: Dan Timis reported a portability problem
14323 on Macs without mmap, fixed it.
14324
Daniel Veillardb38bd552001-04-03 18:22:00 +000014325Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14326
14327 * testXPath.c : added a --tree option allowing to display the
14328 tree dump of the XPath expression
14329
Daniel Veillard4dd93462001-04-02 15:16:19 +000014330Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14331
14332 * xpath.c: fixed a memleak when comparing nodesets
14333 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14334 * tree.c: added a TODO
14335
Daniel Veillard92ad2102001-03-27 12:47:33 +000014336Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14337
14338 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14339 we need string functions
14340 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14341 to be able to use them where needed. Applied some changes
14342 to reduce name linking pollution and compile in only what's
14343 needed.
14344 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14345 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14346 for the string manipulation functions
14347 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14348 to the free() function of xmlmemory.c
14349 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14350 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14351 usage.
14352
14353
Daniel Veillard2be30642001-03-27 00:32:28 +000014354Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14355
14356 * error.c: applied the context output patch of the error
14357 handling submitted by Chuck Griffith
14358 * error/VC/*: this slightly change some error logs
14359
Daniel Veillard50582112001-03-26 22:52:16 +000014360Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14361
14362 * parser.c: fixed line number reporting on error
14363
Daniel Veillard04be4f52001-03-26 21:23:53 +000014364Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14365
14366 * parser.c: Sullivan and Darin found a parser bug,
14367 applied the patch.
14368
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014369Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14370
14371 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14372 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14373 xmlversion.h.in xpointer.c: of course the way I defined
14374 UNUSED breaks on old gcc version. Try to be smart and
14375 also define it directly in xmlversion.h
14376 * configure.in: removed -ansi flag from the pedantic set
14377
14378Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014379 Huge cleanup, I switched to compile with
14380 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14381 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14382 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14383 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14384 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14385 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14386 encoding.h entities.c error.c list.[ch] nanoftp.c
14387 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14388 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14389 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14390 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14391 Cleanup, staticfied a number of non-exported functions,
14392 detected and cleaned up a dozen of problem found this way,
14393 avoided a lot of public function name/typedef/system names clashes
14394 * doc/xml.html: updated
14395 * configure.in: switched private flags to the really pedantic ones.
14396
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014397Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14398
14399 * configure.in: 2.3.5
14400 * doc/html/*: rebuilt the docs
14401
Daniel Veillard146c9122001-03-22 15:22:27 +000014402Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14403
14404 * parser.c: fixed a reported bug in NOTATION parsing
14405 * uri.c: accepted but not fixed bug 51876, added TODO
14406 * Makefile.am: fixed bug 51876
14407
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014408Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14409
14410 * config.h.in configure.in error.c: fix a compilation problem
14411 on platforms without vsnprintf (xml@thewrittenword.com)
14412
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014413Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14414
14415 * parser.c: fixed a function name header typo
14416 * SAX.c: notations can also occur in external subset.
14417
Daniel Veillard7d42b542001-03-20 13:22:46 +000014418Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14419
14420 * error.c: removed a C++ like comment
14421
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014422Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14423
14424 * parser.c: fixing bug 52299 strange condition leading
14425 to a parser crash due to a buffer overflow
14426 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14427 added the specific test case
14428
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014429Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14430
14431 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14432 xmlXPathConvert{String,Number,Boolean} to be able to make
14433 type casts without a context stack, fixed some implementation
14434 problems related to the absence of context at parse-time,
14435 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14436 in the public API too
14437 * xpointer.c xpathInternals.h: we need to know at parse time
14438 whether we are compiling an XPointer
14439
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014440Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14441
14442 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14443 cleaned up the parser internals, refactored XPath code, added
14444 new compilation based APIs and cleanly separated public and
14445 private APIs.
14446
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014447Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14448
14449 * xpath.h: the comp field must be added at the end to avoid
14450 killing binary compat.
14451
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014452Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14453
14454 * Makefile.am: detect XPath memleaks in regreson tests
14455 * error.c: fixed and error w.r.t. error reporting still using
14456 stderr
14457 * hash.c: added new line at end of file
14458 * tree.h: minor cleanup
14459 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14460 expression parsing from evaluation, resulted in a number of
14461 changes internally, and in XPointer. Likely to break stuff
14462 using xpathInternals.h but should remain binary compatible,
14463 new interfaces will be added.
14464
Daniel Veillardd574f782001-03-14 19:40:17 +000014465Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14466
14467 * configure.in: fixed a couple of problems reported by
14468 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14469 without gcc on non linux platforms.
14470
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014471Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14472
14473 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14474 a fix for --with-html-dir= configure support. I hope it won't
14475 break rpm generation
14476
Daniel Veillarda022fe02001-03-14 16:30:00 +000014477Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14478
14479 * xmlIO.c: one function comment cleanup.
14480
Daniel Veillard25239c12001-03-14 13:56:48 +000014481Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14482
14483 * SAX.c: external subset notations were improperly registered
14484 in the internal subset.
14485
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014486Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14487
14488 * README.cvs-commits: added, pointing to HACKING
14489 * HACKING: updated
14490
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014491Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14492
14493 * parser.c: and Matt Sergeant found one in the XML push
14494 parser (erroneous check I forgot to remove when I fixed the
14495 main parser).
14496
Daniel Veillard68d7b672001-03-12 18:22:04 +000014497Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14498
14499 * xpath.c: ptittom found a small bug in UnaryExpr
14500
Daniel Veillarde356c282001-03-10 12:32:04 +000014501Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14502
14503 * configure.in: bumped to 2.3.4
14504 * error.c: fixed bug #51860
14505 * tree.c: fixed bug #51861
14506 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14507 * tree.[ch] : added xmlDefaultBufferSize
14508 * nanoftp.c: typo in function name header block
14509 * doc/xml.html : updated, added link to XML::LibXSLT
14510 * doc/html/* : rebuilt the docs
14511
Daniel Veillard80f32572001-03-07 19:45:40 +000014512Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14513
14514 * parser.c SAX.c: the new content parsing code raised an
14515 ugly bug in the characters() SAX callback. Found it
14516 just because of strangeness in XSLT XML Rec ouptut :-(
14517
Daniel Veillard6c831202001-03-07 15:57:53 +000014518Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14519
14520 * Makefile.am: Martin Baulig suggested to add -lm
14521 * tree.c: found another bug in xmlNodeGetContent()
14522
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014523Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14524
14525 * xpath.c: Bjorn found the error related to strictness of comparison.
14526
Daniel Veillard29631a82001-03-05 09:49:20 +000014527Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14528
14529 * parser.c: trying to fix the Dtd parsing problem reported
14530 by Gary, side effect of last week speed optimizations.
14531
Daniel Veillard14be0a12001-03-03 18:50:55 +000014532Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14533
14534 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14535 * parserInternals.c: removed unneeded test raised by Stric
14536
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014537Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14538
14539 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14540 and fixed by William Brack). Added xmlXPathFormatNumber.
14541 Changed the sorting slightly.
14542 * configure.in Makefile.am example/Makefile.am: Added -lm.
14543 Please note that applications linking with libxml2, must
14544 also like with the math library from now on.
14545
Daniel Veillardf9533d12001-03-03 10:04:57 +000014546Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14547
14548 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14549
Daniel Veillard2f362242001-03-02 17:36:21 +000014550Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14551
14552 * parser.c: one must report spaces even if the Dtd element
14553 content proves that this is not part of the element content.
14554 * result/valid/*.xml: this changed the ouptu slightly
14555
Daniel Veillardb402c072001-03-01 17:28:58 +000014556Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14557
14558 * configure.in: bumped to 2.3.3
14559 * doc/xml.html: updated
14560
Daniel Veillard77851712001-02-27 21:54:07 +000014561Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14562
14563 * tree.c: minor doc fix
14564 * xpath.c: deallocation issues when a result tree has been
14565 converted to a node-set
14566
Daniel Veillardec70e912001-02-26 20:10:45 +000014567Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14568
14569 * doc/xml.html: oops corrected dates s/2000/2001
14570
Daniel Veillard8730c562001-02-26 10:49:57 +000014571Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14572
14573 * valid.c: new patch from Gary Pennington
14574
Daniel Veillard91e9d582001-02-26 07:31:12 +000014575Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14576
14577 * doc/xml.html: applied patch from Ankh
14578
Daniel Veillardedac3c92001-02-26 01:36:19 +000014579Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14580
14581 * xinclude.c: fixed a problem building on Mac
14582
Daniel Veillard21a0f912001-02-25 19:54:14 +000014583Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14584
14585 * parser.c: more work on increasing parsing ferformances
14586
Daniel Veillard48b2f892001-02-25 16:11:03 +000014587Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14588
14589 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14590 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14591 avoiding memcpy in production builds MEM_CLEANUP macro use
14592 * parser.[ch] parserInternals.c: optimizations of the tightest
14593 internal loops inside the parser. Better checking of I/O
14594 flushing/loading conditions
14595 * xmllint.c : added --timing
14596
Daniel Veillard71681102001-02-24 17:48:53 +000014597Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14598
14599 * configure.in: bumped to 2.3.2
14600 * doc/xml.html: updated for release
14601
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014602Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14603
14604 * xpath.c: found a memleak and fixed a nasty bug
14605
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014606Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14607
14608 * xmllint.[c1] : added return code errors for xmllint
14609 * xpath.c: specific debug dump function for result value trees
14610
Daniel Veillard4b637072001-02-21 21:52:55 +000014611Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14612
14613 * xpath.c: finally implemented xmlXPathCompareNodeSets
14614 * test/XPath/expr/floats results/XPath/expr/floats: added
14615 a test for float expressions
14616
Daniel Veillardf714aa32001-02-21 03:07:44 +000014617Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14618
14619 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14620 * parserInternals.[ch]: trying to speed up parsing
14621 * xpath.c : speeded up node set equality op
14622
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014623Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14624
14625 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14626 better handling of ID/IDREF and the list modules associated
14627 * configure.in: small CFLAGS cleanup
14628
Daniel Veillarda8abee62001-02-19 15:14:59 +000014629Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14630
14631 * configure.in: fixed iconv detection on AIX (stric)
14632
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014633Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014634
14635 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14636
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014637Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14638
14639 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14640 and optimized xmlXPathNodeSetSort
14641
Daniel Veillard142adbf2001-02-17 13:21:05 +000014642Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14643
14644 * xpath.c: bug fix when context size is 0
14645 * parser.c: I like Norm's Dtd because they still manage to break
14646 the parser occasionally
14647
Daniel Veillardf23e0092001-02-16 13:21:29 +000014648Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14649
14650 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14651
Daniel Veillarde0e26512001-02-16 00:11:46 +000014652Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14653
14654 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14655 attributes within the XML-1.0 namespace
14656
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014657Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14658
14659 * xpathInternals.h: exported a few axis functions
14660 * doc/xml.html: updated the doc
14661
Daniel Veillard760f4422001-02-15 14:59:48 +000014662Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14663
14664 * configure.in: applied patch from Daniel van Balen for OpenBSD
14665 and bumped version to 2.3.1
14666 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14667 attempt to find autoclosing was simply broken, removed it,
14668 updated the examples, this is better
14669
Daniel Veillardd194dd22001-02-14 10:37:43 +000014670Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14671
14672 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14673 hash functionnalities.
14674 * doc/html/* : rebuild the doc
14675
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014676Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14677
14678 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14679 on predicate
14680 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14681 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14682 really want to have tags closed on output even if we accept
14683 unclosed ones on input
14684
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014685Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14686
14687 * xpath.c: ouch don't free NULL, rare case fixed
14688 * tree.c: don't coalesce text nodes if they don't have the
14689 same behaviour wrt escaping on output
14690
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014691Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14692
14693 * xpath.c: small fixup
14694 * SAX.c: don't warn on empty namespaces.
14695
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014696Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14697
14698 * README: a bit of cleanup
14699 * configure.in: preparing for 2.3.0 release
14700
Daniel Veillard1f83d392001-02-08 09:37:42 +000014701Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14702
14703 * hash.[ch]: added a first version of xmlHashSize()
14704 * valid.c: another bug fix from Gary Pennington
14705
Daniel Veillard5eef6222001-02-07 18:24:48 +000014706Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14707
14708 * valid.c: couple of bug fixes pointed by Gary Pennington
14709 * HTMLtree.c: #if 0 cleanup
14710
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014711Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14712
14713 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14714 which removes a time consuming check of xmlXPathNodeSetAdd()
14715 and use it in places where we are sure to not break unicity
14716
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014717Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14718
14719 * xpath.c: bug fixes found from XSLT
14720 * tree.c: preserve node->name special values when copying nodes.
14721 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14722 external subset are fetched when available but without full
14723 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14724 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14725 output with encoding disabled.
14726
Daniel Veillard2c833b62001-02-03 08:52:06 +000014727Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14728
14729 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14730 xmlCheckFilename should not be called from xmlFileOpenW
14731 and xmlGzfileOpenW
14732
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014733Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14734
14735 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14736 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14737 added the new tests for URI normalization
14738 * testURI.c: fixed stoopid bugs
14739 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14740 the URI in the error messages are now properly normalized
14741
Daniel Veillardea28ce62001-02-02 08:20:19 +000014742Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14743
14744 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14745
Daniel Veillarde99a4762001-02-01 04:34:35 +000014746Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14747
14748 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14749
Daniel Veillard2b325a02001-01-31 20:46:31 +000014750Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14751
14752 * xpath.c: fixed mod operator
14753
Daniel Veillardde55cf62001-01-31 15:53:13 +000014754Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14755
14756 * parser.c: fixed xmlStrcat doc
14757 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14758 trees.
14759
Daniel Veillard2f913b72001-01-31 13:23:49 +000014760Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14761
14762 * xpath.c result/XPath/tests/chaptersbase
14763 result/XPath/tests/simplebase: fixed XPath node()
14764 * tree.c: small fix in xmlNewNs()
14765 * Makefile.am: removed extraneous xml2Conf.sh rule
14766
Daniel Veillardb42042b2001-01-28 07:40:36 +000014767Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14768
14769 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14770 Changed the library name, in order to get libxml-devel and
14771 libxml2-devel to coexist on a single system
14772 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14773 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14774
Daniel Veillardee0a4662001-01-27 18:59:33 +000014775Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14776
14777 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14778 libxml2-devel installable in // as libxml-devel.
14779
Daniel Veillard5eb05942001-01-27 17:50:22 +000014780Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14781
14782 * doc/Makefile.am: fixed make rebuild in doc
14783 * doc/html/*.html: rebuilt the docs
14784
Daniel Veillard65c295d2001-01-26 09:32:39 +000014785Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14786
14787 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14788
Daniel Veillard8e199902001-01-25 18:54:39 +000014789Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14790
14791 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14792 the HTML doc to go into the -devel RPM ...
14793 * aclocal.m4 config.h.in: some updates due to auto* magic
14794
Daniel Veillard93086662001-01-25 18:13:04 +000014795Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14796
14797 * xpath.h: added a hook in the context structure allowing to
14798 link to extra support, needed for XSLT
14799
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014800Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14801
14802 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14803 xmlXPtrCmpPoints to use it.
14804 * propagated the following patch from Alejandro Forero
14805 * include/win32config.h xmlIO.c: applied further suggestions
14806 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14807 * example/gjobread.c: fixed warnings, now that it builds
14808
14809Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14810
14811 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14812
14813 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14814 filename points to a valid file (not a directory).
14815 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14816 Added calls to xmlCheckFilenameDir.
14817
14818 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14819 `path' (rather than `filename') as the parameter to gzopen and open.
14820
Daniel Veillard48177c22001-01-23 15:27:41 +000014821Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14822
14823 * Makefile.am: fixed a problem with EXTRA_DIST
14824
Daniel Veillardb83ba402001-01-22 22:45:10 +000014825Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14826
14827 * Makefile.am example/Makefile.am: finally found the trick
14828 to build the example, i.e. add "." in SUBDIRS before example
14829 in the list <grin/>
14830
Daniel Veillard82687162001-01-22 15:32:01 +000014831Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14832
14833 * doc/xml.html: updated with an XSLT section, removed pointer to
14834 W3C CVS base.
14835
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014836Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14837
14838 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14839 too, and deallocation need to occur the same way.
14840
Daniel Veillarde4566462001-01-22 09:58:39 +000014841Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14842
14843 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14844 type correponding to an XSLT result tree fragment. Share most
14845 of the data format with node set, as well as operators.
14846 * HTMLtree.c: added a newline at the end of the doctype output
14847 whe this one is not present initially.
14848 * tree.c: make sure taht the parent and doc pointers are properly
14849 set when copying attributes (lists).
14850
Daniel Veillard701c7362001-01-21 09:48:59 +000014851Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14852
14853 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14854
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014855Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14856
14857 * xpath.c: seems I finally killed that ugly path evaluation
14858 context bug (tagged 9999 in case is is wrong)
14859
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014860Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14861
14862 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14863 for XSLT
14864
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014865Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14866
14867 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14868 for xmlGzfileOpen() bug
14869
Daniel Veillardf6eea272001-01-18 12:17:12 +000014870Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14871
14872 * xpath.c: removed an error found by XSLT usage
14873 * tree.c parserInternals.h: use a predefined static string
14874 for text and comment nodes, avoid freeing them in xmlFreeNode,
14875 exported the string name in parserInternals.h and added
14876 another value to disable encoding at output (for XSLT),
14877 gain memory, time.
14878
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014879Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14880
14881 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14882 win32/libxml2/libxml2_so.dsp: new makefiles and update
14883 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14884
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014885Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14886
14887 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14888 Gary Pennington
14889
Daniel Veillard389e6b72001-01-15 19:41:13 +000014890Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14891
14892 * xpath.c: fixed the comaprision of values and nodelists,
14893 need to compare nodelist still ...
14894 * debugXML.c: avoided a possible core dump
14895 * HTMLparser.c: cleanup
14896 * nanohttp.c: contributed fix.
14897 * tree.c: fixes in properties handling added xmlSetNsProp
14898 needed by libxslt
14899 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14900 comment
14901 * TODO: updated
14902
Daniel Veillard167bd532001-01-06 21:09:34 +000014903Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14904
14905 * parser.c parserInternals.c: applied Bjorn Reese optimization
14906 patch
14907
14908Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14909
14910 * Makefile.am: applied patch fro make check from Martin Vidner
14911
Daniel Veillard503b8932001-01-05 06:36:31 +000014912Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14913
14914 * configure.in: preparing 2.2.11
14915 * doc/html/*: rebuild the HTML files
14916 * doc/xml.html : updated
14917
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014918Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14919
14920 * tree.c: fixed a stupid bug
14921 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14922 patches related to validation of an XInclude processing result
14923 * TODO: updated
14924
Daniel Veillarde2488192001-01-04 10:54:22 +000014925Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14926
14927 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14928 on large files
14929
Daniel Veillardf060a412001-01-03 20:52:44 +000014930Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14931
14932 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14933
Daniel Veillard45cff692001-01-03 18:02:04 +000014934Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14935
14936 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14937 reported by Jonas Borgström
14938 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14939
Daniel Veillard08108982001-01-03 15:24:58 +000014940Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14941
14942 * testXPath.c xpath.c: fixing the XPath union expressions problem
14943 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14944
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014945Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14946
14947 * xmllint.c: Made is so if the file name is "-" is will read form
14948 standard input. Sven Heinicke <sven@zen.org>
14949 * tree.c: fixed a problem when growing buffer
14950 * tree.h: fixed the comment of the node types following andersca
14951 comment
14952 * TODO: updated
14953
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014954Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14955
14956 * HTMLparser.[ch]: added a way to avoid adding automatically
14957 omitted tags. htmlHandleOmittedElem() allows to change the
14958 default handling.
14959 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14960 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14961 of xmllint too when using --memory flag, added a memory test
14962 suite at the Makefile level.
14963 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14964 with namespace use when encountering QNames in XPath evalation,
14965 added xmlns() scheme in XPointer.
14966 * nanoftp.c : incorporated a fix
14967 * parser.c xmlIO.c: fixed problems raised with encoding when using
14968 the memory I/O
14969 * parserInternals.c: closed bug 25934 reported by
14970 torsten.landschoff@innominate.de
14971 * TODO: updated
14972
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014973Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14974
14975 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14976 on a non-updated tree :-(, made a 2.2.10 release to correct the
14977 situation
14978
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014979Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14980
14981 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14982 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14983 integrated a set of OpenVMS changes from Howard Taylor
14984 <Howard.Taylor@pacoast.com>
14985
Daniel Veillard58770e72000-11-25 00:48:47 +000014986Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14987
14988 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14989 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14990
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014991Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14992
14993 * HTMLparser.c: some fixes on auto-open of html/head/body
14994 * encoding.c: fixed a compilation error on some gcc env
14995 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14996 XPointer implementation
14997 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14998 related XPointer tests and associated results
14999
Daniel Veillard300f7d62000-11-24 13:04:04 +000015000Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15001
15002 * doc/xmldtd.html doc/xml.html: following a short step by step
15003 guidance on IRC to help maciej with DTDs I started a small
15004 page on the subject.
15005
Daniel Veillard748e45d2000-11-17 16:36:08 +000015006Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15007
15008 * HTMLparser.c: fixed handling of broken charrefs
15009 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15010 patches
15011
Daniel Veillard28929b22000-11-13 18:22:49 +000015012Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15013
15014 * doc/xml.html doc/html/* : rebuilt the docs after adding
15015 xinclude and updated page for 2.2.7 and 2.2.8
15016 * configure.in: releasing 2.2.8
15017
Daniel Veillard41e06512000-11-13 11:47:47 +000015018Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15019
15020 * parser.[ch] parserInternals.c: applied the conditional
15021 section processing fix from Jonathan P Springer
15022 <jonathan.springer2@gte.net>
15023 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15024 project file, fixed iconv default non support
15025 * xpath.c: fixed the problem of evaluating relative expressions
15026 when a node context is provided.
15027
Daniel Veillardbf432752000-11-12 15:56:56 +000015028Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15029
15030 * nanoftp.c: fixed gcc 2.95 new warnings
15031 * SAX.c: fixed a stupid bug
15032 * tree.c: fixed a formatting problem when round-tripping
15033 from/to memory
15034 * xinclude.c: chased memleak, fixed a base problem
15035 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15036 xmlXPtrBuildNodeList()
15037 * TODO: updated
15038 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15039 adding a first small set of regression tests for XInclude
15040
Daniel Veillardc2def842000-11-07 14:21:01 +000015041Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15042
15043 * nanohttp.[ch]: applied Wayne Davison patches to access
15044 the WWW-Authorization header.
15045 * parser.c: Closed Bug#30847: Problems when switching encoding
15046 in short files by applying Simon Berg's patch.
15047 * valid.c: fixed a validation problem
15048 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15049 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15050 Wayne Davison
15051 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15052 need to be extended to non full nodes selections.
15053 * xinclude.c: starts to work decently
15054
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015055Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15056
15057 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15058 debugXML.c xmlversion.h.in: Started adding XInclude support,
15059 this is a new xmllint option
15060 * tree.c xpath.c: applied TOM patches for XPath
15061 * xpointer.c: fixed a couple of errors.
15062 * uri.c: added an escaping function needed for xinclude
15063 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15064 new warning from RH70 gcc's version
15065
Daniel Veillarda4964b72000-10-31 18:23:44 +000015066Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15067
15068 * HTMLparser.c: fixed loop on invalid char in scripts
15069 * parser.c: update to description of xmlIOParseDTD()
15070 * libxml.m4 xmlversion.h.in: changes contributed by
15071 Michael Schmeing <m.schmeing@internet-factory.de>
15072 * configure.in: preparing for 2.2.7
15073 * Makefile.am: trying to avoid config.h and acconfig.h
15074 being included in the distrib
15075 * configure.in: released 2.2.7
15076
15077Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15080 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15081
Daniel Veillard01411222000-10-30 15:33:22 +000015082Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15083
15084 * parser.[ch]: added xmlIOParseDTD()
15085 * xpointer.c: added support for the 2 extra parameters of
15086 string-range, fixed a stoopid error when '0' was present
15087 in XPointer expressions
15088 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15089 testsuite for the above
15090
Daniel Veillard6db58192000-10-30 09:27:53 +000015091Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15092
15093 * libxml.spec.in: improved package descriptions
15094
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015095Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15096
15097 * xpath.c xpathInternals.h: applied a large cleaning patch
15098 from TOM <ptittom@free.fr>, it also add namespace support
15099 for function and variables registration.
15100
Daniel Veillardbd20df72000-10-29 17:53:40 +000015101Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15102
15103 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15104 * Makefile.mingw: Wayne Davison's update adding hash.c
15105
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015106Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15107
15108 * xpath.c: fixed the root evaluation problems
15109 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15110 ignorable spaces with <b> <bold> <em>
15111 * tree.c: fixed a loop in xmlSearchNsByHref()
15112
Daniel Veillard767662d2000-10-27 17:04:52 +000015113Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15114
15115 * xpath.c: applied another XPath patch from TOM
15116 * xpath.c include/makefile.am: applied another patch from
15117 china@thewrittenword.com (cleanup on IRIX).
15118
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015119Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15120
15121 * xml-config.1: received a fixed version from Fredrik Hallenberg
15122 <hallon@lysator.liu.se>
15123
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015124Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15125
15126 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15127 cleanup patch for XPath
15128
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015129Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15130
15131 * patched to redirrect all "out of context" error messages to
15132 a reconfigurable routine. The changes are:
15133 * xmlerror.h : added the export of an error context type (void *)
15134 an error handler type xmlGenericErrorFunc there is an interface
15135 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15136 to reset the error handling routine and its argument
15137 (by default it's equivalent to respectively fprintf and stderr.
15138 * all the c files: all wild accesses to stderr or stdout within
15139 the library have been replaced to calls to the handler.
15140
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015141Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15142
15143 * configure.in: release 2.2.6
15144 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15145 exporting the inner functions of xpath for extension modules
15146 * doc/*: updated and rebuilt the doc
15147
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015148Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15149
15150 * nanohttp.c : applied Wayne HTTP cleanup patch
15151 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15152 and xmlNodeSetSpacePreserve()
15153
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015154Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15155
15156 * xpath.c: closing bug #29260
15157
Daniel Veillard126f2792000-10-24 17:10:12 +000015158Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15159
15160 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15161 multikey tuples, made hash structure opaque
15162 * valid.[ch]: moved elements, attributes, notations decalarations
15163 as well as ID and refs to hash tables.
15164 * entities.c: hash cleanup
15165 * xmlmemory.c: fixed a dump problem in debug mode
15166 * include/Makefile.am: problem passing in DESTDIR= values patch
15167 from Marc Christensen <marc@calderasystems.com>
15168 * nanohttp.c: removed debugging remains
15169 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15170 * HTMLparser.c parser.c: fixing a number of problems with the
15171 macros in the *parser.c files (Wayne).
15172 * HTMLparser.c: close the previous option when opening a new one
15173 (Marc Sanfacon).
15174 * result/HTML/*: updated the HTML results accordingly
15175
Daniel Veillard52afe802000-10-22 16:56:02 +000015176Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15177
15178 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15179 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15180 XPath functions and XML entities table to them. More to come...
15181 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15182
Daniel Veillard683cb022000-10-22 12:04:13 +000015183Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15184
15185 * tree.c: coalesce adjacent text nodes
15186 * valid.c: handling of blank nodes in DTd validation (raised
15187 by problems with a posteriori validation).
15188 * nanohttp.c: changing behaviour on HTTP write stuff.
15189 * HTMLtree.c: forced body and html to be explicitely closed.
15190 * xpath.h: exported more XPath functions.
15191
Daniel Veillard1baf4122000-10-15 20:38:39 +000015192Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15193
15194 * Release of 2.2.5
15195 * xpointer.c: range() range-inside and other helper functions
15196 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15197
Daniel Veillard47e12f22000-10-15 14:24:25 +000015198Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15199
15200 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15201 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15202
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015203Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15204
15205 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15206 and XPointer modules
15207
Daniel Veillard134c9f32000-10-15 10:27:08 +000015208Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15209
15210 * SAX.h: closed #25107
15211
Daniel Veillard39915622000-10-15 10:06:55 +000015212Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15213
15214 * testSAX.c: fixed problem with cdata reporting
15215 * SAXresult/* : updated
15216
Daniel Veillard1e851392000-10-15 10:02:56 +000015217Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15218
15219 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15220 Closed bug #27499, added to regression tests
15221 * TODO: updated
15222
Daniel Veillard7eda8452000-10-14 23:38:43 +000015223Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15224
15225 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15226 support for SCRIPT and STYLE with help from Bjorn Reese
15227 * test/HTML/* result/HTML/*: added simple testcase and updated
15228 the existing ones.
15229
Daniel Veillardff9c3302000-10-13 16:38:25 +000015230Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15231
15232 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15233 string-range for empty strings
15234 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15235 test/XPath/xptr/strrange: augmented the XPointer testsuite
15236
Daniel Veillard189446d2000-10-13 10:23:06 +000015237Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15238
15239 * doc/xml.html doc/xmlmem.html: added a module describing memory
15240 interfaces and use, updated the main page.
15241
Daniel Veillard2f971a22000-10-12 23:26:32 +000015242Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15243
15244 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15245 nanoftp code work on Windows too now
15246
15247Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015248
15249 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15250 * xpointer.c: implemented string-range() at least a good first version
15251 * test/XPath/docs/str test/XPath/xptr/strrange
15252 result/XPath/xptr/strrange: the string-range() tests
15253
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015254Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15255
15256 * Makefile.am include/Makefile.am include/win32config.h
15257 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15258 and make distcheck
15259
Daniel Veillard19d61112000-10-11 23:50:35 +000015260Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15261
15262 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15263 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15264 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15265
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015266Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15267
15268 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15269 patch for socklen_t detection by
15270 Albert Chin-A-Young <china@thewrittenword.com>
15271
Daniel Veillardcd429612000-10-11 15:57:05 +000015272Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15273
15274 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15275 and added a --dtdvalid option to xmllint used to test it
15276
Daniel Veillard47c02452000-10-11 13:04:36 +000015277Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15278
15279 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
15280 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
15281
Daniel Veillard2d38f042000-10-11 10:54:10 +000015282Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
15285 handlings (registration, lookup, cleanup)
15286
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000015287Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15288
15289 * configure.in Makefile.am include/makefile.am: adding XPointer
15290 and XPtrtests target
15291 * xpointer.[ch] : new files for XPointer support
15292 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
15293 more XPath tests
15294
Daniel Veillard57fda592000-10-10 23:24:14 +000015295Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15296
15297 * configure.in: fixed, very broken, make distcheck works again
15298
Daniel Veillarde8282ed2000-10-10 23:01:31 +000015299Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15300
15301 * More work toward 2.2.5, integrated a number of patches
15302 * configure.in Makefile.am win32config.h.in: trying to cleanup
15303 make distcheck .... huh ...
15304 * include/Makefile.am include/win32config.h: new directory
15305 for includes
15306 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15307 updated teh makefiles and instructions for WIN32
15308 * xpath.c: small fixes
15309 * test/XPath/ results/XPath: updated the testcases and results
15310 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15311 suggested patches
15312 * valid.c: fixed an ID bug
15313
Daniel Veillardb71379b2000-10-09 12:30:39 +000015314Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15315
15316 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015317 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015318 * xpath.[ch]: worked on XPointer
15319
Daniel Veillard7e99c632000-10-06 12:59:53 +000015320Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15321
15322 * configure.in Makefile.am: 2.2.5, ship the include in an
15323 include/libxml subdirectory, use symlinks when using CVS
15324 * testSAX.c: fixed small bug
15325 * testXPath.c: changed the way testfiles are parsed
15326 * debugXML.c: same kind of cleanup when parsing an argument expression
15327 XPath/XPointers can have blanks embedded
15328 * xpath.[ch]: more cleanup, reorgs for XPointer work
15329 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15330 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15331
Daniel Veillard55b91f22000-10-05 16:30:11 +000015332Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15333
15334 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15335 in the XPath engine, rewrote large parts of it, now it's far
15336 cleaner and in sync with the REC not an old WD. Fixed a parsing
15337 problem in the interactive XML shell found when testing XPath.
15338
Daniel Veillardac260302000-10-04 13:33:43 +000015339Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15340
15341 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15342 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15343 examples with the extra test
15344
Daniel Veillard7cfce322000-10-04 12:40:27 +000015345Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15346
15347 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15348 the global init function.
15349
Daniel Veillard970112a2000-10-03 09:33:21 +000015350Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15351
15352 * HTMLparser.c: Doohhh, attribute name parsing was still case
15353 sensitive ! Fixed this ...
15354 * result/HTML/* : updated the tests results accordingly
15355
Daniel Veillard740abf52000-10-02 23:04:54 +000015356Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15357
15358 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15359 engine, should be far more stable, incorporated a new version of
15360 preceding/following axis, need testing
15361 * uri.c: fixed file:///c:/a/b/c problem
15362 * test/XPath/tests/idsimple: augmented the XPath tests
15363
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015364Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15365
15366 * doc/* rebuilding docs for 2.2.4 release
15367
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015368Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15369
15370 * configure.in: releasing 2.2.4
15371 * parser.[ch]: added xmlStrEqual()
15372 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15373 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15374 use xmlStrEqual instead
15375 * TODO: updated
15376 * added an XPath test
15377
Daniel Veillardbc765302000-10-01 18:23:35 +000015378Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15379
15380 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15381 * entities.h: exported xmlInitializePredefinedEntities
15382 * parser.[ch] : added xmlInitParser()
15383 * parserInternals.h : had to export htmlInitAutoClose()
15384
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015385Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15386
15387 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15388 problems
15389 * Makefile.am : added XPath regression tests to normal tests
15390 * uri.c: fixed a problem with local paths, cleanup
15391 * parser.c: fixed a problem with large CData sections
15392
Daniel Veillardd2ade932000-09-30 14:39:55 +000015393Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15394
15395 * configure.in xml-config.in: patch from "Ben Taylor"
15396 <sol7x86@hotmail.com> for solaris shared libs lookup
15397
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000153982000-09-30 Martin Baulig <baulig@suse.de>
15399
15400 * libxml-2.0.pc.in: Provide pkg-config script.
15401
15402 * configure.in: Create the libxml-2.0.pc script from the
15403 libxml-2.0.pc.in templates.
15404 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015405 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015406
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015407Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15410 when compiling with MSC
15411
Daniel Veillard46057e12000-09-24 18:49:59 +000015412Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15413
15414 * xpath.c: patch for normalize-string() substring-before(),
15415 substring-after() and translate() functions from Bjorn Reese
15416 <breese@mail1.stofanet.dk>
15417 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15418 Fredrik Hallenberg <hallon@lysator.liu.se>
15419 * TODO: updated
15420
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015421Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15422
15423 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15424 problem of socklen_t being undefined on a number of platforms
15425 * debugXML.c: fixed a compilation problem when without snprintf
15426
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015427Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15428
15429 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15430 an URI bug and a fix for the control-character-induced infinite loop
15431 * nanohttp.c: preventive fix for compiling on WIN32
15432
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015433Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15434
15435 * xmlint.c: closing bug #25000
15436
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015437Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15440 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15441 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15442 related function, fixing xmlStrncmp(), and associated cleanup
15443 * result/HTML/entities.html.sax: updating result
15444
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015445Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15446
15447 * uri.c: applied patch for URI escaping from Wayne Davison
15448 <wayned@blorf.net>
15449 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15450 from Denis Barbier <barbier@imacs.polytechnique.fr>
15451 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15452 patch from Wayne Davison
15453
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015454Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15455
15456 * doc/xml.html : updated with new releases, adding "how to help"
15457
Daniel Veillard04698d92000-09-17 16:00:22 +000015458Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15459
15460 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15461 removed a few warnings in pedantic mode ...
15462 * parserInternals.c parser.c: moved encoding switching function
15463 to parserInternals.c
15464 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15465
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015466Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15467
15468 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15469 error or warning handlers
15470
Daniel Veillardb1059e22000-09-16 14:02:43 +000015471Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * parserInternals.c parserInternals.h parser.c Makefile.am:
15474 created a new module parserInternals.c, moved most of the
15475 code shared by the various parsers there, as well as
15476 deprecated code from parser.c. More cleanup of parser.c
15477 * uri.c: fixed a problem when URI is NULL
15478 * valid.c: speedup when looking for an attribute declaration
15479
Daniel Veillard39c7d712000-09-10 16:14:55 +000015480Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15481
15482 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15483 the cleanup of the computation of URI references when seeking
15484 external entities. The URI reference string and the resulting
15485 URI are both stored now.
15486 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15487 large s(n)printf checks and cleanup from Denis Barbier
15488 <barbier@imacs.polytechnique.fr>
15489 * xmlversion.h.in tree.h: couple of SGML declarations for a
15490 possible docbook module.
15491 * result/VC/ : a couple of test output changed due to the change
15492 of the entities URI
15493
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015494Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15495
15496 * parser.h: added a _private field for linking user's data
15497
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015498Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15499
15500 * parser.c parserInternals.h: demacroified most of the IS_XXX
15501 the gain in size is significant so ...
15502
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015503Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15504
15505 * entities.c: cases where looking up entities with doc==NULL
15506 covered
15507
Daniel Veillard90e11312000-09-05 10:42:32 +000015508Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15509
Daniel Veillard1de50802000-09-07 08:54:32 +000015510 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015511 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15512
Daniel Veillard98a79162000-09-04 11:15:39 +000015513Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15514
Daniel Veillard1de50802000-09-07 08:54:32 +000015515 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015516 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15517 * Makefile.in: added URItest and included thenin "make tests"
15518
15519Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015520
15521 * xmlversion.h.in: closed bug 22941
15522
Daniel Veillard2bb89092000-08-31 14:57:50 +000015523Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * doc/xmlio.html: added doc and example for entity loader
15526 redefinition.
15527
Daniel Veillard96984452000-08-31 13:50:12 +000015528Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15529
15530 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15531 used by libxml
15532
Daniel Veillarde715dd22000-08-29 18:29:38 +000015533Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15534
15535 * parser.c: Fixed bug on invalid ontent characters and when using
15536 push.
15537 * xmllint.c: fixed xmllint endling of errors in push mode
15538
Daniel Veillard4948eb42000-08-29 09:41:15 +000015539Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15540
15541 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015542 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015543 * result/HTML/*.sax: regenerated HTML SAX output
15544 * parser.c: more cleanup.
15545
Daniel Veillarde010c172000-08-28 10:04:51 +000015546Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15547
15548 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015549 patches from Wayne Davison <wayned@users.sourceforge.net>,
15550 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015551 * HTMLparser.c: fixed an ignorable white space detection bug
15552 occuring when parsing with SAX only
15553 * result/HTML/*.sax: updated since the output is now HTML
15554 encoded...
15555
Daniel Veillard47f3f312000-08-27 22:40:15 +000015556Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15557
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015558 * HTMLparser.[ch]: applied some of Wayne Davison
15559 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015560
Daniel Veillarde0854c32000-08-27 21:12:29 +000015561Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15562
15563 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15564 undeclared namespace prefix was used, added a warning.
15565 Cleaned up support w.r.t. entities, spilling out a warning
15566 and being pedantic on lookups.
15567 * test/warning/ent9 : added testcase for previous example.
15568 * TODO: updated
15569 * parserInternals.h parser.c: changed the way names are parsed
15570 now allow infinite size and decrease penalty for normal use
15571 * parser.c: Started a big cleanup/check of the parser code,
15572 fixed some of the most tortuous entity code, spotted code
15573 unused anymore
15574 * test/*: added tests for very long names and related nasty
15575 things.
15576
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015577Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15578
15579 * doc/encoding.html: added encoding aliases doc
15580 * doc/xml.html: updates
15581 * encoding.[ch]: added EncodingAliases functions
15582 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15583 bottleneck affecting large DTDs like Docbook
15584 * parser.[ch] xmllint.c: added a pedantic option, will be
15585 useful
15586 * SAX.c: redefinition of entities is reported in pedantic mode
15587 * testHTML.c: uninitialized warning from gcc
15588 * uri.c: fixed a couple of bugs
15589 * TODO: added issue raised by Michael
15590
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015591Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15592
15593 * doc/encoding.html: propagated Martin Duerst suggestions
15594
Daniel Veillard52402ce2000-08-22 23:36:12 +000015595Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15596
15597 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15598 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15599 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15600 by Wayne Davison
15601
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015602Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15603
15604 * nanoftp.c nanohttp.c: small cleanup
15605 * TODO: updated
15606
Daniel Veillard244ece92000-08-19 20:58:02 +000015607Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15608
15609 * added an old VC testcase and updated title.xml entity
15610
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015611Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15612
15613 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15614 done on auto-opening of <p> tags and cleanup of SAX output
15615
Daniel Veillard979e55e2000-08-19 16:48:54 +000015616Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15619
Daniel Veillard4540be42000-08-19 16:40:28 +000015620Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15621
15622 * doc/xml.html libxml.* structure.*: updated the doc a bit
15623
Daniel Veillard808a3f12000-08-17 13:50:51 +000015624Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15625
15626 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15627 of SAX tests
15628
Daniel Veillard29579362000-08-14 17:57:48 +000015629Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15630
15631 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15632 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15633
Daniel Veillard1255ab72000-08-14 15:13:33 +000015634Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15635
15636 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15637 * testHTML.c: fix core dump on Solaris 2.x systems
15638 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15639 * result/HTML/*.sax: previous bug fix lead to new results
15640
Daniel Veillard03109292000-08-14 14:58:22 +000015641Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15642
15643 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15644 * configure.in: added --with-readline=DIR to accept alternate
15645 path for readline include/library
15646 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15647 for ANSI under HP-UX
15648 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15649 includes @LIBS@
15650
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015651Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15652
15653 * doc/* : rebuilt the docs
15654 * getting ready for 2.2.2 release
15655
Daniel Veillard87b95392000-08-12 21:12:04 +000015656Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15657
15658 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15659 and xmlAddFeature()
15660 * tree.[ch]: added xmlAddChildList()
15661 * xmllint.c: MAP_FAILED macro test
15662 * parser.h: added xmlParseCtxtExternalEntity()
15663 * valid.c: applied bug fixes removed warning
15664 * tree.c: added CDATA block to elements content
15665 * testSAX.c: cleanup of output
15666 * testHTML.c: added SAX testing
15667 * encoding.c: better error recovery
15668 * SAX.c, parser.c: fixed one of the external entity processing
15669 of the OASis testsuite
15670 * Makefile.am: added HTML SAX regression tests
15671 * configure.in: bumped to 2.2.2
15672 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15673 SAX results
15674
Daniel Veillard88a172f2000-08-04 18:23:10 +000015675Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * configure.in: patch for HP compiler
15678
156792000-08-04 Sven Heinicke <sven@zen.org>
15680
15681 * xmllint.c: Was coredumping sometimes when the file given didn't
15682 exist.
15683
Daniel Veillard46e370e2000-07-21 20:32:03 +000015684Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15685
15686 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015687
Daniel Veillard46e370e2000-07-21 20:32:03 +000015688 when using in memory parsing. Need some cleanup.
15689 * xmllint.c configure.in: added a --memory flag to test memory
15690 parsing
15691
Daniel Veillard36650692000-07-21 15:16:39 +000015692Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * nanohttp.c: fixed socklen_t replacement to unsigned int
15695 * parser.c: fixed a space handdling missing at the end of
15696 production 28 DOCTYPE.
15697 * xmlmemory.c: fixed a stupid bug on the routine to override
15698 allocation functions
15699 * TODO: updated
15700
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015701Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15702
15703 * doc/ regenerated the docs
15704
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015705Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15706
15707 * doc/encoding.html doc/xml.html: added I18N doc
15708 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15709 improvements, both parser and filters, added ASCII & HTML,
15710 fixed the ISO-Latin-1 one
15711 * xmllint.c testHTML.c: added/made visible --encode
15712 * debugXML.c : cleanup
15713 * most .c files: applied patches due to warning on Windows and
15714 when using Sun Pro cc compiler
15715 * xpath.c : cleanup memleaks
15716 * nanoftp.c : added a TESTING preprocessor flag for standalong
15717 compile so that people can report bugs more easilly
15718 * nanohttp.c : ditched socklen_t which was a portability mess
15719 and replaced it with unsigned int.
15720 * tree.[ch]: added xmlHasProp()
15721 * TODO: updated
15722 * test/ : added more test for entities, NS, encoding, HTML, wap
15723 * configure.in: preparing for 2.2.0 release
15724
Daniel Veillard49703262000-07-10 10:27:46 +000015725Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015728 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015729
Daniel Veillard306be992000-07-03 12:38:45 +000015730Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15731
15732 * doc/xml.html: changed the xmlsoft.org structure, updated the
15733 examples w.r.t. root and childs
15734
Daniel Veillard7d853352000-07-02 18:53:09 +000015735Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15736
Daniel Veillard784b9352003-02-16 15:50:27 +000015737 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015738
Daniel Veillard365e13b2000-07-02 07:56:37 +000015739Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15740
15741 * HTMLparser.c: Work on character encoding support for the HTML parser
15742 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15743 * encoding.c: Fixed a potential memleak in the encoding stuff
15744
Daniel Veillardaf743792000-07-01 11:49:28 +000015745Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15746
15747 * doc/FAQ.html doc/Makefile.am : added a FAQ
15748
15749Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015750
15751 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15752 of the HTML parser to force it to not bypass SAX
15753
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015754Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15755
15756 * win32config.h.in: updated
15757 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15758 lacks iconv support :-( need to release 2.1.1
15759 * configure.in: release 2.1.1
15760 * HTMLparser: fixed bug #14784
15761 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15762 by Windows compiler
15763 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15764 the SAX startDocument() callback.
15765 * TODO: updated
15766
15767Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15768
15769 * added xmlStopParser()
15770
Daniel Veillardbe803962000-06-28 23:40:59 +000015771Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * configure.in: 2.1.0 prerelease
15774 * Large resync between W3C and Gnome tree
15775 * nanoftp, nanohttp.c: fixed stalled connections probs
15776 * HTMLtree.c SAX.c : support for attribute without values in
15777 HTML for andersca
15778 * valid.c: Fixed most validation + namespace problems
15779 * HTMLparser.c: start document callback for andersca
15780 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15781 * parser.h, SAX.c: serious speed improvement for large
15782 CDATA blocks
15783 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15784 different encoding
15785 * example/Makefile.am example/gjobread.c tree.h: work on
15786 libxml1 libxml2 convergence.
15787 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15788 and the LIBXML_TEST_VERSION macro
15789
Daniel Veillardc310d562000-06-23 18:32:15 +000015790Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15791
15792 * doc/xml.html: various patches and improvements typo fixed by
15793 Felix Natter
15794 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15795 from Felix Natter <fnatter@gmx.net>
15796
Daniel Veillardf3029822000-05-06 08:11:19 +000015797Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15798
15799 * doc/upgrade.html: updated with instructions for support of both
15800 libxml-1.x and libxml-2.x
15801 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15802 for 2.x support and also fixed includes
15803
15804
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015805Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15806
15807 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15808 the encoding support, added iconv support, so now libxml if
15809 compiled with iconv automatically support japanese encodings
15810 among others. Work based on initial patch from Yuan-Chen Cheng
15811 I may have broken binary compat in the encoding handler
15812 registration scheme, but that was so utterly broken I don't
15813 expect anybody to have used this feature until now.
15814 * parserInternals.h: fixup on the CHAR range macro
15815 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15816 code.
15817 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15818 * uri.c: added xmlParseURI() I can't believe I forgot to
15819 implement this one in 2.0 !!!
15820 * SAX.c: moved doc->encoding update in the endDocument() call.
15821 * TODO: updated.
15822
Daniel Veillard06047432000-04-24 11:33:38 +000015823Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * tree.h: removed extraneous xmlRemoveProp definition
15826 * TODO: added item about --disable-corba configure switch
15827 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15828 * nanoftp.c: fixed include problems giving troubles on AIX and
15829 slowlaris
15830 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15831 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15832 comment and headers changes to lower gtk-doc number of warnings
15833 * doc/html/*: rebuilt docs
15834
Daniel Veillarde0aed302000-04-16 08:52:20 +000015835Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15836
15837 * HACKING: documented the tag for 1.x and instructions
15838
Daniel Veillard5e873c42000-04-12 13:27:38 +000015839Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15840
15841 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15842 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15843 xmlCreateIOParserCtxt
15844 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15845 significant overall improvement
15846 * xmllint.c: added I/O test to xmllint
15847 * testSAX.c: added a speed test
15848 * doc/* : updated/regenerated
15849
Daniel Veillardfc708e22000-04-08 13:17:27 +000015850Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * xpath.c uri.h parserInternals.h: cosmetic changes from
15853 "Timur I. Bakeyev" <timur@bat.ru>, including making
15854 xmlCreateURI() public
15855
Daniel Veillard5d211f42000-04-07 17:00:24 +000015856Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15857
15858 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15859 and the code at the same time. Added a clean mechanism for
15860 overload or added input methods: xmlRegisterInputCallbacks()
15861 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15862 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15863 * TODO: updated
15864 * doc/* : updated/regenerated
15865 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15866 source dir
15867
Daniel Veillarde77a9182000-04-05 19:12:29 +000015868Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15869
15870 * testURI.c: yet another forgotten commit, I should get some sleep !
15871
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015872Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15873
15874 * xmllint.c: forgot to commit this too ?
15875
Daniel Veillardb9df4042000-04-05 14:23:16 +000015876Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15877
15878 * xmlversion.h.in : forgot to commit this previously
15879
Daniel Veillard361d8452000-04-03 19:48:13 +000015880Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15881
15882 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15883 * README TODO: updated for release
15884 * uri.c uri.h: added authority parsing/saving
15885 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15886 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15887 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15888 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15889 Makefile.am : added compile-time customization of libxml
15890 --with-ftp --with-http --with-html --with-xpath --with-debug
15891 --with-mem-debug
15892 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15893 #include <libxml/xxx.h> I hope it won't break too much stuff
15894 and will be manageable in the future...
15895 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15896 and added xmllint to the installed programs
15897 * uri.h: added xmlFreeURI()
15898
Daniel Veillardec303412000-03-24 13:41:54 +000015899Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15900
15901 * uri.c uri.h: finished the escaping handling, the base support
15902 and the URI path normalization. Looks good just lacks the
15903 authority content parsing code.
15904 * Makefile.am: added instructions to generate testURI
15905 * TODO: updated
15906 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15907 added links and icons for W3C and Gnome
15908
Daniel Veillard8f621982000-03-20 13:07:15 +000015909Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15910
15911 * xmlmemory.[ch] : seems I forgot to actually update the files in
15912 the last commit :-)
15913 * doc/xml.html doc/html/* : updated and uploaded the docs
15914
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015915Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15916
15917 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15918 * TODO: updated
15919 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015920 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015921 gfree).
15922 * Makefile.am, uri.c, uri.h: added a set of functions to do
15923 exact (litteraly copied from the RFC 2396 productions) parsing
15924 and handling of URI. Will be needed for XLink, one XML WFC,
15925 XML Base and reused in the nano[ftp/http] modules. Still work
15926 to be done.
15927
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015928Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15929
15930 * configure.in, libxml.spec.in : libxml2
15931 * doc/* : updated the doc page, rebuilt the docs
15932
Daniel Veillardcf461992000-03-14 18:30:20 +000015933Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15934
15935 * all: tagged LIB_XML_1_X
15936 * *.c *.h : updated from W3C CVS tree
15937 * configure.in : 2.0.0-beta
15938 * libxml.spec.in : libxml2 package nam
15939 * result/* : new version of the tests output
15940
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015941Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15942
15943 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15944
Daniel Veillardb566ce12000-03-04 11:39:42 +000015945Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15946
15947 * doc/* : rebuilt the docs
15948 * parser.c: final patch on #6766
15949 * valid.c: small patch on validity checks.
15950
Daniel Veillardfb76c402000-03-04 11:39:42 +000015951Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15952
15953 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15954 added
15955 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15956 compatibility w.r.t. XML spec and existing code.
15957
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015958Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * parser.c: seems a better solution to <a> </a> exists,
15961 will try it for a while
15962
Daniel Veillard83a30e72000-03-02 03:33:32 +000015963Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15964
15965 * parser.c: tried to remove the <a> </a> generating <a/>
15966 this is hard. Left a flag for that purpose. Fixed bug #6766
15967 * configure.in: prepared 1.8.7 not released, due to previous
15968 problem
15969
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015970Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15971
15972 * doc/xml.html : applied second patch from Paul DuBois
15973
Daniel Veillard402e8c82000-02-29 22:57:47 +000015974Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15975
15976 * doc/xml.html : applied patch from Paul DuBois
15977
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015978Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15979
15980 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15981
Daniel Veillard5feb8492000-02-02 17:15:36 +000015982Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15983
15984 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15985 compilation warnings on various platforms.
15986 * parser.c: Fixed #5281 validity error callbacks are now desactived
15987 by default if not validating.
15988
Daniel Veillardf341f932000-02-02 14:52:08 +000015989Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15990
15991 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15992
Daniel Veillard13c757e2000-02-01 23:59:15 +000015993Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15994
15995 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15996 <gkatsi@cs.toronto.edu>
15997
Daniel Veillard726e8792000-01-30 20:04:29 +000015998Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15999
16000 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16001 processing URLs
16002
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016003Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16004
16005 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16006 xmlNanoFTPUpdateURL for persistent control connections.
16007 * configure.in: 1.8.6
16008
16009Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16012 * tree.[ch] : added xmlSaveNoEmptyTags
16013
James Henstridgef3be9312000-01-28 13:59:21 +0000160142000-01-29 James Henstridge <james@daa.com.au>
16015
16016 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16017
16018 * Makefile.am: added nanoftp.[ch] to the build.
16019
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016020Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16021
16022 * nanoftp.[ch]: cleanup, comments, API
16023 * debugXML.c : fixed a bug in the cat command
16024 * doc/*: regenerated the docs
16025
Daniel Veillardda07c342000-01-25 18:31:22 +000016026Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16027
16028 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16029 * debugXML.c : fixed a bug in the cat command
16030 * valid.c: fixing some small probs
16031 * libxml.spec.in: get rid of the SNAP suffix
16032 * doc/xml.html: updated the status
16033
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016034Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16035
16036 * xml-config.in: xml-config --version to just return the
16037 version number
16038 * xpath.c: some cleanup w.r.t. axis when the current node is
16039 an attribute.
16040 * TODO: updated
16041
Daniel Veillard461a66c2000-01-18 18:01:01 +000016042Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16043
16044 * configure.in: prepared for libxml-1.8.5
16045 * doc/* recompiled the documentation
16046
160472000-01-17 Jody Goldberg <jgoldberg@home.com>
16048
16049 * configure.in : WARNING autoconf subtlety alert :
16050 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16051 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16052 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16053 get defined by AC_CHECK_HEADERS.
16054
Daniel Veillardf967b902000-01-17 16:06:10 +000016055Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16056
16057 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16058 Rune.Djurhuus@fast.no
16059
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016060Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * TODO: updated
16063 * tree.c, parser.c: made sure that only memory alloc problems
16064 and internal parser errors are allowed to write to stdout or
16065 stderr.
16066
Daniel Veillard0142b842000-01-14 14:45:24 +000016067Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16068
16069 * tree.c : restored xmlNewGlobalNs since this seems used by
16070 a lot of existing code :-(, fixed a bug in xmlNewNs
16071 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16072 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16073 to exit() from the library code.
16074 * xpath.c, parser.c: removed bugs or unused code detected by
16075 Windows compilers
16076 * parser.c: started adding interfaces for parsing well balanced
16077 XML fragments
16078 * configure.in: releasing 1.8.4
16079 * doc/* : rebuilt the docs
16080
Daniel Veillard2eac5032000-01-09 21:08:56 +000016081Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16082
16083 * tree.[ch] : added xmlNewDocFragment() for DOM
16084 * testHTML.c: uninitialized variable.
16085
Daniel Veillardf3a73582000-01-05 14:58:39 +000016086Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16087
16088 * doc/* : rebuild the docs
16089
Daniel Veillard71b656e2000-01-05 14:46:17 +000016090Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16091
16092 * acconfig.h: readline and history patch
16093 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16094 * tree.c: added check and handling when possibly removing an ID
16095 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16096 and saving.
16097 * test/HTML/entities.html result/HTML/entities.html* : test for
16098 various entities reference cases
16099 * result/HTML/* : as a result output of some testcase have
16100 changed
16101 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16102 by previous example. added xmlParseTryOrFinish().
16103 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16104 entities.h debugXML.h HTMLparser.h: changed the way struct are
16105 declared to allow gtk-doc to expose those
16106 * parser.c: closed bug #4960
16107 * Makefile.am configure.in: Applied patch from
16108 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16109 and math/socket libs detection
16110
Daniel Veillard437b87b2000-01-03 17:30:46 +000016111Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16112
16113 * configure.in, Makefile.am: link tester against readline
16114 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16115
Daniel Veillard686d6b62000-01-03 11:08:02 +000016116Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * tree.[ch]: added xmlRemoveProp
16119 * win32config.h.in nanohttp.c: avoid including the Windows
16120 socket stuff in every C files
16121 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16122 the XmL parser(s)
16123 * test/ns4 result/ns4 etc...: added test case for previous prob
16124 * tree.c: xmlNewNs wasn't checking for double definition
16125 * Makefile.in: fixed a problem with dist-hook duplicates
16126 * parser.[hc], xmlIO.c: fixed the loading of external entities
16127 APIs, now xmlLoadExternalEntity() is used everywhere and
16128 setting up an app specific front-end using the
16129 * SAX.c parser.c: some fixes, now the xhtml spec validates
16130 with the xhtml DTD.
16131 * error.c: fixed crashes in case of no input stream
16132 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16133 to the validation tests and results
16134
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016135Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16136
16137 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16138 too htmlCreatePushParserCtxt() and htmlParseChunk()
16139 * parser.c: a bit of cleanup.
16140 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16141 to XML) removed the last mem leak known
16142 * HTMLtree.c: output message cleanup
16143 * xmlmemory.c: display content info about memory blocks
16144 * result/HTML/wired.* : missing att value warning change
16145
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016146Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16147
16148 * doc/* : rebuilt the documentation
16149
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016150Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16151
16152 * parser.[ch] parserInternals.h: Push parser for XML,
16153 seems to work fine now
16154 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16155 --push for push testing
16156 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16157 * testSAX.c: added --push
16158 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16159 subtree
16160 * xmlIO.[ch] : enriched API + fixes for push mode
16161 * entities.[ch]: added the entity content length to the struct.
16162 * xmlmemory.[ch]: new API to show the last entries for the shell
16163 * valid.c: added required attribute testing
16164 * SAX.c: the cdata callback now merge contiguous fragments
16165 * HTMLparser.c: cleanup of some macros
16166
Daniel Veillard3c558c31999-12-22 11:30:41 +000016167Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16168
16169 * parser.c: fix for PIs name starting with xml
16170 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016171 * *.c, configure.in win32config.h.in : generate win32config.h for
16172 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016173
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016174Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16175
16176 * parser.c: fixed a stupid = vs. == bug :-(
16177 * doc/gnome-xml.sgml: s/glade/xml/
16178
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016179Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16180
16181 * configure.in, doc/xml.html : bug fix release 1.8.2
16182 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16183 Hopefully the end of that silly C++ include problem
16184 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16185 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16186 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16187 troubles with autoclosed elements when the stree shape doesn't
16188 follow the DtD specs. Added htmlIsAutoClosed() and
16189 htmlAutoCloseTag()
16190 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16191 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16192 * debugXML.c: fixed a bug on printing default namespaces.
16193 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16194
Daniel Veillardb24054a1999-12-18 15:32:46 +000016195Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16196
16197 * result/HTML/*.htm[l] : updated the HTML regression tests according
16198 to the new output
16199 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16200 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16201 problem due to intermix of extern "C" { ... } declarations for C++
16202 and recursive includes in the headers
16203
Chris Lahey323c48c1999-12-18 15:32:45 +0000162041999-12-20 Chris Lahey <clahey@umich.edu>
16205
16206 * HTMLtree.c: Made it so that html nodes with a single child do
16207 not insert a carriage return before or after the child node.
16208
Daniel Veillardb24054a1999-12-18 15:32:46 +000016209Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016210
16211 * configure.in, doc/xml.html : bug fix release 1.8.1
16212 * parser.c: fixed bug #4344
16213 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16214 added the glue to avoid C++ problems
16215 * doc/* : regenerated the documentation
16216
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016217Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16218
16219 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16220 namespace recognition, and Dia as a resul :-(
16221 * encoding.c: closed bug #3950
16222
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016223Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16224
16225 * valid.c: debugging a posteriori validation, except URI expansion
16226 stuff this should be fixed now
16227 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16228 Carl Nygard <cnygard@bellatlantic.net>
16229 * tester.c: added --postvalid, cleaning of the code
16230 * tree.[ch]: added xmlDocGetRootElement()
16231
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016232Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16233
16234 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16235 c++ losage.
16236
Daniel Veillard10a2c651999-12-12 13:03:50 +000016237Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16238
16239 * configure.in, doc/xml.html : bumped to 1.8.0
16240 * xlink.[ch], Makefile.am : added framework for link detection
16241 * parser.h: added nbChars to parser context, needed for cleanup.
16242 * xmlmemory.c: removed a nasty bug when out of mem
16243 * valid.[ch]: adding namespace support for attribute decl
16244 * tester.c: added --debugent option
16245 * debugXML.[ch]: added xmlDebugDumpEntities()
16246 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16247 buffers instead, this was really needed, validation was breaking
16248 in strange ways due to that. Added xmlParseStringPEReference()
16249 and other parsing from strings functions. Entities processing
16250 modified again, but PERef are still not handled correcly but
16251 unless you're Eve Maller you won't notice :-)
16252 * HTMLparser.c: large changes toward reliability, and switched to
16253 lowercase internal tags, XHTML is lowercase, so it will help
16254 that output is closer to next version.
16255 * doc/* : regenerated the documentation, it is now hosted at
16256 http://xmlsoft.org/ (same bits I just bought the domain :-)
16257
16258
Daniel Veillard294cbca1999-12-03 13:19:09 +000016259Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16260
16261 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16262 doc generation
16263 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16264 in the SAX API
16265 * doc/*: rebuilt the doc making sure everything appears in the
16266 HTML files
16267
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016268Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16269
16270 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16271 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16272 which allow impressive speed improvement on dataset with
16273 large text pieces, but at the cost of broken binary
16274 compatibility and slightly bigger memory usage.
16275 Configure with --with-buffers to activate them, they
16276 are protected with XML_USE_BUFFER_CONTENT define.
16277 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
16278 goal is 0 memory left allocated once parser is no more used
16279 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
16280 call xmlCleanupParser() and xmlMemoryDump()
16281
Daniel Veillarda819dac1999-11-24 18:04:22 +000016282Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16283
16284 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
16285 * parser.[ch] encoding.[ch]: added memory cleanup routines
16286 * parser.c: closing bug #3788
16287 * doc/*: rebuilt the doc
16288
Daniel Veillard11a48ec1999-11-23 10:40:46 +000016289Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16290
16291 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
16292 xmlNewTextChild() and xmlSetCompressMode() behaviour.
16293 * tester.c: added --compress option
16294 * doc/*: rebuilt the documentation
16295
Daniel Veillard4c3a2031999-11-19 17:46:26 +000016296Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16297
16298 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
16299 if given /proc/kcore as input !
16300 * doc/xml.html doc/*: updated and rebuilt the documentation
16301
16302Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016303
16304 * parser.c: Fixed some wrongly space collapsing code due to
16305 a misreading of the spec.
16306 * result/*: fixed the output accordingly
16307
16308Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016309
16310 * encoding.c: bug fix and typos
16311 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16312 * parser.c: added attribute normalization closing bug #3597
16313 * test/att* result/att* SAXresult/att*: testcase for attribute
16314 normalization
16315
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016316Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16317
16318 * configure.in: closing bug #3163 by adding extra flags for the
16319 cc compiler on HP-UX
16320
Daniel Veillard51e3b151999-11-12 17:02:31 +000016321Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16322
16323 * valid.[ch] : removed a typo and an enumerated type bug in the
16324 xmlAddElementDecl() function
16325 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16326 call to xmlEncodeEntitiesReentrant() so that the functions
16327 New, Set and Get are at the same level.
16328 * parser.c HTMLparser.c: extra memory allocation bug for
16329 attributes detected by someone using libxml in embedded systems :-)
16330
Daniel Veillard962195f1999-10-28 15:51:53 +000016331Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16332
16333 * xmlmemory.h: turned off mem debug :-\
16334
Daniel Veillard35008381999-10-25 13:15:52 +000016335Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16336
16337 * parser.c: closed bug #2784 a one line fix, but worth pushing
16338 a new release out
16339 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16340 some structures, comments before and after the
16341 main element, and other nastyness
16342 * HTMLtree.c tree.c: accomodate the extended HTML supported
16343 * configure.in: pushing 1.7.4
16344 * test/ent8 and related outputs : added a new test for bug #2784
16345 * test/HTML/wired.html and related output: a nasty HTML example
16346 * Makefile.am: improved the test scripts
16347 * docs/* : reran the documentation extractor, updated xml.html
16348
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016349Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16350
16351 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16352 HTMLparser and debugged the HTML related code. HTML documents
16353 now have their own type
16354 * entities.c: do not dump &apos; for HTML output
16355 * xmlmemory.c: improvement, breakpoint mechanism
16356 * testHTML.c: added --sax --repeat ...
16357 * Makefile.am: improved the HTML tests
16358 * valid.[ch]: added xmlValidGetValidElements and
16359 xmlValidGetPotentialChildren
16360 * tester.c: added --insert to test the 2 new functions
16361 * test//* result//* SAXresult//* : regression test cleanup
16362 and extension.
16363 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16364 gnome-xml-nanohttp.html
16365
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016366Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16367
16368 * HTMLparser.c: fixed problems with some autoclose tags
16369 * tree.c: fixed XML output problems.
16370 * result/* SAXresult/*: update of the tests output
16371
Daniel Veillard6077d031999-10-09 09:11:45 +000016372Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16373
16374 * Makefile.am: Arturo patch for xmlConf.sh version info
16375 * parser.c: Tim Josling patch for single quoted items
16376 * tester.c: Tim Josling patch for tester options usage
16377 * tree.h: indent cleanup
16378
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016379Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16380
16381 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16382 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16383
Daniel Veillard00fdf371999-10-08 09:40:39 +000016384Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16385
16386 * tree.c : Raph patch for initialization of CORBA fields
16387 * parser.c, xpath.c, ...: modification of doc comments
16388 * xpath.c : allow spaces in xpath expressions
16389
Daniel Veillardad219441999-09-27 08:17:49 +000016390Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16391
16392 * xmlmemory.h: turning off memory debug :-(
16393
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016394Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16395
16396 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16397 better SAX interfaces.
16398 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16399 entity.
16400 * configure.in: 1.7.2
16401
16402Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016403
16404 * libxml.spec.in: fixed the URL
16405 * doc/xml.html: improved the documentation front-end
16406
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016407Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016408
16409 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16410
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016411Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016412
16413 * libxml.spec.in: fixed the alpha compile problem
16414 * parser.[ch]: changed errno to errNo in the parser context :-(
16415 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16416 * doc/xml.html: changed CHAR to xmlChar
16417 * doc/html/*: recompiled the documentation
16418 * configure.in: 1.7.1
16419
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016420Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16421
16422 * parser.h: modified the parser context struct to regain 1.4.0
16423 binary compatibility
16424 * parser.c, xml-error.h: added errno ot teh context and defined
16425 a set of errors values with update of errno
16426 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16427 DTDs and entities
16428 * *.h, *.c: complete cleanup of the use of config.h and include
16429 protection depending on the current setup.
16430 * overalll debugging, maintenance and bug-fixing on all modules
16431 * updated the documentation
16432 * ready for 1.7.0
16433
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016434Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16435
16436 * HTMLparser.c : cleanup
16437 * SAX.c valid.c valid.h: added ID/IDREF checking
16438 * tree.c tree.h: extended doc structure for refs
16439 * configure.in: 1.6.2
16440 * parser.c: patched bug in SAX user arg call
16441 * parserInternals.h: patched missing close in C++ wrapping
16442 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16443 especially upcoming XPointer implementation.
16444 * doc/xml.html: augmented, typo
16445
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016446Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16447
16448 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16449 not all invocations of install understand -d.
16450
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016451Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16452
16453 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16454 to make 'check' works, when builddir != srcdir.
16455
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016456Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16457
16458 * doc/xml.html : updated the documentation
16459
Daniel Veillard6454aec1999-09-02 22:04:43 +000016460Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16461
16462 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16463 not deallocated memory blocks
16464 * *.c : replaces all calls to malloc() free() and realloc() to
16465 the wrapper functions/macros
16466 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16467 instead of xmlFreeNodeList()
16468
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016469Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16470
16471 * HTMLparser.c: corrected a stupid bug leading to core dump at
16472 tree deallocation. Removed warnings indicated by
16473 Stephane.Conversy@lri.fr
16474 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16475 looked for in the external subset
16476
16477Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016478
16479 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16480 on SGI by Stephane.Conversy@lri.fr
16481
Daniel Veillardb96e6431999-08-29 21:02:19 +000016482Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16483
16484 * all .h : changed the prototype declaration indent as in gtk
16485 * most .c : working on reducing the TODOs in the code
16486 * most .c : cleanup though -pedantic and Insure++
16487 * improvements on validation ID checkings.
16488 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16489 * xml-config.in: closed #1810
16490
16491Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016492
16493 * tree.h, valid.c, valid.h: more work on validity, IDs
16494 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16495 definition for AIX
16496
Daniel Veillardb556eb51999-08-15 17:19:50 +000016497Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16498
16499 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16500 the distribution due to a cut'n paste error at last commit
16501
Daniel Veillardb05deb71999-08-10 19:04:08 +000016502Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16503
16504 * configure.in: upgraded to version 1.4.0
16505 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16506 Big update, added a large part of the validation process,
16507 it should be usable, but some parts are missing
16508 * xpath.c: improved the implementation w.r.t. root.
16509 * Makefile.am: added more tests
16510 * test and result trees: added a lot of tests
16511 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16512
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016513Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16514
16515 * Added an HACKING file
16516
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016517Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16518
16519 * xpath.[ch] : improvements and debug of the XPath implementation
16520 * parser.c, HTMLparser.c : modified the parsers to be progressive
16521 * tree.[ch] : extended the Buffer promitives
16522 * xmlIO.[ch] : added basic I/O routines providing progressive
16523 parsing and ready for I18N conversion plugins
16524 * SAXresult/* : the SAX callback sequence maybe slightly different
16525 now
16526 * test*.c : improved/updated the tests programs
16527 * doc/* : recompiled the docs.
16528
Daniel Veillard15b75af1999-07-26 16:42:37 +0000165291999-07-26 Michael Meeks <michael@edenproject.org>
16530
16531 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16532
16533 * tree.c: Ditto.
16534
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016535Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16536
16537 * configure.in: upgraded to version 1.4.0
16538 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16539 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16540 XML query language, see http://www.w3.org/TR/xpath for more details.
16541 * parser.c, parser.h: added CHAR* related string functions for XPath
16542 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16543 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16544 rebuild the docs.
16545 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16546 and regression testing capabilities for XPath.
16547
Daniel Veillardd79d7871999-07-12 10:38:12 +000016548Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16549
16550 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16551 closing bug #1646
16552
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016553Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16554
16555 * Makefile.am, example/Makefile.am: closed bug #1683
16556
Daniel Veillard3166ab11999-07-11 16:14:19 +000016557Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16558
16559 * example/Makefile.am, configure.in: added the makefile for the
16560 gjobread example
16561
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016562Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16563
16564 * doc/Makefile.am:
16565 - fix which allow "make install DESTDIR=</install/prefix>".
16566
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016567Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16568
16569 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16570 which fixed a problem on the file reading-code.
16571
Daniel Veillard82150d81999-07-07 07:32:15 +000016572Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16573
16574 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16575 output.
16576 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16577
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016578Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16579
16580 * parser.h : Oops removed the binary compatibility problem
16581 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16582 * parser.c, HTMLparser.c: applied patches for reading from stdin
16583
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016584Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16585
16586 * parser.c, entities.c, valid.c: cleanup bug #1591
16587 * configure.in: cleanup bug #1592
16588 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16589 the same tree back-end. Hence gdome will be available for it.
16590 * doc/Makefile.am: close bug #617
16591
Daniel Veillard97fea181999-06-26 23:07:37 +000016592Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16593
16594 * parser.c: alloctate a per parser context SAX interface block
16595
Daniel Veillard14fff061999-06-22 21:49:07 +000016596Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16597
16598 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16599 and xmlEncodeEntitiesReentrant with the correct one :-\
16600
16601Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16602
16603 * commit of my internal XML base changes, quite a lot of
16604 changes, cleanups, better entities support, framework for
16605 new I/O and charset detection and handling
16606 * Fixed the configure/Makefile stuff to generate shared libs
16607 with the proper version info, so we jumped on rev from
16608 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16609 xmlEncodeEntities() result need to be freed now, and a string
16610 xmlParserVersion provide the current library version.
16611
Raph Levien05240da1999-06-15 21:27:11 +000016612Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16613
16614 * parser.c: fixed a buffer overrun for when you have a very long
16615 attribute with no entities in it.
16616
Daniel Veillardbb2da581999-06-13 14:37:07 +000016617Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16618
16619 * added example directory
16620 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16621
Daniel Veillard011b63c1999-06-02 17:44:04 +000016622Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16623
16624 * Release of libxml-1.1, nearly everything has been touched for
16625 this.
16626 * Added more regression tests
16627 * Updated the documentation
16628
Daniel Veillard27d88741999-05-29 11:51:49 +000016629Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16630
16631 * tree.[ch]: unified the XML_NO_CORBA defines.
16632 * parser.c encoding.[ch]: started plugging in char encoding detection
16633
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016634Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16635
16636 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16637 Also freed allocated buffer.
16638
Daniel Veillard27d88741999-05-29 11:51:49 +000016639Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016640 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16641 reentrancy problem at printing. One is left in entities.c, to
16642 remove ASAP
16643 * testSAX.c : added a test example showing the use of the SAX
16644 interface if one doesn't want to build the DOM tree.
16645 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16646
Daniel Veillard517752b1999-04-05 12:20:10 +000016647Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16648
16649 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16650 large revamping of the parser to use SAX callbacks
16651 http://www.megginson.com/SAX/ (or at least a C like interface
16652 a la Expat). It's now possible to set up your own callbacks
16653 and the parser will not build a DOM tree.
16654 * test/* result/*: updated the test suite, I finally removed
16655 the old Namespace draft support (PI based).
16656
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016657Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16658
16659 * Makefile.am: added test result to EXTRA_DIST for make tests
16660
Daniel Veillard64068b31999-03-24 20:42:16 +000016661Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16662
16663 * parser.c, parserInternals.h: moved the chars macro definitions
16664 to parserInternals.h
16665 * parser.c, error.c: applied patches from "Knut Åkesson"
16666 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16667
Daniel Veillard012ccc11999-03-23 10:11:11 +000016668Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16669
16670 * xml-config.in : applied patch to make --version work
16671
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000166721999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16673
16674 * Makefile.am (check-local): Alias for `tests' target. This will
16675 cause `make check' to do the right thing.
16676 (tests): Don't run tests in srcdir. Also, replaced calls to
16677 basename with a `sed' "equivalent".
16678
Daniel Veillardd109e371999-03-05 06:26:45 +000016679Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16680
16681 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16682 it in the header and not the sources, updated the doc.
16683 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16684 pointing this out.
16685
Daniel Veillardbc50b591999-03-01 12:28:53 +000016686Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16687
16688 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16689 exported the inputStream routines.
16690 * doc/html/* : updated accordingly
16691
Daniel Veillardd692aa41999-02-28 21:54:31 +000016692Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16693
16694 * parser.c, parser.h, parserInternals.h: added a few extra
16695 internal calls to allocate and free parser contexts ...
16696 * doc/html/* : updated accordingly
16697
Daniel Veillard55a99271999-02-25 11:01:29 +000016698Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16699
16700 * configure.in, Makefile.am, doc/makefile.am : General changes for
16701 1.0.0 release and including the generated HTML documentation.
16702
Daniel Veillard35925471999-02-25 08:46:07 +000016703Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16704
16705 * makefile.am : added parserInternals.h, oops.
16706
Daniel Veillard1e346af1999-02-22 10:33:01 +000016707Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16708
16709 * parserInternals.h: added this header giving access to the parser
16710 internal functions.
16711 * doc/Makefile.am : added a rebuild target which rebuilds the full
16712 set of documentations
16713 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16714 the internal subset.
16715 * *.c *.h: modifications needed to generate the documentation using
16716 gtk-doc, cleanup of functions blocks, reorganisation of struct
16717 declarations.
16718
Daniel Veillard1164e751999-02-16 16:29:17 +000016719Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16720
16721 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16722 the tar and spec file to include the beginning of the doc.
16723
Nuno Ferreira03d04781999-02-13 00:07:17 +0000167241999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16725
16726 * doc/.cvsignore: Added this file.
16727
Daniel Veillard6800ef31999-02-08 18:33:22 +000016728Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16729
16730 * tree.c: fixed xmlGetProp to return "" when the attribute
16731 exists, even if the node-list is NULL.
16732
Daniel Veillard726c7e31999-02-08 15:13:10 +000016733Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16734
16735 * tree.c: patched an error outputting empty attribute values.
16736 * Makefile.am and doc/makefile.am: have been updated during the
16737 week-end. Sorry for an empty CVS log, I got a shell problem.
16738
Daniel Veillard1899e851999-02-01 12:18:54 +000016739Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16740
16741 * tree.h: cleaned up using enums instead of defines
16742 * parser.c, valid.[ch]: more work on parsing/output of element
16743 declarations
16744
Daniel Veillard3b9def11999-01-31 22:15:06 +000016745Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16746
16747 * valid.[ch], tree.c, parser.c : more work toward full parsing
16748 of XML DTDs.
16749 * README: added informations about mailing-list and on-line
16750 documentation
16751
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000167521999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16753
16754 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16755
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016756Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16757
16758 * parser.c, tree.[ch] : more work toward conformance testing,
16759 added a last element to accelerate parsing of very flat structures
16760 started working on internal subset Element content declaration.
16761 * valid.[ch] : first cut at adding code toward validation.
16762 * previous changes had also small impact on most files, especially
16763 the conformance testing using James Clark test suite.
16764
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016765Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16766
16767 * test/* : updated the examples, most of them were not well
16768 formed (humm), and added rdf2.
16769 * result/* : resulting changes in the output.
16770
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016771Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16772
16773 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16774
Daniel Veillard44b3a061998-12-05 17:27:22 +000016775Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16776
16777 * tree.c: patched a bug in the generation of empty attributes
16778
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016779Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16780
16781 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16782 for node/trees/documents/... Biggest problem is namespace
16783 support when copying subtrees.
16784
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016785Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16786
16787 * parser.c, entities.c: improve entities and char ref encoding,
16788 and cleanups of error messages.
16789
Daniel Veillard242590e1998-11-13 18:04:35 +000016790Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16791
16792 * parser.c, entities.c: simple bug hunting done during rpm2html and
16793 rpmfind integration.
16794
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016795Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16796
16797 * parser.[ch]: Added interfaces allowing to specify a SAX
16798 handler before parsing.
16799
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016800Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16801
16802 * parser.c: redirrect all errors reporting through the SAX
16803 error function
16804
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016805Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16806
16807 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16808 * libtool, tlmain ...: update of the libtool files
16809
Miguel de Icaza442321c1998-11-04 18:13:38 +0000168101998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16811
16812 * entities.c: Use g_snprintf insteda of snprintf.
16813
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016814Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16815
16816 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16817 added ent5 test for this purpose.
16818 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16819
Daniel Veillard27271681998-10-30 06:39:40 +000016820Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16821
16822 * parser.c: fixed? a strange error due to compression on a GWP
16823 document.
16824
Daniel Veillard25940b71998-10-29 05:51:30 +000016825Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16826
16827 * tree.[ch]: bug fixing
16828 * entities.[ch]: defined a specific type for predefined entities
16829 * doc/xml.html: more documentation on the library, how to use it,
16830 overview of the interfaces.
16831
Daniel Veillard16253641998-10-28 22:58:05 +000016832Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16833
16834 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16835
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016836Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16837
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016838 * tree.c: corrected a small bug
16839 * doc/xml.html: continuing writing documentation.
16840
16841Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16842
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016843 * debugXML.h debugXML.c: added debugging utilities.
16844 * tester.c: added --debug switch.
16845 * tree.c: patched an incorrect node->type assignment.
16846 * parser.c: formatting, ensure that node->doc != NULL in attributes
16847
Daniel Veillardccb09631998-10-27 06:21:04 +000016848Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16849
16850 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16851 entity support and provide an internal representation close to
16852 DOM one (entity ref nodes, and attribute value as tree). I tried
16853 to preserve the interface but this will surely break some apps
16854 (I have to change rpm2html/rpmfind for example). I had to change
16855 two interfaces, and the generated tree is somewhat different.
16856 * doc/* : started documenting the XML library, the tree and
16857 DOM/Corba. This is a first step.
16858
Daniel Veillard11e00581998-10-24 18:27:49 +000016859Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16860
16861 * parser.c: Set up the fonctions comment block, boring but useful.
16862 * parser.h, SAX.c, parser.c: now attributes are processed through
16863 the SAX interface. The problem is that my SAX interface diverged
16864 quite a bit from the original one, well this is not an official
16865 spec, and translating it from Java to C is hairy anyway...
16866
Daniel Veillard97b58771998-10-20 06:14:16 +000016867Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16868
16869 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16870 fonctions comment block, boring but useful.
16871
16872Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016873
16874 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16875 conversion routines. However they are not yet used to convert the
16876 inputs. The core will run with UTF-8.
16877
Daniel Veillard33942841998-10-18 19:12:41 +000016878Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16879
16880 * tree.c : make sure that the type id is properly set-up when
16881 a new object is allocated, needed for DOM.
16882
Daniel Veillard27fb0751998-10-17 06:47:46 +000016883Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16884
16885 * tree.h, tree.c: Ok, the main objects in the tree will be native
16886 corba objects, it costs 8 bytes per Node, Attribute and Document
16887 but it simplifies the Corba integration a lot (no extra interface
16888 objects to allocate/free).
16889
Daniel Veillard0bef1311998-10-14 02:36:47 +000016890Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16891
16892 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16893 and changed NODEs contants for conformity with DOM Level 1
16894
Daniel Veillard27864701998-10-08 03:47:24 +000016895Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16896
16897 * added hooks to keep track of servants when creating objects
16898 xmlDoc and xmlNode (for Corba export).
16899
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016900Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16901
16902 * added xml-config script.
16903
Daniel Veillard7066a791998-10-01 20:28:28 +000016904Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16905
16906 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16907 to autoupdate libtool and automake conf files.
16908
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000169091998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16910
16911 * Makefile.am: Use '?' to separate the sed
16912 commands as ',' is used when people pass -Wl,something.
16913
16914
Daniel Veillard15a8df41998-09-24 19:15:06 +000016915Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16916
16917 * tree.c, tree.h: added a per-document compression interface.
16918
Daniel Veillard151b1b01998-09-23 00:49:46 +000016919Tue Sep 22 20:47:38 EDT 1998
16920
16921 * tree.c, tree.h: added saving with compression and added interfaces
16922 to control the compression level (xmlGetCompressMode,
16923 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16924
Daniel Veillard70120ff1998-09-22 00:24:21 +000016925Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16926
16927 * parser.c: corrected a loop for files of size 0
16928
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000169291998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16930
16931 * error.h: New file. Contains prototyes from `error.c'.
16932
Tom Tromeyc19653d1998-08-14 01:22:43 +000016933Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16934
16935 * Makefile.am (xmlincdir): New macro.
16936 (xmlinc_HEADERS): Renamed from include_HEADERS.
16937
Daniel Veillard845664d1998-08-13 04:43:19 +000016938Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16939
16940 * applied small patch on numeric entities from
16941 Christopher Blizzard <blizzard@appliedtheory.com>
16942
Daniel Veillard260a68f1998-08-13 03:39:55 +000016943Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16944
16945 * New release 0.2, removed the old xml_* files so that it's
16946 coherent with the other CVS base (W3C), far better conformance
16947 to standard, new namespaces, decent entities support, beginning
16948 of a SAX-like interface. Nearly nothing left intact, even the
16949 test examples ...
16950
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000169511998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16952
16953 * .cvsignore: Add .deps dir
16954
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016955Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16956
16957 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16958
Daniel Veillardfe926001998-07-26 04:28:20 +000016959Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016960
Daniel Veillardfe926001998-07-26 04:28:20 +000016961 * configure.in: added test for CPP
16962 * AUTHORS, Changelog: the original ones didn't get commited but the
16963 glib ones instead, fixed.
16964 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016965
Daniel Veillardfe926001998-07-26 04:28:20 +000016966Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016967
Daniel Veillardfe926001998-07-26 04:28:20 +000016968 * integrated code developped at W3C
16969 * changed the original Copyright
16970 * migrated to automake
16971 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016972