blob: dc4e0491f4a617540fee19240afe44557639fa4a [file] [log] [blame]
Daniel Veillard3dc93a42003-07-10 14:04:33 +00001Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
4
Daniel Veillarddf101d82003-07-08 14:03:36 +00005Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
6
7 * globals.c threads.c: fixes some problem when freeing unititialized
8 mutexes
9
Daniel Veillard2db8c122003-07-08 12:16:59 +000010Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * nanoftp.c nanohttp.c: the modules should not import <config.h>
13 directly, some cleanups
14 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
15 validation code.
16
Daniel Veillard13d07cd2003-07-07 16:02:41 +000017Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
18
19 * win32/configure.js: Jesse Pelton pointed out a problem in the
20 javascript code.
21
Daniel Veillard75eb1ad2003-07-07 14:42:44 +000022Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
23
24 * NEWS doc/*: regenerated
25 * nanoftp.c nanohttp.c: might fix includes problems with the
26 Ipv6 support on solaris
27 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
28 defined as #IMPLIED
29
Daniel Veillard560c2a42003-07-06 21:13:49 +000030Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
31
32 * configure.in doc/*: preparing release 1.5.8
33 * nanohttp.c: changed some preprocessor block
34 * xmlschemastypes.c: applied patch from Charles Bozeman adding
35 hexBinary schema datatype and adding support for totalDigits and
36 fractionDigits facets.
37
Daniel Veillard7a985a12003-07-06 17:57:42 +000038Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
39
40 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
41
Daniel Veillardffe4f5e2003-07-06 17:35:43 +000042Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
43
44 * xinclude.c: fixed bug #116095 removing the error message when
45 reapplying XInclude to a document.
46
Daniel Veillard1997c3e2003-07-05 20:43:43 +000047Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
48
49 * xmlIO.c: applied small changes to portability layer for
50 compilation on DJGPP Ms-DOS compiler.
51
Daniel Veillardd9d32ae2003-07-05 20:32:43 +000052Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
53
54 * parser.c HTMLparser.c: use the character() SAX callback
55 if the cdataBlock ain't defined.
56 * xpath.c: fix bug #115349 allowing compilation when configured
57 with --without-xpath since the Schemas code needs NAN and co.
58
William M. Brack59002e72003-07-04 17:01:59 +000059Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
60
61 Fixed problem with multi-threading, shown by the test program
62 testThreads. After fix, ran mutiple tests on various speed
63 machines (single and dual processor X86), which all seem okay.
64
65 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
66
67 * threads.c: added missing initialisation for condition variable
68 in xmlNewRMutex.
69
Daniel Veillardde2a67b2003-06-21 14:20:04 +000070Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
71
72 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
73 closing bug #114837
74
75 * configure.in: Added checks for IPv6 support and getaddrinfo().
76
77 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
78
79 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
80
81 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
82 field or sockaddr_in field, depending upon the availability of IPv6
83 support.
84 have_ipv6(): Added to check for run-time IPv6 support.
85 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
86 Modified to parse a URI with IPv6 address given in [].
87 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
88 resolution, if it is available on the system, as gethostbyname
89 does not return IPv6 addresses on some platforms.
90 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
91 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
92 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
93 we are dealing with.
94
95 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
96 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
97 a URI with IPv6 address given in [].
98 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
99 available on the system. Also IPv6 addresses will be resolved by
100 gethostbyname only if IPv6 run-time support is available.
101 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
102
Igor Zlatkovic72f92a82003-06-14 16:48:26 +0000103Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
104
105 * win32/configure.js include/win32config.h
106 include/libxml/xmlversion.h.in: Applied the patch for BCB
107 by Eric Zurcher.
108
Daniel Veillardd7cec922003-06-13 12:30:10 +0000109Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
110
111 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
112 due to #115104 and while fixing #115101 . HTML URLs must not
113 be version dependant.
114
Daniel Veillard8265a182003-06-13 10:05:56 +0000115Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
116
117 * entities.c: do not generate &quot; for " outside of attributes
118 * result//*: this changes the output of some tests
119
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +0000120Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
121
122 * parser.c xmlIO.c: trying to fix #114277 about when file
123 remapping and escaping should really be attempted.
124
Daniel Veillarda37aab82003-06-09 09:10:36 +0000125Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
126
127 * doc/*: applied a patch from Gman for building docs
128 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
129 Gary Pennington to provide an allocator for xmlValidCtxt
130 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
131 #113580 about data not being passed immediately.
132
Daniel Veillarde1326112003-06-05 09:32:20 +0000133Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
134
135 * tree.c: applied a couple of patches from Mark Itzcovitz
136 to handle saving back "UTF-16" documents.
137
Daniel Veillarda84c0b32003-06-02 16:58:46 +0000138Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
139
140 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
141 some work done while in the Maldives (hence the timezone on the
142 laptop !)
143 * result/schemas/length3* test/schemas/deter0_*
144 test/schemas/group0_*: some tests added too
145
Daniel Veillard8caa9c22003-06-02 13:35:24 +0000146Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
147
148 * encoding.c: small fix
149 * xmlIO.c: fixed an error message
150
Daniel Veillard0e0f37a2003-05-20 12:22:41 +0000151Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
152
153 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
154 accepting an improper UTF8 sequence
155
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000156Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
157
158 * threads.c: applied the patch from Stéphane Bidoul for getting
159 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +0000160 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000161
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +0000162Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
163
164 * HTMLtree.c: fixing bug #112904: html output method escaped
165 plus sign character in URI attribute.
166
Daniel Veillard781ac8b2003-05-15 22:11:36 +0000167Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
168
169 * build_glob.py global.data globals.c parser.c
170 include/libxml/globals.h: patch from Stéphane Bidoul for setting
171 up threads global defaults.
172 * doc/libxml2-api.xml: this extends the API with new functions
173 * python/tests/Makefile.am python/tests/reader2.py
174 python/tests/thread2.py: integrated the associated testcase and
175 fixed the error string used in reader2
176
Daniel Veillard38b80a82003-05-14 18:59:00 +0000177Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
178
179 * configure.in libxml.spec.in python/Makefile.am: trying
180 to conciliate --with-python= requirements and RPM builds,
181 a PITA really...
182
Daniel Veillard104caa32003-05-13 22:54:05 +0000183Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
184
185 * HTMLparser.c: oops last commit introduced a memory leak.
186
Daniel Veillarde8b09e42003-05-13 22:14:13 +0000187Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
188
189 * xmllint.c doc/xmllint.xml: added --nonet option
190 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
191 xsltproc or xmllint
192 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
193 rebuilt
194 * HTMLparser.c: cleaned up the HTML parser context build when
195 using an URL
196
Daniel Veillardd437d322003-05-13 21:07:01 +0000197Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
198
199 * libxml.spec.in: added a comment about bug #112902
200
William M. Brack3dd57f72003-05-13 02:06:18 +0000201Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
202
203 * minor cleanup of configure '--help' display
204 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
205
Daniel Veillardd72c7e32003-05-12 21:55:03 +0000206Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
207
208 * tree.c: PI nodes in external subset were not freed :-\
209 fixes bug #112842
210
Daniel Veillard75bb3bb2003-05-12 15:25:56 +0000211Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
212
213 * xmllint.c: added --schema option to run WXS schema validation
214 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
215 tried to improve error reporting in the Schema code, some cleanup
216 too.
217
Daniel Veillard82bbbd42003-05-11 20:16:09 +0000218Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
219
220 * xmlschemas.c: fixed some problems in the handling of errors,
221 and attributes addressed by references.
222 * test/schemas/* result/schemas/*: dropped the verbosity level
223 and added a couple of new tests
224
Daniel Veillardadbb0e62003-05-10 20:02:45 +0000225Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
226
227 * relaxng.c: Stéphane Bidoul found an off by one addressing
228 error on the error handling.
229
Daniel Veillarda77cf712003-05-09 23:09:55 +0000230Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
231
232 * xmlschemastypes.c: trying to fix #112673
233
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +0000234Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
235
236 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
237 warning, this fixed a bug and should close #111574
238
Daniel Veillard37fc84d2003-05-09 19:38:15 +0000239Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
240
241 * xmlschemas.c: fixing bug #104081 with xs:all with an element
242 holding minOccurs="0"
243 * test/schemas/all_* result/schemas/all_*: added some regression
244 tests for that bug
245 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
246 Garry Pennington to compile without schemas support.
247
Daniel Veillarda067e652003-05-01 08:03:46 +0000248Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
249
250 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
251
Daniel Veillard61c52202003-04-30 12:20:34 +0000252Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
253
254 * xml2-config.in: try to fix Red hat bug #89957, do not
255 output -L/usr/lib64
256 * xmlreader.c: fixed a typo in a comment
257
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000258Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
259
260 * doc/tutorial/aph.html, ix01.html
261 forgot to cvs add the new files. Thanks to Roland van Laar
262 for pointing this out
263
Daniel Veillardd4330462003-04-29 12:40:16 +0000264Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
265
266 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
267 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
268 to the XML/XSLT doc generation closing #111799
269 * doc/html/*: complete update of the HTML results
270
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000271Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
272
273 * win32/defgen.xsl: fixed the conditional for unicode map,
274 removed hardcoded schema entries
275
276Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
277
278 * win32/defgen.xsl: new file, stylesheet for generating
279 win32/libxml2.def.src from doc/libxml2-api.xml
280 * win32/libxml2.def.src: is autogenerated from now on, changes
281 to this file will not appear here anymore
282
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000283Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
284
285 * win32/configure.js python/setup.py.in: applied patch
286 from Stéphane Bidoul for the Python bindings on the new
287 release.
288
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000289Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
290
291 * debugXML.c: included libxml/uri.h for xmlCanonicPath
292 declaration
293 * win32/configure.js: thread-enabled build is now default
294 * win32/libxml2.def.src: added more exports
295
Daniel Veillard1177ca42003-04-26 22:29:54 +0000296Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
297
298 * NEWS doc/*.xsl doc/*.html: updated the web site separated
299 developers from common pages, made the transition to XHTML1,
300 added validity checking to the makefile rules.
301
Daniel Veillard329456a2003-04-26 21:21:00 +0000302Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
303
304 * parser.c: fix for xmlIOParseDTD same as previous and reported
305 by Petr Pajas
306
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000307Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
308
309 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
310 closing #111638
311
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000312Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
313
314 * python/generator.py: fixed a problem in the generator where
315 the way functions are remapped as methods on classes was
316 not symetric and dependant on python internal hash order,
317 as reported by Stéphane Bidoul
318
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000319Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
320
321 * doc/tutorial:
322 xmltutorial.xml
323 xmltutorial.pdf
324 *.html
325 add appendix on generating compiler flags, more indexing
326
Daniel Veillard1c960272003-04-25 23:12:22 +0000327Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
328
329 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
330 to get libxml-2.5.7 to compile on OpenVMS
331
Daniel Veillardc5573462003-04-25 16:43:49 +0000332Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
333
334 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
335
Daniel Veillardfd583412003-04-25 13:22:10 +0000336Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
337
338 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
339 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
340 man page based on xsltproc and a stylesheet PI in the XML.
341
Daniel Veillarddc07e182003-04-25 10:39:38 +0000342Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
343
344 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
345 character preventing rendering by the man command.
346
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000347Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
348
349 * NEWS configure.in: preparing release 2.5.7
350 * doc/*: updated and rebuilt the docs
351 * doc/apibuild.py: fixed the script
352
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000353Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
354
355 * Makefile.am doc/apibuild.py: make sure the OOM code don't
356 get in the way of the builds
357 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
358
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000359Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
360
361 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
362 Memory test from Havoc Pennington #109368
363 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
364 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
365 include/libxml/parser.h: a lot of memory allocation cleanups
366 based on the results of the OOM testing
367 * check-relaxng-test-suite2.py: seems I forgot to commit the
368 script.
369
Daniel Veillard18f113d2003-04-23 15:18:26 +0000370Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
371
372 * xmlschemastypes.c: trivial fix for 109774 removing a warning
373
Daniel Veillard85095e22003-04-23 13:56:44 +0000374Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
375
376 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
377 more places where xmlCanonicPath() must be used to convert
378 filenames to URLs, trying to fix #111088
379
Daniel Veillard54396242003-04-23 07:36:50 +0000380Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
381
382 * python/libxml.c python/libxml.py: applied patch from
383 Brent M Hendricks adding binding for xmlCatalogAddLocal
384
Daniel Veillard45269b82003-04-22 13:21:57 +0000385Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
386
387 * HTMLparser.c: tried to fix #98879 again in a more solid
388 way.
389
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000390Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
391
392 * win32/libxml2.def.src: added more exports from the relaxng and
393 xmlreader clan
394
Daniel Veillardf431eb82003-04-22 08:37:26 +0000395Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
396
397 * SAX.c test/valid/ns* test/result/ns*: applied the patch
398 provided by Brent Hendricks fixing #105992 and integrated the
399 examples in the testsuite.
400
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000401Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
402
403 * TODO: updated a bit
404 * configure.in: fixed the comment, threads now default to on
405 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
406
Daniel Veillarda880b122003-04-21 21:36:41 +0000407Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
408
409 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
410 xmlreader.c include/libxml/parser.h: a lot of performance work
411 especially the speed of streaming through the reader and push
412 interface. Some thread related optimizations. Nearly doubled the
413 speed of parsing through the reader.
414
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000415Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
416
417 * doc/xmllint.xml
418 * doc/xmllint.1
419 update man page to explain use of --stream
420
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000421Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
422
423 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
424 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
425 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
426 include/libxml/globals.h include/libxml/xmlmemory.h: added
427 xmlMallocAtomic() to be used when allocating blocks which
428 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
429 to allow registering the full set of functions needed by
430 a garbage collecting allocator like libgc, ref #109944
431
Daniel Veillard84942712003-04-18 14:40:05 +0000432Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
433
434 * configure.in: switched to have thread support enabled by default,
435 didn't got troubles with ABI compatibility on Linux, hope it
436 won't break on strange OSes, if yes, report the system ID
437 * doc/libxml2-api.xml: just rebuilt the API
438
Daniel Veillard3e59fc52003-04-18 12:34:58 +0000439Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
440
441 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
442 added support for large file, tested with a 3+GB instance,
443 and some cleanup.
444 * catalog.c: added a TODO
445 * Makefile.am: added some "make tests" comments
446
Daniel Veillardac297932003-04-17 12:55:35 +0000447Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
448
449 * relaxng.c: some cleanups
450 * doc/xmlreader.html: extended the document to cover RelaxNG and
451 tree operations
452 * python/tests/Makefile.am python/tests/reader[46].py: added some
453 xmlReader example/regression tests
454 * result/relaxng/tutor*.err: updated the output of a number of tests
455
Daniel Veillard62163602003-04-17 09:36:38 +0000456Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
457
458 * relaxng.c: valgrind pointed out an uninitialized variable error.
459
Daniel Veillard33300b42003-04-17 09:09:19 +0000460Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
461
462 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
463 xmlreader.c: augnemting the APIs, cleanups.
464 * parser.c: cleanup bug #111005
465 * xmlIO.c: added some missing comments
466
Daniel Veillardce192eb2003-04-16 15:58:05 +0000467Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
468
469 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
470 trying to improve the subset compiled, and more testing.
471 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
472 documentation
473 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
474 * result/relaxng/*.err: fix some of the outputs
475
Daniel Veillardf4e55762003-04-15 23:32:22 +0000476Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
477
478 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
479 include/libxml/xmlreader.h: implemented streaming of
480 RelaxNG (when possible) on top of the xmlReader interface,
481 provided it as xmllint --stream --relaxng .rng .xml
482 This seems to mostly work.
483 * Makefile.am: updated to test RelaxNG streaming
484
Daniel Veillardc58f4ef2003-04-14 16:11:26 +0000485Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
486
487 * relaxng.c include/libxml/relaxng.h: integrated the regexp
488 based validity checking of fragments of the document for
489 which the RNG can be compiled to regexps. Works on all regression
490 tests, only fix needed is related to error messages.
491
Daniel Veillard52b48c72003-04-13 19:53:42 +0000492Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
493
494 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
495 include/libxml/xmlregexp.h: Starting work precompiling
496 parts of RelaxNG schemas. Not plugged onto validity checking
497 yet, just the regexp building part. Needed to extend some
498 of the automata and regexp APIs.
499
Daniel Veillardf6bad792003-04-11 19:38:54 +0000500Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
501
502 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
503 xmllint --stream and xmllint --stream --valid returns errors
504 code appropriately
505
Daniel Veillardc6cae7b2003-04-11 09:02:11 +0000506Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
507
508 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
509 and Next() operation to work on subtrees within the reader
510 framework.
511 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
512 * python/tests/reader5.py: added an example for those new
513 functions of the reader.
514
Daniel Veillard645c6902003-04-10 21:40:49 +0000515Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
516
517 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
518
Daniel Veillard9e077102003-04-10 13:36:54 +0000519Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
520
521 * xmlreader.c: fixing HasValue for namespace as raised by
522 Denys Duchier
523
Daniel Veillard02ea1412003-04-09 12:08:47 +0000524Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
525
526 * HTMLparser.c include/libxml/HTMLparser.h: exported
527 htmlCreateMemoryParserCtxt() it was static
528
Daniel Veillardd3b9cd82003-04-09 11:24:17 +0000529Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
530
531 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
532 update from Charles Bozeman for date and duration types
533 * test/schemas/date_0.* test/schemas/dur_0.*
534 result/schemas/date_0.* result/schemas/dur_0.*: updated too
535
Daniel Veillardc00cda82003-04-07 10:22:39 +0000536Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
537
538 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
539 fixing bug #107129, removing excessive allocation and calls
540 to *printf in the code to build QName strings.
541
Igor Zlatkovic69651182003-04-05 09:43:30 +0000542Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
543
544 * win32/libxml2.def.src: fixed conditional exports, reported by
545 Luke Murray.
546
Daniel Veillardadba5f12003-04-04 16:09:01 +0000547Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
548
549 * parser.c: fixed a possible problem with xmlRecoverMemory()
550
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000551Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
552
553 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
554 triostr.h: Bjorn sent an update for the TRIO portability layer.
555
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000556Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
557
558 * win32/libxml2.def.src: exported new functions
559
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000560Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
561
562 * configure.in NEWS: preparing release 2.5.6
563 * doc/*: updated and rebuilt the docs
564
Daniel Veillarde5020412003-04-01 09:55:20 +0000565Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
566
567 * SAX.c: fixed an uninitialized memory access pointed by valgrind
568 on C14Ntests
569
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000570Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
571
572 * relaxng.c: one more fixup of error message reporting
573
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000574Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
575
576 * relaxng.c: more work on bug #109225, and fixed an uninitialized
577 variable pointed out by valgrind
578
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000579Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
580
581 * relaxng.c: try to work on bug #109225 and provide better
582 error reports.
583 * result/relaxng/* : this change the output of a number of tests
584 * xinclude.c: fixing the parsed entity redefinition problem
585 raised on the list.
586 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
587
Daniel Veillardb3721c22003-03-31 11:22:25 +0000588Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
589
590 * xmlschemastypes.c: fixed date comparison to handle the tzo
591 The only failures left are disagreements on Notations and
592 '+1' not being allowed for ulong, uint, ushort and ubyte.
593
Daniel Veillard455cc072003-03-31 10:13:23 +0000594Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
595
596 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
597 to the XML Schemas errata
598 http://www.w3.org/2001/05/xmlschema-errata#e2-12
599
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000600Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
601
602 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
603 and facets support. Currently only schemas with binHex or
604 base64 don't compile. A few error left in the test suite:
605 found 1035 test instances: 919 success 23 failures
606 most are gdate or gdateyear failing check, and a few cases where
607 James clark tests results are strange.
608 * valid.c: allow to reuse the Notation checking routine without
609 having a validation context.
610 * SAX.c: removed a #if 0
611
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000612Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
613
614 * xinclude.c: forgot to apply one check from #106931 patch
615 * xmlschemastypes.c: more work on XML Schemas datatypes
616
Daniel Veillardc4c21552003-03-29 10:53:38 +0000617Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
620 on cleaning up XML Schemas datatypes based on James Clark tests
621 test/xsdtest/xsdtest.xml
622
Daniel Veillard80b19092003-03-28 13:29:53 +0000623Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
624
625 * relaxng.c: implemented comparisons for Schemas values.
626 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
627 some bugs in duration handling, comparisons for durations
628 and decimals, removed all memory leaks pointed out by James
629 testsuite. Current status is now
630 found 238 test schemas: 197 success 41 failures
631 found 1035 test instances: 803 success 130 failures
632
Daniel Veillard91a13252003-03-27 23:44:43 +0000633Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
634
635 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
636 leaks in the W3C XML Schemas code
637 * xmlschemastypes.c: implemented nonPositiveInteger
638 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
639 fixed the test and result.
640
Daniel Veillard6560a422003-03-27 21:25:38 +0000641Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
642
643 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
644 parser and a typo
645 * xmlschemastypes.c: reindenting, fixing a memory access
646 problem with dates.
647
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000648Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
649
650 * parser.c: fixing #109227 providing more context in case of
651 start/end tag mismatch
652 * python/tests/ctxterror.py python/tests/readererr.py: update the
653 tests accordingly
654
Daniel Veillardd9b72832003-03-27 14:24:00 +0000655Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * xinclude.c: should fix #109327 errors on memory accesses
658
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000659Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
660
661 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
662 is an URI reference
663
Daniel Veillarde209b332003-03-26 21:40:13 +0000664Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
665
666 * xpath.c: fixed bug #109160 on non-ASCII IDs
667
Daniel Veillard642104e2003-03-26 16:32:05 +0000668Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
669
670 * parser.c: Norm suggested a nicer error message for xml:space values
671 errors
672
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000673Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
674
675 * xpath.c include/libxml/xpath.h: first part of the fix to
676 performance bug #108905, adds xmlXPathOrderDocElems() providing
677 document order for nodes.
678 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
679
Daniel Veillard09628212003-03-25 15:10:27 +0000680Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
681
682 * xmlschemastypes.c: removing a warning with Sun compiler
683 bug #109154
684
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000685Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
686
687 * doc/xmllint.xml
688 * doc/xmllint.1
689 update xmllint man page with --relaxng option
690
Daniel Veillard2032d292003-03-25 11:09:40 +0000691Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
692
693 * python/setup.py.in : was missing "drv_libxml2.py"
694
Daniel Veillard9adc0462003-03-24 18:39:54 +0000695Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
696
697 * tree.c xpath.c: some changes related to the new way of
698 handling Result Value Tree, before 2.5.5
699
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000700Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
701
702 * configure.in NEWS: preparing release 2.5.5
703 * doc/* : updated the documentation and regenerated it.
704
Daniel Veillardef0b4502003-03-24 13:57:34 +0000705Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
706
707 * xpath.c: fixed some problems related to #75813 about handling
708 of Result Value Trees
709
Daniel Veillard9231ff92003-03-23 22:00:51 +0000710Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
711
712 * uri.c: applied a set of patches from Lorenzo Viali correcting
713 URI parsing errors.
714
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000715Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
716
717 * parser.c: validity status was not passed back when validating in
718 entities, but raised by Oliver Fischer
719
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000720Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
721
722 * HTMLtree.c: avoid escaping ',' in URIs
723
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000724Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
725
726 * parser.c: fixing bug #108976 get the ID/REFs to reference
727 the ID in the document content and not in the entity copy
728 * SAX.c include/libxml/parser.h: more checking of the ID/REF
729 stuff, better solution for #107208
730 * xmlregexp.c: removed a direct printf, dohhh
731 * xmlreader.c: fixed a bug on streaming validation of empty
732 elements in entities
733 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
734 cleanup of the validation tests
735 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
736 added more ID/IDREF tests to the suite
737
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000738Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
739
740 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
741 compiler.
742
Daniel Veillard20863822003-03-22 17:51:47 +0000743Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
744
745 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
746
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000747Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
748
749 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
750 defined in entities content
751
Daniel Veillard99737f52003-03-22 14:55:50 +0000752Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
753
754 * SAX.c: Fixed validation bug #108858 on namespace names using
755 entities and reported by Brent Hendricks
756 * xmllint.c: report xmlTextReaderHasValue() result in --stream
757 --debug output.
758
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000759Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
760
761 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
762 about the DocType node not being reported sometimes.
763 * python/tests/reader.py: added to test to the regression checks
764
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000765Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
766
767 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
768 reported by Edd Dumbill
769
Daniel Veillard77a90a72003-03-22 00:04:05 +0000770Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
771
772 * HTMLparser.c parser.c parserInternals.c: patch from
773 johan@evenhuis.nl for #107937 fixing some line counting
774 problems, and some other cleanups.
775 * result/HTML/: this result in some line number changes
776
Daniel Veillard580ced82003-03-21 21:22:48 +0000777Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
778
779 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
780 instead of libxml.spec
781 * relaxng.c: fixed some of the error reporting excessive
782 verbosity
783 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
784 xmlschemastypes.c: removed some warnings from gcc
785 * doc/libxml2-api.xml: rebuilt
786
Daniel Veillarde063f482003-03-21 16:53:17 +0000787Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
788
789 * relaxng.c: another optimization, for choice this time
790 * result/relaxng/spec1* result/relaxng/tutor12_1*
791 result/relaxng/tutor3_7: cleanups.
792
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000793Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
794
795 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
796 * test/relaxng/testsuite.xml: augmented the test suite
797 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
798 some schemas validation tests in the presence of foreign
799 namespaces.
800
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000801Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
802
803 * relaxng.c: added another interleave speedup.
804
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000805Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
806
807 * xmlschemastypes.c: added integer and fixed one of the
808 IDREFS regression tests pbm
809 * result/relaxng/docbook_0.err: updated
810
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000811Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
812
813 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
814 declared both in the DTD and in the Schemas <grin/>
815 * relaxng.c: more debug, added a big optimization for <mixed>
816 * test/relaxng/testsuite.xml: augmented the testsuite
817 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
818 DocBook example to the regression tests
819
Daniel Veillard798024a2003-03-19 10:36:09 +0000820Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
821
822 * check-xsddata-test-suite.py: cosmetic change for output
823 * relaxng.c: try to minimize calls to malloc/free for states.
824
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000825Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
826
827 * tree.c: removed a warning
828 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
829 support
830 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
831 cleanup/improvements of the regression tests batch
832 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
833
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000834Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
835
836 * relaxng.c: fixed error msg cleanup deallocation
837 * xmlschemastypes.c: added a function to handle lists of
838 atomic types, added support for IDREFS
839
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000840Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
841
842 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
843 and IDREF, usable from RelaxNG now
844 * include/libxml/xmlschemastypes.h: need to add a new interface
845 because the validation modifies the infoset
846 * test/relaxng/testsuite.xml: extended the testsuite
847
Daniel Veillard952379b2003-03-17 15:37:12 +0000848Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
849
850 * relaxng.c: fixed the last core RelaxNG bug known #107083,
851 shemas datatype ID/IDREF support still missing though.
852 * xmlreader.c: fix a crashing bug with prefix raised by
853 Merijn Broeren
854 * test/relaxng/testsuite.xml: augmented the testsuite with
855 complex inheritance tests
856
Daniel Veillardfd573f12003-03-16 17:52:32 +0000857Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
858
859 * relaxng.c: switched back to the previous Relax-NG code base,
860 the derivation algorithm need severe constraining code to avoid
861 combinatorial explosion. Fixed the problem with Sebastian Rahtz
862 TEI based example and other bugs
863 * result/relaxng/*err: updated the results
864 * test/relaxng/testsuite.xml: started a new test suite
865
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000866Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
867
868 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
869 that the original RelaxNG validation code was un-fixeable, it got
870 rewritten to use the derivation algorithm from James Clark and
871 redebugged it (nearly) from scratch:
872 found 373 test schemas: 372 success 1 failures
873 found 529 test instances: 529 success 0 failures
874
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000875Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
876
877 * SAX.c parser.c: fix some recursion problems introduced in the
878 last release.
879 * relaxng.c: more debugging of the RNG validation engine, still
880 problems though.
881
Daniel Veillard5add8682003-03-10 13:13:58 +0000882Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
883
884 * Makefile.am: stop generating wrong result file with * in name
885 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
886 * result/relaxng/demo* test/relaxng/demo: added the tests from
887 Sebastian reproducing the problem.
888
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000889Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
890
Daniel Veillard5add8682003-03-10 13:13:58 +0000891 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
892 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000893
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000894Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
895
896 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
897 variable to control the indentation for the xmllint "--format"
898 option
899
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000900Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
901
902 * encoding.c: applied Gennady's patch against buffer overrun
903
Daniel Veillard42f12e92003-03-07 18:32:59 +0000904Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
905
906 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
907 Clark it appeared I had bug in URI parsing code ...
908 * relaxng.c include/libxml/relaxng.h: completely revamped error
909 reporting to not loose message from optional parts.
910 * xmllint.c: added timing for RNG validation steps
911 * result/relaxng/*: updated the result, all error messages changed
912
Daniel Veillardedfd5882003-03-07 14:20:40 +0000913Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
914
915 * xpath.c: fix bug #107804, the algorithm used for document order
916 computation was failing on attributes.
917
Daniel Veillard83391282003-03-06 21:37:30 +0000918Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
919
920 * valid.c: fix bug #107764 , possibility of buffer overflow
921 in xmlValidDebug()
922
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000923Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
924
925 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
926 from Philipp Dunkel
927
Daniel Veillard5f704af2003-03-05 10:01:43 +0000928Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
929
930 * xmlschemastype.c: made powten array static it should not be exported
931 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
932 parser function.
933 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
934
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000935Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
936
937 * tree.c: fixed a node dump crash on attributes
938 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
939 an URI test bug and get better output.
940
Daniel Veillard463a5472003-02-27 21:30:32 +0000941Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
942
943 * check-xsddata-test-suite.py: give more infos
944 * relaxng.c: fix a bug reported by Sebastian Rahtz and
945 REF->DEF in attribute values.
946
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000947Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
948
949 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
950 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
951 regression tests from James Clark.
952
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000953Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
954
955 * relaxng.c xmlschemas.c xmlschemastypes.c
956 include/libxml/xmlschemastypes.h: added param support for relaxng
957 type checking, started to increment the pool of simple types
958 registered, still much work to be done on simple types and
959 facets checkings.
960
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000961Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
962
963 * entities.c: fixes again one of the problem raised by
964 James Clark in #106788
965
Daniel Veillardc482e262003-02-26 14:48:48 +0000966Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
967
968 * relaxng.c: Fixed a couple of problem raised by James Clark
969 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
970 datatype level still not fixed though.
971
Daniel Veillard17bed982003-02-24 20:11:43 +0000972Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
973
974 * configure.in: preparing release 2.5.4
975 * doc/*: updated and rebuilt the docs
976 * relaxng.c: removed warnings
977 * result/relaxng/*: updated the results
978
Daniel Veillardf4be0182003-02-24 19:54:33 +0000979Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
980
981 * valid.c: fixes a DTD regexp generation problem.
982
Daniel Veillard02111c12003-02-24 19:14:52 +0000983Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
984
985 * parser.c: fixes bug #105998 about false detection of
986 attribute consumption loop.
987
Daniel Veillard2406abd2003-02-24 18:16:47 +0000988Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
989
990 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
991
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000992Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
993
994 * SAX.c: fixed bug #105992
995
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000996Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
997
998 * tree.c: fixed xmlSetProp and al. when the node passed is not an
999 element.
1000 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
1001 found 373 test schemas: 369 success 4 failures
1002 found 529 test instances: 525 success 4 failures
1003 * check-relaxng-test-suite.py: added memory debug reporting
1004
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001005Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1006
1007 * uri.c parser.c: some warning removal on Igor's patch
1008 * tree.c: seems I messed up with #106788 fix
1009 * python/libxml.c: fixed some base problems when Python provides
1010 the resolver.
1011 * relaxng.c: fixed the interleave algorithm
1012 found 373 test schemas: 364 success 9 failures
1013 found 529 test instances: 525 success 4 failures
1014 the resulting failures are bug in the algorithm from 7.3 and
1015 lack of support for params
1016
Daniel Veillard0046c0f2003-02-23 13:52:30 +00001017Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1018
1019 * parser.c: another fix for nodeinfo in entities problem
1020 * tree.c entities.c: fixed bug #106788 from James Clark
1021 some spaces need to be serialized as character references.
1022
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00001023Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1024
1025 * parser.c uri.c: fixed the bug I introduced in the path
1026 handling, reported by Sebastian Bergmann
1027
Daniel Veillard44e1dd02003-02-21 23:23:28 +00001028Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1029
1030 * parser.c: fixing some nodeinfo in entities problem raised
1031 by Glenn W. Bach
1032 * relaxng.c: implemented the first section 7.3 check
1033 * result/relaxng/*: updated the results
1034
Daniel Veillardc5312d72003-02-21 17:14:10 +00001035Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1036
1037 * relaxng.c: fixed some problems in the previous commit
1038 and finished implementing 4.16 rules checking
1039 found 373 test schemas: 353 success 20 failures
1040 found 529 test instances: 519 success 6 failures
1041 * result/relaxng/*: updated the results
1042
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001043Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1044
1045 * relaxng.c: implemented checks from section 7.2
1046
Daniel Veillard77648bb2003-02-20 15:03:22 +00001047Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1048
1049 * relaxng.c: implemented the checks from section 7.1, fixed
1050 some of the 4.20 and 4.21 problems.
1051 found 373 test schemas: 338 success 35 failures
1052 found 529 test instances: 519 success 6 failures
1053 * result/relaxng/*: updated the results
1054
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001055Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1056
1057 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
1058 * result/relaxng/*: updated the results
1059
Daniel Veillardce14fa52003-02-19 17:32:48 +00001060Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1061
1062 * relaxng.c: more bugfixes
1063 * result/relaxng/*: updated the results
1064
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00001065Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1066
1067 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
1068 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
1069 * SAX.c: ensured xmlDoc.URL is always canonic
1070 * parser.c: obsoleted xmlNormalizeWindowsPath
1071 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
1072 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
1073 * win32/libxml2.def.src: added few exports
1074
1075
Daniel Veillard2e9b1652003-02-19 13:29:45 +00001076Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
1077
1078 * Makefile.am configure.in: patched to have shared libraries
1079 for Python regression tests and static binaries for gdb debug
1080 in my development environment
1081 * relaxng.c: more bugfixes
1082 found 373 test schemas: 296 success 77 failures
1083 found 529 test instances: 516 success 8 failures
1084 * result/relaxng/*: updated the results
1085
Daniel Veillard8fe98712003-02-19 00:19:14 +00001086Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1087
1088 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
1089
Daniel Veillardd4310742003-02-18 21:12:46 +00001090Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1091
1092 * xmlschemastypes.c: float/double check bugfix
1093 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
1094 validation
1095 * xmlreader.c: add a TODO for Jody
1096 * relaxng.c: bugfix bugfix bugfix
1097 found 373 test schemas: 300 success 73 failures
1098 found 529 test instances: 507 success 10 failures
1099 * result/relaxng/*: updated the results
1100
Daniel Veillard2df2de22003-02-17 23:34:33 +00001101Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1102
1103 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
1104
Daniel Veillard416589a2003-02-17 17:25:42 +00001105Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1106
1107 * relaxng.c check-relaxng-test-suite.py: more work on the
1108 RelaxNG implementation conformance testing.
1109 found 373 test schemas: 284 success 89 failures
1110 found 529 test instances: 448 success 47 failures
1111 * result/relaxng/*: updated the results
1112
Daniel Veillard784b9352003-02-16 15:50:27 +00001113Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
1116 a patch from Kjartan Maraas to fix some typos
1117
Daniel Veillardfebcca42003-02-16 15:44:18 +00001118Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1119
1120 * relaxng.c: more bug-hunting
1121 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
1122 intermediate rng tree
1123 * python/generator.py: patch from Stephane Bidoul to fix the generator
1124 on python < 2.2
1125
Daniel Veillardd2298792003-02-14 16:54:11 +00001126Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1127
1128 * check-relaxng-test-suite.py relaxng.c: more testing on the
1129 Relax-NG front, cleaning up the regression tests failures
1130 current state and I forgot support for "mixed":
1131 found 373 test schemas: 280 success 93 failures
1132 found 529 test instances: 401 success 68 failures
1133 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
1134 moved the Name, NCName and QName validation routine in tree.c
1135 * uri.c: fixed handling of URI ending up with #, i.e. having
1136 an empty fragment ID.
1137 * result/relaxng/*: updated the results
1138
Daniel Veillard9a237c92003-02-13 15:52:58 +00001139Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1140
1141 * check-xinclude-test-suite.py: improved the script accordingly
1142 to the XInclude regression tests updates
1143 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
1144 November 2002
1145 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1146 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1147 augmented the Xpointer testsuite for the element() scheme
1148
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001149Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1150
1151 * relaxng.c: added TODO for the DTD compatibility spec
1152 * xinclude.c: more bug fixes driven by the testsuite
1153
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001154Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1155
1156 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1157 regression tests for XInclude, improved the script, improving
1158 XInclude error reporting mechanism
1159
Daniel Veillard1d788d22003-02-10 16:21:58 +00001160Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1161
1162 * NEWS doc/* configure.in: preparing release 2.5.3
1163
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001164Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1165
1166 * tree.c: trying to fix #104934 about some XHTML1 serialization
1167 issues.
1168
Daniel Veillard809faa52003-02-10 15:43:53 +00001169Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1170
1171 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1172 encoding conversion when the input buffer stops in the
1173 middle of a multibyte char
1174
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001175Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1176
1177 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1178 * check-relaxng-test-suite.py: python script to run regression
1179 against OASIS RelaxNG testsuite
1180 * relaxng.c: some cleanup tweaks
1181 * HTMLparser.c globals.c: cleanups in comments
1182 * doc/libxml2-api.xml: updated the API
1183 * result/relaxng/*: errors moved files, so large diffs but
1184 no changes at the semantic level.
1185
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001186Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1187
1188 * tree.c: fixing #105678 problem when dumping a namespace node.
1189
Daniel Veillard591b4be2003-02-09 23:33:36 +00001190Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1191
1192 * xpath.c: fixed doc comment problems
1193 * python/generator.py python/libxml_wrap.h python/types.c: adding
1194 RelaxNG wrappers
1195 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1196 test of those early Python RelaxNG bindings
1197
1198Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001199
1200 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1201 * relaxng.c: found the validation problem I had with interleave
1202 when not covering all remaining siblings
1203 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1204 testsuite and check the RNG schemas against the RNG schemas
1205 given in appendix A
1206
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001207Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1208
1209 * win32/Makefile.msvc: updates for RelaxNG
1210 * win32/Makefile.mingw: updates for RelaxNG
1211 * win32/libxml2.def.src: added RelaxNG exports
1212
Daniel Veillard97fd5672003-02-07 13:01:54 +00001213Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1214
1215 * xinclude.c: applied another bug fix from Sean Chittenden
1216
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001217Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1218
1219 * configure.in xmllint.c: I f...ed up the default configuration
1220 of schemas and --relaxng option display in xmllint, pointed by
1221 Morus Walter.
1222 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1223 detection module, fixes bug #105374.
1224
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001225Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1226
1227 * xmlschemastypes.c: added the boolean base type.
1228
Daniel Veillard96a4b252003-02-06 08:22:32 +00001229Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1230
1231 * xmlschemastypes.c: started implementing some of the missing
1232 default simple types
1233 * result/relaxng/*: updated the results
1234
Daniel Veillard72fef162003-02-05 14:31:19 +00001235Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1236
1237 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1238
Daniel Veillard71531f32003-02-05 13:19:53 +00001239Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1240
1241 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1242 * Makefile.am: use xmllint for doing the RelaxNG tests
1243 * configure.in: preparing 2.5.2 made schemas support default to
1244 on instead of off
1245 * relaxng.c: removed the verbosity
1246 * xmllint.c: added --relaxng option
1247 * python/generator.py python/libxml_wrap.h: prepared the integration
1248 of the new RelaxNG module and schemas
1249 * result/relaxng/*: less verbose output
1250
Daniel Veillardec498e12003-02-05 11:01:50 +00001251Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1252
1253 * valid.c: do not run content model validation if the
1254 content is not determinist
1255
Daniel Veillardde590ca2003-02-05 10:45:26 +00001256Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1257
1258 * SAX.c: added the redefinition of namespaced attribute
1259 check that was missing as Fabrice Desré pointed out.
1260
Daniel Veillard930dfb62003-02-05 10:17:38 +00001261Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1262
1263 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1264 improvements from Nick Kew, allowing to do more checking
1265 to HTML elements and attributes.
1266
Daniel Veillard4287c572003-02-04 22:48:53 +00001267Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1268
1269 * xinclude.c: fixing bug #105137 about entities declaration
1270 needing to be copied to the including document.
1271
Daniel Veillard652d8a92003-02-04 19:28:49 +00001272Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1273
1274 * catalog.c: fixed bug #104817 with delegateURI
1275 * xpath.c: fixing bugs #104123 and #104125
1276
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001277Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1278
1279 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1280 python/types.c: fixing #104096 to compile without regexps
1281
Daniel Veillard57e79b32003-02-04 15:33:12 +00001282Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1283
1284 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1285 when building the automata for elem*
1286
Daniel Veillard358a9892003-02-04 15:22:32 +00001287Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1288
1289 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1290 bug #103827
1291
Daniel Veillardeb137172003-02-04 15:18:06 +00001292Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1293
1294 * HTMLparser.c: updating a comment, fixing #103776
1295
Daniel Veillard8d589042003-02-04 15:07:21 +00001296Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1297
1298 * parser.c: fixing bug 105049 for validity checking of content
1299 within recursive entities.
1300
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001301Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1302
1303 * HTMLparser.c: try to fix # 105049
1304 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1305 * tree.c: updated a function comment
1306
Daniel Veillard419a7682003-02-03 23:22:49 +00001307Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1308
1309 * relaxng: more work on grammars and refs/defs
1310 * test/relaxng/* result/relaxng/*: augmented/updated the
1311 regression tests
1312
Daniel Veillard144fae12003-02-03 13:17:57 +00001313Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1314
1315 * relaxng: more work on name classes, except support
1316 * test/relaxng/* result/relaxng/*: augmented/updated the
1317 regression tests
1318
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001319Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1320
1321 * relaxng: more work on name classes, the "validate all" schemas
1322 seems to work now.
1323 * test/relaxng/* result/relaxng/*: augmented/updated the
1324 regression tests
1325
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001326Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1327
1328 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1329 * parser.c: put a guard against infinite document depth, basically
1330 trying to avoid another kind of DoS attack.
1331 * relaxng.c: some code w.r.t. nameClasses
1332
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001333Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1334
1335 * test/relaxng/* result/relaxng/*: check all the namespace support
1336 was actually correct based on tutorial section 10.
1337
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001338Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1339
1340 * relaxng: include seems to work okay now
1341 * test/relaxng/* result/relaxng/*: augmented/updated the
1342 regression tests
1343
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001344Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1345
1346 * relaxng.c: a bit of work done in the train back.
1347 * test/relaxng/*: added one of the include tests
1348
Daniel Veillard154877e2003-01-30 12:17:05 +00001349Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1350
1351 * relaxng: more work done in the train
1352 * test/relaxng/* result/relaxng/*: augmented/updated the
1353 regression tests
1354
Daniel Veillarde431a272003-01-29 23:02:33 +00001355Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1356
1357 * relaxng.c: debugging of externalRef
1358 * test/relaxng/* result/relaxng/*: augmented/updated the
1359 regression tests
1360
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001361Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1362
1363 * relaxng.c: more work on Relax-NG, implementing externalRef
1364 * test/relaxng/* result/relaxng/*: augmented/updated the
1365 regression tests
1366 * Makefile.am: cleanup to Relaxtests target
1367
Daniel Veillardb08c9812003-01-28 23:09:49 +00001368Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1369
1370 * relaxng.c: more work on Relax-NG, implementing interleave
1371 * test/relaxng/* result/relaxng/*: augmented/updated the
1372 regression tests
1373
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001374Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1375
1376 * relaxng.c: more work on Relax-NG, implementing interleave
1377 * test/relaxng/* result/relaxng/*: augmented/updated the
1378 regression tests
1379
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001380Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1381
1382 * doc/tutorial/customfo.xsl
1383 * doc/tutorial/customhtml.xsl
1384 adding stylesheet customizations used to generate fo
1385 for pdf and html
1386
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001387Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1388
1389 * relaxng.c: more work on Relax-NG
1390 * test/relaxng/* result/relaxng/*: augmented/updated the
1391 regression tests
1392 * xmlschemastypes.c: added a number of base type definition but not
1393 the associated checks, those are still TODOs
1394
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001395Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1396
1397 in docs/tutorial:
1398 * apa.html
1399 * apb.html
1400 * apc.html
1401 * apd.html
1402 * ape.html
1403 * apf.html
1404 * apg.html
1405 * ar01s02.html
1406 * ar01s03.html
1407 * ar01s04.html
1408 * ar01s05.html
1409 * ar01s06.html
1410 * ar01s07.html
1411 * ar01s08.html
1412 * index.html
1413 * xmltutorial.pdf
1414 * xmltutorial.xml
1415 add index to tutorial
1416
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001417Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1418
1419 * doc/xmlcatalog.1
1420 * doc/xmlcatalog_man.html
1421 * doc/xmlcatalog_man.xml
1422 belatedly fixing bug #93622 (adds rewriteURI type to
1423 "--add" option in xmlcatalog man page
1424
Daniel Veillard3be27512003-01-26 19:49:04 +00001425Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1426
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001427 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00001428 Julio Merino, closing #104475
1429
Daniel Veillardea3f3982003-01-26 19:45:18 +00001430Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1431
1432 * relaxng.c: more work on Relax-NG
1433 * test/relaxng/* result/relaxng/*: augmented/updated the
1434 regression tests
1435
Daniel Veillardedc91922003-01-26 00:52:04 +00001436Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1437
1438 * relaxng.c: more work on Relax-NG
1439 * test/relaxng/* result/relaxng/*: augmented/updated the
1440 regression tests
1441
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001442Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1443
1444 * README: updated the policy on private mail answers
1445 * relaxng.c: more work on Relax-NG
1446 * test/relaxng/* result/relaxng/*: augmented/updated the
1447 regression tests
1448
Daniel Veillard7424eb62003-01-24 14:14:52 +00001449Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1450
1451 * error.c parser.c tree.c: applied a documentation patch from
1452 Stefan Kost
1453
Daniel Veillard276be4a2003-01-24 01:03:34 +00001454Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1455
1456 * relaxng.c: more work on Relax-NG
1457 * doc/*: regenerated the docs
1458 * test/relaxng/* result/relaxng/*: updated and augmented the
1459 Relax-NG regression tests and results
1460
Daniel Veillard6eadf632003-01-23 18:29:16 +00001461Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1462
1463 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1464 First commit of the new Relax-NG validation code, not generally
1465 useful yet.
1466 * test/relaxng/* result/relaxng/*: current state of the regression
1467 tests
1468
Daniel Veillard814a76d2003-01-23 18:24:20 +00001469Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1470
1471 * tree.c: minimized the memory allocated for GetContent
1472 and a bit of cleanup.
1473
Daniel Veillardff12c492003-01-23 16:42:55 +00001474Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1475
1476 * python/generator.py: seems there is no good reasons to
1477 not generate bindings for XPointer
1478
Daniel Veillard540a31a2003-01-21 11:21:07 +00001479Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1480
1481 * xmlreader.c doc/apibuild.py: applied a new patch from
1482 Stéphane Bidoul for cleanups
1483 * doc/libxml2-api.xml: rebuilt the API description with
1484 new entry points
1485
Daniel Veillard417be3a2003-01-20 21:26:34 +00001486Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1487
1488 * xmlreader.c python/drv_libxml2.py python/generator.py
1489 python/libxml.c python/libxml.py python/libxml_wrap.h
1490 python/types.c: patch from Stéphane Bidoul for better per
1491 context error message APIs
1492 * python/tests/ctxterror.py python/tests/readererr.py:
1493 update of the tests
1494
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001495Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1496
1497 * doc/guidelines.html
1498 grammar and spelling cleanup
1499
Daniel Veillard26f70262003-01-16 22:45:08 +00001500Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1501
1502 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1503 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1504 a patch from Stéphane Bidoul to allow per XMLtextReader error
1505 and warning handling
1506 * python/tests/Makefile.am python/tests/readererr.py: adding the
1507 specific regression test
1508
Daniel Veillard71f9d732003-01-14 16:07:16 +00001509Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1510
1511 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1512 should raise a syntax error
1513
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001514Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1515
1516 * python/libxml.c: cleanup patch from Stéphane Bidoul
1517
Daniel Veillard81601f92003-01-14 13:42:37 +00001518Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1519
1520 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1521
Daniel Veillarde6227e02003-01-14 11:42:39 +00001522Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1523
1524 * python/generator.py python/libxml.c python/libxml.py
1525 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001526 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001527 Python level.
1528 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1529 regression test for it.
1530
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001531Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1532
1533 * xmlreader.c: fixed the streaming property of the reader,
1534 it was generating tree faster than consuming it. Pointed out
1535 by Nate Myers
1536 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1537
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001538Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1539
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001540 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001541
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001542Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1543
1544 * xpath.c: fix to the XPath implementation for parent and
1545 ancestors axis when operating on a Result Value Tree.
1546 Fixes bug #100271
1547
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001548Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1549
1550 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1551 to fix some URI/file escaping problems
1552
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001553Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1554
1555 * python/generator.py: fixed a bug raised by Raymond Wiker,
1556 docSetRootElement() should not raise an exception if the
1557 return is None
1558
Daniel Veillard3e20a292003-01-10 13:14:40 +00001559Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1560
1561 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1562 fixed bug #102181 by applying the suggested change and fixing
1563 the generation/registration problem.
1564
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001565Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1566
1567 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1568 routines.
1569
Daniel Veillard8f872442003-01-09 23:19:02 +00001570Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1571
1572 * parser.c: one more IsEmptyElement crazyness, that time in
1573 external parsed entities if substitution is asked.
1574 * python/tests/reader3.py: added a specific test.
1575
Daniel Veillarde329fc22003-01-09 21:36:42 +00001576Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1577
1578 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1579 support and improved error handler registration
1580
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001581Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1582
1583 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1584 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1585 * README: fixed a link
1586
Daniel Veillarde2830f12003-01-08 17:47:49 +00001587Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1588
1589 * configure.in doc/* NEWS: preparing 2.5.1 release
1590 * SAX.c parser.c: fixing XmlTextReader bug
1591
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001592Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1593
1594 * SAX.c: fuck, I introduced a memory leak on external parsed
1595 entities in 2.5.0 :-(
1596
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001597Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1598
1599 * xmllint.c: another fix needed as pointed by Christophe Merlet
1600 for --stream --debug if compiled without debug support.
1601
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001602Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1603
1604 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001605 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001606 update man page with --stream and --chkregister
1607
Daniel Veillard8326e732003-01-07 00:19:07 +00001608Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1609
1610 * globals.c: fixed --with-threads compile
1611 * xmllint.c: fixed --without-debug compile
1612 * include/libxml/globals.h: cleanup
1613 * include/libxml/schemasInternals.h: add a missing include
1614
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001615Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1616
1617 * configure.in NEWS: preparing 2.5.0 release
1618 * SAX.c: only warn in pedantic mode about namespace name
1619 brokeness
1620 * globals.c: fix a doc generation problem
1621 * uri.c: fix #101520
1622 * doc/*: updated and rebuilt the doc for the release, includuding
1623 stylesheet update
1624 * python/Makefile.am: fix a filename bug
1625
1626Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1627
1628 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1629 should not be called.
1630
1631Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1632
1633 * libxml-2.0.pc.in: applied the patch to fix #101894
1634
1635Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1636
1637 * tree.c : applied patch from Lukas Schroeder for register callbacks
1638 * valid.c: modified patch from Lukas Schroeder to test
1639 register callbacks with --chkregister
1640
1641Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1642
1643 * xmlreader.c: seriously changed the way data are pushed to
1644 the underlying parser, go by block of 512 bytes instead of
1645 tryng to detect tag boundaries at that level. Changed the
1646 way empty element are detected and tagged.
1647 * python/tests/reader.py python/tests/reader2.py
1648 python/tests/reader3.py: small changes mostly due to context
1649 reporting being different and DTD node being reported. Some
1650 errors previously undetected are now caught and fixed.
1651 * doc/xmlreader.html: flagged last section as TODO
1652
1653Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1654
1655 * python/libxml.py: integrated the Python 2.2 optimizations
1656 from Hannu Krosing, while maintaining compatibility with
1657 1.5 and 2.1
1658
1659Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1660
1661 * xmllint.c: a bit of cleanup
1662 * xmlreader.c: small fix
1663 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1664 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1665
1666Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1667
1668 * python/setup.py.in: patch from Stéphane Bidoul to include
1669 drv_libxml2.py in setup.py
1670
1671Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1672
1673 * doc/xmlreader.html: starting documenting the new XmlTextReader
1674 interface.
1675
1676Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1677
1678 * xmllint.c: added the --stream flag to use the TextReader API
1679 * xmlreader.c: small performance tweak
1680
1681Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1682
1683 * xmlreader.c python/tests/reader2py: okay the DTD validation
1684 code on top of the XMLTextParser API should be solid now.
1685
1686Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1687
1688 * xmlreader.c python/tests/reader2py: Fixing some more mess
1689 with validation and recursive entities while using the
1690 reader interface, it's getting a bit messy...
1691
1692Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1693
1694 * xmlreader.c python/tests/reader.py: another couple of problem
1695 related to IsEmptyElement reported by Stéphane Bidoul needed
1696 some fixes.
1697
1698Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1699
1700 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1701 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1702 based on the python XmlTextReader interface.
1703
1704Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1705
1706 * tree.c: backing out one change in the last patch which broke the
1707 regression tests
1708
1709Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1710
1711 * global.data globals.c tree.c include/libxml/globals.h: applied
1712 an old patch from Lukas Schroeder to track node creation and
1713 destruction. Probably missing a lot of references at the moment
1714 and not usable reliably.
1715
1716Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1717
1718 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1719 from doc/news.html and a stylesheet
1720
1721Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1722
1723 * xmlreader.c python/tests/reader.py: fixed another couple of
1724 xmlreader bugs reported by Stéphane Bidoul and added tests.
1725
1726Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1727
1728 * xmlreader.c python/tests/reader2.py: fixed another validity
1729 checking in external parsed entities raised by Stéphane Bidoul
1730 and added a specific regression test.
1731 * python/tests/reader3.py: cleanup
1732
1733Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1734
1735 * xmlreader.c python/tests/reader2.py: fixed a problem with
1736 validation within entities pointed by Stéphane Bidoul, augmented
1737 the tests to catch those.
1738
1739Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1740
1741 * python/generator.py: modified the generator to allow keeping
1742 class references when creating new classes, needed to fix a bug
1743 pointed by Stéphane Bidoul where the input buffer of the
1744 xmlTextReader instance gets destroyed if the python wrapper for
1745 the input is not referenced anymore.
1746
1747Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1748
1749 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1750 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1751
1752Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1753
1754 * xmlreader.c python/tests/reader.py: fixed another problem
1755 pointed by Stéphane Bidoul
1756
1757Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1758
1759 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1760 with "<a/>"
1761
1762Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1763
1764 * SAX.c: warn on xmlns:prefix="foo"
1765 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1766 for namespace attributes handling.
1767
1768Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1769
1770 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1771 a really nasty problem raised by a DocBook XSLT transform
1772 provided by Sebastian Bergmann
1773
1774Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1775
1776 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1777 by Stéphane Bidoul and integrated it into the tests
1778
1779Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1780
1781 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1782 extended the XmlTextReader API a bit, addding accessors for
1783 the current doc and node, and an entity substitution mode for
1784 the parser.
1785 * python/libxml.py python/libxml2class.txt: related updates
1786 * python/tests/Makefile.am python/tests/reader.py
1787 python/tests/reader2.py python/tests/reader3.py: updated a bit
1788 the old tests and added a new one to test the entities handling
1789
1790Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1791
1792 * python/generator.py python/libxml2class.txt
1793 python/tests/reader.py python/tests/reader2.py: changed the
1794 generator to provide casing for the XmlTextReader similar to
1795 C# so that examples and documentation are more directly transposable.
1796 Fixed the couple of tests in the suite.
1797
1798Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1799
1800 * doc/guidelines.html: added a document on guildeline for
1801 publishing and deploying XML
1802
1803Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1804
1805 * valid.c xmlreader.c: final touch running DTD validation
1806 on the XmlTextReader
1807 * python/tests/Makefile.am python/tests/reader2.py: added a
1808 specific run based on the examples from test/valid/*.xml
1809
1810Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1811
1812 * python/libxml.py: added a few predefined xmlTextReader parser
1813 configuration values.
1814
1815Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * python/libxml_wrap.h: trying to fix #102037
1818
1819Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * SAX.c: fixing bug #95296, when the predefined entities
1822 are redefined in the DTD the default one must be used
1823 instead anyway.
1824
1825Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1826
1827 * doc/xmllint.xml
1828 * doc/xmllint.1
1829 Add discussion of XML_DEBUG_CATALOG to xmllint man
1830 page - bug #100907
1831
1832
1833Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1834
1835 * xmlreader.c: Fixed the empty node detection to avoid reporting
1836 an inexistant close tag.
1837
1838Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1839
1840 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1841 for Python 2.1
1842
1843Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1844
1845 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1846
1847Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * doc/libxml2-api.xml python/tests/reader.py: one really need
1850 to provide the base URI information when creating a reader parser
1851 from an input stream. Updated the API and the example using it.
1852
1853Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1854
1855 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1856 include/libxml/valid.h include/libxml/xmlreader.h: working on
1857 DTD validation on top of xml reader interfaces. Allows to
1858 validate arbitrary large instances. This required some extensions
1859 to the valid module interface and augmenting the size of xmlID
1860 and xmlRef structs a bit.
1861 * uri.c xmlregexp.c: simple cleanup.
1862
1863Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1864
1865 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1866 work on the xml reader interfaces.
1867 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1868 Web page for the Windows binaries.
1869
1870Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1871
1872 * xmlIO.c: applied a patch for VMS following the report by
1873 Nigel Hall
1874
1875Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1876
1877 * parser.c: the parseStartTag bug fix wasn't complete.
1878
1879Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1880
1881 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1882 parseStartTag, fixing it.
1883 * test/att4 result/att4 result/noent/att4: adding the test
1884 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1885 more methods to XmlTextReader.
1886
1887Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1888
1889 * win32/libxml2.def.src: added more xml reader exports
1890 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1891 to the build
1892
1893Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1894
1895 * doc/tutorial/xmltutorial.xml
1896 plus generated html and pdf
1897 Updating tutorial again based on further comments from Niraj
1898 Tolia on the last iteration
1899
1900Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1901
1902 * doc/tutorial/xmltutorial.xml
1903 * doc/tutorial/includekeyword.c
1904 * doc/tutorial/includegetattribute.c
1905 plus generated html and pdf
1906 Adding fix from Niraj Tolia to tutorial to properly free memory.
1907
1908
1909Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1910
1911 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1912 more methods of XmlTextReader.
1913 * python/libxml2class.txt python/tests/reader.py: this increased the
1914 methods in the bndings, augmented the test to check those new
1915 functions.
1916
1917Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1918
1919 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1920 methods of XmlTextReader.
1921 * python/generator.py python/libxml_wrap.h python/types.c
1922 python/libxml2class.txt: added the reader to the Python bindings
1923 * python/tests/Makefile.am python/tests/reader.py: added a specific
1924 test for the Python bindings of the Reader APIs
1925 * parser.c: small cleanup.
1926
1927Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1928
1929 * xinclude.c: fallback was only copying the first child not the
1930 full child list of the fallback element, closes #89684 as reopened
1931 by Bernd Kuemmerlen
1932
1933Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1934
1935 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1936
1937Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * configure.in: preparing release of 2.4.30
1940 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1941 gives enum values, fix functype return type, put back fields in
1942 structs
1943 * doc/*: updated the docs rebuilt
1944
1945Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1946
1947 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1948 about htmlNodeDumpOutput location.
1949 * xpath.c: removed an undefined function signature
1950 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1951 too many symbols in the API breaking the python bindings.
1952 Updated with the libxslt/libexslt changes.
1953
1954Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1955
1956 * configure.in: preparing release of 2.4.29
1957 * doc/*: rebuilt the docs and API
1958 * xmlreader.c: a few more fixes for the XmlTextReader API
1959
1960Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1961
1962 * include/win32config.h: applied mingw patch from Magnus Henoch
1963
1964Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1965
1966 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1967
1968Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1971 building Python script, does the C parsing directly, generates
1972 a better API description including structure fieds defs and
1973 enums. Still a couple of bugs, but good enough for the python
1974 wrappers now.
1975 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1976 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1977 include/libxml/schemasInternals.h include/libxml/tree.h: more
1978 cleanup based on the python analysis script reports.
1979 * libxml.spec.in: make sure the API XML description is part of the
1980 devel package.
1981
1982Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1983
1984 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1985 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1986 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1987 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1988 code cleanup, especially the function comments.
1989 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1990
1991Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1992
1993 * Makefile.am xmlreader.c include/libxml/Makefile.am
1994 include/libxml/xmlreader.h: Adding a new set of APIs based on
1995 the C# TextXmlReader API but converted to C. Allow to parse
1996 in constant memory usage, far simpler to program and explain
1997 than the SAX like APIs, unfinished but working.
1998 * testReader.c: test program
1999
2000Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2001
2002 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
2003
2004Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2005
2006 * tree.c: Chip turner indicated that XHTML1 serialization
2007 rule for style actually break on both IE and Mozilla,
2008 try to avoid the rule if escaping ain't necessary
2009
2010Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2011
2012 * nanhttp.c: handle HTTP URL escaping, problem reported by
2013 Glen Nakamura and Stefano Zacchiroli
2014
2015Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
2018
2019Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2020
2021 * uri.c: Johann Richard pointed out some XPointer problems for
2022 URN based URI references in XInclude. Modified the URI parsing
2023 and saving routines to allow correct parsing and saving of
2024 XPointers, especially when attached to "opaque" scheme accordingly
2025 to RFC 2396
2026
2027Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2028
2029 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
2030 of refactoring to the HTML saving code.
2031 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
2032 in the doc.
2033
2034Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2035
2036 * tree.c include/libxml/tree.h: refactored the XML dump of a node
2037 to a buffer API to reuse the generic dump to an OutputIO layer,
2038 this reduces code, fixes xmlNodeDump() for XHTML, also made
2039 xmlNodeDump() now return the number of byte written.
2040
2041Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2042
2043 * python/setup.py.in: another patch from Stéphane Bidoul for
2044 Python bindings on Windows
2045 * doc/parsedecl.py: small cleanup
2046
2047Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2048
2049 * libxml.spec.in configure.in: add a line in %changelog for releases
2050
2051Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2052
2053 * parser.c: patch from Marcus Clarke fixing a problem in entities
2054 parsing that was detected in KDe documentations environment.
2055
2056Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2057
2058 * python/libxml.c (libxml_prev): Return the previous as opposed to
2059 the next node (I guess this is the result of some cut & paste programming:)
2060
2061Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2062
2063 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
2064
2065Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * python/generator.py python/libxml.c python/setup.py.in: trying
2068 to fix the Python bindings build on Windows (Stéphane Bidoul)
2069
2070Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2071
2072 * win32/configure.js: added option for python bindings
2073 * win32/libxml2.def.src: added more exports
2074
2075Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2076
2077 * win32/Makefile.mingw: fixed unresolved symbols when linking with
2078 pthreads
2079 * win32/wince/*: applied updates to Windows CE port from Javier
2080
2081Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2082
2083 * configure.in: preparing 2.4.28
2084 * libxml.spec.in doc/Makefile.am: some cleanup
2085 * doc/*: updated the news and regenerated.
2086
2087Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * HTMLparser.c: final touch at closing #87235 </p> end tags
2090 need to be generated.
2091 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
2092 this change slightly the output of a few tests
2093 * doc/*: regenerated
2094
2095Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * parserInternals.c: fixing bug #99190 when UTF8 document are
2098 parsed using the progressive parser and the end of the chunk
2099 is in the middle of an UTF8 multibyte character.
2100
2101Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2102
2103 * threads.c: fixed initialization problem in xmlNewGlobalState
2104 which was causing crash.
2105 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
2106 in xmlInitializeGlobalState.
2107 * parserInternals.c: cleaned up ctxt->sax initialisation.
2108
2109Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * tree.c include/libxml/tree.h: modified the existing APIs
2112 to handle XHTML1 serialization rules automatically, also add
2113 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
2114 libxslt serialization uses it when needed without changing
2115 the library API.
2116 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
2117 result/xhtml1: added a new test specifically for xhtml1 output
2118 and updated the result of one XHTML1 test
2119
2120Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2121
2122 * xinclude.c parserInternals.c encoding.c: fixed #99082
2123 for xi:include encoding="..." support on text includes.
2124 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
2125 test/XInclude/ents/isolatin.txt : added a specific regression test
2126 * python/generator.py python/libxml2class.txt: fixed the generator
2127 the new set of comments generated for doc/libxml2-api.xml were
2128 breaking the python generation.
2129
2130Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2131
2132 * doc/Makefile.am: repair some problem if gtk-doc fail or such
2133 * configure.in: patch for Solaris on new autoconf closes #98880
2134 * doc/parsedecl.py: repair the frigging API building script,
2135 did I say that python xmllib sucks ?
2136 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
2137 and some comment are no more truncated.
2138
2139Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2140
2141 * parser.c: Martin Stoilov pointed out a potential leak in
2142 xmlCreateMemoryParserCtxt
2143
2144Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2145
2146 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2147 included in HTML documents and using the push parser.
2148
2149Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2150
2151 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2152 specified, look for the Python interpreter not just in the
2153 specified root but also in the specified location. Fixes #98825
2154
2155Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * python/libxml.c: fixing bug #98792 , node may have no doc
2158 and dereferencing without checking ain't good ...
2159
2160Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2161
2162 * configure.in: preparing release 2.4.27
2163 * doc/* : updated and rebuilt the docs
2164 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2165 and all the docs are actually packaged and in the final RPMs
2166 * parser.c parserInternals.c include/libxml/parser.h: restore
2167 xmllint --recover feature.
2168
2169Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2170
Daniel Veillard784b9352003-02-16 15:50:27 +00002171 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002172 processing of parsed entities, and XPath computation on sustitued
2173 entities.
2174 * testXPath.c: make sure entities are substitued.
2175
2176Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2177
Daniel Veillard784b9352003-02-16 15:50:27 +00002178 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002179 processing of internal parsed entities, which had to be changed.
2180
2181Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2182
2183 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2184 trying to fix bug #98517 about building outside the source tree
2185 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2186
2187Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2188
2189 * include/win32config.h: cleanup
2190 * win32/Makefile.mingw: integrated mingw in JScript configure
2191 * win32/Makefile.msvc: modified to allow mingw coexistence
2192 * win32/configure.js: integrated mingw
2193 * win32/Readme.txt: cleanup
2194
2195Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2196
2197 * HTMLparser.c: strengthen the guard in the Pop macros,
2198 like in the XML parser, closes bug #97315
2199
2200Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2201
2202 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2203 callback is never used.
2204
2205Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * parserInternals.c: fixed the initialization of the SAX structure
2208 which was breaking xsltproc
2209 * xpath.c: patch from Petr Pajas for CDATA nodes
2210 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2211 * parser.c include/libxml/parser.h: patch from Peter Jones
2212 removing a leak in xmlSAXParseMemory() and adding the
2213 function xmlSAXParseMemoryWithData()
2214
2215Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2216
2217 adding pdf of tutorial, changing web page to link to it
2218 * doc/tutorial/xmltutorial.pdf
2219 * doc/xml.html
2220 * doc/docs.html
2221
2222Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2223
2224 * doc/tutorial/ar01s08.html
2225 adding file what I forgot for tutorial
2226
2227
2228Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2229
2230 Adding encoding discussion to tutorial
2231 Added:
2232 * doc/tutorial/images/*.png: DocBook admonition image files
2233 * doc/tutorial/apf.html, apg.html: new generated html
2234 * doc/tutorial/includeconvert.c: conversion code entity file
2235 changed:
2236 * doc/tutorial/xmltutorial.xml: DocBook original
2237 * doc/tutorial/*.html: generated html
2238
2239Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2240
2241 * include/libxml/*.h: retired xmlwin32version.h
2242 * doc/Makefile.am: retired xmlwin32version.h
2243 * win32/configure.js: retired xmlwin32version.h
2244
2245Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2246
2247 * win32/libxml2.def.src: exported additional symbols
2248 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2249 sisterhood
2250
2251Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2252
2253 * globals.c: fixed a typo pointed out by Igor
2254 * xpath.c: try to speed up node compare using line numbers
2255 if available.
2256
2257Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2258
2259 * tree.c: make xmlFreeNode() handle attributes correctly.
2260
2261Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2262
2263 * catalog.c: completed the #96963 fix, as reported by Karl
2264 Eichwalder
2265
2266Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2267
2268 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2269
2270Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2271
2272 * Makefile.am: switched the order of a couple of includes
2273 to fix bugs #97100
2274
2275Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2276
2277 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2278 xmlLoadCatalogs that used to separate directories with a ':'.
2279
2280Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2281
2282 * threads.c: improvements to the Windows-side of thread handling
2283 * testThreads.c: conditionally excluded unistd.h
2284 * testThradsWin32.c: broke overlong lines
2285 * include/win32config.h: adapted thread-related macros to the new
2286 scheme and for pthreads on Windows
2287 * win32/Makefile.msvc: introduced a more flexible thread build,
2288 added testThreads[Win32].c to the build
2289 * win32/configure.js: introduced a more flexible thread config
2290
22912002-10-31 John Fleck <jfleck@inkstain.net>
2292
2293 * doc/xml.html (and, by implication, FAQ.html)
2294 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2295
2296Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2297
2298 * configure.in: removed xmlwin32version.h
2299 * include/libxml/Makefile.am: removed xmlwin32version.h
2300
2301Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2302
2303 * tree.c: applied patch from Brian Stafford to fix a bug
2304 in xmlReconciliateNs()
2305
2306Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2307
2308 * tree.c: applied patch from Christian Glahn to allow
2309 xmlNewChild() on document fragment nodes
2310
2311Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2312
2313 * parser.c: Christian Glahn found a problem with a recent
2314 patch to xmlParseBalancedChunkMemoryRecover()
2315 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2316 problems
2317 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2318 test/schemas/seq*: added the test cases from Charles
2319
2320Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2321
2322 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2323 serious cleanup of the spec file and associated changes
2324 in the Makefiles.
2325 * valid.c: try to remove some warnings on x86_64
2326
2327Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2328
2329 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2330 fix bug #96586
2331
2332Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2333
2334 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2335 parsing, applied his patch
2336 * result/HTML/attrents.html result/HTML/attrents.html.err
2337 result/HTML/attrents.html.sax test/HTML/attrents.html:
2338 added the test and result case provided by Mikhail Sogrine
2339
2340Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2341
2342 * vms/build_libxml.com vms/config.vms vms/readme.vms
2343 include/libxml/parser.h include/libxml/parserInternals.h
2344 include/libxml/tree.h include/libxml/xmlIO.h
2345 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2346 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2347 Applied the VMS update patch from Craig A. Berry
2348 * doc/*.html: update
2349
2350Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2353
2354Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2355
2356 * debugXML.c: adding a grep command to --shell in xmllint
2357 for T.V. Raman
2358
2359Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2360
2361 * xmlcatalog.c: tried to fix some of the problem with --sgml
2362
2363Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2364
2365 * parser.c: tried to fix bug #91500 where doc->children may
2366 be overriden by a call to xmlParseBalancedChunkMemory()
2367
2368Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2369
2370 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2371 identifiers in SGML catalogs containing '&'
2372
2373Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2374
2375 * python/types.c: fixed bugs when passing result value tree
2376 to Python functions.
2377
2378Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * configure.in: preparing the release of 2.4.26
2381 * doc/*: updated and rebuilt the documentation
2382
2383Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * parser.c: fixed a XML Namespace compliance bug reported by
2386 Alexander Grimalovsky
2387
2388Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2389
2390 * HTMLtree.c: fixed serialization of script and style when
2391 they are not lowercase (i.e. added using the API to the tree).
2392
2393Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2394
2395 * valid.c: make xmlValidateDocument emit a warning msg if there
2396 is no DTD, pointed by Christian Glahn
2397
2398Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2399
2400 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2401 content model when some of the blocks have min or max, and a couple
2402 of bugs found in the process.
2403 * result/schemas/list0* test/schemas/list0*: added some specific
2404 regression tests
2405
2406Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2407
2408 * README: updated the contact informations
2409
2410Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2411
2412 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2413 misses it, reported by Peter Bray.
2414
2415Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2416
2417 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2418 and removed a few warnings
2419
2420Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2421
2422 * parser.c: Christian Glahn found a small bug in the push parser.
2423 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
2424 public
2425
2426Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2427
2428 * xmlschemas.c include/libxml/xmlschemas.h: added
2429 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
2430 * testSchemas.c: added --memory to test the new interface
2431
2432Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2433
2434 * doc/index.py doc/search.php: integrated the XSLT indexing,
2435 a few fixed in the indexer, added a scope selection at the
2436 search level.
2437
2438Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2439
2440 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
2441 this was due to uninitialized parts of the validation context
2442
2443Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2444
2445 * debugXML.c: applied patch from Mark Vakoc except the API
2446 change, preserved it.
2447 * doc/*: updated the docs to point to the search engine for
2448 information lookup or before bug/help reports.
2449
2450Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * doc/index.py doc/search.php: added mailing-list archives
2453 indexing and lookup
2454
2455Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2456
2457 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2458
2459Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2460
2461 * doc/index.py: improved HTML indexing
2462 * doc/search.php: make the queries also lookup the HTML based indexes
2463
2464Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2465
2466 * doc/index.py: added HTML page indexing
2467
2468Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2469
2470 * xmlIO.c: extended Windows path normalisation to fix the base
2471 problem in libxslt.
2472 * catalog.c: fixed list handling in XML_CATALOG_FILES
2473
2474Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * valid.c: typo/bug found by Christian Glahn
2477
2478Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2479
2480 * xmlIO.c: applied Windows CE patch from Javier.
2481 * win32/wince: new directory, contains support for the PocketPC
2482 with Windows CE from Javier.
2483 * include/win32config.h: reorganised, removed duplicate
2484 definitions and applied WinCE patch from Javier.
2485 * include/wsockcompat.h: new file, now contains WinSock
2486 compatibility macros.
2487 * win32/Makefile.msvc: introduced double-run compilation.
2488
2489Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2490
2491 * configure.in include/libxml/xmlwin32version.h: preparing release
2492 of 2.4.25
2493 * doc/*: updated and regenerated teh docs and web pages.
2494
2495Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2498 error were not covering namespace declarations.
2499 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2500 it was missing the attribute declaration for the namespace
2501 * result/VC/NS3: the fix now report breakages in that test
2502
2503Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2504
2505 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2506
2507Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2508
2509 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2510 and regenerated the docs and web site
2511
2512Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2513
2514 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2515 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2516 not before
2517
2518Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2519
2520 * python/generator.py python/libxml2class.txt: fixed a stupid error
2521 breaking the python API
2522
2523Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2524
2525 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2526 triostr.c triostr.h: applied a trio update patch from
2527 Bjorn Reese which should work with MinGW
2528
2529Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2530
2531 * tree.c: improving some documentation comments
2532 * xmlregexp.c: found and fixed a mem leak with python regression tests
2533 * doc/*: rebuilt the doc and the API XML file including the
2534 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2535 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2536 python/types.c: added access to the XML Schemas regexps from
2537 python
2538 * python/tests/Makefile.am python/tests/regexp.py: added a
2539 simple regexp bindings test
2540
2541Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2542
2543 * doc/xml.html:
2544 fixing ftp links - thanks to Vitaly Ostanin
2545
2546Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2547
2548 * xmlregexp.c: fixed the data callback on transition functionality
2549 which was broken when using the compact form
2550 * result/schemas/*: updated the results, less verbose, all tests
2551 pass like before
2552 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2553 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2554 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2555 annoying warnings
2556 * xpath.c: try to provide better error report when possible
2557
2558Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2559
2560 * Makefile.am: fixed a breakage raised by Jacob
2561
2562Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2563
2564 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2565 which don't use sockets
2566
2567Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2568
2569 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2570 * win32/configure.js: applied zlib patch from Daniel Gehriger
2571
2572Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2573
2574 * win32/configure.js: applied the patch from Mark Vakoc for
2575 regexp support
2576 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2577 for regexp support
2578
2579Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2580
2581 * xmlschemastypes.c: as pointed by Igor Float and Double
2582 parsing ain't finished yet
2583
2584Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2585
2586 * Makefile.am configure.in: trying to fix #88412 by bypassing
2587 all the python subdir if python ain't detected
2588
2589Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2590
2591 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2592 made configuring with regexps/automata/unicode the default
2593 but without schemas ATM
2594 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2595 fixed the regexp based DTD validation performance and memory
2596 problem by switching to a compact form for determinist regexps
2597 and detecting the determinism property in the process. Seems
2598 as fast as the old DTD validation specific engine :-) despite
2599 the regexp built and compaction process.
2600
2601Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2602
2603 * valid.c: determinism is debugged, new DTD checking code now works
2604 but xmlFAComputesDeterminism takes far too much CPU and the whole
2605 set usues too much memory to be really usable as-is
2606
2607Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2608
2609 * tree.c: fixed another stupid bug in xmlGetNodePath()
2610 * xmllint.c: --version now report the options compiled in
2611
2612Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2613
2614 * HTMLparser.c: small cleanup
2615 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2616 when configured with them. A bit of debugging around the determinism
2617 checks is still needed
2618
2619Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2622
2623Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2624
2625 * xmlIO.c: small portability glitch fixed.
2626
2627Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2628
2629 * xmlschemastypes.c: incomplete steps for real/double support
2630 * testAutomata.c include/libxml/xmlautomata.h
2631 include/libxml/xmlregexp.h: avoiding a compilation problem
2632 * valid.c include/libxml/valid.h: starting the work toward using
2633 the regexps for actual DTD validation
2634
2635Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * hash.c: cosmetic cleanup
2638 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2639 integrating a DTD validation layer based on the regexps
2640
2641Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2642
2643 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2644 the determinism was tested before eliminating the epsilon
2645 transitions :-(
2646
2647Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2648
2649 * python/generator.py python/libxml.c python/libxml.py
2650 python/libxml2-python-api.xml python/libxml2class.txt
2651 python/libxml_wrap.h python/types.c: updated the python
2652 bindings, added code for easier File I/O, and the ability to
2653 define a resolver from Python fixing bug #91635
2654 * python/tests/Makefile.am python/tests/inbuf.py
2655 python/tests/outbuf.py python/tests/pushSAXhtml.py
2656 python/tests/resolver.py python/tests/serialize.py: updated
2657 and augmented the set of Python tests.
2658
2659Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2660
2661 * win32/configure.js: added more readme info for the binary
2662 package.
2663
2664Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * xmlIO.c: fixed a stupid out of bound array error
2667
2668Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2669
2670 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2671 messing around with support for Windows path, cleanups,
2672 trying to identify and fix the various code path to the
2673 filename access. Added xmlNormalizeWindowsPath()
2674
2675Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * error.c valid.c: working on better error reporting of validity
2678 errors, especially providing an accurate context.
2679 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2680 error reports in those cases.
2681
2682Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2683
2684 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2685 parser.c parserInternals.c xmlIO.c: get rid of all the
2686 perror() calls made in the library execution paths. This
2687 should fix both #92059 and #92385
2688
2689Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2690
2691 * xmllint.c: memory leak reporting was broken after a change
2692 of the preprocessor symbol used to activate it.
2693
2694Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2695
2696 * tree.c: try to make the copy function work for node of
2697 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2698 DOM layers though, not libxml2 itself.
2699
2700Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2701
2702 * valid.c: try to provide file and line informations, not all
2703 messages are covered, but it's a (good) start
2704
2705Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2706
2707 * xinclude.c: reimplemented a large part of the XInclude
2708 processor, trying to minimize resources used, James Henstridge
2709 provided a huge test case which was exhibiting severe memory
2710 consumption problems.
2711
2712Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2713
2714 * python/Makefile.am: applied patch from Christophe Merlet to
2715 reestablish DESTDIR
2716
2717Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2718
2719 * libxml.spec.in: fixes libary path for x86_64 AMD
2720
2721Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2722
2723 * doc/tutorial/includekeyword.c
2724 * doc/tutorial/xmltutorial.xml:
2725 (plus resulting generated html files)
2726 fixing one spot I missed in the tutorial where I hadn't freed
2727 memory properly
2728
2729Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2730
2731 * doc/tutorial/includeaddattribute.c
2732 * doc/tutorial/includeaddkeyword.c
2733 * doc/tutorial/includegetattribute.c
2734 * doc/tutorial/includekeyword.c
2735 * doc/tutorial/xmltutorial.xml
2736 * doc/tutorial/*.html:
2737 update tutorial to properly free memory (thanks to Christopher
2738 R. Harris for pointing out that this needs to be done)
2739 * doc/tutorial/images/callouts/*.png:
2740 added image files so the callouts are graphical, making it
2741 easier to read ( use "--param callout.graphics 1" to generate
2742 html with graphical callouts)
2743
2744Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2745
2746 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2747 nice logos generated by Marc Liyanage
2748 * doc/site.xsl *.html: changed the stylesheet to show the new
2749 logo and regenerated the pages
2750
2751Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2752
2753 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2754
2755Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2756
2757 * xpath.c: possible mem leak patch from Jason Adams
2758
2759Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2760
2761 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2762 in the XQuery namespace
2763 * configure.in: preparing 2.4.24
2764 * doc/*.html: updated the web pages
2765
2766Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2767
2768 * python/generator.py: closing bug #85258 by generating conditional
2769 compile check to avoid linking to routines not configured in.
2770
27712002-08-22 Havoc Pennington <hp@pobox.com>
2772
2773 * autogen.sh: update error message for missing automake
2774
2775Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2776
2777 * python/Makefile.am: typo in target name resulted in libxml2.py
2778 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2779
2780Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2781
2782 * win32/win32/Makefile.mingw: updated with version from
2783 Elizabeth Barham at http://soggytrousers.net/repository/
2784
2785Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2786
2787 * win32/Makefile.msvc: added the prefix location to the include
2788 and lib search path.
2789
27902002-08-18 Havoc Pennington <hp@pobox.com>
2791
2792 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2793 both automake 1.6 and 1.4 installed get the right automake. Means
2794 compilation from CVS will now require the latest automake 1.4
2795 release, or manually creating symlinks called "automake-1.4" and
2796 "aclocal-1.4"
2797
2798Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2799
2800 * configure.in python/Makefile.am: more AMD 64 induced changes from
2801 Frederic Crozat
2802
2803Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * xinclude.c: oops I was missing the xml:base fixup too
2806 * result/XInclude/*.xml: this adds xml:base attributes to most
2807 results of the tests
2808
2809Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * xinclude.c: quick but apparently working implementation of
2812 xi:fallback, should close bug #89684
2813 * Makefile.am test/XInclude/docs/fallback.xml
2814 result/XInclude/fallback.xml: added a basic test for fallback,
2815 and run with --nowarning to avoid a spurious warning
2816 * configure.in: applied patch from Frederic Crozat for python
2817 bindings on AMD 64bits machines.
2818
2819Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2820
2821 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2822 the caller don't pass a SAX callback block.
2823
2824Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * tree.c: applied the same fix for the XML-1.0 namespace to
2827 xmlSearchNsByHref() as was done for xmlSearchNs()
2828
2829Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * libxml.3: small cleanup of the man page
2832 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2833 when serializing HREF attributes generated by XSLT.
2834
2835Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2836
2837 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2838 version of Marc Liyanage' patch for boolean attributes in HTML
2839 output
2840
2841Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2842
2843 * python/tests/serialize.py: fixed the test results, indenting
2844 behaviour changed slightly
2845
2846Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2847
2848 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2849 new c14n function to Windows def files
2850
2851Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2852
2853 * c14n.c: fixed a memory leak in c14n code
2854
2855Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * parser.c include/libxml/parser.h: adding a new API for Christian
2858 Glahn: xmlParseBalancedChunkMemoryRecover
2859 * valid.c: patch from Rick Jones for some grammar cleanup in
2860 validation messages
2861 * result/VC/* result/valid/*: this slightly change some of the
2862 regression tests outputs
2863
2864Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * tree.c: trying to fix a problem in namespaced attribute handling
2867 raised by Christian Glahn
2868
2869Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * encoding.c include/libxml/encoding.h: Opening the interface
2872 xmlNewCharEncodingHandler as requested in #89415
2873 * python/generator.py python/setup.py.in: applied cleanup
2874 patches from Marc-Andre Lemburg
2875 * tree.c: fixing bug #89332 on a specific case of loosing
2876 the XML-1.0 namespace on xml:xxx attributes
2877
2878Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2879
2880 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2881 corner case from new Merlin's test suite and added a callback
2882 that will be used to improve xmlsec performance
2883
2884
2885Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * HTMLtree.c: trying to fix the <style> escaping problem in
2888 HTML serialization bug #89342
2889
2890Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2891
2892 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2893 and rebuilt the web site.
2894
2895Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2896
2897 * include/libxml/tree.h: added _private member to xmlNs struct
2898
2899Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * HTMLparser.c: fixing bug #84876 based on the xml working
2902 code.
2903
2904Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2905
2906 * python/Makefile.am: enhanced to fix bug 72012 (errors
2907 when using '-jX' make parameter)
2908
2909Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2910
2911 * xpath.c: small additional enhancement for booleans
2912 compared to nodesets
2913
2914Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2915
2916 * HTMLtree.c: changed the order of the encoding declaration
2917 attributes in the meta tags due to a bug in IE/Mac
2918
2919Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2920
2921 * xpath.c: enhanced handling of booleans (especially '='
2922 and '!=' for nodesets) - fixes bug 85256. Added new
2923 routine xmlXPathNotEqualValues for more proper handling
2924 of '!=' when nodesets are involved.
2925
2926Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2929 doc/xmlcatalog_man.xml to the source distribution
2930
2931Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2932
2933 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2934 asked for this.
2935
2936Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * configure.in: preparing 2.4.23
2939 * doc/*: rebuilt the docs
2940
2941Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * parser.c: fixing bug #84169 by fixing the
2944 comment of xmlCreatePushParserCtxt to describe the
2945 encoding detection parameters better.
2946
2947Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * valid.c: fixing bug #79331 in one path the lookup for
2950 ID attributes on a namespaced node wasn't handled correctly :-\
2951
2952Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2953
2954 * HTMLparser.c: trying to fix 87235 about discarded white
2955 spaces in the HTML parser.
2956 * result/HTML/*: this changes the output of a number of HTML
2957 regression tests
2958
2959Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2960
2961 * xpath.c: applied patch from Richard Jinks for the namespace
2962 axis + fixed a memory error.
2963 * parser.c parserInternals.c: applied patches from Peter Jacobi
2964 removing ctxt->token for good.
2965 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2966 popped out by the regression tests.
2967 * Makefile.am: patch for threads makefile from Gary Pennington
2968
2969Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2970
2971 * xpath.c: enhanced behaviour of position() after usage of
2972 expressions involving preceding-sibling (et al).
2973
2974Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2975
2976 * hash.c: applied a patch from Peter Jacobi to solve a problem
2977 when compiling with the Watcom C on Win32
2978 * result/schemas/*.err: the change of hashing algo generated
2979 permutations in the output
2980
2981Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2982
2983 * hash.c: applied patch from Sander Vesik improving the quality of
2984 the hash function.
2985
29862002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2987
2988 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2989 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2990 xmllint.c xpath.c: replaced sprintf() with snprintf()
2991 to prevent possible buffer overflow (the bug was pointed
2992 out by Anju Premachandran)
2993
2994Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2995
2996 * parser.c: removed an uninitialized data error popped by valgrind
2997 on PE references
2998
2999Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
3000
3001 * doc/xml.html
3002 adding tutorial reference to the web page
3003
3004Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
3005
3006 * doc/tutorial/xmltutorial.xml
3007 * doc/tutorial/ar01s07.html
3008 * doc/tutorial/ape.html
3009 * doc/tutorial/includegetattribute.c
3010 adding section to tutorial about retrieving an attribute
3011 value
3012
3013Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3014
3015 * parser.c: applied a couple of patches from Peter Jacobi to start
3016 to get rid of ctxt->token, with a possible significant speed
3017 improvement to be gained once done. Better compliance with PE
3018 references constructs in DTDs too.
3019 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
3020 from Peter too
3021
3022Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * parser.c: Babak Vahedipour-Kunze reported that openTag in
3025 xmlParseElement was likely to have been deallocated at the
3026 time of the report, possibly leading to segfault. Just report
3027 the tag name now.
3028
3029Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * xpath.c: patch from Richard Jinks for XPath substring() function
3032 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
3033
30342002-06-06 Aleksey Sanin <aleksey@aleksey.com>
3035
3036 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
3037
3038Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
3039
3040 *doc/FAQ.html
3041 fixing typos in FAQ, thanks to Robert Funnell for the
3042 editing help
3043
3044Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3045
3046 * NEWS: got complaints from rpmlint that it was empty
3047
3048Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
3049
3050 * added doc/tutorial, including:
3051 apa.html
3052 apb.html
3053 apc.html
3054 apd.html
3055 ar01s02.html
3056 ar01s03.html
3057 ar01s04.html
3058 ar01s05.html
3059 ar01s06.html
3060 includeaddattribute.c
3061 includeaddkeyword.c
3062 includekeyword.c
3063 includestory.xml
3064 index.html
3065 xmltutorial.xml
3066 libxml tutorial, including generated html
3067
3068Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3069
3070 * result/c14n/exc-without-comments/merlin-c14n-two-*
3071 result/c14n/without-comments/merlin-c14n-two-*
3072 test/c14n/exc-without-comments/merlin-c14n-two-*
3073 test/c14n/without-comments/merlin-c14n-two-*
3074 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
3075 c14n/exc-c14n and slightly modified test script to handle
3076 these test cases
3077 * c14n.c: fixed bugs for complicated nodes set (namespace
3078 without node and others from merlin-c14n-two.tar.gz)
3079 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
3080 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
3081 for xmlsec performance patch
3082 * xpath.c: fixed self::node() for namespaces and attributes
3083
3084Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
3085
3086 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
3087 but with the format parameter
3088 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
3089
3090Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
3091
3092 * Makefile.am: updated c14n tests suite
3093 * c14n.c: performance improvement for previous c14n patch
3094
3095Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * parser.c: another peroformance patch from Peter Jacobi, that
3098 time on parsing attribute values.
3099
3100Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
3101
3102 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
3103 into LibXML2 test suite
3104
3105Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
3106
3107 * c14n.c: propagating xpath ancesstors node fix to c14n
3108 plus small performance improvement to reduce number of
3109 mallocs
3110 * xpath.c: fixed ancestors axis processing for namespace nodes
3111
3112Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3113
3114 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
3115 Peter Jacobi
3116
3117Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * configure.in: preparing 2.4.22
3120
3121Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
3124 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
3125 a public entry point.
3126 * doc/*: rebuilt the API and docs
3127
3128Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3129
3130 * xpath.c: patch from Richard Jinks to fix a problem introduced
3131 in the previous patch and pointed by Norm
3132
3133Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * libxml.spec.in: fixing bug #81112
3136
3137Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3138
3139 * uri.c: fixing bug #82848
3140
3141Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * result/catalogs/mycatalog.full: Aleksey's commit changed the
3144 output of one catalog test
3145
3146Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3147
3148 * global.data globals.c tree.c include/libxml/globals.h
3149 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3150 default value for global parameter xmlIndentTreeOutput to 1 and
3151 introduced new global parameter xmlTreeIndentString (the string
3152 used to do one-level indent) with default value " " (as it was
3153 in tree.c)
3154
3155Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3156
3157 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3158 with trio and schemas.
3159
3160Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3161
3162 * xpath.c: patch from Richard Jinks to fix the problem raised in
3163 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3164
3165Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3166
3167 * xmlschemas.c: a bit of work on import.
3168 * xmlschemastypes.c: Charles Bozeman provided a compare function
3169 for date/time types so min/max facet restrictions should work,
3170 indeterminate comparisons return an error instead of equal.
3171 * test/schemas/date_0* result/schemas/date_0_0: specific test
3172 from Charles Bozeman too
3173
3174Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3175
3176 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3177 from Christian Cornelssen fixing the man pages and the Catalog
3178 building script.
3179 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3180 next step is <xs:import> I now have a reasonable understanding
3181 of how it works.
3182
3183Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3184
3185 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3186
3187Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3188
3189 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3190
3191Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3192
3193 * xpath.c: fixing an XPath function evalutation bug pointed out
3194 by Alexey Efimov where the context was lost when evaluating
3195 the function arguments
3196
3197Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3198
3199 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3200 function public for XMLSec performance optimizations
3201
3202Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * python/generator.py python/libxml2class.txt : fixed a problem
3205 with the HTML parser pointed by Gary Benson
3206 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3207 example
3208
3209Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3210 * parser.c: fixed bug #81159 (memory growth in SAX)
3211
3212Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3213 * xpath.c: fixed bug #78858 (the real fix)
3214
3215Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3216 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3217
3218Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * tree.c: modified xmlNodeSetBase to allow changing the
3221 base of a document.
3222
3223Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3224
3225 * xmlschemastypes.c: patch Charles Bozeman for validation of
3226 all the date, time, and duration types
3227 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3228 * configure.in: fixed an error pointed by an user
3229 * xml2-config.in: fixed an error pointed by an user
3230
3231Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3232
3233 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3234 win32/libxml2.def.src xmlIO.c: exported default
3235 'file:', 'http:' and 'ftp:' protocols input handlers
3236 and maked protocols comparisson case insensitive
3237
3238Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3239
3240 * configure.in: Neven Has detected a typo
3241
3242Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3245 as one of the persons allowed to commit directly to the
3246 module.
3247
3248Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3249
3250 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3251 * valid.c: raised a too low limit
3252 * doc/*: rebuilt the docs
3253
3254Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * test/XPath/expr/floats test/XPath/expr/functions
3257 result/XPath/expr/floats result/XPath/expr/functions
3258 xpath.c: another XPath conformance patch from Richard Jinks
3259
3260Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3261
3262 * xmlschemas.c: fixed validation of attribute groups.
3263 * test/schemas result/schemas: added an example from the primer
3264
3265Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3268 * test/schemas result/schemas: updated the test list
3269
3270Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * TODO: updated a bit
3273 * parser.c: made a comment more specific
3274 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3275 Schemas conformance.
3276 * test/schemas result/schemas: updated the test list
3277
3278Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3279
3280 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3281 implementing xs:all with minOccurs = 0
3282 * tes/schemas/* result/schemas/*: added more tests covering
3283 xs:all
3284
3285Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * xmlregexp.c: first implementation of the all particle, this
3288 may need to be revisited for case where not all transitions
3289 must be crossed.
3290
3291Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3292
3293 * tree.c: another entity processing update from Markus Henke
3294
3295Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3296
3297 * trionan.c: fixed crash on OSF/1
3298
3299Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * xmlschemas.c: more Schemas work
3302 * test/schemas/* result/schemas/*: added more tests coming
3303 from the spec.
3304
3305Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3308 ExcC14N specification
3309
3310Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3311
3312 * tree.c: patch from Markus Henke, fix for recursive entities.
3313
3314Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3315
3316 * xpath.c: fix a problem with string() on a document node.
3317
3318Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * Makefile.am xmlschemas.c: more Schemas work
3321 * test/schemas/* result/schemas/*: added more tests coming
3322 from the spec.
3323
3324Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3325
3326 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3327 * result/HTML/*: this changes a few things in the results
3328
3329Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3330
3331 * include/libxml/tree.h: eliminated 'declaration different than
3332 prototype' warning
3333 * include/win32config.h: "resolved" conflicts with errno.h
3334
3335Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3336
3337 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3338 on the automata interfaces and debug of counted choices
3339 * test/schemas/* result/schemas/*: added a number of tests
3340
3341Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3342
3343 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3344 a bit of work on Schemas
3345 * testSchemas.c: try to make it more useful
3346 * test/schemas/* result/schemas/* Makefile.am: changed the
3347 Schemas regression test procedure, started adding a few samples
3348
3349Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3350
3351 * include/libxml/encoding.h: Patch for the Borland C++ builder
3352 * include/libxml/tree.h: Patch for the Borland C++ builder
3353 * threads.c: Patch for the Borland C++ builder
3354 * win32/bcb5: New directory for the Borland C++ builder
3355 project files
3356
3357Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3358
3359 * win32/Makefile.msvc: Update for XML Schema support
3360 * win32/configure.js: Update for XML Schema support
3361 * win32/libxml2.def.src: Update for XML Schema support
3362
3363Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3366 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3367 xmlunicode.c include/libxml/Makefile.am
3368 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3369 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3370 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3371 include/libxml/xmlversion.h.in : merged the current state of
3372 XML Schemas implementation, it is not configured in by default,
3373 a specific --schemas configure option has been added.
3374 * test/automata test/regexp test/schemas Makefile.am
3375 result/automata result/regexp result/schemas:
3376 merged automata/regexp/schemas regression tests
3377
3378Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3379
3380 * xpath.c: Gary found a compile time problem, fixes #78823
3381
3382Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * configure.in: release of 2.4.20
3385 * doc/*: updated and rebuilt the docs
3386
3387Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3388
3389 * python/Makefile.am: patch from Cristian Gafton to build on
3390 Red Hat 6.2, should also fix #75779
3391
3392Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3393
3394 * valid.c: first part of fixing #78729
3395
3396Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3397
3398 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3399 escaping of URI when saving HTML files.
3400 * result/HTML/*: this impacted some tests
3401
3402Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3403
3404 * configure.in: trying to fix #77441
3405
3406Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3407
3408 * include/libxml/xmlIO.h: Hallski complained it could not be
3409 included by itself.
3410
3411Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3412
3413 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3414
3415Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3416
3417 * win32/configure.js: patch from Nilo for the c14n option
3418 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3419
3420Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
3423 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
3424 LIBXML_THREAD_ENABLED
3425
3426Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3427
3428 * xpath.c: another patch from Richard Jinks for substring conformance
3429 * test/XPath/expr/floats test/XPath/expr/strings
3430 result/XPath/expr/floats result/XPath/expr/strings: update of the
3431 test suite to check those.
3432
3433Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3434
3435 * xpath.c: patch from Richard Jinks for .x float parsing.
3436
3437Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3438
3439 * parser.c: patch from Markus Henke when an encoding ain't recognized
3440
3441Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3442
3443 * libxml.m4: got a report that #include <string.h> was needed
3444
3445Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3446
3447 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3448
3449Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3450
3451 * doc/example.html: fixing typo
3452
3453Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3454
3455 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3456 pointed out by Melvyn Sopacua.
3457
3458Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3459
3460 * libxml.m4: Frédéric Crozat gave a patch related to the change
3461 of Include paths breaking the libxml.m4
3462
3463Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * xpath.c: Fix bug #76927 forgot to save some context
3466 when evaluating binary expressions
3467
3468Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3469
3470 * configure.in: fixed configure for MPE/iX from Markus Henke
3471 * xmlmemory.c: fixed initialization problems
3472 * xpath.c: another set of patches from Richard Jinks this
3473 fixes "make XPathtests" on linux
3474
3475Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3478 * test/XPath/expr/compare test/XPath/expr/equality
3479 test/XPath/expr/floats test/XPath/expr/functions
3480 test/XPath/expr/strings result/XPath/expr/compare
3481 result/XPath/expr/equality result/XPath/expr/floats
3482 result/XPath/expr/functions result/XPath/expr/strings: Updated
3483 tests though they show a divergence on Linux
3484
3485Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3486
3487 * xpath.c trionan.c: previous commit also included patches
3488 from Richard Jinks on some IEEE support corner case
3489
3490Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3491
3492 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3493 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3494 that $(datadir) should be used for docs
3495
3496Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3499 could leak filedescriptors
3500
3501Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3502
3503 * configure.in nanohttp.c: applied patch from Allan Clark for
3504 UnixWare/OpenServer
3505
3506Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3507
3508 * configure.in: preparing 2.4.19
3509 * doc/*: rebuilt the docs
3510
3511Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3512
3513 * nanohttp.c: fixing #76043, got fed up with non-portability
3514 of that piece of code.
3515
3516Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * valid.c SAX.c: Never commit without running "make tests" :-(
3519 fix a couple of stupidities in the previous commit
3520 * result/*: a few changes in some attribute order result of previous
3521 commit.
3522
3523Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3524
3525 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3526 the internal subset should not raise duplicate ID errors,
3527 also there was a small bug in conjunction to namespace
3528 declarations defaulted and xml:xxx attributes DTD definitions.
3529
3530Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3531
3532 * xpath.c: Richard Jinks also raised some rounding problems
3533 this tries to fix them
3534
3535Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3536
3537 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3538 behaviour in xmlXPathCastToString()
3539
3540Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3541
3542 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3543 raised by Morus Walter
3544
3545Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3546
3547 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3548 from Igor
3549
3550Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * xpath.c: fixing #75619, related to a problem when trying
3553 to evaluate condition when the current node set resulting
3554 from that sub-step evaluation is empty. Also fixes 2 potential
3555 problem with previous-sibling and next-siblings axis.
3556
3557Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3558
3559 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3560 HTML support is not configured in.
3561
3562Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3563
3564 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3565 include/libxml/tree.h: dohh I really didn't intended to commit
3566 this test version :-(
3567
3568Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * testSAX.c: I wanted to see the real speed at the SAX interface
3571 after a little too many Ximianer started complaining about the
3572 parser speed.
3573 added a --quiet option:
3574 paphio:~/XML -> ls -l db100000.xml
3575 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3576 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3577 3200006 callbacks generated
3578 real 0m1.270s
3579 Which means 16MBytes/s and 3Mcallback/s
3580
3581Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3582
3583 * xpath.c: valgrind spotted another error that time when running
3584 on libxslt regression tests
3585
3586Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3587
3588 * Makefile.am: adding "make valgrind" running the full regression
3589 tests (except python ones) under Valgrind (using valgrind -q
3590 which was kindly added by the author).
3591 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3592 passes cleanly now except an obcure floating point initialization
3593 raised in log10() in one XPath regression test ???
3594 * tree.c: edited some comments to close #75244
3595
3596Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3597
3598 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3599 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3600 context of ScrollKeeper, made sure that if the number is
3601 an integer, the serialization follows the description at
3602 http://www.w3.org/TR/xpath#section-String-Functions
3603
3604Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3605
3606 * configure.in: preparing 2.4.18
3607 * doc/*: updated and rebuilt the web site
3608 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3609 the Windows and Cygwin maintainers.
3610 * parser.c: humm, changed the way the SAX parser work when
3611 xmlSubstituteEntitiesDefault(1) is set, it will then
3612 do the entity registration and loading by itself in case the
3613 user provided SAX getEntity() returns NULL.
3614 * testSAX.c: added --noent to test the behaviour.
3615
3616Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3617
3618 * parser.c: Wilfried Teiken provided a hackish but working
3619 way to get context reported back on entities when parsing
3620 with SAX and without breaking the DOM build.
3621
3622Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3623
3624 * c14n.c: applied a new patch from Aleksey Sanin
3625 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3626 to reference Aleksey implementation of XML digital Signatures
3627
3628Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3629
3630 * xpath.c: small fix to avoid potential problem due to
3631 ordering of freeing data
3632 * python/Makefile.am: people were complaining about
3633 the generated file in python dir not being built
3634
3635Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3636
3637 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3638 python/generator.py python/libxml.c python/types.c: Cleanup
3639 of the python Makefiles based on Jacob and James feedback,
3640 fixed the spec file accordingly, fixed the number of warning
3641 that passing my pedantic CFLAGS was generating. Conclusion
3642 is that Python includes are real crap.
3643
3644Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3645
3646 * configure,in: it was reported quite a few times that
3647 xml2-config --cflags should not output
3648 -I$includeprefix/libxml2/libxml because libxml2 header names
3649 clashes with existing names like list.h from C++ stl.
3650 Includes should be #include<libxml/xxx.h> so ...
3651
3652Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3653
3654 * c14n.c: another patch from Aleksey Sanin
3655
3656Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3657
3658 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3659 canonicalization algorithm
3660 * doc/xml.html doc/index.html: added the C14N references on the
3661 index page.
3662
36632002-03-13 jacob berkman <jacob@ximian.com>
3664
3665 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3666 usage, redundant, and gcc specific
3667
3668Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3669
3670 * xpath.c: speedup some node selection operations, this can
3671 have a significant impact on DocBook Norm's stylesheets
3672 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3673 make sure it's always the case
3674 * debugXML.c: distinguish CDATA and comments in ls operations
3675
3676Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3677
3678 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3679 to generate better API descriptions etc...
3680
3681Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3682
3683 * c14n.c: Fixing #74186, made sure all boolean expressions
3684 get fully parenthesized, ran indent on the output
3685 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3686 include/libxml/tree.h: also #74186 related, removed the
3687 --with-buffers option, and all the preprocessor conditional
3688 sections that were resulting from it.
3689
3690Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3691
3692 * valid.c: applied patch from Dodji Seketeli fixing an
3693 uninitailized variable in xmlValidGetValidElements()
3694
3695Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3696
3697 * c14n.c: fixed a few comments
3698 * doc/*.html doc/*/*.html: regenerated the docs and added
3699 the C14N API
3700 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3701
3702Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3703
3704 * check-xml-test-suite.py: fix to adapt varaiations in the
3705 bindings
3706 * configure.in python/setup.py python/setup.py.in: fixed to
3707 have the version of the python scripts automatically updated
3708
3709Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3710
3711 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3712 in xmlCopyProp()
3713
3714Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3715
3716 * configure.in: preparing 2.4.17 release
3717 * doc/*: updated and rebuilt the docs
3718 * xpath.c: fixed a comment
3719 * python/libxml.c: fixed a possible reentrancy problem
3720
3721Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3722
3723 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3724 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3725 added a specific regression test
3726 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3727 not raise exceptions when failing to find the attribute.
3728
3729Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3730
3731 * configure.in xmllint.c: owen pointed out a problem with the
3732 ftme fix, gettimeofday() was not detected by configure and
3733 the ftime header wasn't included, dohhh
3734
3735Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3736
3737 * configure.in xmllint.c: trying to fix #71457 for timing
3738 precision when gettimeofday() is not availble but ftime() is
3739
3740Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3741
3742 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3743 are now copied on install and part of the -devel RPM
3744
3745Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3746
3747 * xpath.c: trying to avoid bug #72150 which was apparently
3748 caused by a gcc bug (or a processor problem) as detailed
3749 at http://veillard.com/gcc.bug
3750
3751Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3752
3753 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3754 fixed xmlReconciliateNs(), added a Python test/example for
3755 inter-document cut'n paste
3756 * python/libxml.py: fixed node.doc on document nodes and added
3757 xpathEval() onto node objects
3758
3759Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3760
3761 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3762 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3763 fixup and integrated tests for the serialization stuff
3764
3765Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3766
3767 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3768 moved the libxml man page to section 3
3769
3770Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3771
3772 * tree.c: fix bug #72490
3773 * python/libxml.c python/libxml.py: added methods serialize()
3774 and saveTo() to all node elements.
3775
3776Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * xmlIO.c: closed #73430, don't read from an input source
3779 which indicated an end-of-file or an error.
3780
3781Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3782
3783 * parser.c: make sure SAX endDocument is always called as
3784 this could result in a Python memory leak otherwise (it's
3785 used to decrement ref-counting)
3786 * python/generator.py python/libxml.c python/libxml.py
3787 python/libxml2-python-api.xml python/libxml2class.txt
3788 python/tests/error.py python/tests/xpath.py: implemented
3789 the suggestions made by Gary Benson and extended the tests
3790 to match it.
3791
3792Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3793
3794 * python/generator.py: applied patch fixing #73450
3795
3796Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3797
3798 * xpath.c: fixing #61290 "namespace nodes have no parent"
3799 long standing divergence from the XPath REC. NodeSets
3800 simply hold a copy of namespace nodes and those node ->next
3801 points to the parent (which may not be the node carrying the
3802 definition).
3803 * include/libxml/xpath.h: flagged but didn't added a possible
3804 speedup
3805 * DOCBparser.c HTMLparser.c: removed some warnings from push
3806 parser due to new state being added.
3807 * tree.c: new fix from Boris Erdmann
3808 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3809 the XML Canonalization support from Aleksey Sanin
3810
3811Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3812
3813 * tree.c: patch from Boris Erdmann fixing some namespace odities
3814 with xmlCopyNode()
3815
3816Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3817
3818 * xmlIO.c: fix bug #72706 when loading a NULL entity
3819
3820Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3821
3822 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3823 actually change in a future XML Namespace revision.
3824
3825Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3826
3827 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3828 added the possibility of returning nodesets from XPath extension
3829 functions written in Python
3830
3831Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3832
3833 * python/*: commiting some Python bindings work done while travelling
3834
3835Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3836
3837 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3838 explicitely with memory debugging switched on
3839
3840Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3841
3842 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3843 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3844 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3845 the accessor generator for strings
3846 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3847 regression test.
3848
3849Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3850
3851 * python/README python/generator.py python/libxml.c python/setup.py:
3852 added the 'usual' setup.py to allow building a libxml2-python
3853 module based on the same code. The initialization is however
3854 different the 2 .so files fo libxml2 and libxslt are identical and
3855 they entry point initialize both libraries. this is done to avoid
3856 some possible nasty problem since the Python don't merge the maps
3857 of all shared modules.
3858
3859Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3860
3861 * parser.c: fixed a push/encoding bug reported by Michael
3862 on librsvg
3863
3864Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3865
3866 * include/libxml/parserInternals.h: fixes a misplaced #endif
3867
3868Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3869
3870 * parser.c valid.c: found and fixed a couple of allocation bugs
3871
3872Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3873
3874 * doc/xml.html doc/python.html doc/*: added a Python and binding
3875 page describing the current state of the Python bindings and
3876 giving pointers to the other languages wrappers.
3877
3878Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3879
3880 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3881 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3882 rebuilt the API and web site
3883 * xpath.c: fixed #71978 portability bugs
3884
3885Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3886
3887 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3888
3889Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3890
3891 * include/libxml/parserInternals.h parser.c: had to change
3892 2 internal parsing API when processing document content
3893 to check the start and end of element content are defined
3894 in the same entity
3895 * valid.c include/libxml/valid.h: attribute normalization can
3896 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3897 with the context to report it.
3898 * SAX.c: fixed the last known bugs, crazy validation constraints
3899 when a document is standalone seems correctly handled. There
3900 is a couple of open issues left which need consideration especially
3901 PE93 on external unparsed entities and standalone status.
3902 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3903 The 2 tests left failing are actually in error. Cleanup done.
3904
3905Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3906
3907 * valid.c: implemented E59 spaces in CDATA does not match the
3908 nonterminal S
3909
3910Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3911
3912 * SAX.c parser.c valid.c: more validation test fixups
3913 * check-xml-test-suite.py: added duration info for the tests
3914
3915Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3916
3917 * parser.c valid.c: a couple of errors were reported but not
3918 saved back as such in the parsing context. Down to 1% failure rate
3919 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3920
3921Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3922
3923 * xmlInternald.c: isExtender was missing a char
3924 * parser.c include/libxml/parser.h: % are acceptable in the
3925 internal subset if within a PUBLIC ID
3926
3927Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3928
3929 * SAX.c parserInternals.c valid.c: more work on the conformance
3930 suite. Took the step to finally block documents with encoding
3931 errors. It's a fatal error per the spec, people should have fixed
3932 their documents by now.
3933
3934Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3935
3936 * check-xml-test-suite.py: fixed the test script after some discussion
3937 on the semantic of TYPE="error"
3938 * Makefile.am: added the script to the distrib
3939
3940Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3941
3942 * SAX.c entities.c: fixed a couple of conformances issues deep
3943 into the validation code (standalone and undeclared Notations)
3944
3945Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3946
3947 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3948 stayed there for years !
3949
3950Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3951
3952 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3953 missing
3954
3955Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3956
3957 * check-xml-test-suite.py: improved the behaviour a bit as
3958 well as the logs
3959 * parser.c valid.c SAX.c: fixed a few more bugs
3960 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3961
3962Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3963
3964 * check-xml-test-suite.py: python script to run regression tests
3965 against the XML Test suite of W3C/OASis
3966 * SAX.c: fixed a validation bug
3967 * parser.c: fixed 3 errors pointed by the test suite
3968 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3969 * python/Makefile.am: fixed a dependendy
3970
3971Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3972
3973 * xmlmemory.c: avoid a warning bug #71594
3974
3975Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3976
3977 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3978 warning on alpha/Tru64
3979
3980Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3981
3982 * include/libxml/entities.h: fixing a comment
3983 * valid.c: fixing some troubles with validity check on namespaces
3984 * result/VC/NS3 test/VC/NS3: added a specific regression test
3985
3986Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3987
3988 * tree.c: Fixing #71342 serializing '\n' in attribute values
3989 * result/noent/att3 result/att3 test/att3: added a specific
3990 test.
3991
3992Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3993
3994 * python/libxml.c: couple of bug fixes
3995
3996Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3997
3998 * python/*.py: removed tabs and used spaces.
3999
4000Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4001
4002 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
4003 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
4004
4005Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4006
4007 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
4008 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
4009
4010Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4011
4012 * include/libxml/encoding.h include/libxml/entities.h
4013 include/libxml/globals.h include/libxml/parser.h
4014 include/libxml/threads.h include/libxml/tree.h
4015 include/libxml/xmlmemory.h: trying to fix the include mess
4016
4017Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4018
4019 * include/libxml/xmlmemory.h: reverted part of the previous
4020 attempt to provide #69655, this was breaking the build.
4021
4022Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
4023
4024 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
4025 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
4026 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
4027 include/libxml/parserInternals.h include/libxml/tree.h
4028 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
4029 Tentatively fixed #69655 , make compiling with -Wredundant-decls
4030 clean.
4031 * python/libxml.c: fixed a warning.
4032
4033Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4034
4035 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
4036 copying of node, merge back IDs in the target document.
4037 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
4038 test/XInclude/ents/ids.xml: test case
4039 * result/VC/ElementValid4: output changed due to a typo fix
4040
4041Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4042
4043 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00004044 generate the dependencies right as Jacob found out. Add
4045 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004046
4047Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4048
4049 * parserInternals.c valid.c: Justin Fletcher found some parts
4050 of the code needing cleanup
4051 * libxml.spec.in python/Makefile.am python/generator.py
4052 python/libxml.c python/libxml.py: Fixed the python Makefiles
4053 corrected a bug showing up on ia64, changed the name of the
4054 python internal module too
4055
4056Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4057
4058 * Makefile.am: applied patch from Andris Pavenis for binary
4059 name suffixes
4060
4061Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
4062
4063 * xmllint.c win32/win32config.h: fixing #68748
4064
4065Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4066
4067 * valid.c: fixing #70166
4068
4069Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4070
4071 * valid.c: fixing #70077
4072
4073Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4074
4075 * Copyright Makefile.am README configure.in libxml.spec.in:
4076 Changed to the MIT Licence
4077 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
4078 doc/xmlio.html: updated the doc accordingly
4079 * include/libxml/xmlwin32version.h configure.in: preparing
4080 2.4.14 release
4081 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4082 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4083 fixed the const xmlChar * wrapper and generator, XPath extension
4084 functions now use the context as first argument
4085 * python/tests/tstxpath.py python/tests/xpath.py
4086 python/tests/xpathext.py: Updated the tests accordingly
4087 * tree.c: fixed bug #70067
4088
4089Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4090
4091 * Makefile.am: cleanup
4092 * debugXML.c: always use stdout if output is NULL
4093 * xmlIO.c: don't close filedescriptors passed to outputBuffers
4094 * python/Makefile.am python/generator.py python/libxml2class.txt
4095 python/libxml_wrap.h python/types.c: augmented the number of bindings
4096 handling FILE * and XPath contexts
4097 * python/tests/Makefile.am: avoid a stupid problem due to the
4098 use of TEST.
4099
4100Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4101
4102 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
4103
4104Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4105
4106 * python/TODO python/libxml.c: cleanup the extension function lookup
4107 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
4108
4109Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4110
4111 * configure.in python/Makefile.am: do not install outside
4112 of prefix
4113
4114Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4115
4116 * python/TODO python/libxml.c: started adding SAX interfaces
4117 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
4118 SAX test
4119
4120Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4121
4122 * tree.c: hardened the addChild function
4123 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4124 python/libxml2class.txt python/libxml_wrap.h python/TODO:
4125 added accessors needed for xmlNode, a bit more testing and
4126 extension of interfaces
4127 * python/tests/Makefile.am python/tests/build.py: added a test
4128 build from scratch/save/load/check
4129
4130Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4131
4132 * parserInternals.c: change a small bit in the way valididy
4133 error messages get initialized
4134 * python/TODO python/libxml.c python/libxml2-python-api.xml
4135 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4136 added some memory debugging to track leaks at the libxml2 level
4137 * python/tests/*.py: changed all tests to check for leaks,
4138 there is just one left in XPath extension registrations.
4139
4140Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
4141
4142 * python/TODO python/generator.py python/libxml2-python-api.xml
4143 python/libxml2class.txt: more accessor classes for the parser
4144 context, allow to switch on and check validity
4145 * python/tests/Makefile.am python/tests/error.py
4146 python/tests/invalid.xml python/tests/valid.xml
4147 python/tests/validate.py: attded more test and and added error.py
4148 which I forgot to commit in the last step
4149
4150Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4151
4152 * python/Makefile.am python/types.c: cleanup
4153 * python/libxml.c python/libxml.py python/libxml_wrap.h
4154 python/generator.py python/libxml2-python-api.xml
4155 python/libxml2class.txt: added class for parser context, added
4156 first cut for push mode support. Added a framework to generate
4157 accessors functions.
4158 * python/tests/Makefile.am python/tests/push.py: added a push
4159 test
4160
4161Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4162
4163 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4164 bug a bit of cleanup.
4165
4166Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4167
4168 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4169 python/libxml2class.txt: adding error redirections and preformat
4170 to a python handler
4171 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4172 tests self checking
4173
4174Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4175
4176 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4177 a function
4178
4179Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4180
4181 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4182 python/libxml.c python/libxml2-python-api.xml
4183 python/libxml2class.txt: Progressing through the TODOs, class
4184 description output, extra XML API, RPM now builds the wrappers
4185 for all python installed versions
4186
4187Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4188
4189 * configure.in libxml.spec.in python/Makefile.am python/TODO
4190 python/generator.py python/libxml2class.txt: added more informations
4191 in the libxml2-python package including docs. Slightly changed
4192 the class hierarchy
4193 * python/tests/*: added basic regression tests infrastructure too
4194
4195Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4196
4197 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4198 added libxml2-python as part of the packages installed
4199
4200Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4201
4202 * python/Makefile.am python/generator.py python/libxml.c
4203 python/libxml.py: more work, now able to extend the
4204 XPath interpreter with functions written in python.
4205
4206Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4207
4208 * python/Makefile.am: Jacob sent a patch to allow building from
4209 tarfile.
4210
4211Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4212
4213 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4214 inserted the python wrappers build, I hope this won't be too
4215 unportable
4216
4217Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4218
4219 * xpath.c: minor optimization
4220 * python/generator.py python/libxml.c python/libxml.py
4221 python/libxml_wrap.h: more work on the python bindings,
4222 they now support XPath and there is no evident leak
4223
4224Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4225
4226 * python/generator.py python/libxml.c python/libxml.py:
4227 more work on the python bindings generator.
4228
4229Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4230
4231 * python/generator.py python/libxml.c python/libxml_wrap.h:
4232 more work on the python bindings.
4233
4234Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4235
4236 * python/generator.py python/libxml.c python/libxml.py
4237 python/libxml_wrap.h: commited early version of a python binding
4238 for private use only ATM
4239
4240Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4241
4242 * entities.c tree.c include/libxml/entities.h: applied patch
4243 from Anthony Jones to implement copy of DTD subtree too. Had
4244 just to keep 2 function private which really ought to become
4245 public ones.
4246
4247Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4248
4249 * xmllint.c: added pointers to the web pages in the usage()
4250
4251Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4252
4253 * tree.c: more fixes from Petr Kozelka for attribute handling
4254 in the tree API to align the semantic with DOM.
4255
4256Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4257
4258 * valid.c tree.c entities.c: another set of patches from
4259 Anthony Jones for copy operations cleanup and robustness
4260
4261Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4262
4263 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4264 an alphabetic index based on comments content
4265 * doc/*: rebuilt the web site with the new references
4266
4267Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4268
4269 * parserInternals.h: Greg Sjaardema suggested to use an
4270 eponential buffer groth policy in xmlParserAddNodeInfo()
4271
4272Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4273
4274 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4275 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4276 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4277 to generate cross-references, and added/updated the stylesheets
4278 to generate and link API indexes. The generic keyword index
4279 is not done yet.
4280 * doc/*.html: regenerated all the usual docs too
4281
4282Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4283
4284 * debugXML.c: added an xpath function to the shell for T. V. Raman
4285
4286Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4287
4288 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4289 debug routines.
4290
4291Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4292
4293 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4294 support of attribute nodes
4295
4296Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4297
4298 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4299 hopefully near complete and fully documented of the API in XML
4300 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4301 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4302 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4303 include/libxml/parserInternals.h include/libxml/valid.hi
4304 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4305 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4306 include/libxml/xpath.h include/libxml/xpathInternals.h:
4307 Cleaned up the doc comments a lot in the process, the interface
4308 coverage is now 100%
4309
4310Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4311
4312 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4313 extracts comments from the gtk-doc DocBook output (a bit
4314 convoluted but seems to work).
4315
4316Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4317
4318 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4319 added an XML description of the API, moved the script generating
4320 it here. Added a "make api" target
4321
4322Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4323
4324 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4325
4326Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4327
4328 * xpath.c include/libxml/xpathInternals.h: the change made to
4329 xmlXPathFuncLookupFunc was incompatible roll it back
4330
4331Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4332
4333 * SAX.c: cleanup patch from Anthony Jones
4334 * doc/Makefile.am: fix the headers to avoid in make scan
4335 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4336 includes, * vs Ptr and general cleanup
4337 * parsedecl.py: first version of a script to extract the
4338 module interfaces, the goal will be to provide .decl or XML
4339 specification of the interfaces to build wrappers.
4340
4341Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4342
4343 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4344 now provides return codes in case of errors
4345
4346Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4347
4348 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4349 Upgraded to trio baseline 1.6
4350 * strio.h strio.c: Replaced by triostr.h and triostr.c
4351
4352Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4353
4354 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4355 of strdup usage in the code
4356
4357Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4358
4359 * parser.c error.c: Keith Isdale complained rightly that
4360 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4361
4362Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4363
4364 * tree.c: fixed the funxtion to set the xml: attributes
4365 * debugXML.c: added "setbase" to test it.
4366
4367Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4368
4369 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4370 to allow updating an attribute content
4371
4372Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4373
4374 * libxml.h: try to avoid problems when compiling on Windows
4375
4376Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4377
4378 * hash.c: patch from Anthony Jones for hash.c allocation size
4379 * Makefile.am: trying to work around Yet Another Libtool Madness
4380 and build the 2.4.13 release finally ...
4381
4382Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4383
4384 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4385 * doc/* : update of the documentation
4386
4387Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4388
4389 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4390 at fixing #61290 :-(
4391
4392Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4393
4394 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4395 Fixes bug #67229
4396
4397Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4398
4399 * tree.c: trying to avoid troubles when a subtree is copied
4400 and coalesced in part with the target tree. Should fix
4401 bug #67407
4402
4403Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4404
4405 * valid.c: fixed validation of attributes content of type
4406 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4407 values, very old bug. Fixes #67671
4408
4409Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4410
4411 * parser.c include/libxml/parserInternals.h tree.c: integrated
4412 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4413 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4414
4415Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4416
4417 * threads.c: applied Serguei Narojnyi's patch to add native
4418 thread support on the Win32 platform
4419 * testThreadsWin32.c Makefile.am: added the test program also
4420 from Serguei, Win32 specific
4421 * include/win32config.h include/libxml/xmlwin32version.h.in:
4422 added patch from Igor for the Windows thread specific defines.
4423
4424Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4425
4426 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
4427
4428Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4429
4430 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
4431 output page into XMLinfo.html. Close bug #66951 and
4432 raised by Robert Collins too.
4433
4434Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
4435
4436 * encoding.c: Paul Keogh pointed out a possibility of segfault
4437 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
4438 Closes bug # 68238
4439
4440Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
4441
4442 * doc/*.html: updated the Gdome2 links
4443
4444Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4445
4446 * libxml.h: Applied following patches from Robert Collins
4447 and make sure IN_LIBXML is defined when compiling it
4448 -------
4449 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4450 as well as Visual C.
4451 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4452 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4453 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4454 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4455 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4456 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4457 xmlSysIDExists xmlNoNetExists).
4458 * xmllint.c: Don't include winsock2.h for Cygwin.
4459
4460Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4461
4462 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4463 when the version info is not present.
4464
4465Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4466
4467 * tree.c: Anthony Jones pointed out a problem in
4468 xmlStringGetNodeList() and provided a fix for it
4469
4470Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4471
4472 * parser.c: patch from Frank J Franklin to remove a bug in
4473 xmlCreatePushParserCtxt() when the initial buffer passed
4474 is large.
4475
4476Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4477
4478 * win32/*: big cleanup of the Windows/MSVC project files
4479 from Igor Zlatkovic
4480
4481Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4482
4483 * doc/Makefile.am: should fix #67674 and avoid troubles if
4484 xsltproc is not available or fails in the prefix provided
4485
4486Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4487
4488 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4489
4490Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4491
4492 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4493 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4494 Fixed a few other problems raised by Charlie Bozeman.
4495 * result/VC/ElementValid[5-7]: fixed the output
4496
4497Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4498
4499 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4500 patches from Charlie Bozeman. Regenerated the HTML docs.
4501
4502Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4503
4504 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4505 for Windows from Igor
4506
4507Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4508
4509 * xmllint.c: applied Justin Fletcher patch for --output or -o
4510
4511Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4512
4513 * win32/libxml2/libxml2.def.src: close #67019
4514
4515Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4516
4517 * xmllint.c: applied Justin Fletcher generic timing patch
4518 similar to the one already applied to xsltproc.
4519
4520Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * include/libxml/tree.h tree.c: applied documentation patches
4523 from Charlie Bozeman
4524
4525Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4526
4527 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4528
4529Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * valid.c: fix the xmlStrdup() used in the previous patch.
4532 * valid.c: added --dropdtd
4533 * tree.c: fixed xmlUnlinkNode so it also removes the references
4534 from the document if the node is a DTD
4535
4536Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4537
4538 * HTMLtree.c valid.c: cleanup some static declarations
4539
4540Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4541
4542 * xmllint.c: removed another strdup()
4543 * doc/FAQ: removed the HP/UX entry
4544
4545Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4546
4547 * valid.c: fix bug #66816 when validating.
4548 * xmllint.c: don't use sys/time.h if configure did not found it
4549
4550Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4551
4552 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4553 xmlcatalog_man.xml
4554
4555Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4556
4557 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4558 xmlInitMemory() was declared twice
4559
4560Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4561
4562 * globals.c: do not reference strdup() !
4563 * configure.in libxml-2.0.pc.in: trying to fix the libs
4564 of the various config extraction modules
4565
4566Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4567
4568 * configure.in : preparing 2.4.12
4569 * doc/* : updated and rebuilt the docs
4570
4571Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4572
4573 * uri.c: closed bug #66159
4574 * testURI.c: added --escape option
4575 * configure.in: some cleanup for xml2-config --cflags
4576
4577Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4578
4579 * globals.c testThreads.c: removed some misplaced includes
4580 of xmlversion.h
4581
4582Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4583
4584 * threads.c: patch from Gary Pennington fixing a possible
4585 problem at initialization time.
4586
4587Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4588
4589 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4590 Eric Lavigne contribution to build libxml2 on MacOS using
4591 CodeWarrior.
4592
4593Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4594
4595 * xmllint.c: applied Geert Kloosterman's patch to fix
4596 --repeat --timing output
4597
4598Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4599
4600 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4601 where non-wellformed XML declaractions were not detected.
4602
4603Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4604
4605 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4606
4607Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4608
4609 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4610 gets reset by xmlCleanupInputCallbacks() and this makes the
4611 function useless. Same for output.
4612
4613Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4614
4615 * xmlIO.c: robert pointed out a loop error in callback cleanups
4616
4617Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4618
4619 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4620 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4621 they are not really tied to debugging
4622
4623Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4624
4625 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4626 * xmllint.c: better --catalogs description
4627
4628Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4629
4630 * tree.c: fixed a couple of problems in xmlSetProp()
4631
4632Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4633
4634 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4635 unappropriate stdout output.
4636
4637Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4638
4639 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4640 by Denis Beurive, closes #65111
4641
4642Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4643
4644 * valid.c: in case of content model validity error, don't
4645 print it if validity warnings were not requested.
4646
4647Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4648
4649 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4650 * parserInternals.c: removed the last exit() call. Print an
4651 unmaskable error on stderr instead (library mismatch detection)
4652
4653Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4654
4655 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4656 shell instructions from Heiko Rupp
4657
4658Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4659
4660 * catalog.c: use the URL notation file:// for default catalog paths
4661
4662Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4663
4664 * include/libxml/tree.h: better comments for _private fields
4665 * tree.c: removed a problem when copying an entity reference.
4666
4667Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4668
4669 * vms/*: updated instructions and diffs from John A Fotheringham
4670
4671Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4672
4673 * include/libxml/xmlerror.h: avoid an include problem if
4674 #include <libxml/xmlerror.h> happens first in code
4675 seems to be the case in KDE libs
4676
4677Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4678
4679 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4680 from Igor for Windows
4681
4682Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4683
4684 * Makefile.am: Gary Pennington pointed out a missing prefix
4685
4686Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4687
4688 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4689 * doc/*: upgraded and rebuilt the docs
4690
4691Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4692
4693 * HTMLparser.c: fix comment in scripts element parsing.
4694 * result/HTML/doc3*: updated the results.
4695
4696Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4697
4698 * uri.c: another URI bug fix #63336, using Joel Young patch.
4699
4700Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4701
4702 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4703 a cleaned up version of the Pwd shell string generation.
4704
4705Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4706
4707 * valid.c include/libxml/tree.h: trying to fix namespaces +
4708 validation problems for good, closing #63619 in the process
4709 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4710 wrong in this respect, fixed it.
4711
4712Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4713
4714 * xmllint.c: Morus Walter patch to allow --format and --encode
4715
4716Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4717
4718 * debugXML.c: Stefan Kost provided an help command for the shell
4719
4720Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4721
4722 * debugXML.c: Heiko Rupp pointed that the shell would crash
4723 on empty nodesets returns.
4724
4725Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4726
4727 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4728 migh need the history libraries
4729
4730Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4731
4732 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4733 handle the case of < in quoted attributes, Bastian Kleineidam
4734
4735Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4736
4737 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4738 fixing catalog breakages
4739 * Makefile.am catalog.c result/catalogs/catal
4740 result/catalogs/mycatalog.* test/catalogs/catal*:
4741 fixed more problems in catalog support, added more regression tests
4742 for both XML and SGML catalog handling
4743
4744Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4745
4746 * debugXML.c: applied an improvement to xmlGetLineNo() from
4747 Keith Isdale
4748
4749Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4750
4751 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4752 Side effect of the progressive catalog loading
4753
4754Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4755
4756 * Makefile.am: confexecdir and confexec_DATA were defined twice
4757 pointed out by Karl Eichwalder
4758
4759Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4760
4761 * xmlcatalog.c: avoid unlink() and use remove() instead.
4762
4763Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4764
4765 * libxml.spec.in: cleanup
4766 * include/libxml/xmlwin32version.h: updated with 2.4.8
4767
4768Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4769
4770 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4771 of compiling libxml with a non standard set of options
4772
4773Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4774
4775 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4776 document --sgml option, fixing gnome bugzilla #63382
4777
4778Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4779
4780 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4781 breakage of 2.4.7, added a couple of really needed APIs
4782 like xmlCatalogIsEmpty() and xmlNewCatalog()
4783 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4784 for install-catalog
4785 * configure.in: preparing 2.4.8
4786
4787Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4788
4789 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4790 include/libxml/tree.h include/libxml/xmlIO.h: more include
4791 cleanups, export cleanly one html output + format function.
4792
4793Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4794
4795 * parser.c: removed initGenericErrorDefaultFunc call from
4796 xmlInitParser() since it could destroy previous calls to
4797 xsltSetGenericErrorFunc() effects
4798
4799Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4800
4801 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4802 keyword.
4803
4804Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4805
4806 * Makefile.am: cleanup
4807 * threads.c: cleanup too
4808 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4809 from xsltproc
4810 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004811 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004812
4813Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4814
4815 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4816 was not used anymore !
4817
4818Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4819
4820 * configure.in: preparing 2.4.7
4821 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4822 manual page from John
4823 * doc/*: updated the doc and rebuilt the generated pages
4824
4825Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4826
4827 * xmlIO.c: closing bug #62711, the library should never
4828 close stdin or stdout.
4829
4830Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4831
4832 * uri.c: second pass at fixing #63336, using Joel Young
4833 final patch. looks okay.
4834
4835Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4836
4837 * uri.c include/libxml/uri.h: trying to clear #63336
4838 allowing the escaping routine to parse unconformant
4839 URI-References.
4840
4841Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4842
4843 * vms/readme.vms vms/build_libxml.com nanoftp.c
4844 include/libxml/xmlversion.h.in: a few VMS updates from
4845 John A Fotheringham
4846 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4847 and xmlCleanupOutputCallbacks() for the Perl binding people.
4848
4849Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4850
4851 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4852 apply fixes to close #63271 and avoid segfaults when
4853 the error routine gets callbed before xmlInitParser()
4854 get called.
4855 * nanoftp.c error.c: Applied patches from Justin Fletcher
4856 correcting some xmlGenericError misuses.
4857
4858Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4859
4860 *doc/xmllint.xml, doc/xmllint.1
4861 New and improved man page for xmllint - .xml is the original, .1
4862 is the generated man page
4863
4864Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4865
4866 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4867 the web site from the main HTML document.
4868
4869Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4870
4871 * parser.c: fixed an erroneous validation bug when PE refs
4872 occurs in external parsed entities referenced from the
4873 internals subset
4874 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4875 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4876 added the associated testcase, it's a nice one.
4877 * HTMLparser.c: generate the DTD node as HTML still ...
4878 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4879
4880Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4881
4882 * HTMLparser.c: fixed a bug in htmlNewDoc()
4883
4884Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4885
4886 * test/threads/*: added entities testing to the Thread test
4887 * testThreads.c: make the test reasonable
4888 * DOCBparser.c: fix the DTD public and system ID
4889 * xmllint.c: added --sgml for SGML DocBook importing
4890 * Makefile.am: added Docbtests target
4891
4892Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4893
4894 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4895 * testThreads.c: removed bogus include
4896
4897Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4898
4899 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4900 fixed a very serious (looping) validation bug
4901
4902Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4903
4904 * include/libxml/globals.h include/libxml/threads.h threads.c
4905 testThreads.c: far more testing, cleaning up bugs
4906 * *.c : make sure globals.h is always included.
4907
4908Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4909
4910 * HTMLparser.c: try to get rid of parser loops for good.
4911
4912Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4913
4914 * configure.in: fixed some bugs in CFLAGS passing.
4915 * test/threads Makefile.am testThreads.c: added a specific
4916 threaded test case (really nasty, guaranteed).
4917
4918Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4919
4920 * catalog.c: serious cleanup on the management of the
4921 XML catalog tree, more tests done, especially with
4922 the catalog PI.
4923
4924Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4925
4926 * catalog.c: avoid a problem in catalog cleanup on SMP if
4927 catalogs were not initialized.
4928
4929Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4930
4931 * catalog.c xpath.c: trying to cleanup the not thread safe
4932 parts of the library.
4933
4934Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4935
4936 * include/libxml/globals.h configure.in global.data: make
4937 the allocation be per-thread a configure option
4938 * encoding.c include/libxml/parser.h: fixed compilation
4939 errors
4940
4941Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4942
4943 * include/libxml/parser.h: Norm reported that a few lines
4944 added were breaking libxslt compile, removed them for now
4945
4946Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4947
4948 * parser.c parserInternals.c threads.c: debugged and fixed
4949 initialization problems which were giving troubles on SMP
4950 boxes.
4951
4952Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4953
4954 * include/libxml/Makefile.am: missing globals.h
4955
4956Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4957
4958 * globals.c: added a couple of standard includes.
4959
4960Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4961
4962 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4963 include/libxml/parserInternals.h include/libxml/tree.h
4964 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4965 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4966 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4967 Applied the last patches from Gary, cleanup, activated threading
4968 all user accessible global variables are now handled in globals.[ch]
4969 Still a bit rought but make tests passes with either
4970 --with-threads defined at configure time or not.
4971 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4972 linking options
4973
4974Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4975
4976 * Makefile.am include/libxml/Makefile.am
4977 include/libxml/globals.h globals.c include/libxml/threads.h
4978 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4979 configure.in: started integrating the core of the thread support
4980 not activated yet but half integrated. The code should still
4981 compile and work anyway.
4982
4983Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4984
4985 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4986 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4987 integrating the non-controversial parts of Gary Pennington
4988 multithread patches
4989 * catalog.c: corrected a small bug introduced
4990
4991Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4992
4993 * catalog.c include/libxml/catalog.h: very serious cleanup,
4994 isolating unportable code and as much as possible the accesses
4995 to the global shared catalog. May need more testing !
4996
4997Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4998
4999 * include/libxml/debugXML.h debugXML.c tree.c: integrating
5000 Keith Isdale patches for the XSLT debugger interfaces. Some
5001 cleanup
5002
5003Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5004
5005 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
5006 * DOCBparser.c: generate line nubers in elements
5007
5008Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5009
5010 * configure.in: preparing 2.4.6 release
5011 * doc/xml.html doc/html/*: updated and rebuilt the docs
5012 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
5013
5014Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
5015
5016 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
5017 adding documentation for DV's supercatalog support
5018
5019Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5020
5021 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
5022 super catalog support adding one API and one flag --sgml to
5023 xmlcatalog
5024
5025Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
5026
5027 * doc/xmlcatalog_man.xml, xmlcatalog.1
5028 One more crack at
5029 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5030
5031
5032Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5033
5034 * xpath.c: implemented xmlXPathObjectCopy for external objects
5035 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
5036
5037Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
5038
5039 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5040 finishing up fix to
5041 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
5042 the xmlcatalog man page display more elegantly
5043
5044Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
5045
5046 * configure.in: closing bug #61832
5047 * HTMLparser.c: removed a warning
5048
5049Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5050
5051 * xpath.c: fixing #61673 part I, do not loose doc information
5052 when copying result value trees.
5053
5054Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5055
5056 * xpath.c: trying to harden the XPath interpreter
5057
5058Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
5059
5060 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
5061 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5062
5063Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5064
5065 * HTMLparser: repaired another loop problem
5066
5067Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5068
5069 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
5070 parsing.
5071 * xpath.c: fix bug #61291 the default XML namespace node is
5072 missing from the namespace axis.
5073 * tree.c: refuse to create namespaces nodes with prefix "xml"
5074
5075Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
5076
5077 * SAX.c: ouch a non-defined namespace could lead to a crash,
5078 fixed #61215
5079
5080Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5081
5082 * parserInternals.c: closed bug #61054
5083
5084Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5085
5086 * include/libxml/Makefile.am: closing #60708
5087
5088Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5089
5090 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
5091 adding xmlSAXParseFileWithData following Marco Stipek suggestion
5092
5093Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5094
5095 * valid.c: close bug #61550 when xml: wasn't considered a namespace
5096
5097Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5098
5099 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
5100 * DOCBparser.c HTMLparser.c parser.c: fixed typos
5101
5102Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
5103
5104 * catalog.c: Justin Fletcher provided cleaup code in case
5105 HAVE_STAT is not defined
5106 * include/win32config.h: Igor Zlatkovic suggested to have
5107 HAVE_STAT defined there
5108
5109Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5110
5111 * catalog.c - fixed typing error reported by M. Barros
5112
5113Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
5114
5115 * xmllint.c - fixing typo
5116
5117Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5118
5119 * HTMLparser.c: small enhancement to prevent loop on
5120 unrecognizable data
5121
5122Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5123
5124 * parserInternals.c: applying patch from bug #60757 this
5125 should close it
5126
5127Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5128
5129 * catalog.c xmlcatalog.c: removed a couple of warning
5130 * xpath.c: try to solve the linking problem on platforms
5131 needing trio to compile
5132
5133Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5134
5135 * Makefile.am libxml.spec.in: backing up non-documented changes
5136 commited without review or aproval by Jens Finke <jens@gnome.org>
5137 * HACKING: made 100% clear that no commit should be done directly
5138
5139Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5140
5141 * configure.in: Joe Orton provided a patch fixing a problem
5142 when iconv is specified to be in a non-standard directory
5143 but wasn't exported in xml2-config --cflags
5144
5145Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5146
5147 * configure.in: let's ship 2.4.5 before getting too much
5148 troubles with 2.4.4 errors.
5149
5150Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5151
5152 * encoding.c entities.c: do not output hexadecimal charrefs
5153 when serializing HTML since some version of Netscape can't
5154 grok it, generate decimal ones.
5155 * result/HTML/doc3.htm: output changed due to previous test
5156 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5157
5158Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5159
5160 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5161 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5162
5163Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5164 Released 2.4.4
5165
5166 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5167 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5168 updated the configuration scripts systems accordingly
5169
5170Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5171
5172 * configure.in: preparing for 2.4.4
5173 * doc/xml.html doc/html/*: updated and rebuilt the docs
5174
5175Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5176
5177 * win32/dsp/libxml2.def.src: tried to incorporate comments
5178 from bug #59220
5179
5180Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5181
5182 * parser.c result/noent/wml.xml: fixed bug #59981 related
5183 to handling of '&' in attributes when entities are substitued
5184
5185Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5186
5187 * libxml.h include/libxml/xmlversion.h.in
5188 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5189 Tried to close bug #60131
5190
5191Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5192
5193 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5194
5195Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5196
5197 * SAX.c: fixing bug #59946 on xmlns=""
5198
5199Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5200
5201 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5202 but allocates a new error code.
5203
5204Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5205
5206 * xmllint.c: John Fleck fixed typos in the options output
5207 * parser.c SAX.c: fix ignorable white space SAX selection
5208
5209Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5210
5211 * entities.c: Steve Underwood found the possibility of an
5212 ininite loop in case of error.
5213
5214Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5215
5216 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5217
5218Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5219
5220 * parser.c: warn if version is not 1.0 but it's not
5221 strictly speaking an error after analyzing the spec
5222
5223Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5224
5225 *doc/catalog.html - add link to the html version of the
5226 man page, other linguistic cleanups
5227
5228Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5229
5230 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5231 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5232 file, has not yet been included in the build.
5233
5234Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5235
5236 * catalog.c: removed a duplicate affectation Justin Fletcher
5237
5238Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5239
5240 * tree.c: Armin Sander pointed a possible text coalescing
5241 problem, completed his patch.
5242
5243Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5244
5245 * trionan.c: Fixed const and volatile re-definition problem
5246
5247Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5248
5249 * libxml.4 parser.c: doc updates from Heiko Rupp
5250 * parserInternals.c: 2 sanity checks from Heiko Rupp
5251
5252Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5253
5254 * tree.c: applied patch from Armin Sander to make some pointers
5255 const in xmlCopyNode()
5256 * include/libxml/tree.h: added fix to the header
5257
5258Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5259
5260 * xpath.c: hum, restrict the integer usage gcc bug workaround
5261 to only gcc compilers so that other architecture don't get
5262 penalized by this limitation.
5263 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5264
5265Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5266
5267 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5268 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5269
5270Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5271
5272 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5273 --convert option to xmlcatalog to convert SGML ones to
5274 the XML syntax.
5275 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5276
5277 2.4.3 got released at that point
5278Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5279
5280 * catalog.c xmlIO.c: started some serious testing and fixed
5281 a few bug and optmization needs.
5282
5283Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5284
5285 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5286 preparing for a 2.4.3 release even if it may not be ready yet
5287 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5288 all file parsing lookup to go through the entity resolver, add
5289 to add an API to bypass it (needed to load catalogs themselves),
5290 some cleanup on the catalog code too.
5291 * nanoftp.c: small cleanup
5292 * doc/catalog.html: small update
5293
5294Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5295
5296 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5297 Jun Kuriyama
5298
5299Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5300
5301 * doc/catalog.html: finished the catalog documentation
5302
5303Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5304
5305 * doc/catalog.html doc/xml.html: added documentation about
5306 Catalog support, misses an API description
5307 * doc/html/*: reextracted the API pages
5308
5309Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5310
5311 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5312 Added the part about section 7.2 on URI resolution,
5313 fixed a side effect in the HTML parser, look complete
5314 and ready to rock except the URI/SystemID part!
5315
5316Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5317
5318 * include/libxml/catalog.h include/libxml/parser.h
5319 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5320 xmlIO.c: added support and APIs needed for the catalog PI
5321 * include/libxml/xmlIO.h: cleanup
5322
5323Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5324
5325 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5326 include/libxml/catalog.h: starts to look okay, really
5327 plugged the new framework, cleaned a lot of stuff,
5328 added some APIs, except the PI's support missing this
5329 should be mostly complete
5330 * result/catalogs/* test/catalogs/*: added new test, enriched
5331 the existing one with URN ID tests
5332
5333Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5334
5335 * catalog.c: fixed nextCatalog
5336 * result/catalogs/docbook test/catalogs/*: started adding
5337 a small regression test
5338
5339Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5340
5341 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5342 more work on the XML catalog support.
5343 * parser.c include/libxml/parser.h: small cleanup seems using
5344 list as a public parameter name can give portability troubles
5345 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5346 include/libxml/xpath.h include/libxml/Makefile.am: removed
5347 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5348 wrappers
5349
5350Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5351
5352 * Makefile.am trio.c triodef.h trionan.c xpath.c
5353 include/libxml/Makefile.am include/libxml/trionan.h:
5354 Re-worked Not-A-Number and Infinity support.
5355 * xmlcatalog.c: added readline include files
5356
5357Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5358
5359 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5360 testCatalog as xmlcatalog, making it an installed app
5361 adding a shell, and preparing it to be a /etc/xml/catalog
5362 management tool, though not ready yet
5363 * catalog.c include/libxml/catalog.h: adding support for
5364 XML Catalogs http://www.oasis-open.org/committees/entity/
5365 not finished, there is some interesting tradeoffs and a
5366 few open questions left.
5367
5368Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5369
5370 * xmllint.c: fixed a line formatting problem
5371
5372Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5373
5374 * SAX.c: removed a couple of unused variable (Albert Chin)
5375
5376Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5377
5378 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5379 trying to fix some troubles w.r.t. function returning
5380 const xxxPtr.
5381
5382Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5383
5384 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5385 defined
5386
5387Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5388
5389 * xpointer.c: removed unused var
5390
5391Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5392
5393 * testXPath.c: another small cleanup closing bug #59110
5394
5395Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5396
5397 * win32/dsp/libxml2.def.src: small cleanup closing bug
5398 #59108
5399
5400Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5401
5402 * example/gjobread.c: add xmlCleanupParser() before leaving
5403
5404Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5405
5406 * config.h.in configure.in include/libxml/xmlwin32version.h:
5407 released 2.4.2
5408
5409Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5410
5411 * include/libxml/valid.h debugXML.c valid.c: deprecate
5412 the non-boundchecking Sprintf functions, add Snprintf
5413 this should close bug #57984
5414
5415Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5416
5417 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5418 URIs before doing the lookups (pointed by Mark Vakoc)
5419
5420Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5421
5422 * xpath.c: serious changes on Result Value Trees and NodeSets
5423 w.r.t. deallocation and collect operations. Probably not
5424 100% clean (merge of allocated trees smells like a problem).
5425 Seems sufficient to close #58943
5426
5427Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5428
5429 * xmllint.c: adding a --format option
5430
5431Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
5432
5433 * xpath.c: count() was broken on Result Value Tree
5434 * xmlIO.c: fixed file:/// accesses on _WIN32
5435
5436Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5437
5438 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
5439 macro was renamed, this should close bug #58683
5440
5441Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5442
5443 * SAX.c: small fix fixing bug #58539 reported by coolo, in
5444 entity substitution mode text at the end of the entity might
5445 be added due to text coalescing.
5446 * nanoftp.c parser.c: small cleanup
5447
5448Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5449
5450 * HACKING: added John Fleck right to commit in the doc subdir
5451
5452Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5453
5454 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5455 allow to inherit attributes from the DTD directly in the
5456 tree, this is needed for XPath and can be a useful feature.
5457 Inherited namespaces are always provided at the tree level now
5458 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5459 of tests for this feature (XSLT being the prime user).
5460
5461Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5462
5463 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5464 testSAX.c xmlIO.c xmllint.c include/win32config.h
5465 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5466 include/libxml/xmlwin32version.h.in win32/README.MSDev
5467 win32/dsp/*: applied Win32 Facelift No.2 patches from
5468 Igor Zlatkovic for Windows/MSC
5469
5470Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5471
5472 * SAX.c: unparsedEntityDecl() the URI computation of the
5473 entity wasn't done breaking XSLT unparsed-entity-uri()
5474
5475Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5476
5477 * xpath.c: fixed a bug when walking the descendants and
5478 the current node has no children
5479 * debugXML.c: show up when a text node is supposed to not be escaped
5480
5481Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5482
5483 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5484 worked like the set:leading() function)
5485 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5486
5487Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5488
5489 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5490
5491Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * include/libxml/xmlIO.h: apply change to close #58141
5494 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5495
5496Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5497
5498 * parser.c: when the internal subset uses a PE, then the
5499 included entity can use conditional sections.
5500
5501Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5502
5503 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5504 when walking the namespace axis showing up in
5505 libxst/tests/general/bug-12
5506 * xmlmemory.c: added the possibility to trace a given block
5507 defined by its address
5508
5509Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5510
5511 * parser.c: don't override existing encoding specified before
5512 starting xmlParseDocument()
5513
5514Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5515
5516 * include/libxml/xmlwin32version.h: reinserted, needed for
5517 Windows users of CVS
5518
55192001-07-27 Darin Adler <darin@bentspoon.com>
5520
5521 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5522 * testCatalog.c: Add include of <libxml/parser.h>.
5523
55242001-07-27 Darin Adler <darin@bentspoon.com>
5525
5526 * include/libxml/.cvsignore:
5527 * include/libxml/xmlwin32version.h:
5528 Remove this file from CVS because it's generated.
5529
5530Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * parser.c include/libxml/parser.h: applied const patches from
5533 Tom Moog #58002
5534
5535Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5536
5537 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5538 lookup framework
5539
5540Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5541
5542 * tree.c: fixed xmlCopyNode() for documents
5543
5544Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5545
5546 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5547
5548Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * parser.c: fixes bug #57652 reported by Morus Walter
5551
5552Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5553
5554 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5555
5556Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5557
5558 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5559 errors, lesson don't add new functions at 1am before a release
5560 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5561 from XPath initialization when possible.
5562
5563Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5564
5565 * result/scripts/base*: removing history/readline changed
5566 this slightly
5567 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5568 xmllint.c: make element content line number generation
5569 optionnal to avoid breaking old apps added interface to switch
5570
5571Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005574 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005575 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5576 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5577 John Kroll fixes to allow saving to HTTP via PUT (or
5578 POST of needed).
5579 * doc/html/*.html: regenerated the docs
5580
5581Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5582
5583 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5584 xmlHashScanFull and xmlHashScannFull3 to get passed the
5585 three keys as arguments to the callback function
5586
5587Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5588
5589 * configure.in Makefile.am: removed libxml softlink for good
5590 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5591 100% coverage by gtk-doc
5592
5593Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5594
5595 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5596 fixed serious troubles due to size_t vs. int mismatch
5597
5598Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5599
5600 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5601
5602Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5603
5604 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5605 convenient extension API for value and context managing
5606 Now handles external objects through xmlXPathPopExternal,
5607 xmlXPathWrapExternal and xmlXPathReturnExternal.
5608 Added functions for sets operations (intersection, etc.)
5609
5610Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5611
5612 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5613 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5614 HTMLparser.c: cleanup of global variables, marking some
5615 const or private.
5616
5617Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5618
5619 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5620 fixed xmlXPathNodeSetItem when passing index=0
5621
5622Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5623
5624 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5625
5626Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5627
5628 * xmllint.c: fixed compilation under Cygwin #57503
5629 * TODO: update
5630
56312001-07-13 Peter Williams <peterw@ximian.com>
5632
5633 * config.h.in: add #undef HAVE_DLFCN_H
5634
5635 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5636 builddir.
5637
5638Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5641 raised by #57348 and #57381
5642
5643Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5644
5645 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5646 tree.c xpointer.c: store the line numbder in element->content,
5647 may break some software, need a configuration mechanism
5648
56492001-07-10 Darin Adler <darin@bentspoon.com>
5650
5651 * .cvsignore:
5652 * example/.cvsignore:
5653 * include/.cvsignore:
5654 * include/libxml/.cvsignore:
5655 Various things that are generated and should be ignored.
5656
5657Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5658
5659 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5660 * doc/xml.html doc/html/*: updated the docs
5661
5662Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5663
5664 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5665 validation occured on content with element child
5666
5667Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * tree.c: fixed XML Base computation which was broken
5670 * debugXML.c: added a base function to the shell
5671 * Makefile.am result/scripts/* test/scripts/*: added scripts
5672 based regression tests, and adding 2 XML Base tests
5673
5674Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5675
5676 * tree.c: set properties doc and call xmlSetListDoc for properties
5677 content when grafting them in a different tree.
5678 * aclocal.m4: remove from CVS
5679
5680Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * win32/libxml2/libxml2.def.src: added some missing entry point
5683 for XPath (Mark Vakoc)
5684
5685Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5688 layer should URI-Unescape before trying to open resources.
5689
5690Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * xpath.c: fix the name() bug for elements in the default
5693 namespace reported by Charlie Bozeman
5694
5695Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5696
5697 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5698 led to an XPath fix, improvements of SAX initialization, and
5699 an added option --nocdata to testXPath
5700
5701Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * doc/libxml-doc.el: Felix Natter provided anew version working
5704 with XEmacs too
5705
5706Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5707
5708 * include/libxml/xpath.h: small cleanup
5709 * doc/xml.html: update
5710
5711Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5714 released 2.3.14
5715
5716Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * doc/html/*: rebuilt the docs for the release
5719 * doc/xml.html: added 2.3.14 release.
5720
5721Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5724 were not equal to empty strings
5725
5726Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * SAX.c: fixed a URI-Reference computation problem when validating
5729 * xmlIO.c: small cleanup
5730
5731Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5732
5733 * parser.c: improved the description of a couple of interfaces
5734 upon Larry Stamper suggestion
5735
5736Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5737
5738 * SAX.c entities.c parser.c: changed completely the way entities
5739 are handled when running the parser in entity substitution mode.
5740 This fixes a bug reported by Stephan Kulow and nearly divides
5741 by 3 the amount of memory required by libxslt to load and process
5742 DocBook TDG.
5743
5744Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * HTMLparser.c: fixing a too early root closing problem raised
5747 byt Prashanth Naidu
5748
5749Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5750
5751 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5752 raised by Mark Vakoc.
5753
5754Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5755
5756 * example/Makefile.am: fixed the include path to add srcdir/include
5757 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5758 and some cleanup
5759
5760Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5761
5762 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5763 lot of optimization work, results in significant improvements
5764 when handling really complex XPath queries. Add a small optimizer
5765 for unions, improve [n] and [last()], avoid some costly ops.
5766
5767Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5768
5769 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5770 * xpath.c: small cleanup
5771 * xmlGetNsList: reformated, fixed problems if used on Entities
5772
5773Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774
5775 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5776
5777Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5778
5779 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5780 * Makefile.am example/Makefile.am: workaround automake generating
5781 erroneous deps
5782
5783Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5784
5785 * include/win32config.h: bug #56801 Yon Derek provided a patch
5786 to the windows config file.
5787
5788Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5789
5790 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5791 libxml.h : Yon Derek provided a set of changes to compile from
5792 CVS on Windows/MSC
5793
5794Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5795
5796 * parser.c: fixed UTF8 BOM support in push mode
5797 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5798 added a specific testcase
5799
5800Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * Makefile.am: added --push regression tests
5803 * parserInternals.c: the XML parser segfaulted in --push mode
5804
5805Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * configure.in: moved the symlinks detection within a CVS
5808 check, this is not portable and will be removed soon.
5809 * xpath.c: small cleanup/speedup
5810
5811Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5812
5813 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5814 release of 2.3.12
5815 * parser.c: make an error message if unknow entities in all cases
5816
5817Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5818
5819 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5820
5821Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5822
5823 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5824 includes were installed in the wrong dir
5825
5826Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * doc/html.xml: warn against sending code to exhibit bugs.
5829
5830Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5831
5832 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5833 Tru64 from Thomas Leitner
5834
5835Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5836
5837 * AUTHORS: added William and Bjorn
5838 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5839 daniel@veillard.com hopefully I won't have to do this again
5840 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5841 docs can be rebuilt cleanly now
5842 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5843 from CVs it's generated, added include/libxml/xmlwin32version.h
5844 also generated but which should change far less frequently.
5845 * catalog.c nanoftp.c: made sure to include libxml.h not
5846 libxml/xmlversion.h directly
5847 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5848 when compiling on WIN32 and MSC
5849
5850Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5851
5852 * include/Makefile.am include/libxml/Makefile.am configure.in:
5853 fixed make distcheck and rebuilding the rpms
5854
5855Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * configure.in: should finish the migration of exported includes
5858 into a real include/libxml in CVS, at least for CVS users.
5859 * removed the exported headers, added in include/libxml (as well
5860 as xmlversion.h.in).
5861
5862Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5863
5864 * configure.in: fixed the way to detect symlink
5865
5866Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * configure.in: updated, include/libxml is now a real CVS dir
5869
5870Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5873 version works with both libxml1 and libxml2 (it autodetects
5874 the prefix of the html-files) from Felix Natter.
5875 * doc/xml.html: updated doc accordingly
5876
5877Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5878
5879 * xpath.c: fixed the bug generating a template loop in libxslt
5880 when using docbook-xsl-1.4, * should filter out document nodes
5881 * HACKING: added William
5882 * TODO: updated
5883
5884Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * doc/FAQ.html: added a warning about gcc-3.0
5887 * doc/xml.html: added reference to gdome2 and removed a confusing
5888 sentence
5889
5890Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * xmlversion.h: okay this is a generated file, but Windows
5893 users need it and they can't generate it, and I want CVS
5894 Windows users ...
5895 * win32/libxml2/libxml2_so.dsp: Windows project file for
5896 the shared lib version of libxml2
5897 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5898 resources needed for libxslt/xsltproc by Yon Derek
5899
5900Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5901
5902 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5903
5904Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5905
5906 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5907
5908Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5909
5910 * include/win32config.h: Yon Derek provided a first fix
5911 to be able to compile libxslt/xsltproc on Windows
5912
5913Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5914
5915 * xpath.c: attempt to work around what seemed a gcc optimizer
5916 bug when handling floats on i386 http://veillard.com/gcc.bug
5917 * tree.c entities.c encoding.c: doing some cleanups while
5918 chasing it
5919
5920Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * Makefile.am: cleanup when --without-debug is specified
5923 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5924 w.r.t. --without-debug and other include points
5925 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5926 Catalogs
5927 * configure.in entities.h tree.h HTMLparser.c: removed
5928 --without-corba, made the _private field mandatory
5929
5930Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5931
5932 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5933 outputs a BOM in UTF8, an errata has been issued to avoid the
5934 problem, that was the most reasonable solution... Add support
5935 for a leading UTF8 BOM in entities.
5936
5937Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5938
5939 * valid.c: fixed a bug found when post validating an entity ref
5940 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5941 activate it too
5942
5943Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5944
5945 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5946 weakness in the node copy the XPointer and the XInclude
5947 implementations. Serious cleanup.
5948
5949Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * Makefile.am: Kjartan Maraas provided a small patch to
5952 add xml2-config.in to EXTRA_DIST
5953
5954Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5957 provided another failing case found in KDE, the way the
5958 ctxt->vctxt.nodeTab was allocated and freed changed over
5959 time but it wasn't completely cleaned up. This should fix it.
5960
5961Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * parser.c: Stephan Kulow also raised the fact that line number
5964 could get miscounted making debug harder, fixed the problem
5965 in xmlParseCharData()
5966
5967Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5968
5969 * valid.c: Stephan Kulow pointed out a problem when validating
5970 and using an empty entity, forgot a 'break' in a case.
5971
5972Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5975 * doc/xml.html: updated with 2.3.11
5976
5977Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5978
5979 * TODO: updated adding cleanup of generated doc
5980 * configure.in: prepared to release 2.3.11
5981 * xmllint.c: added --version for bug reporting
5982 * doc/html/*.html: rebuilt the doc
5983
5984Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5985
5986 * xpath.c: first part of the work on selecting namespace to
5987 fix bug #56115
5988
5989Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5990
5991 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5992 when using -liconv
5993 * TODO: updated
5994
5995Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5998 cleanup, encoding support.
5999
6000Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6001
6002 * xpath.c: Thomas Broyer suggested a better patch for the / arg
6003
6004Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6005
6006 * xpath.c: bug detected by Ankh when / is used as a function arg
6007
6008Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
6011 of element and use it to avoid outputting formatting spaces at
6012 the wrong place. Implemented the format parameter for HTML save.
6013 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
6014 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
6015 result/HTML/wired.html: of course this impact the result of a
6016 number of HTML tests
6017
6018Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6019
6020 * HTMLtree.[ch]: started augmenting the HTML save API with
6021 encoding and formatting parameters
6022
6023Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6024
6025 * HTMLtree.h: cleanup and started evaluating the work needed on
6026 revamping the HTML output code
6027
6028Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6029
6030 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
6031
6032Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6033
6034 * valid.c: fixed bug #56049, forgot one check in the
6035 validation routine
6036
6037Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6038
6039 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
6040
6041Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6042
6043 * libxml.h: fixed an error in last commit
6044 * doc/FAQ.html: added an entry for compilation from CVS
6045
6046Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6047
6048 * xmlversion.h.in libxml.h: Cygwin patches
6049 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
6050 * tree.h: cleanup
6051
6052Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6053
6054 * tree.c: patched xmlFreeNode() to avoid freeing() a static
6055 memory block in a strange case where libxml is linked twice
6056 in the binary.
6057
6058Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
6061 state far too often, simple fix used to avoid it.
6062
6063Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6064
6065 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
6066 being processed, applied his patch
6067 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
6068
6069Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6070
6071 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
6072 provided fixes to compile on MSCC again
6073 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
6074 also provided an update for the project files.
6075
6076Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6077
6078 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
6079 bug #55810
6080
6081Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6082
6083 * tree.c: fixed xmlGetNsProp() to close bug #55683
6084 Note this requires libxslt to use it's own function instead.
6085
6086Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6087
6088 * HTMLtree.c: when in a pre element no formatting space should
6089 be added.
6090 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
6091
6092Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * configure.in: added tests for signal() and signal.h
6095
6096Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * xpath.c: robert pointed out xmlXPathNINF was not initialized
6099
6100Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6101
6102 * doc/libxml-doc.el: Felix Natter provided a new version for
6103 libxml2
6104
6105Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6106
6107 * HTMLtree.c: when in a pre element no formatting space should
6108 be added.
6109
6110Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
6113
6114Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
6117 hack
6118 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
6119 * uri.c: fixed a warning
6120
6121Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6122
6123 * HTMLtree.c: trying to close bug #55772 escaping in script
6124 elements
6125 * doc/xml.html: suggest to send mail to the list
6126
6127Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6128
6129 * error.c: attempt to fix the xmlGetVarStr breakage once and for
6130 good. Use a macro and based on the solution provided in
6131 vsnprintf manual page from GNU.
6132
6133Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6134
6135 * error.c: Workaround for non-preserving variadic list.
6136 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
6137
6138Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6139
6140 * doc/xml.html: added 2.3.10 release
6141
6142Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6143
6144 * configure.in: releasing 2.3.10
6145
6146Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6147
6148 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6149
6150Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6151
6152 * encoding.c: Robert Collins provided a patch to add the
6153 "US-ASCII" encoding alias
6154
6155Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6156
6157 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6158 string oriented functions and started cleaning the related areas
6159 in xpath.c which needed fixing in this respect
6160
6161Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6162
6163 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6164 #55380
6165 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6166
6167Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * TODO: updated
6170 * nanohttp.[ch] : started adding APIs to get the redirected URL
6171 when this occurs (needed for further base computation
6172 * tree.h: cleanup
6173 * encoding.c: cleanup
6174 * SAX.c: minor change around ctxt->loadsubset
6175
6176Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6177
6178 * Makefile.am include/Makefile.am: small change to have
6179 include/libxml rebuilt if working from CVS.
6180 * uri.c: applied another patch from Carl Douglas for URI escaping,
6181 this should close bug #51876
6182
6183Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6184
6185 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6186 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6187 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6188 added specific regression test
6189 * parser.h: preparing for the XSLT mode where DTD inherited
6190 attributes are added to the tree.
6191
6192Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6193
6194 * xinclude.[ch]: Updated the namespace for the Last Call version
6195 * result/XInclude/include test/XInclude/include: updated the
6196 testsuite accordingly
6197
6198Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6199
6200 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6201 related to bug #51876
6202
6203Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * tree.c: fixed a gross mistake in base computation, xml:base is
6206 not completely correct yet (need cascade).
6207 * xpath.[ch]: added the few things needed to find a function name
6208 and URI from the XPath context when it is called.
6209
6210Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6211
6212 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6213 * DOCBparser.c: small cleanup
6214 * xmllint.c: added a --catalogs option to load catalogs from
6215 $SGML_CATALOG_FILES
6216 * tree.c: cleanup
6217 * configure.in: iconv library fixup, ICONV_LIBS
6218
6219Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6220
6221 * catalog.c: handling of CATALOG entries. detection of recursion,
6222 and a few bugfixes
6223 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6224 against the default namespace
6225
6226Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6227
6228 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6229
6230Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6231
6232 * parser.c: fixed propagation context info when parsing an
6233 external entity.
6234 * doc/html/*.html: regenerated a couple of docs
6235
6236Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * doc/xml.html: update with 2.3.9 informations
6239
6240Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6241
6242 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6243 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6244 * doc/html/* : rebuilt the docs
6245 * valid.c: small patch which may improve some case when
6246 validating.
6247
6248Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * HTMLparser.c: Closed bug #54891
6251 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6252 to the suite
6253
6254Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6255
6256 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6257 applied a documentation patch from LotR and filled in a few missing
6258 descriptions
6259
6260Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * xpath.c tree.c parser.c: speed optimizations at the parser level
6263 document tree freeing and xpath evaluation
6264
6265Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * parser.c parser.h parserInternals.h: fixed a couple of
6268 interfaces for handling memory buffer input to const char *
6269 upon suggestion of JamesH.
6270
6271Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * configure.in: LoTR sent a patch fixing the previous commit
6274
6275Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * configure.in: trying to deal again with the stoopid -R linking
6278 flag of Solaris
6279
6280Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6281
6282 * xpath.h: two nodeset access macros from Thomas Broyer
6283
6284Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6285
6286 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6287 patch from Thomas Broyer
6288
6289Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6290
6291 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6292 case
6293 * INSTALL: was empty added stuff from the FAQ
6294
6295Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6296
6297 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6298 attributes handling and #54433 by adding xmlUnsetProp()
6299 and xmlUnsetNsProp()
6300
6301Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6302
6303 * HTMLparser.c: Patch from Jonas Borgström
6304 (htmlGetEndPriority): New function, returns
6305 the priority of a certain element.
6306 (htmlAutoCloseOnClose): Only close inline elements if they
6307 all have lower or equal priority.
6308 * result/HTML: this of course changed a number of tests results.
6309
6310Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6311
6312 * xmlIO.c catalog.c: plugged in the default catalog resolution
6313 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6314 documentations
6315 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6316
6317Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6318
6319 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6320 integrating catalogs
6321 * catalog.[ch] testCatalog.c: adding a small catalo API
6322 (only SGML catalog support).
6323 * parser.c: restaured xmlKeepBlanksDefault(0) API
6324
6325Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6326
6327 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6328
6329Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6330
6331 * parser.c: added xmlParseExternalEntityPrivate() to allow
6332 propagation of ctxt->_private when parsing external entities
6333
6334Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6335
6336 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6337
6338Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6339
6340 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6341
6342Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6343
6344 * valid.c: warn when indeterminist content model is detected
6345 * result/VC/ElementValid8: this adds a message
6346 * Makefile.am: add --novalid for VCM tests
6347 * parserInternals.c: added a call to Init memory
6348
6349Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6350
6351 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6352 when both parameters are NULL.
6353
6354Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6355
6356 * valid.c: applied small patch from Gary Pennington, reindented
6357 some part of the code.
6358
6359Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6360
6361 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6362 release, updated and regenerated the docs
6363
6364Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6365
6366 * xpath.c result/XPath/expr/floats : clarified and cleanup
6367 printing of abnormal floats in tests.
6368
6369Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6370
6371 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6372 * results/HTML/ : a few changes in the output of the HTML tests as
6373 a result.
6374 * configure.in: tying to fix -liconv where needed
6375
6376Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6377
6378 * Makefile.am: fixed a stupid error
6379
6380Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6381
6382 * configure.in Makefile.am: make the inclusion of the trio
6383 modules in the library conditional
6384
6385Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6386
6387 * DOCBparser.c: patche from László Kovács, fixed entities refs
6388 in attributes handling
6389
6390Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6391
6392 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6393 flushing
6394
6395Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6396
6397 * xpath.c: fix of an XSLT namespace bug reported on the list
6398 general/bug-8-
6399
6400Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6401
6402 * strio.h trio.c: Dan McNichol suggested a couple of small
6403 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6404
6405Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * tree.c parser.c encoding.c: spent a bit more time looking
6408 at the parsing speed and DOM handling. Added a few more
6409 speedups.
6410
6411Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6412
6413 * parser.c: small but effective parsing speed improvement
6414
6415Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6416
6417 * configure.in: default on the DocBook parser inclusion (for Gnome)
6418 * DOCBparser.h: fixed a header reference
6419
6420Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * configure.in xpath.c: applied Bjorn patches for FPE on the
6423 alpha
6424
6425Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6426
6427 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
6428 xmlSaveFormatFileTo()
6429
6430Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6431
6432 * xpath.c: simple and efficient optimization, XPath functions
6433 aways bind to the same code, cache this
6434 * TODO: updated (by saying some is obsolete)
6435
6436Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6437
6438 * xpath.c: more cleanup work on XPath name parsing routines
6439
6440Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6441
6442 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
6443 xmlXPathParseName
6444 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
6445 * debugXML.c: avoid compilation problems if compiling without
6446 HTML support, Igor Zlatkovic
6447 * win32/libxml2/libxml2.def.src: being able to compile without
6448 XPath on Windows
6449
6450Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * libxml.m4: yet another patch from Toshio Kuratomi
6453
6454Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6455
6456 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6457
6458Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6459
6460 * tree.[ch]: added xmlSaveFormatFile interface for saving
6461 and indenting a file.
6462
6463Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6464
6465 * xpath.c: fixed bug #53689 related to processing-instruction()
6466
6467Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6468
6469 * DOCBparser.c: patche from László Kovács
6470
6471Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6472
6473 * parser.c: applied fixes from Christian Glahn bug report #53391
6474
6475Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6476
6477 * error.c: Jean François Lecomte provided a complete description
6478 and a fix to bug #53537
6479
6480Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6481
6482 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6483
6484Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6485
6486 * DOCBparser.c SAX.c: a bit more work on entities processing.
6487 Still Need to cleanup XML output and references in attributes
6488
6489Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6490
6491 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6492
6493Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6494
6495 * tree.c: trying to fix #53574, not completely complete,
6496 I would like xmllint --copy --debug test/ent1 and
6497 xmllint --debug test/ent1 to show the same result.
6498 * xpath.c: fix a bug when trying to sort namespace nodes
6499
6500Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6501
6502 * HTMLtree.c: real fix for #53402
6503
6504Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6505
6506 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6507 PIs when using xsl:output
6508 * valid.c: closing #53537 some case generate segfaults if there
6509 is validity errors
6510
6511Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6512
6513 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6514 of external parsed entities, added --noent to testDocbook
6515 * valid.c: Garry Pennington found an uninitialized variable
6516 access in xmlValidateElementContent()
6517
6518Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6519
6520 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6521 with madness
6522 * result/HTML/ : this modified the result of the regression tests
6523 a lot.
6524
6525Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6526
6527 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6528 to doc where it wasn't checked against NULL reported by
6529 Jens Laas
6530
6531Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6532
6533 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6534 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6535
6536Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6537
6538 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6539 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6540 * SAX.[ch]: cleanup and updates for DocBook
6541 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6542 ex SGML identifier changes
6543 * valid.c: removed a static unused function.
6544
6545Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6546
6547 * HTMLtree.c: applied change for Paul Sponagl on script saving
6548 * Makefile.am: the warning about entity title.xml are normal.
6549
6550Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6551
6552 * configure.in: release of 2.3.7
6553 * Makefile.am: fixing make distcheck
6554
6555Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6556
6557 * doc/html/* doc/xml.html: updated and regenerated the docs
6558
6559Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6560
6561 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6562
6563Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6564
6565 * tree.c: fixed #53388 with the provided patch
6566
6567Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6568
6569 * valid.c: Bjorn detected an invalid memory access. Fixed
6570 vstateVPush()
6571
6572Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6573
6574 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6575
6576Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6577
6578 * libxml.h: new header used only for the compilation of libxml
6579 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6580 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6581 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6582 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6583 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6584 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6585 baseline (version 1.2 plus a single patch).
6586 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6587 scientific notation for numbers. Tests added.
6588 * xpath.c: formatting of numbers changed to use sprintf
6589 (contribution from William Brack)
6590
6591Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6592
6593 * valid.c: cleanup, more useful debugging
6594 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6595 * xmlIO.c: entity loading is printed as an error when validating
6596
6597Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6598
6599 * valid.c: fixed to validate within entities
6600 * test/VCM/v22.xml: added a specific testcase
6601
6602Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6603
6604 * valid.c: forgot an epsilon transition in for ()+
6605 * test/VCM/v21.xml : added a specific test case
6606
6607Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6608
6609 * valid.c: removed a state explosion exhibited by RSS
6610 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6611 from bug #51872
6612
6613Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6614
6615 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6616 validation without using an ugly NFA -> DFA algo in the source.
6617 Made a specific algorithm easier to maintain, using a single
6618 stack and without recursion.
6619 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6620 * hash.c: made the growing routine static
6621 * tree.h parser.c: added the parent information to an
6622 xmlElementContent node.
6623
6624Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6625
6626 * SAX.c parser.c xpath.c: generating IDs when not validating
6627 from an external parsed entity was poisoning the ID has table
6628 with removed values. This was killing XSLT on the KDE help
6629 browser.
6630
6631Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6632
6633 * entities.h: andrew@ugh.net.au detected a double declaration
6634
6635Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6636
6637 * debugXML.c hash.c tree.h valid.c : some changes related to
6638 the validation suport to improve speed with DocBook
6639 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6640 the way validation errors get reported
6641
6642Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6643
6644 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6645 by P C Chow and William M. Brack for XSLT HTML output
6646
6647Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6648
6649 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6650 Igor Zlatkovic patches for MSC compilation and added his
6651 updates
6652
6653Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6654
6655 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6656 prefix lookup.
6657 * parserInternals.c: fixed the bug reported by Morus Walter
6658 due to an off by one typo in xmlStringCurrentChar()
6659
6660Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6661
6662 * HTMLparser.c result/HTML/*: revamped the way the HTML
6663 parser handles end of tags or end of input
6664
6665Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6666
6667 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6668
6669Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6670
6671 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6672 bug where the linktime verions of free() won't work ...
6673
6674Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6675
6676 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6677
6678Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6679
6680 * doc/xml.html: added 2.3.6 release
6681
6682Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6683
6684 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6685 * result/wml.xml: resulted in a small output change
6686
6687Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6688
6689 * tree.c: xmlNewDoc was missing the charset initialization
6690 * xmllint.c: added --auto to autogenerate a doc, allow to
6691 reproduce the problem fixed on xmlNewDoc
6692
6693Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6694
6695 * xpath.c: trying to get 52979 solved
6696 * tree.c result/ result/noent/: trying to get 52712 solved, this
6697 also made me clean up the fact that XML output in general should
6698 not add formating blanks by default, this changed the output of
6699 a few tests
6700
6701Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6702
6703 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6704
6705Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6706
6707 * configure.in: finally released 2.3.6
6708
6709Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6710
6711 * xpath.c: checking for null pointer generated by new code
6712
6713Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6714
6715 * xpath.c: fixed a [] evaluation problem reported
6716 * test/XPath/tests/simpleaddr: extended test
6717 * result/XPath/simpleaddr: updated result
6718
6719Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6720
6721 * xmllint.c: Dan Timis reported a portability problem
6722 on Macs without mmap, fixed it.
6723
6724Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6725
6726 * testXPath.c : added a --tree option allowing to display the
6727 tree dump of the XPath expression
6728
6729Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6730
6731 * xpath.c: fixed a memleak when comparing nodesets
6732 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6733 * tree.c: added a TODO
6734
6735Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6736
6737 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6738 we need string functions
6739 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6740 to be able to use them where needed. Applied some changes
6741 to reduce name linking pollution and compile in only what's
6742 needed.
6743 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6744 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6745 for the string manipulation functions
6746 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6747 to the free() function of xmlmemory.c
6748 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6749 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6750 usage.
6751
6752
6753Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6754
6755 * error.c: applied the context output patch of the error
6756 handling submitted by Chuck Griffith
6757 * error/VC/*: this slightly change some error logs
6758
6759Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6760
6761 * parser.c: fixed line number reporting on error
6762
6763Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6764
6765 * parser.c: Sullivan and Darin found a parser bug,
6766 applied the patch.
6767
6768Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6769
6770 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6771 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6772 xmlversion.h.in xpointer.c: of course the way I defined
6773 UNUSED breaks on old gcc version. Try to be smart and
6774 also define it directly in xmlversion.h
6775 * configure.in: removed -ansi flag from the pedantic set
6776
6777Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6778 Huge cleanup, I switched to compile with
6779 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6780 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6781 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6782 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6783 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6784 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6785 encoding.h entities.c error.c list.[ch] nanoftp.c
6786 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6787 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6788 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6789 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6790 Cleanup, staticfied a number of non-exported functions,
6791 detected and cleaned up a dozen of problem found this way,
6792 avoided a lot of public function name/typedef/system names clashes
6793 * doc/xml.html: updated
6794 * configure.in: switched private flags to the really pedantic ones.
6795
6796Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6797
6798 * configure.in: 2.3.5
6799 * doc/html/*: rebuilt the docs
6800
6801Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6802
6803 * parser.c: fixed a reported bug in NOTATION parsing
6804 * uri.c: accepted but not fixed bug 51876, added TODO
6805 * Makefile.am: fixed bug 51876
6806
6807Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6808
6809 * config.h.in configure.in error.c: fix a compilation problem
6810 on platforms without vsnprintf (xml@thewrittenword.com)
6811
6812Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6813
6814 * parser.c: fixed a function name header typo
6815 * SAX.c: notations can also occur in external subset.
6816
6817Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6818
6819 * error.c: removed a C++ like comment
6820
6821Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6822
6823 * parser.c: fixing bug 52299 strange condition leading
6824 to a parser crash due to a buffer overflow
6825 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6826 added the specific test case
6827
6828Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6829
6830 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6831 xmlXPathConvert{String,Number,Boolean} to be able to make
6832 type casts without a context stack, fixed some implementation
6833 problems related to the absence of context at parse-time,
6834 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6835 in the public API too
6836 * xpointer.c xpathInternals.h: we need to know at parse time
6837 whether we are compiling an XPointer
6838
6839Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6840
6841 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6842 cleaned up the parser internals, refactored XPath code, added
6843 new compilation based APIs and cleanly separated public and
6844 private APIs.
6845
6846Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6847
6848 * xpath.h: the comp field must be added at the end to avoid
6849 killing binary compat.
6850
6851Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6852
6853 * Makefile.am: detect XPath memleaks in regreson tests
6854 * error.c: fixed and error w.r.t. error reporting still using
6855 stderr
6856 * hash.c: added new line at end of file
6857 * tree.h: minor cleanup
6858 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6859 expression parsing from evaluation, resulted in a number of
6860 changes internally, and in XPointer. Likely to break stuff
6861 using xpathInternals.h but should remain binary compatible,
6862 new interfaces will be added.
6863
6864Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6865
6866 * configure.in: fixed a couple of problems reported by
6867 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6868 without gcc on non linux platforms.
6869
6870Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6871
6872 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6873 a fix for --with-html-dir= configure support. I hope it won't
6874 break rpm generation
6875
6876Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6877
6878 * xmlIO.c: one function comment cleanup.
6879
6880Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6881
6882 * SAX.c: external subset notations were improperly registered
6883 in the internal subset.
6884
6885Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6886
6887 * README.cvs-commits: added, pointing to HACKING
6888 * HACKING: updated
6889
6890Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6891
6892 * parser.c: and Matt Sergeant found one in the XML push
6893 parser (erroneous check I forgot to remove when I fixed the
6894 main parser).
6895
6896Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6897
6898 * xpath.c: ptittom found a small bug in UnaryExpr
6899
6900Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6901
6902 * configure.in: bumped to 2.3.4
6903 * error.c: fixed bug #51860
6904 * tree.c: fixed bug #51861
6905 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6906 * tree.[ch] : added xmlDefaultBufferSize
6907 * nanoftp.c: typo in function name header block
6908 * doc/xml.html : updated, added link to XML::LibXSLT
6909 * doc/html/* : rebuilt the docs
6910
6911Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6912
6913 * parser.c SAX.c: the new content parsing code raised an
6914 ugly bug in the characters() SAX callback. Found it
6915 just because of strangeness in XSLT XML Rec ouptut :-(
6916
6917Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6918
6919 * Makefile.am: Martin Baulig suggested to add -lm
6920 * tree.c: found another bug in xmlNodeGetContent()
6921
6922Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6923
6924 * xpath.c: Bjorn found the error related to strictness of comparison.
6925
6926Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6927
6928 * parser.c: trying to fix the Dtd parsing problem reported
6929 by Gary, side effect of last week speed optimizations.
6930
6931Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6932
6933 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6934 * parserInternals.c: removed unneeded test raised by Stric
6935
6936Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6937
6938 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6939 and fixed by William Brack). Added xmlXPathFormatNumber.
6940 Changed the sorting slightly.
6941 * configure.in Makefile.am example/Makefile.am: Added -lm.
6942 Please note that applications linking with libxml2, must
6943 also like with the math library from now on.
6944
6945Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6946
6947 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6948
6949Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6950
6951 * parser.c: one must report spaces even if the Dtd element
6952 content proves that this is not part of the element content.
6953 * result/valid/*.xml: this changed the ouptu slightly
6954
6955Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6956
6957 * configure.in: bumped to 2.3.3
6958 * doc/xml.html: updated
6959
6960Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6961
6962 * tree.c: minor doc fix
6963 * xpath.c: deallocation issues when a result tree has been
6964 converted to a node-set
6965
6966Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6967
6968 * doc/xml.html: oops corrected dates s/2000/2001
6969
6970Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6971
6972 * valid.c: new patch from Gary Pennington
6973
6974Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6975
6976 * doc/xml.html: applied patch from Ankh
6977
6978Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6979
6980 * xinclude.c: fixed a problem building on Mac
6981
6982Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6983
6984 * parser.c: more work on increasing parsing ferformances
6985
6986Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6987
6988 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6989 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6990 avoiding memcpy in production builds MEM_CLEANUP macro use
6991 * parser.[ch] parserInternals.c: optimizations of the tightest
6992 internal loops inside the parser. Better checking of I/O
6993 flushing/loading conditions
6994 * xmllint.c : added --timing
6995
6996Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6997
6998 * configure.in: bumped to 2.3.2
6999 * doc/xml.html: updated for release
7000
7001Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7002
7003 * xpath.c: found a memleak and fixed a nasty bug
7004
7005Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7006
7007 * xmllint.[c1] : added return code errors for xmllint
7008 * xpath.c: specific debug dump function for result value trees
7009
7010Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7011
7012 * xpath.c: finally implemented xmlXPathCompareNodeSets
7013 * test/XPath/expr/floats results/XPath/expr/floats: added
7014 a test for float expressions
7015
7016Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7017
7018 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
7019 * parserInternals.[ch]: trying to speed up parsing
7020 * xpath.c : speeded up node set equality op
7021
7022Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7023
7024 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
7025 better handling of ID/IDREF and the list modules associated
7026 * configure.in: small CFLAGS cleanup
7027
7028Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7029
7030 * configure.in: fixed iconv detection on AIX (stric)
7031
7032Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7033
7034 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
7035
7036Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
7037
7038 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
7039 and optimized xmlXPathNodeSetSort
7040
7041Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7042
7043 * xpath.c: bug fix when context size is 0
7044 * parser.c: I like Norm's Dtd because they still manage to break
7045 the parser occasionally
7046
7047Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7048
7049 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
7050
7051Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7052
7053 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
7054 attributes within the XML-1.0 namespace
7055
7056Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7057
7058 * xpathInternals.h: exported a few axis functions
7059 * doc/xml.html: updated the doc
7060
7061Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7062
7063 * configure.in: applied patch from Daniel van Balen for OpenBSD
7064 and bumped version to 2.3.1
7065 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
7066 attempt to find autoclosing was simply broken, removed it,
7067 updated the examples, this is better
7068
7069Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7070
7071 * hash.[ch]: added Paolo Casarini patch to provide Delete from
7072 hash functionnalities.
7073 * doc/html/* : rebuild the doc
7074
7075Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7076
7077 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
7078 on predicate
7079 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
7080 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
7081 really want to have tags closed on output even if we accept
7082 unclosed ones on input
7083
7084Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7085
7086 * xpath.c: ouch don't free NULL, rare case fixed
7087 * tree.c: don't coalesce text nodes if they don't have the
7088 same behaviour wrt escaping on output
7089
7090Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7091
7092 * xpath.c: small fixup
7093 * SAX.c: don't warn on empty namespaces.
7094
7095Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7096
7097 * README: a bit of cleanup
7098 * configure.in: preparing for 2.3.0 release
7099
7100Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7101
7102 * hash.[ch]: added a first version of xmlHashSize()
7103 * valid.c: another bug fix from Gary Pennington
7104
7105Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7106
7107 * valid.c: couple of bug fixes pointed by Gary Pennington
7108 * HTMLtree.c: #if 0 cleanup
7109
7110Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7111
7112 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
7113 which removes a time consuming check of xmlXPathNodeSetAdd()
7114 and use it in places where we are sure to not break unicity
7115
7116Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7117
7118 * xpath.c: bug fixes found from XSLT
7119 * tree.c: preserve node->name special values when copying nodes.
7120 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
7121 external subset are fetched when available but without full
7122 validation. Added xmlLoadExtDtdDefaultValue, need a function.
7123 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
7124 output with encoding disabled.
7125
7126Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7127
7128 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
7129 xmlCheckFilename should not be called from xmlFileOpenW
7130 and xmlGzfileOpenW
7131
7132Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7133
7134 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
7135 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
7136 added the new tests for URI normalization
7137 * testURI.c: fixed stoopid bugs
7138 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
7139 the URI in the error messages are now properly normalized
7140
7141Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7142
7143 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
7144
7145Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7146
7147 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7148
7149Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7150
7151 * xpath.c: fixed mod operator
7152
7153Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7154
7155 * parser.c: fixed xmlStrcat doc
7156 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7157 trees.
7158
7159Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7160
7161 * xpath.c result/XPath/tests/chaptersbase
7162 result/XPath/tests/simplebase: fixed XPath node()
7163 * tree.c: small fix in xmlNewNs()
7164 * Makefile.am: removed extraneous xml2Conf.sh rule
7165
7166Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7167
7168 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7169 Changed the library name, in order to get libxml-devel and
7170 libxml2-devel to coexist on a single system
7171 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7172 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7173
7174Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7175
7176 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7177 libxml2-devel installable in // as libxml-devel.
7178
7179Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7180
7181 * doc/Makefile.am: fixed make rebuild in doc
7182 * doc/html/*.html: rebuilt the docs
7183
7184Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7185
7186 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7187
7188Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7189
7190 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7191 the HTML doc to go into the -devel RPM ...
7192 * aclocal.m4 config.h.in: some updates due to auto* magic
7193
7194Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7195
7196 * xpath.h: added a hook in the context structure allowing to
7197 link to extra support, needed for XSLT
7198
7199Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7200
7201 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7202 xmlXPtrCmpPoints to use it.
7203 * propagated the following patch from Alejandro Forero
7204 * include/win32config.h xmlIO.c: applied further suggestions
7205 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7206 * example/gjobread.c: fixed warnings, now that it builds
7207
7208Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7209
7210 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7211
7212 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7213 filename points to a valid file (not a directory).
7214 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7215 Added calls to xmlCheckFilenameDir.
7216
7217 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7218 `path' (rather than `filename') as the parameter to gzopen and open.
7219
7220Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7221
7222 * Makefile.am: fixed a problem with EXTRA_DIST
7223
7224Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7225
7226 * Makefile.am example/Makefile.am: finally found the trick
7227 to build the example, i.e. add "." in SUBDIRS before example
7228 in the list <grin/>
7229
7230Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7231
7232 * doc/xml.html: updated with an XSLT section, removed pointer to
7233 W3C CVS base.
7234
7235Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7236
7237 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7238 too, and deallocation need to occur the same way.
7239
7240Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7241
7242 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7243 type correponding to an XSLT result tree fragment. Share most
7244 of the data format with node set, as well as operators.
7245 * HTMLtree.c: added a newline at the end of the doctype output
7246 whe this one is not present initially.
7247 * tree.c: make sure taht the parent and doc pointers are properly
7248 set when copying attributes (lists).
7249
7250Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7251
7252 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7253
7254Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7255
7256 * xpath.c: seems I finally killed that ugly path evaluation
7257 context bug (tagged 9999 in case is is wrong)
7258
7259Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7260
7261 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7262 for XSLT
7263
7264Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7265
7266 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7267 for xmlGzfileOpen() bug
7268
7269Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7270
7271 * xpath.c: removed an error found by XSLT usage
7272 * tree.c parserInternals.h: use a predefined static string
7273 for text and comment nodes, avoid freeing them in xmlFreeNode,
7274 exported the string name in parserInternals.h and added
7275 another value to disable encoding at output (for XSLT),
7276 gain memory, time.
7277
7278Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7279
7280 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7281 win32/libxml2/libxml2_so.dsp: new makefiles and update
7282 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7283
7284Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7285
7286 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7287 Gary Pennington
7288
7289Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7290
7291 * xpath.c: fixed the comaprision of values and nodelists,
7292 need to compare nodelist still ...
7293 * debugXML.c: avoided a possible core dump
7294 * HTMLparser.c: cleanup
7295 * nanohttp.c: contributed fix.
7296 * tree.c: fixes in properties handling added xmlSetNsProp
7297 needed by libxslt
7298 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7299 comment
7300 * TODO: updated
7301
7302Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7303
7304 * parser.c parserInternals.c: applied Bjorn Reese optimization
7305 patch
7306
7307Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7308
7309 * Makefile.am: applied patch fro make check from Martin Vidner
7310
7311Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7312
7313 * configure.in: preparing 2.2.11
7314 * doc/html/*: rebuild the HTML files
7315 * doc/xml.html : updated
7316
7317Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7318
7319 * tree.c: fixed a stupid bug
7320 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7321 patches related to validation of an XInclude processing result
7322 * TODO: updated
7323
7324Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7325
7326 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7327 on large files
7328
7329Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7330
7331 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7332
7333Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7334
7335 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7336 reported by Jonas Borgström
7337 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7338
7339Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7340
7341 * testXPath.c xpath.c: fixing the XPath union expressions problem
7342 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7343
7344Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7345
7346 * xmllint.c: Made is so if the file name is "-" is will read form
7347 standard input. Sven Heinicke <sven@zen.org>
7348 * tree.c: fixed a problem when growing buffer
7349 * tree.h: fixed the comment of the node types following andersca
7350 comment
7351 * TODO: updated
7352
7353Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7354
7355 * HTMLparser.[ch]: added a way to avoid adding automatically
7356 omitted tags. htmlHandleOmittedElem() allows to change the
7357 default handling.
7358 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7359 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7360 of xmllint too when using --memory flag, added a memory test
7361 suite at the Makefile level.
7362 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7363 with namespace use when encountering QNames in XPath evalation,
7364 added xmlns() scheme in XPointer.
7365 * nanoftp.c : incorporated a fix
7366 * parser.c xmlIO.c: fixed problems raised with encoding when using
7367 the memory I/O
7368 * parserInternals.c: closed bug 25934 reported by
7369 torsten.landschoff@innominate.de
7370 * TODO: updated
7371
7372Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7373
7374 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7375 on a non-updated tree :-(, made a 2.2.10 release to correct the
7376 situation
7377
7378Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7379
7380 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7381 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7382 integrated a set of OpenVMS changes from Howard Taylor
7383 <Howard.Taylor@pacoast.com>
7384
7385Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7386
7387 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7388 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7389
7390Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7391
7392 * HTMLparser.c: some fixes on auto-open of html/head/body
7393 * encoding.c: fixed a compilation error on some gcc env
7394 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7395 XPointer implementation
7396 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7397 related XPointer tests and associated results
7398
7399Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7400
7401 * doc/xmldtd.html doc/xml.html: following a short step by step
7402 guidance on IRC to help maciej with DTDs I started a small
7403 page on the subject.
7404
7405Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7406
7407 * HTMLparser.c: fixed handling of broken charrefs
7408 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7409 patches
7410
7411Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7412
7413 * doc/xml.html doc/html/* : rebuilt the docs after adding
7414 xinclude and updated page for 2.2.7 and 2.2.8
7415 * configure.in: releasing 2.2.8
7416
7417Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7418
7419 * parser.[ch] parserInternals.c: applied the conditional
7420 section processing fix from Jonathan P Springer
7421 <jonathan.springer2@gte.net>
7422 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
7423 project file, fixed iconv default non support
7424 * xpath.c: fixed the problem of evaluating relative expressions
7425 when a node context is provided.
7426
7427Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7428
7429 * nanoftp.c: fixed gcc 2.95 new warnings
7430 * SAX.c: fixed a stupid bug
7431 * tree.c: fixed a formatting problem when round-tripping
7432 from/to memory
7433 * xinclude.c: chased memleak, fixed a base problem
7434 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
7435 xmlXPtrBuildNodeList()
7436 * TODO: updated
7437 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
7438 adding a first small set of regression tests for XInclude
7439
7440Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7441
7442 * nanohttp.[ch]: applied Wayne Davison patches to access
7443 the WWW-Authorization header.
7444 * parser.c: Closed Bug#30847: Problems when switching encoding
7445 in short files by applying Simon Berg's patch.
7446 * valid.c: fixed a validation problem
7447 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7448 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7449 Wayne Davison
7450 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7451 need to be extended to non full nodes selections.
7452 * xinclude.c: starts to work decently
7453
7454Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7455
7456 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7457 debugXML.c xmlversion.h.in: Started adding XInclude support,
7458 this is a new xmllint option
7459 * tree.c xpath.c: applied TOM patches for XPath
7460 * xpointer.c: fixed a couple of errors.
7461 * uri.c: added an escaping function needed for xinclude
7462 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7463 new warning from RH70 gcc's version
7464
7465Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7466
7467 * HTMLparser.c: fixed loop on invalid char in scripts
7468 * parser.c: update to description of xmlIOParseDTD()
7469 * libxml.m4 xmlversion.h.in: changes contributed by
7470 Michael Schmeing <m.schmeing@internet-factory.de>
7471 * configure.in: preparing for 2.2.7
7472 * Makefile.am: trying to avoid config.h and acconfig.h
7473 being included in the distrib
7474 * configure.in: released 2.2.7
7475
7476Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7479 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7480
7481Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7482
7483 * parser.[ch]: added xmlIOParseDTD()
7484 * xpointer.c: added support for the 2 extra parameters of
7485 string-range, fixed a stoopid error when '0' was present
7486 in XPointer expressions
7487 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7488 testsuite for the above
7489
7490Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7491
7492 * libxml.spec.in: improved package descriptions
7493
7494Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * xpath.c xpathInternals.h: applied a large cleaning patch
7497 from TOM <ptittom@free.fr>, it also add namespace support
7498 for function and variables registration.
7499
7500Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7501
7502 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7503 * Makefile.mingw: Wayne Davison's update adding hash.c
7504
7505Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7506
7507 * xpath.c: fixed the root evaluation problems
7508 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7509 ignorable spaces with <b> <bold> <em>
7510 * tree.c: fixed a loop in xmlSearchNsByHref()
7511
7512Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7513
7514 * xpath.c: applied another XPath patch from TOM
7515 * xpath.c include/makefile.am: applied another patch from
7516 china@thewrittenword.com (cleanup on IRIX).
7517
7518Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7519
7520 * xml-config.1: received a fixed version from Fredrik Hallenberg
7521 <hallon@lysator.liu.se>
7522
7523Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7524
7525 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7526 cleanup patch for XPath
7527
7528Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7529
7530 * patched to redirrect all "out of context" error messages to
7531 a reconfigurable routine. The changes are:
7532 * xmlerror.h : added the export of an error context type (void *)
7533 an error handler type xmlGenericErrorFunc there is an interface
7534 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7535 to reset the error handling routine and its argument
7536 (by default it's equivalent to respectively fprintf and stderr.
7537 * all the c files: all wild accesses to stderr or stdout within
7538 the library have been replaced to calls to the handler.
7539
7540Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7541
7542 * configure.in: release 2.2.6
7543 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7544 exporting the inner functions of xpath for extension modules
7545 * doc/*: updated and rebuilt the doc
7546
7547Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7548
7549 * nanohttp.c : applied Wayne HTTP cleanup patch
7550 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7551 and xmlNodeSetSpacePreserve()
7552
7553Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7554
7555 * xpath.c: closing bug #29260
7556
7557Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7558
7559 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7560 multikey tuples, made hash structure opaque
7561 * valid.[ch]: moved elements, attributes, notations decalarations
7562 as well as ID and refs to hash tables.
7563 * entities.c: hash cleanup
7564 * xmlmemory.c: fixed a dump problem in debug mode
7565 * include/Makefile.am: problem passing in DESTDIR= values patch
7566 from Marc Christensen <marc@calderasystems.com>
7567 * nanohttp.c: removed debugging remains
7568 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7569 * HTMLparser.c parser.c: fixing a number of problems with the
7570 macros in the *parser.c files (Wayne).
7571 * HTMLparser.c: close the previous option when opening a new one
7572 (Marc Sanfacon).
7573 * result/HTML/*: updated the HTML results accordingly
7574
7575Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7576
7577 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7578 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7579 XPath functions and XML entities table to them. More to come...
7580 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7581
7582Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7583
7584 * tree.c: coalesce adjacent text nodes
7585 * valid.c: handling of blank nodes in DTd validation (raised
7586 by problems with a posteriori validation).
7587 * nanohttp.c: changing behaviour on HTTP write stuff.
7588 * HTMLtree.c: forced body and html to be explicitely closed.
7589 * xpath.h: exported more XPath functions.
7590
7591Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7592
7593 * Release of 2.2.5
7594 * xpointer.c: range() range-inside and other helper functions
7595 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7596
7597Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7598
7599 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7600 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7601
7602Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7603
7604 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7605 and XPointer modules
7606
7607Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7608
7609 * SAX.h: closed #25107
7610
7611Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7612
7613 * testSAX.c: fixed problem with cdata reporting
7614 * SAXresult/* : updated
7615
7616Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7617
7618 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7619 Closed bug #27499, added to regression tests
7620 * TODO: updated
7621
7622Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7623
7624 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7625 support for SCRIPT and STYLE with help from Bjorn Reese
7626 * test/HTML/* result/HTML/*: added simple testcase and updated
7627 the existing ones.
7628
7629Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7630
7631 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7632 string-range for empty strings
7633 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7634 test/XPath/xptr/strrange: augmented the XPointer testsuite
7635
7636Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7637
7638 * doc/xml.html doc/xmlmem.html: added a module describing memory
7639 interfaces and use, updated the main page.
7640
7641Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7642
7643 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7644 nanoftp code work on Windows too now
7645
7646Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7647
7648 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7649 * xpointer.c: implemented string-range() at least a good first version
7650 * test/XPath/docs/str test/XPath/xptr/strrange
7651 result/XPath/xptr/strrange: the string-range() tests
7652
7653Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7654
7655 * Makefile.am include/Makefile.am include/win32config.h
7656 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7657 and make distcheck
7658
7659Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7660
7661 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7662 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7663 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7664
7665Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7668 patch for socklen_t detection by
7669 Albert Chin-A-Young <china@thewrittenword.com>
7670
7671Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7672
7673 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7674 and added a --dtdvalid option to xmllint used to test it
7675
7676Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7679 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7680
7681Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7682
7683 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7684 handlings (registration, lookup, cleanup)
7685
7686Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7687
7688 * configure.in Makefile.am include/makefile.am: adding XPointer
7689 and XPtrtests target
7690 * xpointer.[ch] : new files for XPointer support
7691 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7692 more XPath tests
7693
7694Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7695
7696 * configure.in: fixed, very broken, make distcheck works again
7697
7698Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * More work toward 2.2.5, integrated a number of patches
7701 * configure.in Makefile.am win32config.h.in: trying to cleanup
7702 make distcheck .... huh ...
7703 * include/Makefile.am include/win32config.h: new directory
7704 for includes
7705 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7706 updated teh makefiles and instructions for WIN32
7707 * xpath.c: small fixes
7708 * test/XPath/ results/XPath: updated the testcases and results
7709 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7710 suggested patches
7711 * valid.c: fixed an ID bug
7712
7713Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7714
7715 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007716 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007717 * xpath.[ch]: worked on XPointer
7718
7719Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7720
7721 * configure.in Makefile.am: 2.2.5, ship the include in an
7722 include/libxml subdirectory, use symlinks when using CVS
7723 * testSAX.c: fixed small bug
7724 * testXPath.c: changed the way testfiles are parsed
7725 * debugXML.c: same kind of cleanup when parsing an argument expression
7726 XPath/XPointers can have blanks embedded
7727 * xpath.[ch]: more cleanup, reorgs for XPointer work
7728 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7729 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7730
7731Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7732
7733 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7734 in the XPath engine, rewrote large parts of it, now it's far
7735 cleaner and in sync with the REC not an old WD. Fixed a parsing
7736 problem in the interactive XML shell found when testing XPath.
7737
7738Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7739
7740 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7741 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7742 examples with the extra test
7743
7744Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7745
7746 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7747 the global init function.
7748
7749Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7750
7751 * HTMLparser.c: Doohhh, attribute name parsing was still case
7752 sensitive ! Fixed this ...
7753 * result/HTML/* : updated the tests results accordingly
7754
7755Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7758 engine, should be far more stable, incorporated a new version of
7759 preceding/following axis, need testing
7760 * uri.c: fixed file:///c:/a/b/c problem
7761 * test/XPath/tests/idsimple: augmented the XPath tests
7762
7763Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * doc/* rebuilding docs for 2.2.4 release
7766
7767Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7768
7769 * configure.in: releasing 2.2.4
7770 * parser.[ch]: added xmlStrEqual()
7771 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7772 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7773 use xmlStrEqual instead
7774 * TODO: updated
7775 * added an XPath test
7776
7777Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7780 * entities.h: exported xmlInitializePredefinedEntities
7781 * parser.[ch] : added xmlInitParser()
7782 * parserInternals.h : had to export htmlInitAutoClose()
7783
7784Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7785
7786 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7787 problems
7788 * Makefile.am : added XPath regression tests to normal tests
7789 * uri.c: fixed a problem with local paths, cleanup
7790 * parser.c: fixed a problem with large CData sections
7791
7792Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7793
7794 * configure.in xml-config.in: patch from "Ben Taylor"
7795 <sol7x86@hotmail.com> for solaris shared libs lookup
7796
77972000-09-30 Martin Baulig <baulig@suse.de>
7798
7799 * libxml-2.0.pc.in: Provide pkg-config script.
7800
7801 * configure.in: Create the libxml-2.0.pc script from the
7802 libxml-2.0.pc.in templates.
7803 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7804 script in `$(libdir)/pkgconfig'.
7805
7806Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7807
7808 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7809 when compiling with MSC
7810
7811Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7812
7813 * xpath.c: patch for normalize-string() substring-before(),
7814 substring-after() and translate() functions from Bjorn Reese
7815 <breese@mail1.stofanet.dk>
7816 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7817 Fredrik Hallenberg <hallon@lysator.liu.se>
7818 * TODO: updated
7819
7820Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7821
7822 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7823 problem of socklen_t being undefined on a number of platforms
7824 * debugXML.c: fixed a compilation problem when without snprintf
7825
7826Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7827
7828 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7829 an URI bug and a fix for the control-character-induced infinite loop
7830 * nanohttp.c: preventive fix for compiling on WIN32
7831
7832Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7833
7834 * xmlint.c: closing bug #25000
7835
7836Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7837
7838 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7839 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7840 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7841 related function, fixing xmlStrncmp(), and associated cleanup
7842 * result/HTML/entities.html.sax: updating result
7843
7844Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7845
7846 * uri.c: applied patch for URI escaping from Wayne Davison
7847 <wayned@blorf.net>
7848 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7849 from Denis Barbier <barbier@imacs.polytechnique.fr>
7850 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7851 patch from Wayne Davison
7852
7853Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7854
7855 * doc/xml.html : updated with new releases, adding "how to help"
7856
7857Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7858
7859 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7860 removed a few warnings in pedantic mode ...
7861 * parserInternals.c parser.c: moved encoding switching function
7862 to parserInternals.c
7863 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7864
7865Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7866
7867 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7868 error or warning handlers
7869
7870Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * parserInternals.c parserInternals.h parser.c Makefile.am:
7873 created a new module parserInternals.c, moved most of the
7874 code shared by the various parsers there, as well as
7875 deprecated code from parser.c. More cleanup of parser.c
7876 * uri.c: fixed a problem when URI is NULL
7877 * valid.c: speedup when looking for an attribute declaration
7878
7879Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7880
7881 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7882 the cleanup of the computation of URI references when seeking
7883 external entities. The URI reference string and the resulting
7884 URI are both stored now.
7885 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7886 large s(n)printf checks and cleanup from Denis Barbier
7887 <barbier@imacs.polytechnique.fr>
7888 * xmlversion.h.in tree.h: couple of SGML declarations for a
7889 possible docbook module.
7890 * result/VC/ : a couple of test output changed due to the change
7891 of the entities URI
7892
7893Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7894
7895 * parser.h: added a _private field for linking user's data
7896
7897Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7898
7899 * parser.c parserInternals.h: demacroified most of the IS_XXX
7900 the gain in size is significant so ...
7901
7902Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7903
7904 * entities.c: cases where looking up entities with doc==NULL
7905 covered
7906
7907Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7908
7909 * uri.c: applied Wayne Davison patch
7910 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7911
7912Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7913
7914 * uri.c testUri.c: applied Wayne Davison patches
7915 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7916 * Makefile.in: added URItest and included thenin "make tests"
7917
7918Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7919
7920 * xmlversion.h.in: closed bug 22941
7921
7922Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7923
7924 * doc/xmlio.html: added doc and example for entity loader
7925 redefinition.
7926
7927Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7928
7929 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7930 used by libxml
7931
7932Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7933
7934 * parser.c: Fixed bug on invalid ontent characters and when using
7935 push.
7936 * xmllint.c: fixed xmllint endling of errors in push mode
7937
7938Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7939
7940 * HTMLparser.c testHTML.c: applied two new patches from
7941 Wayne Davison <wayned@users.sourceforge.net>
7942 * result/HTML/*.sax: regenerated HTML SAX output
7943 * parser.c: more cleanup.
7944
7945Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7946
7947 * HTMLparser.[ch] testHTML.c: applied the second set of
7948 patches from Wayne Davison <wayned@users.sourceforge.net>,
7949 adding htmlEncodeEntities()
7950 * HTMLparser.c: fixed an ignorable white space detection bug
7951 occuring when parsing with SAX only
7952 * result/HTML/*.sax: updated since the output is now HTML
7953 encoded...
7954
7955Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7956
7957 * HTMLparser.[ch]: applied some of Wayne Davison
7958 <wayned@users.sourceforge.net> patches
7959
7960Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7961
7962 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7963 undeclared namespace prefix was used, added a warning.
7964 Cleaned up support w.r.t. entities, spilling out a warning
7965 and being pedantic on lookups.
7966 * test/warning/ent9 : added testcase for previous example.
7967 * TODO: updated
7968 * parserInternals.h parser.c: changed the way names are parsed
7969 now allow infinite size and decrease penalty for normal use
7970 * parser.c: Started a big cleanup/check of the parser code,
7971 fixed some of the most tortuous entity code, spotted code
7972 unused anymore
7973 * test/*: added tests for very long names and related nasty
7974 things.
7975
7976Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7977
7978 * doc/encoding.html: added encoding aliases doc
7979 * doc/xml.html: updates
7980 * encoding.[ch]: added EncodingAliases functions
7981 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7982 bottleneck affecting large DTDs like Docbook
7983 * parser.[ch] xmllint.c: added a pedantic option, will be
7984 useful
7985 * SAX.c: redefinition of entities is reported in pedantic mode
7986 * testHTML.c: uninitialized warning from gcc
7987 * uri.c: fixed a couple of bugs
7988 * TODO: added issue raised by Michael
7989
7990Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7991
7992 * doc/encoding.html: propagated Martin Duerst suggestions
7993
7994Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7995
7996 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7997 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7998 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7999 by Wayne Davison
8000
8001Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8002
8003 * nanoftp.c nanohttp.c: small cleanup
8004 * TODO: updated
8005
8006Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * added an old VC testcase and updated title.xml entity
8009
8010Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8011
8012 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
8013 done on auto-opening of <p> tags and cleanup of SAX output
8014
8015Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8016
8017 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
8018
8019Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8020
8021 * doc/xml.html libxml.* structure.*: updated the doc a bit
8022
8023Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8024
8025 * testSAX.c testHTML.c result/HTML/: cleanup of the output
8026 of SAX tests
8027
8028Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8029
8030 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8031 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
8032
8033Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8034
8035 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
8036 * testHTML.c: fix core dump on Solaris 2.x systems
8037 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
8038 * result/HTML/*.sax: previous bug fix lead to new results
8039
8040Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8041
8042 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8043 * configure.in: added --with-readline=DIR to accept alternate
8044 path for readline include/library
8045 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
8046 for ANSI under HP-UX
8047 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
8048 includes @LIBS@
8049
8050Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8051
8052 * doc/* : rebuilt the docs
8053 * getting ready for 2.2.2 release
8054
8055Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8056
8057 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
8058 and xmlAddFeature()
8059 * tree.[ch]: added xmlAddChildList()
8060 * xmllint.c: MAP_FAILED macro test
8061 * parser.h: added xmlParseCtxtExternalEntity()
8062 * valid.c: applied bug fixes removed warning
8063 * tree.c: added CDATA block to elements content
8064 * testSAX.c: cleanup of output
8065 * testHTML.c: added SAX testing
8066 * encoding.c: better error recovery
8067 * SAX.c, parser.c: fixed one of the external entity processing
8068 of the OASis testsuite
8069 * Makefile.am: added HTML SAX regression tests
8070 * configure.in: bumped to 2.2.2
8071 * test/HTML/ result/HTML: added a few of HTML tests, and added the
8072 SAX results
8073
8074Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8075
8076 * configure.in: patch for HP compiler
8077
80782000-08-04 Sven Heinicke <sven@zen.org>
8079
8080 * xmllint.c: Was coredumping sometimes when the file given didn't
8081 exist.
8082
8083Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8084
8085 * parser.c xmlIO.[ch]: fixed the problem of encoding support
8086
8087 when using in memory parsing. Need some cleanup.
8088 * xmllint.c configure.in: added a --memory flag to test memory
8089 parsing
8090
8091Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8092
8093 * nanohttp.c: fixed socklen_t replacement to unsigned int
8094 * parser.c: fixed a space handdling missing at the end of
8095 production 28 DOCTYPE.
8096 * xmlmemory.c: fixed a stupid bug on the routine to override
8097 allocation functions
8098 * TODO: updated
8099
8100Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8101
8102 * doc/ regenerated the docs
8103
8104Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * doc/encoding.html doc/xml.html: added I18N doc
8107 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
8108 improvements, both parser and filters, added ASCII & HTML,
8109 fixed the ISO-Latin-1 one
8110 * xmllint.c testHTML.c: added/made visible --encode
8111 * debugXML.c : cleanup
8112 * most .c files: applied patches due to warning on Windows and
8113 when using Sun Pro cc compiler
8114 * xpath.c : cleanup memleaks
8115 * nanoftp.c : added a TESTING preprocessor flag for standalong
8116 compile so that people can report bugs more easilly
8117 * nanohttp.c : ditched socklen_t which was a portability mess
8118 and replaced it with unsigned int.
8119 * tree.[ch]: added xmlHasProp()
8120 * TODO: updated
8121 * test/ : added more test for entities, NS, encoding, HTML, wap
8122 * configure.in: preparing for 2.2.0 release
8123
8124Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00008127 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008128
8129Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8130
8131 * doc/xml.html: changed the xmlsoft.org structure, updated the
8132 examples w.r.t. root and childs
8133
8134Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8135
Daniel Veillard784b9352003-02-16 15:50:27 +00008136 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008137
8138Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8139
8140 * HTMLparser.c: Work on character encoding support for the HTML parser
8141 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
8142 * encoding.c: Fixed a potential memleak in the encoding stuff
8143
8144Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8145
8146 * doc/FAQ.html doc/Makefile.am : added a FAQ
8147
8148Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8151 of the HTML parser to force it to not bypass SAX
8152
8153Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8154
8155 * win32config.h.in: updated
8156 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8157 lacks iconv support :-( need to release 2.1.1
8158 * configure.in: release 2.1.1
8159 * HTMLparser: fixed bug #14784
8160 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8161 by Windows compiler
8162 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8163 the SAX startDocument() callback.
8164 * TODO: updated
8165
8166Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * added xmlStopParser()
8169
8170Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * configure.in: 2.1.0 prerelease
8173 * Large resync between W3C and Gnome tree
8174 * nanoftp, nanohttp.c: fixed stalled connections probs
8175 * HTMLtree.c SAX.c : support for attribute without values in
8176 HTML for andersca
8177 * valid.c: Fixed most validation + namespace problems
8178 * HTMLparser.c: start document callback for andersca
8179 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8180 * parser.h, SAX.c: serious speed improvement for large
8181 CDATA blocks
8182 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8183 different encoding
8184 * example/Makefile.am example/gjobread.c tree.h: work on
8185 libxml1 libxml2 convergence.
8186 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8187 and the LIBXML_TEST_VERSION macro
8188
8189Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * doc/xml.html: various patches and improvements typo fixed by
8192 Felix Natter
8193 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8194 from Felix Natter <fnatter@gmx.net>
8195
8196Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8197
8198 * doc/upgrade.html: updated with instructions for support of both
8199 libxml-1.x and libxml-2.x
8200 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8201 for 2.x support and also fixed includes
8202
8203
8204Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8205
8206 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8207 the encoding support, added iconv support, so now libxml if
8208 compiled with iconv automatically support japanese encodings
8209 among others. Work based on initial patch from Yuan-Chen Cheng
8210 I may have broken binary compat in the encoding handler
8211 registration scheme, but that was so utterly broken I don't
8212 expect anybody to have used this feature until now.
8213 * parserInternals.h: fixup on the CHAR range macro
8214 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8215 code.
8216 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8217 * uri.c: added xmlParseURI() I can't believe I forgot to
8218 implement this one in 2.0 !!!
8219 * SAX.c: moved doc->encoding update in the endDocument() call.
8220 * TODO: updated.
8221
8222Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8223
8224 * tree.h: removed extraneous xmlRemoveProp definition
8225 * TODO: added item about --disable-corba configure switch
8226 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8227 * nanoftp.c: fixed include problems giving troubles on AIX and
8228 slowlaris
8229 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8230 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8231 comment and headers changes to lower gtk-doc number of warnings
8232 * doc/html/*: rebuilt docs
8233
8234Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8235
8236 * HACKING: documented the tag for 1.x and instructions
8237
8238Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8239
8240 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8241 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8242 xmlCreateIOParserCtxt
8243 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8244 significant overall improvement
8245 * xmllint.c: added I/O test to xmllint
8246 * testSAX.c: added a speed test
8247 * doc/* : updated/regenerated
8248
8249Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8250
8251 * xpath.c uri.h parserInternals.h: cosmetic changes from
8252 "Timur I. Bakeyev" <timur@bat.ru>, including making
8253 xmlCreateURI() public
8254
8255Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8258 and the code at the same time. Added a clean mechanism for
8259 overload or added input methods: xmlRegisterInputCallbacks()
8260 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8261 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8262 * TODO: updated
8263 * doc/* : updated/regenerated
8264 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8265 source dir
8266
8267Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8268
8269 * testURI.c: yet another forgotten commit, I should get some sleep !
8270
8271Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8272
8273 * xmllint.c: forgot to commit this too ?
8274
8275Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8276
8277 * xmlversion.h.in : forgot to commit this previously
8278
8279Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8280
8281 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8282 * README TODO: updated for release
8283 * uri.c uri.h: added authority parsing/saving
8284 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8285 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8286 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8287 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8288 Makefile.am : added compile-time customization of libxml
8289 --with-ftp --with-http --with-html --with-xpath --with-debug
8290 --with-mem-debug
8291 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8292 #include <libxml/xxx.h> I hope it won't break too much stuff
8293 and will be manageable in the future...
8294 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8295 and added xmllint to the installed programs
8296 * uri.h: added xmlFreeURI()
8297
8298Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8299
8300 * uri.c uri.h: finished the escaping handling, the base support
8301 and the URI path normalization. Looks good just lacks the
8302 authority content parsing code.
8303 * Makefile.am: added instructions to generate testURI
8304 * TODO: updated
8305 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8306 added links and icons for W3C and Gnome
8307
8308Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * xmlmemory.[ch] : seems I forgot to actually update the files in
8311 the last commit :-)
8312 * doc/xml.html doc/html/* : updated and uploaded the docs
8313
8314Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8317 * TODO: updated
8318 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8319 libxml default allocation function with another set (like gmalloc/
8320 gfree).
8321 * Makefile.am, uri.c, uri.h: added a set of functions to do
8322 exact (litteraly copied from the RFC 2396 productions) parsing
8323 and handling of URI. Will be needed for XLink, one XML WFC,
8324 XML Base and reused in the nano[ftp/http] modules. Still work
8325 to be done.
8326
8327Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8328
8329 * configure.in, libxml.spec.in : libxml2
8330 * doc/* : updated the doc page, rebuilt the docs
8331
8332Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8333
8334 * all: tagged LIB_XML_1_X
8335 * *.c *.h : updated from W3C CVS tree
8336 * configure.in : 2.0.0-beta
8337 * libxml.spec.in : libxml2 package nam
8338 * result/* : new version of the tests output
8339
8340Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8341
8342 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8343
8344Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * doc/* : rebuilt the docs
8347 * parser.c: final patch on #6766
8348 * valid.c: small patch on validity checks.
8349
8350Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8353 added
8354 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8355 compatibility w.r.t. XML spec and existing code.
8356
8357Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8358
8359 * parser.c: seems a better solution to <a> </a> exists,
8360 will try it for a while
8361
8362Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8363
8364 * parser.c: tried to remove the <a> </a> generating <a/>
8365 this is hard. Left a flag for that purpose. Fixed bug #6766
8366 * configure.in: prepared 1.8.7 not released, due to previous
8367 problem
8368
8369Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8370
8371 * doc/xml.html : applied second patch from Paul DuBois
8372
8373Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8374
8375 * doc/xml.html : applied patch from Paul DuBois
8376
8377Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8378
8379 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8380
8381Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8382
8383 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8384 compilation warnings on various platforms.
8385 * parser.c: Fixed #5281 validity error callbacks are now desactived
8386 by default if not validating.
8387
8388Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8391
8392Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8393
8394 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8395 <gkatsi@cs.toronto.edu>
8396
8397Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8398
8399 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8400 processing URLs
8401
8402Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8405 xmlNanoFTPUpdateURL for persistent control connections.
8406 * configure.in: 1.8.6
8407
8408Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8409
8410 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8411 * tree.[ch] : added xmlSaveNoEmptyTags
8412
84132000-01-29 James Henstridge <james@daa.com.au>
8414
8415 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8416
8417 * Makefile.am: added nanoftp.[ch] to the build.
8418
8419Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8420
8421 * nanoftp.[ch]: cleanup, comments, API
8422 * debugXML.c : fixed a bug in the cat command
8423 * doc/*: regenerated the docs
8424
8425Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8426
8427 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
8428 * debugXML.c : fixed a bug in the cat command
8429 * valid.c: fixing some small probs
8430 * libxml.spec.in: get rid of the SNAP suffix
8431 * doc/xml.html: updated the status
8432
8433Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8434
8435 * xml-config.in: xml-config --version to just return the
8436 version number
8437 * xpath.c: some cleanup w.r.t. axis when the current node is
8438 an attribute.
8439 * TODO: updated
8440
8441Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8442
8443 * configure.in: prepared for libxml-1.8.5
8444 * doc/* recompiled the documentation
8445
84462000-01-17 Jody Goldberg <jgoldberg@home.com>
8447
8448 * configure.in : WARNING autoconf subtlety alert :
8449 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8450 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8451 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8452 get defined by AC_CHECK_HEADERS.
8453
8454Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8455
8456 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8457 Rune.Djurhuus@fast.no
8458
8459Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8460
8461 * TODO: updated
8462 * tree.c, parser.c: made sure that only memory alloc problems
8463 and internal parser errors are allowed to write to stdout or
8464 stderr.
8465
8466Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8467
8468 * tree.c : restored xmlNewGlobalNs since this seems used by
8469 a lot of existing code :-(, fixed a bug in xmlNewNs
8470 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8471 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8472 to exit() from the library code.
8473 * xpath.c, parser.c: removed bugs or unused code detected by
8474 Windows compilers
8475 * parser.c: started adding interfaces for parsing well balanced
8476 XML fragments
8477 * configure.in: releasing 1.8.4
8478 * doc/* : rebuilt the docs
8479
8480Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8481
8482 * tree.[ch] : added xmlNewDocFragment() for DOM
8483 * testHTML.c: uninitialized variable.
8484
8485Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8486
8487 * doc/* : rebuild the docs
8488
8489Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8490
8491 * acconfig.h: readline and history patch
8492 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8493 * tree.c: added check and handling when possibly removing an ID
8494 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8495 and saving.
8496 * test/HTML/entities.html result/HTML/entities.html* : test for
8497 various entities reference cases
8498 * result/HTML/* : as a result output of some testcase have
8499 changed
8500 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8501 by previous example. added xmlParseTryOrFinish().
8502 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8503 entities.h debugXML.h HTMLparser.h: changed the way struct are
8504 declared to allow gtk-doc to expose those
8505 * parser.c: closed bug #4960
8506 * Makefile.am configure.in: Applied patch from
8507 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8508 and math/socket libs detection
8509
8510Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8511
8512 * configure.in, Makefile.am: link tester against readline
8513 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8514
8515Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8516
8517 * tree.[ch]: added xmlRemoveProp
8518 * win32config.h.in nanohttp.c: avoid including the Windows
8519 socket stuff in every C files
8520 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8521 the XmL parser(s)
8522 * test/ns4 result/ns4 etc...: added test case for previous prob
8523 * tree.c: xmlNewNs wasn't checking for double definition
8524 * Makefile.in: fixed a problem with dist-hook duplicates
8525 * parser.[hc], xmlIO.c: fixed the loading of external entities
8526 APIs, now xmlLoadExternalEntity() is used everywhere and
8527 setting up an app specific front-end using the
8528 * SAX.c parser.c: some fixes, now the xhtml spec validates
8529 with the xhtml DTD.
8530 * error.c: fixed crashes in case of no input stream
8531 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8532 to the validation tests and results
8533
8534Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8535
8536 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8537 too htmlCreatePushParserCtxt() and htmlParseChunk()
8538 * parser.c: a bit of cleanup.
8539 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8540 to XML) removed the last mem leak known
8541 * HTMLtree.c: output message cleanup
8542 * xmlmemory.c: display content info about memory blocks
8543 * result/HTML/wired.* : missing att value warning change
8544
8545Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * doc/* : rebuilt the documentation
8548
8549Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8550
8551 * parser.[ch] parserInternals.h: Push parser for XML,
8552 seems to work fine now
8553 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8554 --push for push testing
8555 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8556 * testSAX.c: added --push
8557 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8558 subtree
8559 * xmlIO.[ch] : enriched API + fixes for push mode
8560 * entities.[ch]: added the entity content length to the struct.
8561 * xmlmemory.[ch]: new API to show the last entries for the shell
8562 * valid.c: added required attribute testing
8563 * SAX.c: the cdata callback now merge contiguous fragments
8564 * HTMLparser.c: cleanup of some macros
8565
8566Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8567
8568 * parser.c: fix for PIs name starting with xml
8569 * tree.c: fixed a potential problem with || and && ops
8570 * *.c, configure.in win32config.h.in : generate win32config.h for
8571 those on the Other Side !
8572
8573Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8574
8575 * parser.c: fixed a stupid = vs. == bug :-(
8576 * doc/gnome-xml.sgml: s/glade/xml/
8577
8578Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8579
8580 * configure.in, doc/xml.html : bug fix release 1.8.2
8581 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8582 Hopefully the end of that silly C++ include problem
8583 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8584 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8585 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8586 troubles with autoclosed elements when the stree shape doesn't
8587 follow the DtD specs. Added htmlIsAutoClosed() and
8588 htmlAutoCloseTag()
8589 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8590 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8591 * debugXML.c: fixed a bug on printing default namespaces.
8592 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8593
8594Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8595
8596 * result/HTML/*.htm[l] : updated the HTML regression tests according
8597 to the new output
8598 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8599 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8600 problem due to intermix of extern "C" { ... } declarations for C++
8601 and recursive includes in the headers
8602
86031999-12-20 Chris Lahey <clahey@umich.edu>
8604
8605 * HTMLtree.c: Made it so that html nodes with a single child do
8606 not insert a carriage return before or after the child node.
8607
8608Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8609
8610 * configure.in, doc/xml.html : bug fix release 1.8.1
8611 * parser.c: fixed bug #4344
8612 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8613 added the glue to avoid C++ problems
8614 * doc/* : regenerated the documentation
8615
8616Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8617
8618 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8619 namespace recognition, and Dia as a resul :-(
8620 * encoding.c: closed bug #3950
8621
8622Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8623
8624 * valid.c: debugging a posteriori validation, except URI expansion
8625 stuff this should be fixed now
8626 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8627 Carl Nygard <cnygard@bellatlantic.net>
8628 * tester.c: added --postvalid, cleaning of the code
8629 * tree.[ch]: added xmlDocGetRootElement()
8630
8631Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8632
8633 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8634 c++ losage.
8635
8636Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8637
8638 * configure.in, doc/xml.html : bumped to 1.8.0
8639 * xlink.[ch], Makefile.am : added framework for link detection
8640 * parser.h: added nbChars to parser context, needed for cleanup.
8641 * xmlmemory.c: removed a nasty bug when out of mem
8642 * valid.[ch]: adding namespace support for attribute decl
8643 * tester.c: added --debugent option
8644 * debugXML.[ch]: added xmlDebugDumpEntities()
8645 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8646 buffers instead, this was really needed, validation was breaking
8647 in strange ways due to that. Added xmlParseStringPEReference()
8648 and other parsing from strings functions. Entities processing
8649 modified again, but PERef are still not handled correcly but
8650 unless you're Eve Maller you won't notice :-)
8651 * HTMLparser.c: large changes toward reliability, and switched to
8652 lowercase internal tags, XHTML is lowercase, so it will help
8653 that output is closer to next version.
8654 * doc/* : regenerated the documentation, it is now hosted at
8655 http://xmlsoft.org/ (same bits I just bought the domain :-)
8656
8657
8658Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8659
8660 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8661 doc generation
8662 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8663 in the SAX API
8664 * doc/*: rebuilt the doc making sure everything appears in the
8665 HTML files
8666
8667Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8668
8669 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8670 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8671 which allow impressive speed improvement on dataset with
8672 large text pieces, but at the cost of broken binary
8673 compatibility and slightly bigger memory usage.
8674 Configure with --with-buffers to activate them, they
8675 are protected with XML_USE_BUFFER_CONTENT define.
8676 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8677 goal is 0 memory left allocated once parser is no more used
8678 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8679 call xmlCleanupParser() and xmlMemoryDump()
8680
8681Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8682
8683 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8684 * parser.[ch] encoding.[ch]: added memory cleanup routines
8685 * parser.c: closing bug #3788
8686 * doc/*: rebuilt the doc
8687
8688Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8689
8690 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8691 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8692 * tester.c: added --compress option
8693 * doc/*: rebuilt the documentation
8694
8695Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8696
8697 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8698 if given /proc/kcore as input !
8699 * doc/xml.html doc/*: updated and rebuilt the documentation
8700
8701Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8702
8703 * parser.c: Fixed some wrongly space collapsing code due to
8704 a misreading of the spec.
8705 * result/*: fixed the output accordingly
8706
8707Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8708
8709 * encoding.c: bug fix and typos
8710 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8711 * parser.c: added attribute normalization closing bug #3597
8712 * test/att* result/att* SAXresult/att*: testcase for attribute
8713 normalization
8714
8715Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8716
8717 * configure.in: closing bug #3163 by adding extra flags for the
8718 cc compiler on HP-UX
8719
8720Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8721
8722 * valid.[ch] : removed a typo and an enumerated type bug in the
8723 xmlAddElementDecl() function
8724 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8725 call to xmlEncodeEntitiesReentrant() so that the functions
8726 New, Set and Get are at the same level.
8727 * parser.c HTMLparser.c: extra memory allocation bug for
8728 attributes detected by someone using libxml in embedded systems :-)
8729
8730Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8731
8732 * xmlmemory.h: turned off mem debug :-\
8733
8734Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8735
8736 * parser.c: closed bug #2784 a one line fix, but worth pushing
8737 a new release out
8738 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8739 some structures, comments before and after the
8740 main element, and other nastyness
8741 * HTMLtree.c tree.c: accomodate the extended HTML supported
8742 * configure.in: pushing 1.7.4
8743 * test/ent8 and related outputs : added a new test for bug #2784
8744 * test/HTML/wired.html and related output: a nasty HTML example
8745 * Makefile.am: improved the test scripts
8746 * docs/* : reran the documentation extractor, updated xml.html
8747
8748Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8749
8750 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8751 HTMLparser and debugged the HTML related code. HTML documents
8752 now have their own type
8753 * entities.c: do not dump &apos; for HTML output
8754 * xmlmemory.c: improvement, breakpoint mechanism
8755 * testHTML.c: added --sax --repeat ...
8756 * Makefile.am: improved the HTML tests
8757 * valid.[ch]: added xmlValidGetValidElements and
8758 xmlValidGetPotentialChildren
8759 * tester.c: added --insert to test the 2 new functions
8760 * test//* result//* SAXresult//* : regression test cleanup
8761 and extension.
8762 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8763 gnome-xml-nanohttp.html
8764
8765Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8766
8767 * HTMLparser.c: fixed problems with some autoclose tags
8768 * tree.c: fixed XML output problems.
8769 * result/* SAXresult/*: update of the tests output
8770
8771Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8772
8773 * Makefile.am: Arturo patch for xmlConf.sh version info
8774 * parser.c: Tim Josling patch for single quoted items
8775 * tester.c: Tim Josling patch for tester options usage
8776 * tree.h: indent cleanup
8777
8778Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8779
8780 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8781 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8782
8783Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8784
8785 * tree.c : Raph patch for initialization of CORBA fields
8786 * parser.c, xpath.c, ...: modification of doc comments
8787 * xpath.c : allow spaces in xpath expressions
8788
8789Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8790
8791 * xmlmemory.h: turning off memory debug :-(
8792
8793Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8794
8795 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8796 better SAX interfaces.
8797 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8798 entity.
8799 * configure.in: 1.7.2
8800
8801Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8802
8803 * libxml.spec.in: fixed the URL
8804 * doc/xml.html: improved the documentation front-end
8805
8806Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8807
8808 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8809
8810Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8811
8812 * libxml.spec.in: fixed the alpha compile problem
8813 * parser.[ch]: changed errno to errNo in the parser context :-(
8814 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8815 * doc/xml.html: changed CHAR to xmlChar
8816 * doc/html/*: recompiled the documentation
8817 * configure.in: 1.7.1
8818
8819Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8820
8821 * parser.h: modified the parser context struct to regain 1.4.0
8822 binary compatibility
8823 * parser.c, xml-error.h: added errno ot teh context and defined
8824 a set of errors values with update of errno
8825 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8826 DTDs and entities
8827 * *.h, *.c: complete cleanup of the use of config.h and include
8828 protection depending on the current setup.
8829 * overalll debugging, maintenance and bug-fixing on all modules
8830 * updated the documentation
8831 * ready for 1.7.0
8832
8833Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8834
8835 * HTMLparser.c : cleanup
8836 * SAX.c valid.c valid.h: added ID/IDREF checking
8837 * tree.c tree.h: extended doc structure for refs
8838 * configure.in: 1.6.2
8839 * parser.c: patched bug in SAX user arg call
8840 * parserInternals.h: patched missing close in C++ wrapping
8841 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8842 especially upcoming XPointer implementation.
8843 * doc/xml.html: augmented, typo
8844
8845Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8846
8847 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8848 not all invocations of install understand -d.
8849
8850Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8851
8852 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8853 to make 'check' works, when builddir != srcdir.
8854
8855Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8856
8857 * doc/xml.html : updated the documentation
8858
8859Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8860
8861 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8862 not deallocated memory blocks
8863 * *.c : replaces all calls to malloc() free() and realloc() to
8864 the wrapper functions/macros
8865 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8866 instead of xmlFreeNodeList()
8867
8868Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8869
8870 * HTMLparser.c: corrected a stupid bug leading to core dump at
8871 tree deallocation. Removed warnings indicated by
8872 Stephane.Conversy@lri.fr
8873 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8874 looked for in the external subset
8875
8876Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8877
8878 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8879 on SGI by Stephane.Conversy@lri.fr
8880
8881Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8882
8883 * all .h : changed the prototype declaration indent as in gtk
8884 * most .c : working on reducing the TODOs in the code
8885 * most .c : cleanup though -pedantic and Insure++
8886 * improvements on validation ID checkings.
8887 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8888 * xml-config.in: closed #1810
8889
8890Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8891
8892 * tree.h, valid.c, valid.h: more work on validity, IDs
8893 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8894 definition for AIX
8895
8896Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8897
8898 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8899 the distribution due to a cut'n paste error at last commit
8900
8901Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8902
8903 * configure.in: upgraded to version 1.4.0
8904 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8905 Big update, added a large part of the validation process,
8906 it should be usable, but some parts are missing
8907 * xpath.c: improved the implementation w.r.t. root.
8908 * Makefile.am: added more tests
8909 * test and result trees: added a lot of tests
8910 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8911
8912Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8913
8914 * Added an HACKING file
8915
8916Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8917
8918 * xpath.[ch] : improvements and debug of the XPath implementation
8919 * parser.c, HTMLparser.c : modified the parsers to be progressive
8920 * tree.[ch] : extended the Buffer promitives
8921 * xmlIO.[ch] : added basic I/O routines providing progressive
8922 parsing and ready for I18N conversion plugins
8923 * SAXresult/* : the SAX callback sequence maybe slightly different
8924 now
8925 * test*.c : improved/updated the tests programs
8926 * doc/* : recompiled the docs.
8927
89281999-07-26 Michael Meeks <michael@edenproject.org>
8929
8930 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8931
8932 * tree.c: Ditto.
8933
8934Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8935
8936 * configure.in: upgraded to version 1.4.0
8937 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8938 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8939 XML query language, see http://www.w3.org/TR/xpath for more details.
8940 * parser.c, parser.h: added CHAR* related string functions for XPath
8941 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8942 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8943 rebuild the docs.
8944 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8945 and regression testing capabilities for XPath.
8946
8947Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8948
8949 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8950 closing bug #1646
8951
8952Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8953
8954 * Makefile.am, example/Makefile.am: closed bug #1683
8955
8956Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8957
8958 * example/Makefile.am, configure.in: added the makefile for the
8959 gjobread example
8960
8961Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8962
8963 * doc/Makefile.am:
8964 - fix which allow "make install DESTDIR=</install/prefix>".
8965
8966Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8967
8968 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8969 which fixed a problem on the file reading-code.
8970
8971Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8972
8973 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8974 output.
8975 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8976
8977Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8978
8979 * parser.h : Oops removed the binary compatibility problem
8980 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8981 * parser.c, HTMLparser.c: applied patches for reading from stdin
8982
8983Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8984
8985 * parser.c, entities.c, valid.c: cleanup bug #1591
8986 * configure.in: cleanup bug #1592
8987 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8988 the same tree back-end. Hence gdome will be available for it.
8989 * doc/Makefile.am: close bug #617
8990
8991Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8992
8993 * parser.c: alloctate a per parser context SAX interface block
8994
8995Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8996
8997 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8998 and xmlEncodeEntitiesReentrant with the correct one :-\
8999
9000Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9001
9002 * commit of my internal XML base changes, quite a lot of
9003 changes, cleanups, better entities support, framework for
9004 new I/O and charset detection and handling
9005 * Fixed the configure/Makefile stuff to generate shared libs
9006 with the proper version info, so we jumped on rev from
9007 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
9008 xmlEncodeEntities() result need to be freed now, and a string
9009 xmlParserVersion provide the current library version.
9010
9011Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
9012
9013 * parser.c: fixed a buffer overrun for when you have a very long
9014 attribute with no entities in it.
9015
9016Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9017
9018 * added example directory
9019 * added example/gjobs.xml gjobread.c, still need a Makefile.in
9020
9021Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9022
9023 * Release of libxml-1.1, nearly everything has been touched for
9024 this.
9025 * Added more regression tests
9026 * Updated the documentation
9027
9028Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9029
9030 * tree.[ch]: unified the XML_NO_CORBA defines.
9031 * parser.c encoding.[ch]: started plugging in char encoding detection
9032
9033Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
9034
9035 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
9036 Also freed allocated buffer.
9037
9038Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9039 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
9040 reentrancy problem at printing. One is left in entities.c, to
9041 remove ASAP
9042 * testSAX.c : added a test example showing the use of the SAX
9043 interface if one doesn't want to build the DOM tree.
9044 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
9045
9046Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9047
9048 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
9049 large revamping of the parser to use SAX callbacks
9050 http://www.megginson.com/SAX/ (or at least a C like interface
9051 a la Expat). It's now possible to set up your own callbacks
9052 and the parser will not build a DOM tree.
9053 * test/* result/*: updated the test suite, I finally removed
9054 the old Namespace draft support (PI based).
9055
9056Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9057
9058 * Makefile.am: added test result to EXTRA_DIST for make tests
9059
9060Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9061
9062 * parser.c, parserInternals.h: moved the chars macro definitions
9063 to parserInternals.h
9064 * parser.c, error.c: applied patches from "Knut Åkesson"
9065 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
9066
9067Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9068
9069 * xml-config.in : applied patch to make --version work
9070
90711999-03-05 Raja R Harinath <harinath@cs.umn.edu>
9072
9073 * Makefile.am (check-local): Alias for `tests' target. This will
9074 cause `make check' to do the right thing.
9075 (tests): Don't run tests in srcdir. Also, replaced calls to
9076 basename with a `sed' "equivalent".
9077
9078Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9079
9080 * Renamed error.h to xml-error.h, corrected Makefile.am to list
9081 it in the header and not the sources, updated the doc.
9082 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
9083 pointing this out.
9084
9085Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9086
9087 * parser.c, parser.h, parserInternals.h: memory leak hunting,
9088 exported the inputStream routines.
9089 * doc/html/* : updated accordingly
9090
9091Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9092
9093 * parser.c, parser.h, parserInternals.h: added a few extra
9094 internal calls to allocate and free parser contexts ...
9095 * doc/html/* : updated accordingly
9096
9097Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9098
9099 * configure.in, Makefile.am, doc/makefile.am : General changes for
9100 1.0.0 release and including the generated HTML documentation.
9101
9102Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9103
9104 * makefile.am : added parserInternals.h, oops.
9105
9106Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9107
9108 * parserInternals.h: added this header giving access to the parser
9109 internal functions.
9110 * doc/Makefile.am : added a rebuild target which rebuilds the full
9111 set of documentations
9112 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
9113 the internal subset.
9114 * *.c *.h: modifications needed to generate the documentation using
9115 gtk-doc, cleanup of functions blocks, reorganisation of struct
9116 declarations.
9117
9118Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9119
9120 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
9121 the tar and spec file to include the beginning of the doc.
9122
91231999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
9124
9125 * doc/.cvsignore: Added this file.
9126
9127Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9128
9129 * tree.c: fixed xmlGetProp to return "" when the attribute
9130 exists, even if the node-list is NULL.
9131
9132Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9133
9134 * tree.c: patched an error outputting empty attribute values.
9135 * Makefile.am and doc/makefile.am: have been updated during the
9136 week-end. Sorry for an empty CVS log, I got a shell problem.
9137
9138Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9139
9140 * tree.h: cleaned up using enums instead of defines
9141 * parser.c, valid.[ch]: more work on parsing/output of element
9142 declarations
9143
9144Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9145
9146 * valid.[ch], tree.c, parser.c : more work toward full parsing
9147 of XML DTDs.
9148 * README: added informations about mailing-list and on-line
9149 documentation
9150
91511999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9152
9153 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9154
9155Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9156
9157 * parser.c, tree.[ch] : more work toward conformance testing,
9158 added a last element to accelerate parsing of very flat structures
9159 started working on internal subset Element content declaration.
9160 * valid.[ch] : first cut at adding code toward validation.
9161 * previous changes had also small impact on most files, especially
9162 the conformance testing using James Clark test suite.
9163
9164Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9165
9166 * test/* : updated the examples, most of them were not well
9167 formed (humm), and added rdf2.
9168 * result/* : resulting changes in the output.
9169
9170Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9171
9172 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9173
9174Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9175
9176 * tree.c: patched a bug in the generation of empty attributes
9177
9178Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9179
9180 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9181 for node/trees/documents/... Biggest problem is namespace
9182 support when copying subtrees.
9183
9184Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9185
9186 * parser.c, entities.c: improve entities and char ref encoding,
9187 and cleanups of error messages.
9188
9189Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9190
9191 * parser.c, entities.c: simple bug hunting done during rpm2html and
9192 rpmfind integration.
9193
9194Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9195
9196 * parser.[ch]: Added interfaces allowing to specify a SAX
9197 handler before parsing.
9198
9199Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9200
9201 * parser.c: redirrect all errors reporting through the SAX
9202 error function
9203
9204Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9205
9206 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9207 * libtool, tlmain ...: update of the libtool files
9208
92091998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9210
9211 * entities.c: Use g_snprintf insteda of snprintf.
9212
9213Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9214
9215 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9216 added ent5 test for this purpose.
9217 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9218
9219Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9220
9221 * parser.c: fixed? a strange error due to compression on a GWP
9222 document.
9223
9224Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9225
9226 * tree.[ch]: bug fixing
9227 * entities.[ch]: defined a specific type for predefined entities
9228 * doc/xml.html: more documentation on the library, how to use it,
9229 overview of the interfaces.
9230
9231Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9232
9233 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9234
9235Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9236
9237 * tree.c: corrected a small bug
9238 * doc/xml.html: continuing writing documentation.
9239
9240Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9241
9242 * debugXML.h debugXML.c: added debugging utilities.
9243 * tester.c: added --debug switch.
9244 * tree.c: patched an incorrect node->type assignment.
9245 * parser.c: formatting, ensure that node->doc != NULL in attributes
9246
9247Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9248
9249 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9250 entity support and provide an internal representation close to
9251 DOM one (entity ref nodes, and attribute value as tree). I tried
9252 to preserve the interface but this will surely break some apps
9253 (I have to change rpm2html/rpmfind for example). I had to change
9254 two interfaces, and the generated tree is somewhat different.
9255 * doc/* : started documenting the XML library, the tree and
9256 DOM/Corba. This is a first step.
9257
9258Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9259
9260 * parser.c: Set up the fonctions comment block, boring but useful.
9261 * parser.h, SAX.c, parser.c: now attributes are processed through
9262 the SAX interface. The problem is that my SAX interface diverged
9263 quite a bit from the original one, well this is not an official
9264 spec, and translating it from Java to C is hairy anyway...
9265
9266Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9267
9268 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9269 fonctions comment block, boring but useful.
9270
9271Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9272
9273 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9274 conversion routines. However they are not yet used to convert the
9275 inputs. The core will run with UTF-8.
9276
9277Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9278
9279 * tree.c : make sure that the type id is properly set-up when
9280 a new object is allocated, needed for DOM.
9281
9282Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9283
9284 * tree.h, tree.c: Ok, the main objects in the tree will be native
9285 corba objects, it costs 8 bytes per Node, Attribute and Document
9286 but it simplifies the Corba integration a lot (no extra interface
9287 objects to allocate/free).
9288
9289Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9290
9291 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9292 and changed NODEs contants for conformity with DOM Level 1
9293
9294Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9295
9296 * added hooks to keep track of servants when creating objects
9297 xmlDoc and xmlNode (for Corba export).
9298
9299Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9300
9301 * added xml-config script.
9302
9303Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9304
9305 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9306 to autoupdate libtool and automake conf files.
9307
93081998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9309
9310 * Makefile.am: Use '?' to separate the sed
9311 commands as ',' is used when people pass -Wl,something.
9312
9313
9314Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9315
9316 * tree.c, tree.h: added a per-document compression interface.
9317
9318Tue Sep 22 20:47:38 EDT 1998
9319
9320 * tree.c, tree.h: added saving with compression and added interfaces
9321 to control the compression level (xmlGetCompressMode,
9322 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9323
9324Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9325
9326 * parser.c: corrected a loop for files of size 0
9327
93281998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9329
9330 * error.h: New file. Contains prototyes from `error.c'.
9331
9332Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9333
9334 * Makefile.am (xmlincdir): New macro.
9335 (xmlinc_HEADERS): Renamed from include_HEADERS.
9336
9337Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9338
9339 * applied small patch on numeric entities from
9340 Christopher Blizzard <blizzard@appliedtheory.com>
9341
9342Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9343
9344 * New release 0.2, removed the old xml_* files so that it's
9345 coherent with the other CVS base (W3C), far better conformance
9346 to standard, new namespaces, decent entities support, beginning
9347 of a SAX-like interface. Nearly nothing left intact, even the
9348 test examples ...
9349
93501998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9351
9352 * .cvsignore: Add .deps dir
9353
9354Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9355
9356 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9357
9358Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9359
9360 * configure.in: added test for CPP
9361 * AUTHORS, Changelog: the original ones didn't get commited but the
9362 glib ones instead, fixed.
9363 * Makefile.am: corrected an error in library naming
9364
9365Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9366
9367 * integrated code developped at W3C
9368 * changed the original Copyright
9369 * migrated to automake
9370 * prefixed the filenames by xml_ to avoid filename clashes
9371
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009372Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9373
9374 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9375 should not be called.
9376
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009377Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9378
9379 * libxml-2.0.pc.in: applied the patch to fix #101894
9380
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009381Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9382
9383 * tree.c : applied patch from Lukas Schroeder for register callbacks
9384 * valid.c: modified patch from Lukas Schroeder to test
9385 register callbacks with --chkregister
9386
Daniel Veillard067bae52003-01-05 01:27:54 +00009387Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9388
9389 * xmlreader.c: seriously changed the way data are pushed to
9390 the underlying parser, go by block of 512 bytes instead of
9391 tryng to detect tag boundaries at that level. Changed the
9392 way empty element are detected and tagged.
9393 * python/tests/reader.py python/tests/reader2.py
9394 python/tests/reader3.py: small changes mostly due to context
9395 reporting being different and DTD node being reported. Some
9396 errors previously undetected are now caught and fixed.
9397 * doc/xmlreader.html: flagged last section as TODO
9398
Daniel Veillard51a447a2003-01-04 19:42:46 +00009399Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9400
9401 * python/libxml.py: integrated the Python 2.2 optimizations
9402 from Hannu Krosing, while maintaining compatibility with
9403 1.5 and 2.1
9404
Daniel Veillarde59494f2003-01-04 16:35:29 +00009405Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9406
9407 * xmllint.c: a bit of cleanup
9408 * xmlreader.c: small fix
9409 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9410 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9411
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009412Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9413
9414 * python/setup.py.in: patch from Stéphane Bidoul to include
9415 drv_libxml2.py in setup.py
9416
Daniel Veillard66b82892003-01-04 00:44:13 +00009417Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9418
9419 * doc/xmlreader.html: starting documenting the new XmlTextReader
9420 interface.
9421
Daniel Veillard7704fb12003-01-03 16:19:51 +00009422Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
9423
9424 * xmllint.c: added the --stream flag to use the TextReader API
9425 * xmlreader.c: small performance tweak
9426
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00009427Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9428
9429 * xmlreader.c python/tests/reader2py: okay the DTD validation
9430 code on top of the XMLTextParser API should be solid now.
9431
Daniel Veillard1fdfd112003-01-03 01:18:43 +00009432Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
9433
9434 * xmlreader.c python/tests/reader2py: Fixing some more mess
9435 with validation and recursive entities while using the
9436 reader interface, it's getting a bit messy...
9437
Daniel Veillarddab8ea92003-01-02 14:16:45 +00009438Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
9439
9440 * xmlreader.c python/tests/reader.py: another couple of problem
9441 related to IsEmptyElement reported by Stéphane Bidoul needed
9442 some fixes.
9443
Daniel Veillard4f860202003-01-02 13:00:02 +00009444Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9445
9446 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9447 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9448 based on the python XmlTextReader interface.
9449
Daniel Veillard3c265e42003-01-01 21:06:49 +00009450Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9451
9452 * tree.c: backing out one change in the last patch which broke the
9453 regression tests
9454
Daniel Veillard5335dc52003-01-01 20:59:38 +00009455Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9456
9457 * global.data globals.c tree.c include/libxml/globals.h: applied
9458 an old patch from Lukas Schroeder to track node creation and
9459 destruction. Probably missing a lot of references at the moment
9460 and not usable reliably.
9461
Daniel Veillard8ba17412003-01-01 19:13:12 +00009462Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9463
9464 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9465 from doc/news.html and a stylesheet
9466
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009467Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9468
9469 * xmlreader.c python/tests/reader.py: fixed another couple of
9470 xmlreader bugs reported by Stéphane Bidoul and added tests.
9471
Daniel Veillard9e395c22003-01-01 14:50:44 +00009472Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9473
9474 * xmlreader.c python/tests/reader2.py: fixed another validity
9475 checking in external parsed entities raised by Stéphane Bidoul
9476 and added a specific regression test.
9477 * python/tests/reader3.py: cleanup
9478
Daniel Veillardd5896142002-12-31 14:45:26 +00009479Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9480
9481 * xmlreader.c python/tests/reader2.py: fixed a problem with
9482 validation within entities pointed by Stéphane Bidoul, augmented
9483 the tests to catch those.
9484
Daniel Veillarddc85f282002-12-31 11:18:37 +00009485Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9486
9487 * python/generator.py: modified the generator to allow keeping
9488 class references when creating new classes, needed to fix a bug
9489 pointed by Stéphane Bidoul where the input buffer of the
9490 xmlTextReader instance gets destroyed if the python wrapper for
9491 the input is not referenced anymore.
9492
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009493Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9494
9495 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9496 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9497
Daniel Veillard571b8892002-12-30 12:37:59 +00009498Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9499
9500 * xmlreader.c python/tests/reader.py: fixed another problem
9501 pointed by Stéphane Bidoul
9502
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009503Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9504
9505 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9506 with "<a/>"
9507
Daniel Veillardecaba492002-12-30 10:55:29 +00009508Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9509
9510 * SAX.c: warn on xmlns:prefix="foo"
9511 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9512 for namespace attributes handling.
9513
Daniel Veillard2d84a892002-12-30 00:01:08 +00009514Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9515
9516 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9517 a really nasty problem raised by a DocBook XSLT transform
9518 provided by Sebastian Bergmann
9519
Daniel Veillard29b3e282002-12-29 11:14:41 +00009520Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9521
9522 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9523 by Stéphane Bidoul and integrated it into the tests
9524
Daniel Veillarde18fc182002-12-28 22:56:33 +00009525Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9526
9527 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9528 extended the XmlTextReader API a bit, addding accessors for
9529 the current doc and node, and an entity substitution mode for
9530 the parser.
9531 * python/libxml.py python/libxml2class.txt: related updates
9532 * python/tests/Makefile.am python/tests/reader.py
9533 python/tests/reader2.py python/tests/reader3.py: updated a bit
9534 the old tests and added a new one to test the entities handling
9535
Daniel Veillardaba976d2002-12-28 21:14:18 +00009536Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9537
9538 * python/generator.py python/libxml2class.txt
9539 python/tests/reader.py python/tests/reader2.py: changed the
9540 generator to provide casing for the XmlTextReader similar to
9541 C# so that examples and documentation are more directly transposable.
9542 Fixed the couple of tests in the suite.
9543
Daniel Veillard83298842002-12-28 15:12:33 +00009544Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9545
9546 * doc/guidelines.html: added a document on guildeline for
9547 publishing and deploying XML
9548
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009549Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9550
9551 * valid.c xmlreader.c: final touch running DTD validation
9552 on the XmlTextReader
9553 * python/tests/Makefile.am python/tests/reader2.py: added a
9554 specific run based on the examples from test/valid/*.xml
9555
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009556Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9557
9558 * python/libxml.py: added a few predefined xmlTextReader parser
9559 configuration values.
9560
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009561Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9562
9563 * python/libxml_wrap.h: trying to fix #102037
9564
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009565Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * SAX.c: fixing bug #95296, when the predefined entities
9568 are redefined in the DTD the default one must be used
9569 instead anyway.
9570
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009571Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9572
9573 * doc/xmllint.xml
9574 * doc/xmllint.1
9575 Add discussion of XML_DEBUG_CATALOG to xmllint man
9576 page - bug #100907
9577
9578
Daniel Veillarddf512f42002-12-23 15:56:21 +00009579Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9580
9581 * xmlreader.c: Fixed the empty node detection to avoid reporting
9582 an inexistant close tag.
9583
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009584Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9585
9586 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9587 for Python 2.1
9588
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009589Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9590
9591 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9592
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009593Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * doc/libxml2-api.xml python/tests/reader.py: one really need
9596 to provide the base URI information when creating a reader parser
9597 from an input stream. Updated the API and the example using it.
9598
Daniel Veillardea7751d2002-12-20 00:16:24 +00009599Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9600
9601 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9602 include/libxml/valid.h include/libxml/xmlreader.h: working on
9603 DTD validation on top of xml reader interfaces. Allows to
9604 validate arbitrary large instances. This required some extensions
9605 to the valid module interface and augmenting the size of xmlID
9606 and xmlRef structs a bit.
9607 * uri.c xmlregexp.c: simple cleanup.
9608
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009609Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9610
9611 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9612 work on the xml reader interfaces.
9613 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9614 Web page for the Windows binaries.
9615
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009616Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9617
9618 * xmlIO.c: applied a patch for VMS following the report by
9619 Nigel Hall
9620
Daniel Veillard3772de32002-12-17 10:31:45 +00009621Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9622
9623 * parser.c: the parseStartTag bug fix wasn't complete.
9624
Daniel Veillard67df8092002-12-16 22:04:11 +00009625Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9626
9627 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9628 parseStartTag, fixing it.
9629 * test/att4 result/att4 result/noent/att4: adding the test
9630 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9631 more methods to XmlTextReader.
9632
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009633Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9634
9635 * win32/libxml2.def.src: added more xml reader exports
9636 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9637 to the build
9638
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009639Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9640
9641 * doc/tutorial/xmltutorial.xml
9642 plus generated html and pdf
9643 Updating tutorial again based on further comments from Niraj
9644 Tolia on the last iteration
9645
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009646Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9647
9648 * doc/tutorial/xmltutorial.xml
9649 * doc/tutorial/includekeyword.c
9650 * doc/tutorial/includegetattribute.c
9651 plus generated html and pdf
9652 Adding fix from Niraj Tolia to tutorial to properly free memory.
9653
9654
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009655Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9656
9657 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9658 more methods of XmlTextReader.
9659 * python/libxml2class.txt python/tests/reader.py: this increased the
9660 methods in the bndings, augmented the test to check those new
9661 functions.
9662
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009663Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9664
9665 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9666 methods of XmlTextReader.
9667 * python/generator.py python/libxml_wrap.h python/types.c
9668 python/libxml2class.txt: added the reader to the Python bindings
9669 * python/tests/Makefile.am python/tests/reader.py: added a specific
9670 test for the Python bindings of the Reader APIs
9671 * parser.c: small cleanup.
9672
Daniel Veillard06503452002-12-13 10:42:08 +00009673Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9674
9675 * xinclude.c: fallback was only copying the first child not the
9676 full child list of the fallback element, closes #89684 as reopened
9677 by Bernd Kuemmerlen
9678
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009679Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9680
9681 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9682
Daniel Veillard000eafb2002-12-12 10:04:22 +00009683Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9684
Daniel Veillardc1eed322002-12-12 11:01:32 +00009685 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009686 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009687 gives enum values, fix functype return type, put back fields in
9688 structs
9689 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009690
Daniel Veillard024b5702002-12-12 00:15:55 +00009691Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9692
9693 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9694 about htmlNodeDumpOutput location.
9695 * xpath.c: removed an undefined function signature
9696 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9697 too many symbols in the API breaking the python bindings.
9698 Updated with the libxslt/libexslt changes.
9699
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009700Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9701
9702 * configure.in: preparing release of 2.4.29
9703 * doc/*: rebuilt the docs and API
9704 * xmlreader.c: a few more fixes for the XmlTextReader API
9705
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009706Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9707
9708 * include/win32config.h: applied mingw patch from Magnus Henoch
9709
Daniel Veillard5aad8322002-12-11 15:59:44 +00009710Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9711
9712 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9713
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009714Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9717 building Python script, does the C parsing directly, generates
9718 a better API description including structure fieds defs and
9719 enums. Still a couple of bugs, but good enough for the python
9720 wrappers now.
9721 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9722 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9723 include/libxml/schemasInternals.h include/libxml/tree.h: more
9724 cleanup based on the python analysis script reports.
9725 * libxml.spec.in: make sure the API XML description is part of the
9726 devel package.
9727
Daniel Veillard01c13b52002-12-10 15:19:08 +00009728Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9729
9730 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9731 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9732 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9733 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9734 code cleanup, especially the function comments.
9735 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9736
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009737Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9738
9739 * Makefile.am xmlreader.c include/libxml/Makefile.am
9740 include/libxml/xmlreader.h: Adding a new set of APIs based on
9741 the C# TextXmlReader API but converted to C. Allow to parse
9742 in constant memory usage, far simpler to program and explain
9743 than the SAX like APIs, unfinished but working.
9744 * testReader.c: test program
9745
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009746Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9747
9748 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9749
Daniel Veillard64b35282002-12-04 15:10:40 +00009750Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9751
9752 * tree.c: Chip turner indicated that XHTML1 serialization
9753 rule for style actually break on both IE and Mozilla,
9754 try to avoid the rule if escaping ain't necessary
9755
Daniel Veillard8efff672002-12-04 11:44:48 +00009756Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9757
9758 * nanhttp.c: handle HTTP URL escaping, problem reported by
9759 Glen Nakamura and Stefano Zacchiroli
9760
Daniel Veillard1c732d22002-11-30 11:22:59 +00009761Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9764
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009765Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9766
9767 * uri.c: Johann Richard pointed out some XPointer problems for
9768 URN based URI references in XInclude. Modified the URI parsing
9769 and saving routines to allow correct parsing and saving of
9770 XPointers, especially when attached to "opaque" scheme accordingly
9771 to RFC 2396
9772
Daniel Veillard8db67d22002-11-27 19:39:27 +00009773Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9774
9775 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9776 of refactoring to the HTML saving code.
9777 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9778 in the doc.
9779
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009780Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9781
9782 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9783 to a buffer API to reuse the generic dump to an OutputIO layer,
9784 this reduces code, fixes xmlNodeDump() for XHTML, also made
9785 xmlNodeDump() now return the number of byte written.
9786
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009787Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9788
9789 * python/setup.py.in: another patch from Stéphane Bidoul for
9790 Python bindings on Windows
9791 * doc/parsedecl.py: small cleanup
9792
Daniel Veillard9715c172002-11-25 16:33:40 +00009793Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9794
9795 * libxml.spec.in configure.in: add a line in %changelog for releases
9796
Daniel Veillard9bc53102002-11-25 13:20:04 +00009797Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9798
9799 * parser.c: patch from Marcus Clarke fixing a problem in entities
9800 parsing that was detected in KDe documentations environment.
9801
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009802Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9803
9804 * python/libxml.c (libxml_prev): Return the previous as opposed to
9805 the next node (I guess this is the result of some cut & paste programming:)
9806
Daniel Veillard80d7b902002-11-23 16:23:08 +00009807Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9808
9809 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9810
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009811Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * python/generator.py python/libxml.c python/setup.py.in: trying
9814 to fix the Python bindings build on Windows (Stéphane Bidoul)
9815
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009816Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9817
9818 * win32/configure.js: added option for python bindings
9819 * win32/libxml2.def.src: added more exports
9820
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009821Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9822
9823 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9824 pthreads
9825 * win32/wince/*: applied updates to Windows CE port from Javier
9826
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009827Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9828
9829 * configure.in: preparing 2.4.28
9830 * libxml.spec.in doc/Makefile.am: some cleanup
9831 * doc/*: updated the news and regenerated.
9832
Daniel Veillardfee408f2002-11-22 13:18:30 +00009833Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * HTMLparser.c: final touch at closing #87235 </p> end tags
9836 need to be generated.
9837 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9838 this change slightly the output of a few tests
9839 * doc/*: regenerated
9840
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009841Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * parserInternals.c: fixing bug #99190 when UTF8 document are
9844 parsed using the progressive parser and the end of the chunk
9845 is in the middle of an UTF8 multibyte character.
9846
William M. Brack8b2c7f12002-11-22 05:07:29 +00009847Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9848
9849 * threads.c: fixed initialization problem in xmlNewGlobalState
9850 which was causing crash.
9851 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9852 in xmlInitializeGlobalState.
9853 * parserInternals.c: cleaned up ctxt->sax initialisation.
9854
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009855Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * tree.c include/libxml/tree.h: modified the existing APIs
9858 to handle XHTML1 serialization rules automatically, also add
9859 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9860 libxslt serialization uses it when needed without changing
9861 the library API.
9862 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9863 result/xhtml1: added a new test specifically for xhtml1 output
9864 and updated the result of one XHTML1 test
9865
Daniel Veillardd076a202002-11-20 13:28:31 +00009866Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9867
9868 * xinclude.c parserInternals.c encoding.c: fixed #99082
9869 for xi:include encoding="..." support on text includes.
9870 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9871 test/XInclude/ents/isolatin.txt : added a specific regression test
9872 * python/generator.py python/libxml2class.txt: fixed the generator
9873 the new set of comments generated for doc/libxml2-api.xml were
9874 breaking the python generation.
9875
Daniel Veillard817e70b2002-11-19 22:28:48 +00009876Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9877
9878 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9879 * configure.in: patch for Solaris on new autoconf closes #98880
9880 * doc/parsedecl.py: repair the frigging API building script,
9881 did I say that python xmllib sucks ?
9882 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9883 and some comment are no more truncated.
9884
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009885Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9886
9887 * parser.c: Martin Stoilov pointed out a potential leak in
9888 xmlCreateMemoryParserCtxt
9889
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009890Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9891
9892 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9893 included in HTML documents and using the push parser.
9894
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009895Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9896
9897 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9898 specified, look for the Python interpreter not just in the
9899 specified root but also in the specified location. Fixes #98825
9900
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009901Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * python/libxml.c: fixing bug #98792 , node may have no doc
9904 and dereferencing without checking ain't good ...
9905
Daniel Veillarddad3f682002-11-17 16:47:27 +00009906Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9907
9908 * configure.in: preparing release 2.4.27
9909 * doc/* : updated and rebuilt the docs
9910 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9911 and all the docs are actually packaged and in the final RPMs
9912 * parser.c parserInternals.c include/libxml/parser.h: restore
9913 xmllint --recover feature.
9914
Daniel Veillard68e9e742002-11-16 15:35:11 +00009915Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9916
Daniel Veillard784b9352003-02-16 15:50:27 +00009917 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009918 processing of parsed entities, and XPath computation on sustitued
9919 entities.
9920 * testXPath.c: make sure entities are substitued.
9921
Daniel Veillard328f48c2002-11-15 15:24:34 +00009922Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9923
Daniel Veillard784b9352003-02-16 15:50:27 +00009924 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009925 processing of internal parsed entities, which had to be changed.
9926
Daniel Veillard66651aa2002-11-15 11:21:43 +00009927Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9928
9929 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9930 trying to fix bug #98517 about building outside the source tree
9931 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9932
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009933Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9934
9935 * include/win32config.h: cleanup
9936 * win32/Makefile.mingw: integrated mingw in JScript configure
9937 * win32/Makefile.msvc: modified to allow mingw coexistence
9938 * win32/configure.js: integrated mingw
9939 * win32/Readme.txt: cleanup
9940
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009941Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9942
9943 * HTMLparser.c: strengthen the guard in the Pop macros,
9944 like in the XML parser, closes bug #97315
9945
Daniel Veillard0821b152002-11-12 20:57:47 +00009946Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9947
9948 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9949 callback is never used.
9950
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009951Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * parserInternals.c: fixed the initialization of the SAX structure
9954 which was breaking xsltproc
9955 * xpath.c: patch from Petr Pajas for CDATA nodes
9956 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9957 * parser.c include/libxml/parser.h: patch from Peter Jones
9958 removing a leak in xmlSAXParseMemory() and adding the
9959 function xmlSAXParseMemoryWithData()
9960
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009961Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9962
9963 adding pdf of tutorial, changing web page to link to it
9964 * doc/tutorial/xmltutorial.pdf
9965 * doc/xml.html
9966 * doc/docs.html
9967
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009968Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9969
9970 * doc/tutorial/ar01s08.html
9971 adding file what I forgot for tutorial
9972
9973
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009974Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9975
9976 Adding encoding discussion to tutorial
9977 Added:
9978 * doc/tutorial/images/*.png: DocBook admonition image files
9979 * doc/tutorial/apf.html, apg.html: new generated html
9980 * doc/tutorial/includeconvert.c: conversion code entity file
9981 changed:
9982 * doc/tutorial/xmltutorial.xml: DocBook original
9983 * doc/tutorial/*.html: generated html
9984
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009985Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9986
9987 * include/libxml/*.h: retired xmlwin32version.h
9988 * doc/Makefile.am: retired xmlwin32version.h
9989 * win32/configure.js: retired xmlwin32version.h
9990
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009991Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9992
9993 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009994 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9995 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009996
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009997Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9998
9999 * globals.c: fixed a typo pointed out by Igor
10000 * xpath.c: try to speed up node compare using line numbers
10001 if available.
10002
Daniel Veillarda70d62f2002-11-07 14:18:03 +000010003Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10004
10005 * tree.c: make xmlFreeNode() handle attributes correctly.
10006
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000010007Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10008
10009 * catalog.c: completed the #96963 fix, as reported by Karl
10010 Eichwalder
10011
Daniel Veillard56f21f22002-11-06 15:49:46 +000010012Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10013
10014 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
10015
Daniel Veillard91ad8792002-11-04 17:06:52 +000010016Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10017
10018 * Makefile.am: switched the order of a couple of includes
10019 to fix bugs #97100
10020
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000010021Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10022
10023 * catalog.c: fixed bug #96963, reverted to the old behaviour of
10024 xmlLoadCatalogs that used to separate directories with a ':'.
10025
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000010026Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10027
10028 * threads.c: improvements to the Windows-side of thread handling
10029 * testThreads.c: conditionally excluded unistd.h
10030 * testThradsWin32.c: broke overlong lines
10031 * include/win32config.h: adapted thread-related macros to the new
10032 scheme and for pthreads on Windows
10033 * win32/Makefile.msvc: introduced a more flexible thread build,
10034 added testThreads[Win32].c to the build
10035 * win32/configure.js: introduced a more flexible thread config
10036
John Fleck61f6fb62002-10-31 15:23:29 +0000100372002-10-31 John Fleck <jfleck@inkstain.net>
10038
10039 * doc/xml.html (and, by implication, FAQ.html)
10040 added UTF-8 conversaion FAQ from Marcus Labib Iskander
10041
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000010042Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10043
10044 * configure.in: removed xmlwin32version.h
10045 * include/libxml/Makefile.am: removed xmlwin32version.h
10046
Daniel Veillardce66ce12002-10-28 19:01:59 +000010047Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10048
10049 * tree.c: applied patch from Brian Stafford to fix a bug
10050 in xmlReconciliateNs()
10051
Daniel Veillard7e3f1402002-10-28 18:52:57 +000010052Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10053
10054 * tree.c: applied patch from Christian Glahn to allow
10055 xmlNewChild() on document fragment nodes
10056
Daniel Veillardb39bc392002-10-26 19:29:51 +000010057Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10058
10059 * parser.c: Christian Glahn found a problem with a recent
10060 patch to xmlParseBalancedChunkMemoryRecover()
10061 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
10062 problems
10063 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
10064 test/schemas/seq*: added the test cases from Charles
10065
Daniel Veillard366a9152002-10-23 20:43:53 +000010066Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10067
10068 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
10069 serious cleanup of the spec file and associated changes
10070 in the Makefiles.
10071 * valid.c: try to remove some warnings on x86_64
10072
Daniel Veillardd033d022002-10-23 14:55:02 +000010073Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10074
10075 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
10076 fix bug #96586
10077
Daniel Veillardce02dbc2002-10-22 19:14:58 +000010078Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10079
10080 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
10081 parsing, applied his patch
10082 * result/HTML/attrents.html result/HTML/attrents.html.err
10083 result/HTML/attrents.html.sax test/HTML/attrents.html:
10084 added the test and result case provided by Mikhail Sogrine
10085
Daniel Veillarde645e8c2002-10-22 17:35:37 +000010086Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10087
10088 * vms/build_libxml.com vms/config.vms vms/readme.vms
10089 include/libxml/parser.h include/libxml/parserInternals.h
10090 include/libxml/tree.h include/libxml/xmlIO.h
10091 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
10092 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
10093 Applied the VMS update patch from Craig A. Berry
10094 * doc/*.html: update
10095
Daniel Veillardf000f072002-10-22 14:28:17 +000010096Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
10099
Daniel Veillard1e208222002-10-22 14:25:25 +000010100Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10101
10102 * debugXML.c: adding a grep command to --shell in xmllint
10103 for T.V. Raman
10104
Daniel Veillard9cdcf362002-10-22 14:23:59 +000010105Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10106
10107 * xmlcatalog.c: tried to fix some of the problem with --sgml
10108
Daniel Veillard935494a2002-10-22 14:22:46 +000010109Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
10110
10111 * parser.c: tried to fix bug #91500 where doc->children may
10112 be overriden by a call to xmlParseBalancedChunkMemory()
10113
10114Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10115
10116 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
10117 identifiers in SGML catalogs containing '&'
10118
Daniel Veillardc0ac0692002-10-20 21:31:50 +000010119Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10120
10121 * python/types.c: fixed bugs when passing result value tree
10122 to Python functions.
10123
Daniel Veillard48267432002-10-18 11:21:38 +000010124Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * configure.in: preparing the release of 2.4.26
10127 * doc/*: updated and rebuilt the documentation
10128
Daniel Veillardbb284f42002-10-16 18:02:47 +000010129Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * parser.c: fixed a XML Namespace compliance bug reported by
10132 Alexander Grimalovsky
10133
Daniel Veillard44892f72002-10-16 15:23:26 +000010134Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10135
10136 * HTMLtree.c: fixed serialization of script and style when
10137 they are not lowercase (i.e. added using the API to the tree).
10138
Daniel Veillard2fd85422002-10-16 14:32:41 +000010139Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10140
10141 * valid.c: make xmlValidateDocument emit a warning msg if there
10142 is no DTD, pointed by Christian Glahn
10143
Daniel Veillard32370232002-10-16 14:08:14 +000010144Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10145
10146 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10147 content model when some of the blocks have min or max, and a couple
10148 of bugs found in the process.
10149 * result/schemas/list0* test/schemas/list0*: added some specific
10150 regression tests
10151
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010152Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10153
10154 * README: updated the contact informations
10155
Daniel Veillard63186732002-10-15 08:43:17 +000010156Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10157
10158 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10159 misses it, reported by Peter Bray.
10160
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010161Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10162
10163 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10164 and removed a few warnings
10165
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010166Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10167
10168 * parser.c: Christian Glahn found a small bug in the push parser.
10169 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10170 public
10171
Daniel Veillard6045c902002-10-09 21:13:59 +000010172Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10173
10174 * xmlschemas.c include/libxml/xmlschemas.h: added
10175 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10176 * testSchemas.c: added --memory to test the new interface
10177
Daniel Veillardf0070122002-10-09 14:24:17 +000010178Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10179
10180 * doc/index.py doc/search.php: integrated the XSLT indexing,
10181 a few fixed in the indexer, added a scope selection at the
10182 search level.
10183
Daniel Veillard01992e02002-10-09 10:20:30 +000010184Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10185
10186 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10187 this was due to uninitialized parts of the validation context
10188
Daniel Veillard321be0c2002-10-08 21:26:42 +000010189Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10190
10191 * debugXML.c: applied patch from Mark Vakoc except the API
10192 change, preserved it.
10193 * doc/*: updated the docs to point to the search engine for
10194 information lookup or before bug/help reports.
10195
Daniel Veillard01e87d22002-10-08 16:55:06 +000010196Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * doc/index.py doc/search.php: added mailing-list archives
10199 indexing and lookup
10200
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010201Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10202
10203 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10204
Daniel Veillard9b006132002-10-07 11:13:27 +000010205Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10206
10207 * doc/index.py: improved HTML indexing
10208 * doc/search.php: make the queries also lookup the HTML based indexes
10209
Daniel Veillard141d04b2002-10-06 21:51:18 +000010210Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10211
10212 * doc/index.py: added HTML page indexing
10213
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010214Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10215
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010216 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010217 problem in libxslt.
10218 * catalog.c: fixed list handling in XML_CATALOG_FILES
10219
Daniel Veillardceb09b92002-10-04 11:46:37 +000010220Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * valid.c: typo/bug found by Christian Glahn
10223
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010224Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10225
10226 * xmlIO.c: applied Windows CE patch from Javier.
10227 * win32/wince: new directory, contains support for the PocketPC
10228 with Windows CE from Javier.
10229 * include/win32config.h: reorganised, removed duplicate
10230 definitions and applied WinCE patch from Javier.
10231 * include/wsockcompat.h: new file, now contains WinSock
10232 compatibility macros.
10233 * win32/Makefile.msvc: introduced double-run compilation.
10234
Daniel Veillarde16b5742002-09-26 17:50:03 +000010235Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10236
10237 * configure.in include/libxml/xmlwin32version.h: preparing release
10238 of 2.4.25
10239 * doc/*: updated and regenerated teh docs and web pages.
10240
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010241Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10244 error were not covering namespace declarations.
10245 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10246 it was missing the attribute declaration for the namespace
10247 * result/VC/NS3: the fix now report breakages in that test
10248
Daniel Veillardabe01742002-09-26 12:40:03 +000010249Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10250
10251 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10252
Daniel Veillard2ace1952002-09-26 12:28:02 +000010253Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10254
10255 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10256 and regenerated the docs and web site
10257
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010258Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10259
10260 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10261 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10262 not before
10263
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010264Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10265
10266 * python/generator.py python/libxml2class.txt: fixed a stupid error
10267 breaking the python API
10268
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010269Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10270
10271 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10272 triostr.c triostr.h: applied a trio update patch from
10273 Bjorn Reese which should work with MinGW
10274
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010275Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10276
10277 * tree.c: improving some documentation comments
10278 * xmlregexp.c: found and fixed a mem leak with python regression tests
10279 * doc/*: rebuilt the doc and the API XML file including the
10280 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10281 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10282 python/types.c: added access to the XML Schemas regexps from
10283 python
10284 * python/tests/Makefile.am python/tests/regexp.py: added a
10285 simple regexp bindings test
10286
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010287Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10288
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010289 * doc/xml.html:
10290 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010291
Daniel Veillard118aed72002-09-24 14:13:13 +000010292Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10293
10294 * xmlregexp.c: fixed the data callback on transition functionality
10295 which was broken when using the compact form
10296 * result/schemas/*: updated the results, less verbose, all tests
10297 pass like before
10298 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10299 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10300 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10301 annoying warnings
10302 * xpath.c: try to provide better error report when possible
10303
Daniel Veillard72336152002-09-21 13:08:14 +000010304Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10305
10306 * Makefile.am: fixed a breakage raised by Jacob
10307
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010308Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10309
10310 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10311 which don't use sockets
10312
Igor Zlatkovic01280582002-09-20 16:40:34 +000010313Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10314
10315 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10316 * win32/configure.js: applied zlib patch from Daniel Gehriger
10317
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010318Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10319
10320 * win32/configure.js: applied the patch from Mark Vakoc for
10321 regexp support
10322 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10323 for regexp support
10324
Daniel Veillardb5c05732002-09-20 13:36:25 +000010325Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10326
10327 * xmlschemastypes.c: as pointed by Igor Float and Double
10328 parsing ain't finished yet
10329
Daniel Veillard40b11342002-09-20 12:01:39 +000010330Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10331
10332 * Makefile.am configure.in: trying to fix #88412 by bypassing
10333 all the python subdir if python ain't detected
10334
Daniel Veillard23e73572002-09-19 19:56:43 +000010335Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10336
10337 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10338 made configuring with regexps/automata/unicode the default
10339 but without schemas ATM
10340 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10341 fixed the regexp based DTD validation performance and memory
10342 problem by switching to a compact form for determinist regexps
10343 and detecting the determinism property in the process. Seems
10344 as fast as the old DTD validation specific engine :-) despite
10345 the regexp built and compaction process.
10346
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010347Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10348
10349 * valid.c: determinism is debugged, new DTD checking code now works
10350 but xmlFAComputesDeterminism takes far too much CPU and the whole
10351 set usues too much memory to be really usable as-is
10352
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010353Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10354
10355 * tree.c: fixed another stupid bug in xmlGetNodePath()
10356 * xmllint.c: --version now report the options compiled in
10357
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010358Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10359
10360 * HTMLparser.c: small cleanup
10361 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10362 when configured with them. A bit of debugging around the determinism
10363 checks is still needed
10364
Daniel Veillard63b01c22002-09-17 19:25:28 +000010365Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10368
Daniel Veillard92727042002-09-17 17:59:20 +000010369Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10370
10371 * xmlIO.c: small portability glitch fixed.
10372
Daniel Veillard84d70a42002-09-16 10:51:38 +000010373Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10374
10375 * xmlschemastypes.c: incomplete steps for real/double support
10376 * testAutomata.c include/libxml/xmlautomata.h
10377 include/libxml/xmlregexp.h: avoiding a compilation problem
10378 * valid.c include/libxml/valid.h: starting the work toward using
10379 the regexps for actual DTD validation
10380
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010381Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * hash.c: cosmetic cleanup
10384 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10385 integrating a DTD validation layer based on the regexps
10386
Daniel Veillard4402ab42002-09-12 16:02:56 +000010387Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10388
10389 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10390 the determinism was tested before eliminating the epsilon
10391 transitions :-(
10392
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010393Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10394
10395 * python/generator.py python/libxml.c python/libxml.py
10396 python/libxml2-python-api.xml python/libxml2class.txt
10397 python/libxml_wrap.h python/types.c: updated the python
10398 bindings, added code for easier File I/O, and the ability to
10399 define a resolver from Python fixing bug #91635
10400 * python/tests/Makefile.am python/tests/inbuf.py
10401 python/tests/outbuf.py python/tests/pushSAXhtml.py
10402 python/tests/resolver.py python/tests/serialize.py: updated
10403 and augmented the set of Python tests.
10404
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010405Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10406
10407 * win32/configure.js: added more readme info for the binary
10408 package.
10409
Daniel Veillard607b35c2002-09-10 12:16:19 +000010410Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * xmlIO.c: fixed a stupid out of bound array error
10413
10414Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10415
10416 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10417 messing around with support for Windows path, cleanups,
10418 trying to identify and fix the various code path to the
10419 filename access. Added xmlNormalizeWindowsPath()
10420
Daniel Veillard76575762002-09-05 14:21:15 +000010421Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * error.c valid.c: working on better error reporting of validity
10424 errors, especially providing an accurate context.
10425 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
10426 error reports in those cases.
10427
Daniel Veillard3487c8d2002-09-05 11:33:25 +000010428Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10429
10430 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
10431 parser.c parserInternals.c xmlIO.c: get rid of all the
10432 perror() calls made in the library execution paths. This
10433 should fix both #92059 and #92385
10434
Daniel Veillard19aa7022002-09-05 11:14:19 +000010435Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10436
10437 * xmllint.c: memory leak reporting was broken after a change
10438 of the preprocessor symbol used to activate it.
10439
Daniel Veillardec6725e2002-09-05 11:12:45 +000010440Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10441
10442 * tree.c: try to make the copy function work for node of
10443 type XML_DOCUMENT_FRAG_NODE, they are only created by the
10444 DOM layers though, not libxml2 itself.
10445
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010446Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10447
10448 * valid.c: try to provide file and line informations, not all
10449 messages are covered, but it's a (good) start
10450
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010451Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10452
10453 * xinclude.c: reimplemented a large part of the XInclude
10454 processor, trying to minimize resources used, James Henstridge
10455 provided a huge test case which was exhibiting severe memory
10456 consumption problems.
10457
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010458Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10459
10460 * python/Makefile.am: applied patch from Christophe Merlet to
10461 reestablish DESTDIR
10462
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010463Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10464
10465 * libxml.spec.in: fixes libary path for x86_64 AMD
10466
John Fleckbe98b332002-09-04 03:16:23 +000010467Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10468
10469 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010470 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010471 (plus resulting generated html files)
10472 fixing one spot I missed in the tutorial where I hadn't freed
10473 memory properly
10474
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010475Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10476
10477 * doc/tutorial/includeaddattribute.c
10478 * doc/tutorial/includeaddkeyword.c
10479 * doc/tutorial/includegetattribute.c
10480 * doc/tutorial/includekeyword.c
10481 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010482 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010483 update tutorial to properly free memory (thanks to Christopher
10484 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010485 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010486 added image files so the callouts are graphical, making it
10487 easier to read ( use "--param callout.graphics 1" to generate
10488 html with graphical callouts)
10489
Daniel Veillarde1662542002-08-28 11:50:59 +000010490Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10491
10492 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10493 nice logos generated by Marc Liyanage
10494 * doc/site.xsl *.html: changed the stylesheet to show the new
10495 logo and regenerated the pages
10496
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010497Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10498
10499 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10500
Daniel Veillard42766c02002-08-22 20:52:17 +000010501Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10502
10503 * xpath.c: possible mem leak patch from Jason Adams
10504
10505Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10506
10507 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10508 in the XQuery namespace
10509 * configure.in: preparing 2.4.24
10510 * doc/*.html: updated the web pages
10511
10512Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10513
10514 * python/generator.py: closing bug #85258 by generating conditional
10515 compile check to avoid linking to routines not configured in.
10516
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000105172002-08-22 Havoc Pennington <hp@pobox.com>
10518
10519 * autogen.sh: update error message for missing automake
10520
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010521Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10522
10523 * python/Makefile.am: typo in target name resulted in libxml2.py
10524 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10525
Daniel Veillard22669b22002-08-22 07:17:11 +000010526Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10527
10528 * win32/win32/Makefile.mingw: updated with version from
10529 Elizabeth Barham at http://soggytrousers.net/repository/
10530
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010531Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10532
10533 * win32/Makefile.msvc: added the prefix location to the include
10534 and lib search path.
10535
Havoc Pennington830e8972002-08-18 22:22:13 +0000105362002-08-18 Havoc Pennington <hp@pobox.com>
10537
10538 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10539 both automake 1.6 and 1.4 installed get the right automake. Means
10540 compilation from CVS will now require the latest automake 1.4
10541 release, or manually creating symlinks called "automake-1.4" and
10542 "aclocal-1.4"
10543
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010544Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10545
10546 * configure.in python/Makefile.am: more AMD 64 induced changes from
10547 Frederic Crozat
10548
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010549Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * xinclude.c: oops I was missing the xml:base fixup too
10552 * result/XInclude/*.xml: this adds xml:base attributes to most
10553 results of the tests
10554
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010555Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * xinclude.c: quick but apparently working implementation of
10558 xi:fallback, should close bug #89684
10559 * Makefile.am test/XInclude/docs/fallback.xml
10560 result/XInclude/fallback.xml: added a basic test for fallback,
10561 and run with --nowarning to avoid a spurious warning
10562 * configure.in: applied patch from Frederic Crozat for python
10563 bindings on AMD 64bits machines.
10564
Daniel Veillard9e923512002-08-14 08:48:52 +000010565Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10566
10567 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10568 the caller don't pass a SAX callback block.
10569
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010570Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * tree.c: applied the same fix for the XML-1.0 namespace to
10573 xmlSearchNsByHref() as was done for xmlSearchNs()
10574
Daniel Veillardad11b302002-08-12 14:53:41 +000010575Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * libxml.3: small cleanup of the man page
10578 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10579 when serializing HREF attributes generated by XSLT.
10580
Daniel Veillardc084e472002-08-12 13:27:28 +000010581Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10582
10583 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10584 version of Marc Liyanage' patch for boolean attributes in HTML
10585 output
10586
Daniel Veillard5f91b372002-08-12 12:13:01 +000010587Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10588
10589 * python/tests/serialize.py: fixed the test results, indenting
10590 behaviour changed slightly
10591
Aleksey Sanin9e951762002-08-08 18:02:41 +000010592Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10593
10594 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10595 new c14n function to Windows def files
10596
Aleksey Saninea4272a2002-08-02 23:50:03 +000010597Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10598
10599 * c14n.c: fixed a memory leak in c14n code
10600
Daniel Veillard58e44c92002-08-02 22:19:49 +000010601Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * parser.c include/libxml/parser.h: adding a new API for Christian
10604 Glahn: xmlParseBalancedChunkMemoryRecover
10605 * valid.c: patch from Rick Jones for some grammar cleanup in
10606 validation messages
10607 * result/VC/* result/valid/*: this slightly change some of the
10608 regression tests outputs
10609
Daniel Veillard0bf29002002-08-01 12:54:11 +000010610Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * tree.c: trying to fix a problem in namespaced attribute handling
10613 raised by Christian Glahn
10614
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010615Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * encoding.c include/libxml/encoding.h: Opening the interface
10618 xmlNewCharEncodingHandler as requested in #89415
10619 * python/generator.py python/setup.py.in: applied cleanup
10620 patches from Marc-Andre Lemburg
10621 * tree.c: fixing bug #89332 on a specific case of loosing
10622 the XML-1.0 namespace on xml:xxx attributes
10623
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010624Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10625
10626 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10627 corner case from new Merlin's test suite and added a callback
10628 that will be used to improve xmlsec performance
10629
10630
Daniel Veillard0b22def2002-07-29 16:23:03 +000010631Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * HTMLtree.c: trying to fix the <style> escaping problem in
10634 HTML serialization bug #89342
10635
Daniel Veillard0b28e882002-07-24 23:47:05 +000010636Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10637
10638 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10639 and rebuilt the web site.
10640
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010641Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010642
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010643 * include/libxml/tree.h: added _private member to xmlNs struct
10644
Daniel Veillard1d995272002-07-22 16:43:32 +000010645Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * HTMLparser.c: fixing bug #84876 based on the xml working
10648 code.
10649
William M. Brack61eaba52002-07-21 11:14:18 +000010650Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10651
10652 * python/Makefile.am: enhanced to fix bug 72012 (errors
10653 when using '-jX' make parameter)
10654
William M. Brackef61d202002-07-19 08:32:00 +000010655Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10656
10657 * xpath.c: small additional enhancement for booleans
10658 compared to nodesets
10659
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010660Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10661
10662 * HTMLtree.c: changed the order of the encoding declaration
10663 attributes in the meta tags due to a bug in IE/Mac
10664
William M. Brack0c022ad2002-07-12 00:56:01 +000010665Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10666
10667 * xpath.c: enhanced handling of booleans (especially '='
10668 and '!=' for nodesets) - fixes bug 85256. Added new
10669 routine xmlXPathNotEqualValues for more proper handling
10670 of '!=' when nodesets are involved.
10671
Daniel Veillard06944e22002-07-11 19:55:18 +000010672Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10675 doc/xmlcatalog_man.xml to the source distribution
10676
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010677Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10678
10679 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10680 asked for this.
10681
Daniel Veillard539638b2002-07-06 19:55:14 +000010682Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * configure.in: preparing 2.4.23
10685 * doc/*: rebuilt the docs
10686
Daniel Veillard176d99f2002-07-06 19:22:28 +000010687Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * parser.c: fixing bug #84169 by fixing the
10690 comment of xmlCreatePushParserCtxt to describe the
10691 encoding detection parameters better.
10692
Daniel Veillard37f961d2002-07-06 17:53:56 +000010693Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * valid.c: fixing bug #79331 in one path the lookup for
10696 ID attributes on a namespaced node wasn't handled correctly :-\
10697
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010698Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10699
10700 * HTMLparser.c: trying to fix 87235 about discarded white
10701 spaces in the HTML parser.
10702 * result/HTML/*: this changes the output of a number of HTML
10703 regression tests
10704
Daniel Veillardfdc91562002-07-01 21:52:03 +000010705Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10706
10707 * xpath.c: applied patch from Richard Jinks for the namespace
10708 axis + fixed a memory error.
10709 * parser.c parserInternals.c: applied patches from Peter Jacobi
10710 removing ctxt->token for good.
10711 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10712 popped out by the regression tests.
10713 * Makefile.am: patch for threads makefile from Gary Pennington
10714
William M. Brack6000af52002-06-28 11:43:13 +000010715Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10716
Daniel Veillardfdc91562002-07-01 21:52:03 +000010717 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010718 expressions involving preceding-sibling (et al).
10719
Daniel Veillard153120c2002-06-18 07:58:35 +000010720Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10721
10722 * hash.c: applied a patch from Peter Jacobi to solve a problem
10723 when compiling with the Watcom C on Win32
10724 * result/schemas/*.err: the change of hashing algo generated
10725 permutations in the output
10726
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010727Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10728
10729 * hash.c: applied patch from Sander Vesik improving the quality of
10730 the hash function.
10731
Aleksey Sanina5808b92002-06-14 17:07:41 +0000107322002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010733
10734 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10735 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10736 xmllint.c xpath.c: replaced sprintf() with snprintf()
10737 to prevent possible buffer overflow (the bug was pointed
10738 out by Anju Premachandran)
10739
Daniel Veillarde059b892002-06-13 15:32:10 +000010740Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10741
10742 * parser.c: removed an uninitialized data error popped by valgrind
10743 on PE references
10744
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010745Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10746
10747 * doc/xml.html
10748 adding tutorial reference to the web page
10749
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010750Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10751
10752 * doc/tutorial/xmltutorial.xml
10753 * doc/tutorial/ar01s07.html
10754 * doc/tutorial/ape.html
10755 * doc/tutorial/includegetattribute.c
10756 adding section to tutorial about retrieving an attribute
10757 value
10758
Daniel Veillardf5582f12002-06-11 10:08:16 +000010759Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10760
10761 * parser.c: applied a couple of patches from Peter Jacobi to start
10762 to get rid of ctxt->token, with a possible significant speed
10763 improvement to be gained once done. Better compliance with PE
10764 references constructs in DTDs too.
10765 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10766 from Peter too
10767
Daniel Veillard38d80e22002-06-11 07:24:56 +000010768Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10771 xmlParseElement was likely to have been deallocated at the
10772 time of the report, possibly leading to segfault. Just report
10773 the tag name now.
10774
Daniel Veillard9e412302002-06-10 15:59:44 +000010775Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * xpath.c: patch from Richard Jinks for XPath substring() function
10778 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10779
Aleksey Sanina5808b92002-06-14 17:07:41 +0000107802002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010781
10782 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10783
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010784Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10785
10786 *doc/FAQ.html
10787 fixing typos in FAQ, thanks to Robert Funnell for the
10788 editing help
10789
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010790Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10791
10792 * NEWS: got complaints from rpmlint that it was empty
10793
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010794Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10795
10796 * added doc/tutorial, including:
10797 apa.html
10798 apb.html
10799 apc.html
10800 apd.html
10801 ar01s02.html
10802 ar01s03.html
10803 ar01s04.html
10804 ar01s05.html
10805 ar01s06.html
10806 includeaddattribute.c
10807 includeaddkeyword.c
10808 includekeyword.c
10809 includestory.xml
10810 index.html
10811 xmltutorial.xml
10812 libxml tutorial, including generated html
10813
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010814Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10815
10816 * result/c14n/exc-without-comments/merlin-c14n-two-*
10817 result/c14n/without-comments/merlin-c14n-two-*
10818 test/c14n/exc-without-comments/merlin-c14n-two-*
10819 test/c14n/without-comments/merlin-c14n-two-*
10820 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10821 c14n/exc-c14n and slightly modified test script to handle
10822 these test cases
10823 * c14n.c: fixed bugs for complicated nodes set (namespace
10824 without node and others from merlin-c14n-two.tar.gz)
10825 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10826 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10827 for xmlsec performance patch
10828 * xpath.c: fixed self::node() for namespaces and attributes
10829
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010830Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10831
10832 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10833 but with the format parameter
10834 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10835
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010836Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10837
10838 * Makefile.am: updated c14n tests suite
10839 * c14n.c: performance improvement for previous c14n patch
10840
Daniel Veillarde72c7562002-05-31 09:47:30 +000010841Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * parser.c: another peroformance patch from Peter Jacobi, that
10844 time on parsing attribute values.
10845
Aleksey Sanin508a1012002-05-31 06:32:32 +000010846Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10847
10848 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10849 into LibXML2 test suite
10850
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010851Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10852
10853 * c14n.c: propagating xpath ancesstors node fix to c14n
10854 plus small performance improvement to reduce number of
10855 mallocs
10856 * xpath.c: fixed ancestors axis processing for namespace nodes
10857
Daniel Veillard46de64e2002-05-29 08:21:33 +000010858Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10859
10860 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10861 Peter Jacobi
10862
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010863Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * configure.in: preparing 2.4.22
10866
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010867Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10870 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10871 a public entry point.
10872 * doc/*: rebuilt the API and docs
10873
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010874Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10875
10876 * xpath.c: patch from Richard Jinks to fix a problem introduced
10877 in the previous patch and pointed by Norm
10878
Daniel Veillardc6924812002-05-24 11:10:43 +000010879Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * libxml.spec.in: fixing bug #81112
10882
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010883Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10884
10885 * uri.c: fixing bug #82848
10886
Daniel Veillarda2878972002-05-24 07:54:39 +000010887Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10890 output of one catalog test
10891
Aleksey Sanin114e4752002-05-24 07:20:27 +000010892Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010893
Aleksey Sanin114e4752002-05-24 07:20:27 +000010894 * global.data globals.c tree.c include/libxml/globals.h
10895 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10896 default value for global parameter xmlIndentTreeOutput to 1 and
10897 introduced new global parameter xmlTreeIndentString (the string
10898 used to do one-level indent) with default value " " (as it was
10899 in tree.c)
10900
Daniel Veillard49d5af82002-05-23 11:55:49 +000010901Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10902
10903 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10904 with trio and schemas.
10905
Daniel Veillard7c13af42002-05-22 09:57:32 +000010906Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10907
10908 * xpath.c: patch from Richard Jinks to fix the problem raised in
10909 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10910
Daniel Veillard5a872412002-05-22 06:40:27 +000010911Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10912
10913 * xmlschemas.c: a bit of work on import.
10914 * xmlschemastypes.c: Charles Bozeman provided a compare function
10915 for date/time types so min/max facet restrictions should work,
10916 indeterminate comparisons return an error instead of equal.
10917 * test/schemas/date_0* result/schemas/date_0_0: specific test
10918 from Charles Bozeman too
10919
Daniel Veillard10b6da42002-05-18 07:55:20 +000010920Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10921
10922 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10923 from Christian Cornelssen fixing the man pages and the Catalog
10924 building script.
10925 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10926 next step is <xs:import> I now have a reasonable understanding
10927 of how it works.
10928
Daniel Veillarde5354492002-05-16 08:43:22 +000010929Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10930
10931 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10932
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010933Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10934
10935 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10936
Daniel Veillard088bf112002-05-14 11:03:59 +000010937Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10938
10939 * xpath.c: fixing an XPath function evalutation bug pointed out
10940 by Alexey Efimov where the context was lost when evaluating
10941 the function arguments
10942
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010943Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010944
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010945 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10946 function public for XMLSec performance optimizations
10947
Daniel Veillard3cd72402002-05-13 10:33:30 +000010948Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * python/generator.py python/libxml2class.txt : fixed a problem
10951 with the HTML parser pointed by Gary Benson
10952 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10953 example
10954
Aleksey Sanine48a3182002-05-09 18:20:01 +000010955Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10956 * parser.c: fixed bug #81159 (memory growth in SAX)
10957
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010958Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10959 * xpath.c: fixed bug #78858 (the real fix)
10960
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010961Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010962 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010963
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010964Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * tree.c: modified xmlNodeSetBase to allow changing the
10967 base of a document.
10968
Daniel Veillard070803b2002-05-03 07:29:38 +000010969Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10970
10971 * xmlschemastypes.c: patch Charles Bozeman for validation of
10972 all the date, time, and duration types
10973 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10974 * configure.in: fixed an error pointed by an user
10975 * xml2-config.in: fixed an error pointed by an user
10976
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010977Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10978
10979 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10980 win32/libxml2.def.src xmlIO.c: exported default
10981 'file:', 'http:' and 'ftp:' protocols input handlers
10982 and maked protocols comparisson case insensitive
10983
Daniel Veillard34de97f2002-04-30 14:29:22 +000010984Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10985
10986 * configure.in: Neven Has detected a typo
10987
Daniel Veillard28577c32002-04-30 06:48:41 +000010988Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10991 as one of the persons allowed to commit directly to the
10992 module.
10993
Daniel Veillardfc57b412002-04-29 15:50:14 +000010994Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10995
10996 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10997 * valid.c: raised a too low limit
10998 * doc/*: rebuilt the docs
10999
Daniel Veillardeca82812002-04-24 11:42:02 +000011000Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * test/XPath/expr/floats test/XPath/expr/functions
11003 result/XPath/expr/floats result/XPath/expr/functions
11004 xpath.c: another XPath conformance patch from Richard Jinks
11005
Daniel Veillard13e04c62002-04-23 17:51:29 +000011006Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
11007
11008 * xmlschemas.c: fixed validation of attribute groups.
11009 * test/schemas result/schemas: added an example from the primer
11010
Daniel Veillard88c58912002-04-23 07:12:20 +000011011Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
11014 * test/schemas result/schemas: updated the test list
11015
Daniel Veillarde19fc232002-04-22 16:01:24 +000011016Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * TODO: updated a bit
11019 * parser.c: made a comment more specific
11020 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
11021 Schemas conformance.
11022 * test/schemas result/schemas: updated the test list
11023
Daniel Veillard441bc322002-04-20 17:38:48 +000011024Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11025
11026 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
11027 implementing xs:all with minOccurs = 0
11028 * tes/schemas/* result/schemas/*: added more tests covering
11029 xs:all
11030
Daniel Veillard8a001f62002-04-20 07:24:11 +000011031Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * xmlregexp.c: first implementation of the all particle, this
11034 may need to be revisited for case where not all transitions
11035 must be crossed.
11036
Daniel Veillard7646b182002-04-20 06:41:40 +000011037Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11038
11039 * tree.c: another entity processing update from Markus Henke
11040
Bjorn Reese54d02fb2002-04-19 15:16:01 +000011041Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
11042
11043 * trionan.c: fixed crash on OSF/1
11044
Daniel Veillardb4398962002-04-19 07:01:55 +000011045Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * xmlschemas.c: more Schemas work
11048 * test/schemas/* result/schemas/*: added more tests coming
11049 from the spec.
11050
Daniel Veillard54761132002-04-18 21:00:44 +000011051Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * c14n.c: patch from Aleksey Sanin reflecting a change in the
11054 ExcC14N specification
11055
Daniel Veillardbf8dae82002-04-18 16:39:10 +000011056Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11057
11058 * tree.c: patch from Markus Henke, fix for recursive entities.
11059
Daniel Veillard23b1f372002-04-18 15:50:05 +000011060Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11061
11062 * xpath.c: fix a problem with string() on a document node.
11063
Daniel Veillarddecd64d2002-04-18 14:41:51 +000011064Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * Makefile.am xmlschemas.c: more Schemas work
11067 * test/schemas/* result/schemas/*: added more tests coming
11068 from the spec.
11069
Daniel Veillard6231e842002-04-18 11:54:04 +000011070Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11071
11072 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
11073 * result/HTML/*: this changes a few things in the results
11074
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000011075Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11076
11077 * include/libxml/tree.h: eliminated 'declaration different than
11078 prototype' warning
11079 * include/win32config.h: "resolved" conflicts with errno.h
11080
Daniel Veillardb509f152002-04-17 16:28:10 +000011081Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11082
11083 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
11084 on the automata interfaces and debug of counted choices
11085 * test/schemas/* result/schemas/*: added a number of tests
11086
Daniel Veillard8651f532002-04-17 09:06:27 +000011087Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11088
11089 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
11090 a bit of work on Schemas
11091 * testSchemas.c: try to make it more useful
11092 * test/schemas/* result/schemas/* Makefile.am: changed the
11093 Schemas regression test procedure, started adding a few samples
11094
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011095Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11096
11097 * include/libxml/encoding.h: Patch for the Borland C++ builder
11098 * include/libxml/tree.h: Patch for the Borland C++ builder
11099 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000011100 * win32/bcb5: New directory for the Borland C++ builder
11101 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011102
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000011103Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11104
11105 * win32/Makefile.msvc: Update for XML Schema support
11106 * win32/configure.js: Update for XML Schema support
11107 * win32/libxml2.def.src: Update for XML Schema support
11108
Daniel Veillard4255d502002-04-16 15:50:10 +000011109Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
11112 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
11113 xmlunicode.c include/libxml/Makefile.am
11114 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
11115 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
11116 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
11117 include/libxml/xmlversion.h.in : merged the current state of
11118 XML Schemas implementation, it is not configured in by default,
11119 a specific --schemas configure option has been added.
11120 * test/automata test/regexp test/schemas Makefile.am
11121 result/automata result/regexp result/schemas:
11122 merged automata/regexp/schemas regression tests
11123
Daniel Veillardbc6f7592002-04-16 07:49:59 +000011124Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
11125
11126 * xpath.c: Gary found a compile time problem, fixes #78823
11127
Daniel Veillarda7084cd2002-04-15 17:12:47 +000011128Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * configure.in: release of 2.4.20
11131 * doc/*: updated and rebuilt the docs
11132
Daniel Veillardf544f192002-04-15 12:56:56 +000011133Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11134
11135 * python/Makefile.am: patch from Cristian Gafton to build on
11136 Red Hat 6.2, should also fix #75779
11137
Daniel Veillard940492d2002-04-15 10:15:25 +000011138Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11139
11140 * valid.c: first part of fixing #78729
11141
Daniel Veillardeb475a32002-04-14 22:00:22 +000011142Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
11143
11144 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11145 escaping of URI when saving HTML files.
11146 * result/HTML/*: this impacted some tests
11147
Daniel Veillard9b731d72002-04-14 12:56:08 +000011148Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11149
11150 * configure.in: trying to fix #77441
11151
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011152Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11153
11154 * include/libxml/xmlIO.h: Hallski complained it could not be
11155 included by itself.
11156
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011157Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11158
11159 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11160
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011161Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11162
11163 * win32/configure.js: patch from Nilo for the c14n option
11164 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11165
Daniel Veillardda423da2002-04-10 19:25:38 +000011166Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11169 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11170 LIBXML_THREAD_ENABLED
11171
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011172Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11173
11174 * xpath.c: another patch from Richard Jinks for substring conformance
11175 * test/XPath/expr/floats test/XPath/expr/strings
11176 result/XPath/expr/floats result/XPath/expr/strings: update of the
11177 test suite to check those.
11178
Daniel Veillard01917aa2002-04-10 11:30:41 +000011179Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11180
11181 * xpath.c: patch from Richard Jinks for .x float parsing.
11182
Daniel Veillard46d6c442002-04-09 16:10:39 +000011183Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11184
11185 * parser.c: patch from Markus Henke when an encoding ain't recognized
11186
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011187Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * libxml.m4: got a report that #include <string.h> was needed
11190
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011191Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11192
11193 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11194
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011195Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11196
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011197 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011198
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011199Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11200
11201 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11202 pointed out by Melvyn Sopacua.
11203
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011204Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11205
11206 * libxml.m4: Frédéric Crozat gave a patch related to the change
11207 of Include paths breaking the libxml.m4
11208
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011209Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * xpath.c: Fix bug #76927 forgot to save some context
11212 when evaluating binary expressions
11213
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011214Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11215
11216 * configure.in: fixed configure for MPE/iX from Markus Henke
11217 * xmlmemory.c: fixed initialization problems
11218 * xpath.c: another set of patches from Richard Jinks this
11219 fixes "make XPathtests" on linux
11220
Daniel Veillard21458c82002-03-27 16:12:22 +000011221Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11224 * test/XPath/expr/compare test/XPath/expr/equality
11225 test/XPath/expr/floats test/XPath/expr/functions
11226 test/XPath/expr/strings result/XPath/expr/compare
11227 result/XPath/expr/equality result/XPath/expr/floats
11228 result/XPath/expr/functions result/XPath/expr/strings: Updated
11229 tests though they show a divergence on Linux
11230
Daniel Veillard28dfed12002-03-27 09:08:17 +000011231Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * xpath.c trionan.c: previous commit also included patches
11234 from Richard Jinks on some IEEE support corner case
11235
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011236Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11239 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11240 that $(datadir) should be used for docs
11241
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011242Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11245 could leak filedescriptors
11246
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011247Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11248
11249 * configure.in nanohttp.c: applied patch from Allan Clark for
11250 UnixWare/OpenServer
11251
Daniel Veillard19274092002-03-25 16:48:03 +000011252Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11253
11254 * configure.in: preparing 2.4.19
11255 * doc/*: rebuilt the docs
11256
Daniel Veillard56b2db72002-03-25 16:35:28 +000011257Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11258
11259 * nanohttp.c: fixing #76043, got fed up with non-portability
11260 of that piece of code.
11261
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011262Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * valid.c SAX.c: Never commit without running "make tests" :-(
11265 fix a couple of stupidities in the previous commit
11266 * result/*: a few changes in some attribute order result of previous
11267 commit.
11268
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011269Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11270
11271 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11272 the internal subset should not raise duplicate ID errors,
11273 also there was a small bug in conjunction to namespace
11274 declarations defaulted and xml:xxx attributes DTD definitions.
11275
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011276Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11277
11278 * xpath.c: Richard Jinks also raised some rounding problems
11279 this tries to fix them
11280
Daniel Veillard4e2df542002-03-22 12:23:14 +000011281Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11282
11283 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11284 behaviour in xmlXPathCastToString()
11285
Daniel Veillarddb552912002-03-21 13:27:59 +000011286Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11287
11288 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11289 raised by Morus Walter
11290
Daniel Veillard9e537932002-03-21 13:08:08 +000011291Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11294 from Igor
11295
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011296Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * xpath.c: fixing #75619, related to a problem when trying
11299 to evaluate condition when the current node set resulting
11300 from that sub-step evaluation is empty. Also fixes 2 potential
11301 problem with previous-sibling and next-siblings axis.
11302
Daniel Veillard1840ef02002-03-21 08:05:23 +000011303Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11304
11305 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11306 HTML support is not configured in.
11307
Daniel Veillard561b7f82002-03-20 21:55:57 +000011308Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11309
11310 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11311 include/libxml/tree.h: dohh I really didn't intended to commit
11312 this test version :-(
11313
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011314Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * testSAX.c: I wanted to see the real speed at the SAX interface
11317 after a little too many Ximianer started complaining about the
11318 parser speed.
11319 added a --quiet option:
11320 paphio:~/XML -> ls -l db100000.xml
11321 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11322 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11323 3200006 callbacks generated
11324 real 0m1.270s
11325 Which means 16MBytes/s and 3Mcallback/s
11326
Daniel Veillardc62a1472002-03-19 18:35:12 +000011327Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11328
11329 * xpath.c: valgrind spotted another error that time when running
11330 on libxslt regression tests
11331
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011332Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11333
11334 * Makefile.am: adding "make valgrind" running the full regression
11335 tests (except python ones) under Valgrind (using valgrind -q
11336 which was kindly added by the author).
11337 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11338 passes cleanly now except an obcure floating point initialization
11339 raised in log10() in one XPath regression test ???
11340 * tree.c: edited some comments to close #75244
11341
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011342Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11343
11344 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11345 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11346 context of ScrollKeeper, made sure that if the number is
11347 an integer, the serialization follows the description at
11348 http://www.w3.org/TR/xpath#section-String-Functions
11349
Daniel Veillard5997aca2002-03-18 18:36:20 +000011350Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11351
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011352 * configure.in: preparing 2.4.18
11353 * doc/*: updated and rebuilt the web site
11354 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11355 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011356 * parser.c: humm, changed the way the SAX parser work when
11357 xmlSubstituteEntitiesDefault(1) is set, it will then
11358 do the entity registration and loading by itself in case the
11359 user provided SAX getEntity() returns NULL.
11360 * testSAX.c: added --noent to test the behaviour.
11361
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011362Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11363
11364 * parser.c: Wilfried Teiken provided a hackish but working
11365 way to get context reported back on entities when parsing
11366 with SAX and without breaking the DOM build.
11367
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011368Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11369
11370 * c14n.c: applied a new patch from Aleksey Sanin
11371 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11372 to reference Aleksey implementation of XML digital Signatures
11373
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011374Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11375
11376 * xpath.c: small fix to avoid potential problem due to
11377 ordering of freeing data
11378 * python/Makefile.am: people were complaining about
11379 the generated file in python dir not being built
11380
Daniel Veillardd2379012002-03-15 22:24:56 +000011381Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11382
11383 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11384 python/generator.py python/libxml.c python/types.c: Cleanup
11385 of the python Makefiles based on Jacob and James feedback,
11386 fixed the spec file accordingly, fixed the number of warning
11387 that passing my pedantic CFLAGS was generating. Conclusion
11388 is that Python includes are real crap.
11389
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011390Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11391
11392 * configure,in: it was reported quite a few times that
11393 xml2-config --cflags should not output
11394 -I$includeprefix/libxml2/libxml because libxml2 header names
11395 clashes with existing names like list.h from C++ stl.
11396 Includes should be #include<libxml/xxx.h> so ...
11397
Daniel Veillard6f293b12002-03-15 09:42:33 +000011398Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11399
11400 * c14n.c: another patch from Aleksey Sanin
11401
Daniel Veillard5c396542002-03-15 07:57:50 +000011402Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11403
11404 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11405 canonicalization algorithm
11406 * doc/xml.html doc/index.html: added the C14N references on the
11407 index page.
11408
jacob berkman9be65862002-03-14 02:15:56 +0000114092002-03-13 jacob berkman <jacob@ximian.com>
11410
11411 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11412 usage, redundant, and gcc specific
11413
Daniel Veillard75be0132002-03-13 10:03:35 +000011414Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11415
11416 * xpath.c: speedup some node selection operations, this can
11417 have a significant impact on DocBook Norm's stylesheets
11418 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11419 make sure it's always the case
11420 * debugXML.c: distinguish CDATA and comments in ls operations
11421
Daniel Veillard61f26172002-03-12 18:46:39 +000011422Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11423
11424 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
11425 to generate better API descriptions etc...
11426
Daniel Veillard9ff88172002-03-11 09:15:32 +000011427Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11428
11429 * c14n.c: Fixing #74186, made sure all boolean expressions
11430 get fully parenthesized, ran indent on the output
11431 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
11432 include/libxml/tree.h: also #74186 related, removed the
11433 --with-buffers option, and all the preprocessor conditional
11434 sections that were resulting from it.
11435
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000011436Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11437
11438 * valid.c: applied patch from Dodji Seketeli fixing an
11439 uninitailized variable in xmlValidGetValidElements()
11440
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000011441Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * c14n.c: fixed a few comments
11444 * doc/*.html doc/*/*.html: regenerated the docs and added
11445 the C14N API
11446 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11447
Daniel Veillardfa49d872002-03-09 10:20:00 +000011448Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11449
11450 * check-xml-test-suite.py: fix to adapt varaiations in the
11451 bindings
11452 * configure.in python/setup.py python/setup.py.in: fixed to
11453 have the version of the python scripts automatically updated
11454
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011455Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11456
11457 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11458 in xmlCopyProp()
11459
Daniel Veillardaf43f632002-03-08 15:05:20 +000011460Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11461
11462 * configure.in: preparing 2.4.17 release
11463 * doc/*: updated and rebuilt the docs
11464 * xpath.c: fixed a comment
11465 * python/libxml.c: fixed a possible reentrancy problem
11466
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011467Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11468
11469 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11470 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11471 added a specific regression test
11472 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11473 not raise exceptions when failing to find the attribute.
11474
Daniel Veillard90bc3712002-03-07 15:12:58 +000011475Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11476
11477 * configure.in xmllint.c: owen pointed out a problem with the
11478 ftme fix, gettimeofday() was not detected by configure and
11479 the ftime header wasn't included, dohhh
11480
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011481Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11482
11483 * configure.in xmllint.c: trying to fix #71457 for timing
11484 precision when gettimeofday() is not availble but ftime() is
11485
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011486Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11487
11488 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11489 are now copied on install and part of the -devel RPM
11490
Daniel Veillard7b416132002-03-07 08:36:03 +000011491Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11492
11493 * xpath.c: trying to avoid bug #72150 which was apparently
11494 caused by a gcc bug (or a processor problem) as detailed
11495 at http://veillard.com/gcc.bug
11496
Daniel Veillardf742d342002-03-07 00:05:35 +000011497Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11498
11499 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11500 fixed xmlReconciliateNs(), added a Python test/example for
11501 inter-document cut'n paste
11502 * python/libxml.py: fixed node.doc on document nodes and added
11503 xpathEval() onto node objects
11504
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011505Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11506
11507 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11508 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11509 fixup and integrated tests for the serialization stuff
11510
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011511Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11514 moved the libxml man page to section 3
11515
Daniel Veillard1e774382002-03-06 17:35:40 +000011516Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11517
11518 * tree.c: fix bug #72490
11519 * python/libxml.c python/libxml.py: added methods serialize()
11520 and saveTo() to all node elements.
11521
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011522Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * xmlIO.c: closed #73430, don't read from an input source
11525 which indicated an end-of-file or an error.
11526
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011527Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11528
11529 * parser.c: make sure SAX endDocument is always called as
11530 this could result in a Python memory leak otherwise (it's
11531 used to decrement ref-counting)
11532 * python/generator.py python/libxml.c python/libxml.py
11533 python/libxml2-python-api.xml python/libxml2class.txt
11534 python/tests/error.py python/tests/xpath.py: implemented
11535 the suggestions made by Gary Benson and extended the tests
11536 to match it.
11537
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011538Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11539
11540 * python/generator.py: applied patch fixing #73450
11541
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011542Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11543
11544 * xpath.c: fixing #61290 "namespace nodes have no parent"
11545 long standing divergence from the XPath REC. NodeSets
11546 simply hold a copy of namespace nodes and those node ->next
11547 points to the parent (which may not be the node carrying the
11548 definition).
11549 * include/libxml/xpath.h: flagged but didn't added a possible
11550 speedup
11551 * DOCBparser.c HTMLparser.c: removed some warnings from push
11552 parser due to new state being added.
11553 * tree.c: new fix from Boris Erdmann
11554 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11555 the XML Canonalization support from Aleksey Sanin
11556
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011557Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11558
11559 * tree.c: patch from Boris Erdmann fixing some namespace odities
11560 with xmlCopyNode()
11561
Daniel Veillardc6613042002-03-02 09:34:02 +000011562Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * xmlIO.c: fix bug #72706 when loading a NULL entity
11565
Daniel Veillardc0fef772002-03-01 16:16:31 +000011566Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11567
11568 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11569 actually change in a future XML Namespace revision.
11570
Daniel Veillard79426f22002-03-01 16:14:17 +000011571Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11572
11573 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11574 added the possibility of returning nodesets from XPath extension
11575 functions written in Python
11576
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011577Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * python/*: commiting some Python bindings work done while travelling
11580
Daniel Veillard97300512002-03-01 09:13:41 +000011581Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11582
11583 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11584 explicitely with memory debugging switched on
11585
Daniel Veillard6361da02002-02-23 10:10:33 +000011586Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11587
11588 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11589 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11590 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11591 the accessor generator for strings
11592 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11593 regression test.
11594
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011595Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11596
11597 * python/README python/generator.py python/libxml.c python/setup.py:
11598 added the 'usual' setup.py to allow building a libxml2-python
11599 module based on the same code. The initialization is however
11600 different the 2 .so files fo libxml2 and libxslt are identical and
11601 they entry point initialize both libraries. this is done to avoid
11602 some possible nasty problem since the Python don't merge the maps
11603 of all shared modules.
11604
Daniel Veillard158a4d22002-02-20 22:17:58 +000011605Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11606
11607 * parser.c: fixed a push/encoding bug reported by Michael
11608 on librsvg
11609
Daniel Veillard7839e162002-02-20 18:54:48 +000011610Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11611
11612 * include/libxml/parserInternals.h: fixes a misplaced #endif
11613
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011614Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11615
11616 * parser.c valid.c: found and fixed a couple of allocation bugs
11617
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011618Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11619
11620 * doc/xml.html doc/python.html doc/*: added a Python and binding
11621 page describing the current state of the Python bindings and
11622 giving pointers to the other languages wrappers.
11623
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011624Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11625
11626 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11627 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11628 rebuilt the API and web site
11629 * xpath.c: fixed #71978 portability bugs
11630
Daniel Veillard8aff2472002-02-19 21:50:43 +000011631Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11632
11633 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11634
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011635Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11636
11637 * include/libxml/parserInternals.h parser.c: had to change
11638 2 internal parsing API when processing document content
11639 to check the start and end of element content are defined
11640 in the same entity
11641 * valid.c include/libxml/valid.h: attribute normalization can
11642 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11643 with the context to report it.
11644 * SAX.c: fixed the last known bugs, crazy validation constraints
11645 when a document is standalone seems correctly handled. There
11646 is a couple of open issues left which need consideration especially
11647 PE93 on external unparsed entities and standalone status.
11648 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11649 The 2 tests left failing are actually in error. Cleanup done.
11650
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011651Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11652
11653 * valid.c: implemented E59 spaces in CDATA does not match the
11654 nonterminal S
11655
Daniel Veillard878eab02002-02-19 13:46:09 +000011656Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11657
11658 * SAX.c parser.c valid.c: more validation test fixups
11659 * check-xml-test-suite.py: added duration info for the tests
11660
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011661Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11662
11663 * parser.c valid.c: a couple of errors were reported but not
11664 saved back as such in the parsing context. Down to 1% failure rate
11665 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11666
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011667Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11668
11669 * xmlInternald.c: isExtender was missing a char
11670 * parser.c include/libxml/parser.h: % are acceptable in the
11671 internal subset if within a PUBLIC ID
11672
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011673Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11674
11675 * SAX.c parserInternals.c valid.c: more work on the conformance
11676 suite. Took the step to finally block documents with encoding
11677 errors. It's a fatal error per the spec, people should have fixed
11678 their documents by now.
11679
Daniel Veillard55253e22002-02-18 14:32:39 +000011680Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11681
11682 * check-xml-test-suite.py: fixed the test script after some discussion
11683 on the semantic of TYPE="error"
11684 * Makefile.am: added the script to the distrib
11685
Daniel Veillard28757702002-02-18 11:19:30 +000011686Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * SAX.c entities.c: fixed a couple of conformances issues deep
11689 into the validation code (standalone and undeclared Notations)
11690
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011691Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11692
11693 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11694 stayed there for years !
11695
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011696Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11697
11698 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11699 missing
11700
Daniel Veillardc7612992002-02-17 22:47:37 +000011701Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11702
11703 * check-xml-test-suite.py: improved the behaviour a bit as
11704 well as the logs
11705 * parser.c valid.c SAX.c: fixed a few more bugs
11706 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11707
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011708Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11709
11710 * check-xml-test-suite.py: python script to run regression tests
11711 against the XML Test suite of W3C/OASis
11712 * SAX.c: fixed a validation bug
11713 * parser.c: fixed 3 errors pointed by the test suite
11714 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11715 * python/Makefile.am: fixed a dependendy
11716
Daniel Veillard9f28f302002-02-15 20:48:08 +000011717Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11718
11719 * xmlmemory.c: avoid a warning bug #71594
11720
Daniel Veillard144024e2002-02-13 21:14:46 +000011721Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11722
11723 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11724 warning on alpha/Tru64
11725
Daniel Veillarde4301c82002-02-13 13:32:35 +000011726Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11727
11728 * include/libxml/entities.h: fixing a comment
11729 * valid.c: fixing some troubles with validity check on namespaces
11730 * result/VC/NS3 test/VC/NS3: added a specific regression test
11731
Daniel Veillarda6d05382002-02-13 13:07:41 +000011732Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11733
11734 * tree.c: Fixing #71342 serializing '\n' in attribute values
11735 * result/noent/att3 result/att3 test/att3: added a specific
11736 test.
11737
Daniel Veillard797a5652002-02-12 13:46:21 +000011738Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11739
11740 * python/libxml.c: couple of bug fixes
11741
Daniel Veillard01a6d412002-02-11 18:42:20 +000011742Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11743
11744 * python/*.py: removed tabs and used spaces.
11745
Daniel Veillard397ff112002-02-11 18:27:20 +000011746Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11747
11748 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11749 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11750
Daniel Veillard03517542002-02-11 13:54:40 +000011751Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11752
11753 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11754 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11755
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011756Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11757
11758 * include/libxml/encoding.h include/libxml/entities.h
11759 include/libxml/globals.h include/libxml/parser.h
11760 include/libxml/threads.h include/libxml/tree.h
11761 include/libxml/xmlmemory.h: trying to fix the include mess
11762
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011763Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11764
11765 * include/libxml/xmlmemory.h: reverted part of the previous
11766 attempt to provide #69655, this was breaking the build.
11767
Daniel Veillard0ba59232002-02-10 13:20:39 +000011768Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11769
11770 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11771 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11772 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11773 include/libxml/parserInternals.h include/libxml/tree.h
11774 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11775 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11776 clean.
11777 * python/libxml.c: fixed a warning.
11778
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011779Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11780
11781 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11782 copying of node, merge back IDs in the target document.
11783 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11784 test/XInclude/ents/ids.xml: test case
11785 * result/VC/ElementValid4: output changed due to a typo fix
11786
Daniel Veillard1c18e302002-02-09 22:16:40 +000011787Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11788
11789 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011790 generate the dependencies right as Jacob found out. Add
11791 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011792
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011793Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11794
11795 * parserInternals.c valid.c: Justin Fletcher found some parts
11796 of the code needing cleanup
11797 * libxml.spec.in python/Makefile.am python/generator.py
11798 python/libxml.c python/libxml.py: Fixed the python Makefiles
11799 corrected a bug showing up on ia64, changed the name of the
11800 python internal module too
11801
Daniel Veillard07be19b2002-02-08 14:20:35 +000011802Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11803
11804 * Makefile.am: applied patch from Andris Pavenis for binary
11805 name suffixes
11806
Daniel Veillardf216d462002-02-08 13:44:24 +000011807Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11808
11809 * xmllint.c win32/win32config.h: fixing #68748
11810
Daniel Veillardd455d792002-02-08 13:37:46 +000011811Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11812
11813 * valid.c: fixing #70166
11814
11815Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11816
11817 * valid.c: fixing #70077
11818
Daniel Veillardc575b992002-02-08 13:28:40 +000011819Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11820
11821 * Copyright Makefile.am README configure.in libxml.spec.in:
11822 Changed to the MIT Licence
11823 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11824 doc/xmlio.html: updated the doc accordingly
11825 * include/libxml/xmlwin32version.h configure.in: preparing
11826 2.4.14 release
11827 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11828 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11829 fixed the const xmlChar * wrapper and generator, XPath extension
11830 functions now use the context as first argument
11831 * python/tests/tstxpath.py python/tests/xpath.py
11832 python/tests/xpathext.py: Updated the tests accordingly
11833 * tree.c: fixed bug #70067
11834
Daniel Veillard7db38712002-02-07 16:39:11 +000011835Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11836
11837 * Makefile.am: cleanup
11838 * debugXML.c: always use stdout if output is NULL
11839 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11840 * python/Makefile.am python/generator.py python/libxml2class.txt
11841 python/libxml_wrap.h python/types.c: augmented the number of bindings
11842 handling FILE * and XPath contexts
11843 * python/tests/Makefile.am: avoid a stupid problem due to the
11844 use of TEST.
11845
Daniel Veillard15a143b2002-02-06 22:40:50 +000011846Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11847
11848 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11849
Daniel Veillard70cab352002-02-06 16:06:58 +000011850Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11851
11852 * python/TODO python/libxml.c: cleanup the extension function lookup
11853 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11854
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011855Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11856
11857 * configure.in python/Makefile.am: do not install outside
11858 of prefix
11859
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011860Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11861
11862 * python/TODO python/libxml.c: started adding SAX interfaces
11863 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11864 SAX test
11865
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011866Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11867
11868 * tree.c: hardened the addChild function
11869 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11870 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11871 added accessors needed for xmlNode, a bit more testing and
11872 extension of interfaces
11873 * python/tests/Makefile.am python/tests/build.py: added a test
11874 build from scratch/save/load/check
11875
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011876Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11877
11878 * parserInternals.c: change a small bit in the way valididy
11879 error messages get initialized
11880 * python/TODO python/libxml.c python/libxml2-python-api.xml
11881 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11882 added some memory debugging to track leaks at the libxml2 level
11883 * python/tests/*.py: changed all tests to check for leaks,
11884 there is just one left in XPath extension registrations.
11885
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011886Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11887
11888 * python/TODO python/generator.py python/libxml2-python-api.xml
11889 python/libxml2class.txt: more accessor classes for the parser
11890 context, allow to switch on and check validity
11891 * python/tests/Makefile.am python/tests/error.py
11892 python/tests/invalid.xml python/tests/valid.xml
11893 python/tests/validate.py: attded more test and and added error.py
11894 which I forgot to commit in the last step
11895
Daniel Veillard3ce52572002-02-03 15:08:05 +000011896Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11897
11898 * python/Makefile.am python/types.c: cleanup
11899 * python/libxml.c python/libxml.py python/libxml_wrap.h
11900 python/generator.py python/libxml2-python-api.xml
11901 python/libxml2class.txt: added class for parser context, added
11902 first cut for push mode support. Added a framework to generate
11903 accessors functions.
11904 * python/tests/Makefile.am python/tests/push.py: added a push
11905 test
11906
Daniel Veillardcfb05462002-02-02 23:18:22 +000011907Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11908
11909 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11910 bug a bit of cleanup.
11911
Daniel Veillard5d819032002-02-02 21:49:17 +000011912Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11913
11914 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11915 python/libxml2class.txt: adding error redirections and preformat
11916 to a python handler
11917 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11918 tests self checking
11919
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011920Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11921
11922 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11923 a function
11924
Daniel Veillard9589d452002-02-02 10:28:17 +000011925Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11926
11927 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11928 python/libxml.c python/libxml2-python-api.xml
11929 python/libxml2class.txt: Progressing through the TODOs, class
11930 description output, extra XML API, RPM now builds the wrappers
11931 for all python installed versions
11932
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011933Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11934
11935 * configure.in libxml.spec.in python/Makefile.am python/TODO
11936 python/generator.py python/libxml2class.txt: added more informations
11937 in the libxml2-python package including docs. Slightly changed
11938 the class hierarchy
11939 * python/tests/*: added basic regression tests infrastructure too
11940
11941Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11942
11943 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11944 added libxml2-python as part of the packages installed
11945
Daniel Veillarda7340c82002-02-01 17:56:45 +000011946Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11947
11948 * python/Makefile.am python/generator.py python/libxml.c
11949 python/libxml.py: more work, now able to extend the
11950 XPath interpreter with functions written in python.
11951
Daniel Veillardc3e39442002-02-01 09:29:41 +000011952Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11953
11954 * python/Makefile.am: Jacob sent a patch to allow building from
11955 tarfile.
11956
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011957Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11958
11959 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11960 inserted the python wrappers build, I hope this won't be too
11961 unportable
11962
Daniel Veillard1971ee22002-01-31 20:29:19 +000011963Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11964
11965 * xpath.c: minor optimization
11966 * python/generator.py python/libxml.c python/libxml.py
11967 python/libxml_wrap.h: more work on the python bindings,
11968 they now support XPath and there is no evident leak
11969
Daniel Veillard36ed5292002-01-30 23:49:06 +000011970Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11971
11972 * python/generator.py python/libxml.c python/libxml.py:
11973 more work on the python bindings generator.
11974
Daniel Veillard96fe0952002-01-30 20:52:23 +000011975Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11976
11977 * python/generator.py python/libxml.c python/libxml_wrap.h:
11978 more work on the python bindings.
11979
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011980Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11981
11982 * python/generator.py python/libxml.c python/libxml.py
11983 python/libxml_wrap.h: commited early version of a python binding
11984 for private use only ATM
11985
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011986Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11987
11988 * entities.c tree.c include/libxml/entities.h: applied patch
11989 from Anthony Jones to implement copy of DTD subtree too. Had
11990 just to keep 2 function private which really ought to become
11991 public ones.
11992
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011993Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11994
11995 * xmllint.c: added pointers to the web pages in the usage()
11996
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011997Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11998
11999 * tree.c: more fixes from Petr Kozelka for attribute handling
12000 in the tree API to align the semantic with DOM.
12001
Daniel Veillard36065812002-01-24 15:02:46 +000012002Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12003
12004 * valid.c tree.c entities.c: another set of patches from
12005 Anthony Jones for copy operations cleanup and robustness
12006
Daniel Veillardf8592562002-01-23 17:58:17 +000012007Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12008
12009 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
12010 an alphabetic index based on comments content
12011 * doc/*: rebuilt the web site with the new references
12012
Daniel Veillardc8c7be42002-01-23 17:53:44 +000012013Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12014
12015 * parserInternals.h: Greg Sjaardema suggested to use an
12016 eponential buffer groth policy in xmlParserAddNodeInfo()
12017
Daniel Veillard3bf65be2002-01-23 12:36:34 +000012018Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
12021 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
12022 doc/parsedecl.py doc/Makefile.am: updated the python extractor
12023 to generate cross-references, and added/updated the stylesheets
12024 to generate and link API indexes. The generic keyword index
12025 is not done yet.
12026 * doc/*.html: regenerated all the usual docs too
12027
Daniel Veillard2070c482002-01-22 22:12:19 +000012028Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12029
12030 * debugXML.c: added an xpath function to the shell for T. V. Raman
12031
12032Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000012033
12034 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
12035 debug routines.
12036
Daniel Veillardc169f8b2002-01-22 21:40:13 +000012037Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * tree.c: apply an patch from Petr Kozelka for unlink and replace
12040 support of attribute nodes
12041
Daniel Veillard9d06d302002-01-22 18:15:52 +000012042Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12043
12044 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
12045 hopefully near complete and fully documented of the API in XML
12046 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
12047 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
12048 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
12049 include/libxml/parserInternals.h include/libxml/valid.hi
12050 include/libxml/xmlIO.h include/libxml/xmlerror.hi
12051 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
12052 include/libxml/xpath.h include/libxml/xpathInternals.h:
12053 Cleaned up the doc comments a lot in the process, the interface
12054 coverage is now 100%
12055
Daniel Veillard2d1464f2002-01-21 23:16:56 +000012056Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12057
12058 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
12059 extracts comments from the gtk-doc DocBook output (a bit
12060 convoluted but seems to work).
12061
Daniel Veillard61006472002-01-21 17:31:47 +000012062Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12063
12064 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
12065 added an XML description of the API, moved the script generating
12066 it here. Added a "make api" target
12067
Daniel Veillardd2f23002002-01-21 13:36:00 +000012068Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12069
12070 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
12071
Daniel Veillard99e55eb2002-01-21 08:56:29 +000012072Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12073
12074 * xpath.c include/libxml/xpathInternals.h: the change made to
12075 xmlXPathFuncLookupFunc was incompatible roll it back
12076
Daniel Veillard963d2ae2002-01-20 22:08:18 +000012077Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12078
12079 * SAX.c: cleanup patch from Anthony Jones
12080 * doc/Makefile.am: fix the headers to avoid in make scan
12081 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
12082 includes, * vs Ptr and general cleanup
12083 * parsedecl.py: first version of a script to extract the
12084 module interfaces, the goal will be to provide .decl or XML
12085 specification of the interfaces to build wrappers.
12086
Daniel Veillard0f5f1622002-01-20 12:42:06 +000012087Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12088
12089 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
12090 now provides return codes in case of errors
12091
Bjorn Reese026d29f2002-01-19 15:40:18 +000012092Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
12093
12094 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
12095 Upgraded to trio baseline 1.6
12096 * strio.h strio.c: Replaced by triostr.h and triostr.c
12097
Daniel Veillard572577e2002-01-18 16:23:55 +000012098Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12099
12100 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
12101 of strdup usage in the code
12102
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012103Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12104
12105 * parser.c error.c: Keith Isdale complained rightly that
12106 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
12107
Daniel Veillardcfa0d812002-01-17 08:46:58 +000012108Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12109
12110 * tree.c: fixed the funxtion to set the xml: attributes
12111 * debugXML.c: added "setbase" to test it.
12112
Daniel Veillard2c748c62002-01-16 15:37:50 +000012113Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12114
12115 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
12116 to allow updating an attribute content
12117
Daniel Veillard8de85c62002-01-15 17:10:15 +000012118Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12119
12120 * libxml.h: try to avoid problems when compiling on Windows
12121
Daniel Veillard314cfa02002-01-14 17:58:01 +000012122Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * hash.c: patch from Anthony Jones for hash.c allocation size
12125 * Makefile.am: trying to work around Yet Another Libtool Madness
12126 and build the 2.4.13 release finally ...
12127
Daniel Veillard744683d2002-01-14 17:30:20 +000012128Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
12131 * doc/* : update of the documentation
12132
Daniel Veillarde6a55192002-01-14 17:11:53 +000012133Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12134
12135 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
12136 at fixing #61290 :-(
12137
Daniel Veillardfb25a512002-01-13 20:32:08 +000012138Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12139
12140 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
12141 Fixes bug #67229
12142
Daniel Veillardacb2bda2002-01-13 16:15:43 +000012143Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12144
12145 * tree.c: trying to avoid troubles when a subtree is copied
12146 and coalesced in part with the target tree. Should fix
12147 bug #67407
12148
Daniel Veillardd8224e02002-01-13 15:43:22 +000012149Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12150
12151 * valid.c: fixed validation of attributes content of type
12152 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12153 values, very old bug. Fixes #67671
12154
Daniel Veillard8107a222002-01-13 14:10:10 +000012155Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12156
12157 * parser.c include/libxml/parserInternals.h tree.c: integrated
12158 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12159 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12160
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012161Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12162
12163 * threads.c: applied Serguei Narojnyi's patch to add native
12164 thread support on the Win32 platform
12165 * testThreadsWin32.c Makefile.am: added the test program also
12166 from Serguei, Win32 specific
12167 * include/win32config.h include/libxml/xmlwin32version.h.in:
12168 added patch from Igor for the Windows thread specific defines.
12169
Daniel Veillard845cce42002-01-09 11:51:37 +000012170Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12171
12172 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12173
Daniel Veillard7b602b42002-01-08 13:26:00 +000012174Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12175
12176 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12177 output page into XMLinfo.html. Close bug #66951 and
12178 raised by Robert Collins too.
12179
Daniel Veillard73c6e532002-01-08 13:15:33 +000012180Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12181
12182 * encoding.c: Paul Keogh pointed out a possibility of segfault
12183 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12184 Closes bug # 68238
12185
Daniel Veillard4a859202002-01-08 11:49:22 +000012186Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12187
12188 * doc/*.html: updated the Gdome2 links
12189
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012190Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12191
12192 * libxml.h: Applied following patches from Robert Collins
12193 and make sure IN_LIBXML is defined when compiling it
12194 -------
12195 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12196 as well as Visual C.
12197 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12198 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12199 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12200 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12201 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12202 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12203 xmlSysIDExists xmlNoNetExists).
12204 * xmllint.c: Don't include winsock2.h for Cygwin.
12205
Daniel Veillard401c2112002-01-07 16:54:10 +000012206Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12207
12208 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12209 when the version info is not present.
12210
Daniel Veillard6f42c132002-01-06 23:05:13 +000012211Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12212
12213 * tree.c: Anthony Jones pointed out a problem in
12214 xmlStringGetNodeList() and provided a fix for it
12215
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012216Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12217
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012218 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012219 xmlCreatePushParserCtxt() when the initial buffer passed
12220 is large.
12221
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012222Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12223
12224 * win32/*: big cleanup of the Windows/MSVC project files
12225 from Igor Zlatkovic
12226
Daniel Veillardcebb1362002-01-02 13:13:30 +000012227Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12228
12229 * doc/Makefile.am: should fix #67674 and avoid troubles if
12230 xsltproc is not available or fails in the prefix provided
12231
Daniel Veillard26908ab2002-01-01 16:50:03 +000012232Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12233
12234 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12235
Daniel Veillard5344c602001-12-31 16:37:34 +000012236Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12237
12238 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12239 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12240 Fixed a few other problems raised by Charlie Bozeman.
12241 * result/VC/ElementValid[5-7]: fixed the output
12242
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012243Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12244
12245 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12246 patches from Charlie Bozeman. Regenerated the HTML docs.
12247
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012248Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12249
12250 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12251 for Windows from Igor
12252
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012253Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12254
12255 * xmllint.c: applied Justin Fletcher patch for --output or -o
12256
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012257Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12258
12259 * win32/libxml2/libxml2.def.src: close #67019
12260
Daniel Veillard01db67c2001-12-18 07:09:59 +000012261Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12262
12263 * xmllint.c: applied Justin Fletcher generic timing patch
12264 similar to the one already applied to xsltproc.
12265
Daniel Veillardd1640922001-12-17 15:30:10 +000012266Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * include/libxml/tree.h tree.c: applied documentation patches
12269 from Charlie Bozeman
12270
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012271Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12272
12273 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12274
Daniel Veillard29e43992001-12-13 22:21:58 +000012275Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * valid.c: fix the xmlStrdup() used in the previous patch.
12278 * valid.c: added --dropdtd
12279 * tree.c: fixed xmlUnlinkNode so it also removes the references
12280 from the document if the node is a DTD
12281
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012282Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12283
12284 * HTMLtree.c valid.c: cleanup some static declarations
12285
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012286Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12287
12288 * xmllint.c: removed another strdup()
12289 * doc/FAQ: removed the HP/UX entry
12290
Daniel Veillarded472f32001-12-13 08:48:14 +000012291Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12292
12293 * valid.c: fix bug #66816 when validating.
12294 * xmllint.c: don't use sys/time.h if configure did not found it
12295
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012296Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12297
12298 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12299 xmlcatalog_man.xml
12300
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012301Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12302
12303 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12304 xmlInitMemory() was declared twice
12305
Daniel Veillardb82c1662001-12-09 14:00:54 +000012306Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12307
12308 * globals.c: do not reference strdup() !
12309 * configure.in libxml-2.0.pc.in: trying to fix the libs
12310 of the various config extraction modules
12311
Daniel Veillardef90ba72001-12-07 14:24:22 +000012312Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12313
12314 * configure.in : preparing 2.4.12
12315 * doc/* : updated and rebuilt the docs
12316
Daniel Veillard220346d2001-12-07 11:33:54 +000012317Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12318
12319 * uri.c: closed bug #66159
12320 * testURI.c: added --escape option
12321 * configure.in: some cleanup for xml2-config --cflags
12322
Daniel Veillard2a906822001-12-06 14:34:08 +000012323Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12324
12325 * globals.c testThreads.c: removed some misplaced includes
12326 of xmlversion.h
12327
Daniel Veillarde28313b2001-12-06 14:08:31 +000012328Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12329
12330 * threads.c: patch from Gary Pennington fixing a possible
12331 problem at initialization time.
12332
Daniel Veillardd3b08822001-12-05 12:03:33 +000012333Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12334
12335 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012336 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012337 CodeWarrior.
12338
Daniel Veillarda7866932001-12-04 13:14:44 +000012339Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12340
12341 * xmllint.c: applied Geert Kloosterman's patch to fix
12342 --repeat --timing output
12343
Daniel Veillard19840942001-11-29 16:11:38 +000012344Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12345
12346 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12347 where non-wellformed XML declaractions were not detected.
12348
Daniel Veillarde85d9342001-11-28 14:43:12 +000012349Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12350
12351 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12352
Daniel Veillard22f25a82001-11-28 09:12:23 +000012353Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12354
12355 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12356 gets reset by xmlCleanupInputCallbacks() and this makes the
12357 function useless. Same for output.
12358
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012359Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12360
12361 * xmlIO.c: robert pointed out a loop error in callback cleanups
12362
Daniel Veillard8faa7832001-11-26 15:58:08 +000012363Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12364
12365 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12366 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12367 they are not really tied to debugging
12368
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012369Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12370
12371 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12372 * xmllint.c: better --catalogs description
12373
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012374Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12375
12376 * tree.c: fixed a couple of problems in xmlSetProp()
12377
Daniel Veillardcd337f02001-11-22 18:20:37 +000012378Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12379
12380 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12381 unappropriate stdout output.
12382
Daniel Veillard566d4df2001-11-22 13:00:53 +000012383Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12384
12385 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12386 by Denis Beurive, closes #65111
12387
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012388Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12389
12390 * valid.c: in case of content model validity error, don't
12391 print it if validity warnings were not requested.
12392
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012393Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12394
12395 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12396 * parserInternals.c: removed the last exit() call. Print an
12397 unmaskable error on stderr instead (library mismatch detection)
12398
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012399Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12400
12401 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12402 shell instructions from Heiko Rupp
12403
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012404Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12405
12406 * catalog.c: use the URL notation file:// for default catalog paths
12407
Daniel Veillard0ec98632001-11-14 15:04:32 +000012408Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12409
12410 * include/libxml/tree.h: better comments for _private fields
12411 * tree.c: removed a problem when copying an entity reference.
12412
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012413Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12414
12415 * vms/*: updated instructions and diffs from John A Fotheringham
12416
Daniel Veillarda11001b2001-11-12 22:45:36 +000012417Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12418
12419 * include/libxml/xmlerror.h: avoid an include problem if
12420 #include <libxml/xmlerror.h> happens first in code
12421 seems to be the case in KDE libs
12422
Daniel Veillard8e3943c2001-11-12 21:35:44 +000012423Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12424
12425 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
12426 from Igor for Windows
12427
12428Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12429
12430 * Makefile.am: Gary Pennington pointed out a missing prefix
12431
Daniel Veillard43d3f612001-11-10 11:57:23 +000012432Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12433
12434 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
12435 * doc/*: upgraded and rebuilt the docs
12436
Daniel Veillardc1f78342001-11-10 11:43:05 +000012437Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12438
12439 * HTMLparser.c: fix comment in scripts element parsing.
12440 * result/HTML/doc3*: updated the results.
12441
12442Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12443
12444 * uri.c: another URI bug fix #63336, using Joel Young patch.
12445
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012446Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12447
12448 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12449 a cleaned up version of the Pwd shell string generation.
12450
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012451Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12452
12453 * valid.c include/libxml/tree.h: trying to fix namespaces +
12454 validation problems for good, closing #63619 in the process
12455 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12456 wrong in this respect, fixed it.
12457
Daniel Veillardd536f702001-11-08 17:32:47 +000012458Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12459
12460 * xmllint.c: Morus Walter patch to allow --format and --encode
12461
Daniel Veillard5004f422001-11-08 13:53:05 +000012462Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12463
12464 * debugXML.c: Stefan Kost provided an help command for the shell
12465
Daniel Veillarda6825e82001-11-07 13:33:59 +000012466Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12467
12468 * debugXML.c: Heiko Rupp pointed that the shell would crash
12469 on empty nodesets returns.
12470
Daniel Veillard03f848d2001-11-07 12:53:46 +000012471Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12472
12473 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12474 migh need the history libraries
12475
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012476Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12477
12478 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12479 handle the case of < in quoted attributes, Bastian Kleineidam
12480
Daniel Veillardc853b322001-11-06 15:24:37 +000012481Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12482
12483 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12484 fixing catalog breakages
12485 * Makefile.am catalog.c result/catalogs/catal
12486 result/catalogs/mycatalog.* test/catalogs/catal*:
12487 fixed more problems in catalog support, added more regression tests
12488 for both XML and SGML catalog handling
12489
Daniel Veillard66870c72001-11-05 19:27:49 +000012490Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12491
12492 * debugXML.c: applied an improvement to xmlGetLineNo() from
12493 Keith Isdale
12494
Daniel Veillardffe09c92001-11-05 14:21:47 +000012495Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12496
12497 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12498 Side effect of the progressive catalog loading
12499
Daniel Veillardad661b92001-11-05 11:43:15 +000012500Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12501
12502 * Makefile.am: confexecdir and confexec_DATA were defined twice
12503 pointed out by Karl Eichwalder
12504
Daniel Veillard6eb17722001-11-04 22:19:27 +000012505Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12506
12507 * xmlcatalog.c: avoid unlink() and use remove() instead.
12508
Daniel Veillardea898282001-11-04 22:13:45 +000012509Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12510
12511 * libxml.spec.in: cleanup
12512 * include/libxml/xmlwin32version.h: updated with 2.4.8
12513
Daniel Veillarda4617b82001-11-04 20:19:12 +000012514Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12515
12516 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12517 of compiling libxml with a non standard set of options
12518
John Fleck027edfb2001-11-04 20:13:58 +000012519Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12520
12521 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12522 document --sgml option, fixing gnome bugzilla #63382
12523
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012524Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12525
12526 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12527 breakage of 2.4.7, added a couple of really needed APIs
12528 like xmlCatalogIsEmpty() and xmlNewCatalog()
12529 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12530 for install-catalog
12531 * configure.in: preparing 2.4.8
12532
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012533Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12534
12535 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12536 include/libxml/tree.h include/libxml/xmlIO.h: more include
12537 cleanups, export cleanly one html output + format function.
12538
12539Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12540
12541 * parser.c: removed initGenericErrorDefaultFunc call from
12542 xmlInitParser() since it could destroy previous calls to
12543 xsltSetGenericErrorFunc() effects
12544
Daniel Veillardebd38c52001-11-01 08:38:12 +000012545Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12546
12547 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12548 keyword.
12549
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012550Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12551
12552 * Makefile.am: cleanup
12553 * threads.c: cleanup too
12554 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12555 from xsltproc
12556 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012557 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012558
Daniel Veillard91c00402001-10-30 17:41:38 +000012559Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12560
12561 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12562 was not used anymore !
12563
Daniel Veillard52dcab32001-10-30 12:51:17 +000012564Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12565
12566 * configure.in: preparing 2.4.7
12567 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12568 manual page from John
12569 * doc/*: updated the doc and rebuilt the generated pages
12570
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012571Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12572
12573 * xmlIO.c: closing bug #62711, the library should never
12574 close stdin or stdout.
12575
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012576Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12577
12578 * uri.c: second pass at fixing #63336, using Joel Young
12579 final patch. looks okay.
12580
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012581Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12582
12583 * uri.c include/libxml/uri.h: trying to clear #63336
12584 allowing the escaping routine to parse unconformant
12585 URI-References.
12586
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012587Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12588
12589 * vms/readme.vms vms/build_libxml.com nanoftp.c
12590 include/libxml/xmlversion.h.in: a few VMS updates from
12591 John A Fotheringham
12592 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12593 and xmlCleanupOutputCallbacks() for the Perl binding people.
12594
Daniel Veillard635ef722001-10-29 11:48:19 +000012595Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12596
12597 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12598 apply fixes to close #63271 and avoid segfaults when
12599 the error routine gets callbed before xmlInitParser()
12600 get called.
12601 * nanoftp.c error.c: Applied patches from Justin Fletcher
12602 correcting some xmlGenericError misuses.
12603
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012604Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12605
12606 *doc/xmllint.xml, doc/xmllint.1
12607 New and improved man page for xmllint - .xml is the original, .1
12608 is the generated man page
12609
Daniel Veillardc9484202001-10-24 12:35:52 +000012610Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12611
12612 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12613 the web site from the main HTML document.
12614
Daniel Veillard5151c062001-10-23 13:10:19 +000012615Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12616
12617 * parser.c: fixed an erroneous validation bug when PE refs
12618 occurs in external parsed entities referenced from the
12619 internals subset
12620 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12621 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12622 added the associated testcase, it's a nice one.
12623 * HTMLparser.c: generate the DTD node as HTML still ...
12624 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12625
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012626Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12627
12628 * HTMLparser.c: fixed a bug in htmlNewDoc()
12629
Daniel Veillard89cad532001-10-22 09:46:13 +000012630Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12631
12632 * test/threads/*: added entities testing to the Thread test
12633 * testThreads.c: make the test reasonable
12634 * DOCBparser.c: fix the DTD public and system ID
12635 * xmllint.c: added --sgml for SGML DocBook importing
12636 * Makefile.am: added Docbtests target
12637
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012638Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12639
12640 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12641 * testThreads.c: removed bogus include
12642
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012643Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12644
12645 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12646 fixed a very serious (looping) validation bug
12647
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012648Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12649
12650 * include/libxml/globals.h include/libxml/threads.h threads.c
12651 testThreads.c: far more testing, cleaning up bugs
12652 * *.c : make sure globals.h is always included.
12653
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012654Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12655
12656 * HTMLparser.c: try to get rid of parser loops for good.
12657
Daniel Veillardab7488e2001-10-17 11:30:37 +000012658Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12659
12660 * configure.in: fixed some bugs in CFLAGS passing.
12661 * test/threads Makefile.am testThreads.c: added a specific
12662 threaded test case (really nasty, guaranteed).
12663
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012664Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12665
12666 * catalog.c: serious cleanup on the management of the
12667 XML catalog tree, more tests done, especially with
12668 the catalog PI.
12669
Daniel Veillard364789a2001-10-16 12:45:00 +000012670Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12671
12672 * catalog.c: avoid a problem in catalog cleanup on SMP if
12673 catalogs were not initialized.
12674
Daniel Veillard81463942001-10-16 12:34:39 +000012675Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12676
12677 * catalog.c xpath.c: trying to cleanup the not thread safe
12678 parts of the library.
12679
Daniel Veillard64a411c2001-10-15 12:32:07 +000012680Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12681
12682 * include/libxml/globals.h configure.in global.data: make
12683 the allocation be per-thread a configure option
12684 * encoding.c include/libxml/parser.h: fixed compilation
12685 errors
12686
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012687Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12688
12689 * include/libxml/parser.h: Norm reported that a few lines
12690 added were breaking libxslt compile, removed them for now
12691
Daniel Veillard6f350292001-10-14 09:56:15 +000012692Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12693
12694 * parser.c parserInternals.c threads.c: debugged and fixed
12695 initialization problems which were giving troubles on SMP
12696 boxes.
12697
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012698Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12699
12700 * include/libxml/Makefile.am: missing globals.h
12701
Daniel Veillarde7090612001-10-13 12:18:28 +000012702Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012703
Daniel Veillarde7090612001-10-13 12:18:28 +000012704 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012705
Daniel Veillardd0463562001-10-13 09:15:48 +000012706Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12707
12708 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12709 include/libxml/parserInternals.h include/libxml/tree.h
12710 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12711 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12712 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12713 Applied the last patches from Gary, cleanup, activated threading
12714 all user accessible global variables are now handled in globals.[ch]
12715 Still a bit rought but make tests passes with either
12716 --with-threads defined at configure time or not.
12717 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12718 linking options
12719
Daniel Veillardb8478642001-10-12 17:29:10 +000012720Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12721
12722 * Makefile.am include/libxml/Makefile.am
12723 include/libxml/globals.h globals.c include/libxml/threads.h
12724 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12725 configure.in: started integrating the core of the thread support
12726 not activated yet but half integrated. The code should still
12727 compile and work anyway.
12728
Daniel Veillardb44025c2001-10-11 22:55:55 +000012729Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12730
12731 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12732 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12733 integrating the non-controversial parts of Gary Pennington
12734 multithread patches
12735 * catalog.c: corrected a small bug introduced
12736
Daniel Veillard75b96822001-10-11 18:59:45 +000012737Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12738
12739 * catalog.c include/libxml/catalog.h: very serious cleanup,
12740 isolating unportable code and as much as possible the accesses
12741 to the global shared catalog. May need more testing !
12742
Daniel Veillard78d12092001-10-11 09:12:24 +000012743Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12744
12745 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12746 Keith Isdale patches for the XSLT debugger interfaces. Some
12747 cleanup
12748
Daniel Veillardff0b7312001-10-11 06:46:09 +000012749Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12750
12751 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12752 * DOCBparser.c: generate line nubers in elements
12753
Daniel Veillard60087f32001-10-10 09:45:09 +000012754Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12755
12756 * configure.in: preparing 2.4.6 release
12757 * doc/xml.html doc/html/*: updated and rebuilt the docs
12758 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12759
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012760Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12761
12762 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12763 adding documentation for DV's supercatalog support
12764
Daniel Veillard82d75332001-10-08 15:01:59 +000012765Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12766
12767 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12768 super catalog support adding one API and one flag --sgml to
12769 xmlcatalog
12770
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012771Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12772
12773 * doc/xmlcatalog_man.xml, xmlcatalog.1
12774 One more crack at
12775 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12776
12777
Thomas Broyer47334c02001-10-07 16:41:52 +000012778Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12779
12780 * xpath.c: implemented xmlXPathObjectCopy for external objects
12781 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12782
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012783Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12784
12785 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12786 finishing up fix to
12787 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12788 the xmlcatalog man page display more elegantly
12789
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012790Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12791
12792 * configure.in: closing bug #61832
12793 * HTMLparser.c: removed a warning
12794
Daniel Veillard6ab38382001-10-06 13:08:27 +000012795Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12796
12797 * xpath.c: fixing #61673 part I, do not loose doc information
12798 when copying result value trees.
12799
Daniel Veillard556c6682001-10-06 09:59:51 +000012800Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12801
12802 * xpath.c: trying to harden the XPath interpreter
12803
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012804Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12805
12806 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12807 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12808
William M. Brack1633d182001-10-05 15:41:19 +000012809Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12810
12811 * HTMLparser: repaired another loop problem
12812
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012813Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12814
12815 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12816 parsing.
12817 * xpath.c: fix bug #61291 the default XML namespace node is
12818 missing from the namespace axis.
12819 * tree.c: refuse to create namespaces nodes with prefix "xml"
12820
Daniel Veillard651f9472001-10-04 14:51:06 +000012821Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12822
12823 * SAX.c: ouch a non-defined namespace could lead to a crash,
12824 fixed #61215
12825
Daniel Veillard7dd05702001-10-04 14:25:12 +000012826Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12827
12828 * parserInternals.c: closed bug #61054
12829
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012830Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12831
12832 * include/libxml/Makefile.am: closing #60708
12833
Daniel Veillarda293c322001-10-02 13:54:14 +000012834Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12835
12836 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12837 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12838
Daniel Veillardf4309d72001-10-02 09:28:58 +000012839Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12840
12841 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12842
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012843Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12844
12845 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12846 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12847
Daniel Veillard16756b62001-10-01 07:36:25 +000012848Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12849
12850 * catalog.c: Justin Fletcher provided cleaup code in case
12851 HAVE_STAT is not defined
12852 * include/win32config.h: Igor Zlatkovic suggested to have
12853 HAVE_STAT defined there
12854
William M. Brack5e1cac12001-09-28 16:19:18 +000012855Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12856
12857 * catalog.c - fixed typing error reported by M. Barros
12858
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012859Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12860
12861 * xmllint.c - fixing typo
12862
William M. Brackd28e48a2001-09-23 01:55:08 +000012863Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12864
12865 * HTMLparser.c: small enhancement to prevent loop on
12866 unrecognizable data
12867
Daniel Veillardb1d62872001-09-21 09:47:08 +000012868Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12869
12870 * parserInternals.c: applying patch from bug #60757 this
12871 should close it
12872
Daniel Veillardc0631a62001-09-20 13:56:06 +000012873Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12874
12875 * catalog.c xmlcatalog.c: removed a couple of warning
12876 * xpath.c: try to solve the linking problem on platforms
12877 needing trio to compile
12878
Daniel Veillard1a123612001-09-19 08:06:23 +000012879Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012880
Daniel Veillard1a123612001-09-19 08:06:23 +000012881 * Makefile.am libxml.spec.in: backing up non-documented changes
12882 commited without review or aproval by Jens Finke <jens@gnome.org>
12883 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012884
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012885Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12886
12887 * configure.in: Joe Orton provided a patch fixing a problem
12888 when iconv is specified to be in a non-standard directory
12889 but wasn't exported in xml2-config --cflags
12890
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012891Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12892
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012893 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012894 troubles with 2.4.4 errors.
12895
Daniel Veillard16698282001-09-14 10:29:27 +000012896Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12897
12898 * encoding.c entities.c: do not output hexadecimal charrefs
12899 when serializing HTML since some version of Netscape can't
12900 grok it, generate decimal ones.
12901 * result/HTML/doc3.htm: output changed due to previous test
12902 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12903
Daniel Veillard98fed372001-09-13 11:34:58 +000012904Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12905
12906 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12907 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12908
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012909Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012910 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012911
12912 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12913 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12914 updated the configuration scripts systems accordingly
12915
Daniel Veillard04382ae2001-09-12 18:51:30 +000012916Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12917
12918 * configure.in: preparing for 2.4.4
12919 * doc/xml.html doc/html/*: updated and rebuilt the docs
12920
Daniel Veillardd63437e2001-09-12 15:00:27 +000012921Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12922
12923 * win32/dsp/libxml2.def.src: tried to incorporate comments
12924 from bug #59220
12925
Daniel Veillard319a7422001-09-11 09:27:09 +000012926Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12927
12928 * parser.c result/noent/wml.xml: fixed bug #59981 related
12929 to handling of '&' in attributes when entities are substitued
12930
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012931Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12932
12933 * libxml.h include/libxml/xmlversion.h.in
12934 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12935 Tried to close bug #60131
12936
Daniel Veillardbce62332001-09-10 18:46:55 +000012937Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12938
12939 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12940
Daniel Veillard143b04f2001-09-10 18:14:14 +000012941Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12942
12943 * SAX.c: fixing bug #59946 on xmlns=""
12944
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012945Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12946
12947 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12948 but allocates a new error code.
12949
Daniel Veillard05c13a22001-09-09 08:38:09 +000012950Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12951
12952 * xmllint.c: John Fleck fixed typos in the options output
12953 * parser.c SAX.c: fix ignorable white space SAX selection
12954
12955Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12956
12957 * entities.c: Steve Underwood found the possibility of an
12958 ininite loop in case of error.
12959
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012960Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12961
12962 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12963
Daniel Veillarda050d232001-09-05 15:51:05 +000012964Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12965
12966 * parser.c: warn if version is not 1.0 but it's not
12967 strictly speaking an error after analyzing the spec
12968
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012969Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12970
12971 *doc/catalog.html - add link to the html version of the
12972 man page, other linguistic cleanups
12973
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012974Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12975
12976 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12977 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12978 file, has not yet been included in the build.
12979
Daniel Veillard99784ff2001-09-01 16:20:28 +000012980Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12981
12982 * catalog.c: removed a duplicate affectation Justin Fletcher
12983
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012984Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12985
12986 * tree.c: Armin Sander pointed a possible text coalescing
12987 problem, completed his patch.
12988
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012989Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12990
12991 * trionan.c: Fixed const and volatile re-definition problem
12992
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012993Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12994
12995 * libxml.4 parser.c: doc updates from Heiko Rupp
12996 * parserInternals.c: 2 sanity checks from Heiko Rupp
12997
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012998Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12999
13000 * tree.c: applied patch from Armin Sander to make some pointers
13001 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000013002 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013003
Daniel Veillardb06c6142001-08-27 14:26:30 +000013004Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13005
13006 * xpath.c: hum, restrict the integer usage gcc bug workaround
13007 to only gcc compilers so that other architecture don't get
13008 penalized by this limitation.
13009 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
13010
Daniel Veillard268fd1b2001-08-26 18:46:36 +000013011Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13012
13013 * valid.c: fixed a Windows compiler warning (Chris Poblete)
13014 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
13015
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000013016Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13017
13018 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
13019 --convert option to xmlcatalog to convert SGML ones to
13020 the XML syntax.
13021 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
13022
13023 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000013024Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13025
13026 * catalog.c xmlIO.c: started some serious testing and fixed
13027 a few bug and optmization needs.
13028
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000013029Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13030
13031 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13032 preparing for a 2.4.3 release even if it may not be ready yet
13033 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
13034 all file parsing lookup to go through the entity resolver, add
13035 to add an API to bypass it (needed to load catalogs themselves),
13036 some cleanup on the catalog code too.
13037 * nanoftp.c: small cleanup
13038 * doc/catalog.html: small update
13039
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000013040Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13041
13042 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
13043 Jun Kuriyama
13044
Daniel Veillardffb120d2001-08-23 00:52:23 +000013045Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13046
13047 * doc/catalog.html: finished the catalog documentation
13048
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000013049Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13050
13051 * doc/catalog.html doc/xml.html: added documentation about
13052 Catalog support, misses an API description
13053 * doc/html/*: reextracted the API pages
13054
Daniel Veillarddc2cee22001-08-22 16:30:37 +000013055Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13056
13057 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
13058 Added the part about section 7.2 on URI resolution,
13059 fixed a side effect in the HTML parser, look complete
13060 and ready to rock except the URI/SystemID part!
13061
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000013062Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13063
13064 * include/libxml/catalog.h include/libxml/parser.h
13065 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
13066 xmlIO.c: added support and APIs needed for the catalog PI
13067 * include/libxml/xmlIO.h: cleanup
13068
Daniel Veillarde2940dd2001-08-22 00:06:49 +000013069Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13070
13071 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
13072 include/libxml/catalog.h: starts to look okay, really
13073 plugged the new framework, cleaned a lot of stuff,
13074 added some APIs, except the PI's support missing this
13075 should be mostly complete
13076 * result/catalogs/* test/catalogs/*: added new test, enriched
13077 the existing one with URN ID tests
13078
Daniel Veillard64339542001-08-21 12:57:59 +000013079Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13080
13081 * catalog.c: fixed nextCatalog
13082 * result/catalogs/docbook test/catalogs/*: started adding
13083 a small regression test
13084
Daniel Veillardcda96922001-08-21 10:56:31 +000013085Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
13086
13087 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
13088 more work on the XML catalog support.
13089 * parser.c include/libxml/parser.h: small cleanup seems using
13090 list as a public parameter name can give portability troubles
13091 * trionan.c trionan.h xpath.c include/libxml/trionan.h
13092 include/libxml/xpath.h include/libxml/Makefile.am: removed
13093 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
13094 wrappers
13095
Bjorn Reese45029602001-08-21 09:23:53 +000013096Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13097
13098 * Makefile.am trio.c triodef.h trionan.c xpath.c
13099 include/libxml/Makefile.am include/libxml/trionan.h:
13100 Re-worked Not-A-Number and Infinity support.
13101 * xmlcatalog.c: added readline include files
13102
Daniel Veillard344cee72001-08-20 00:08:40 +000013103Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13104
13105 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
13106 testCatalog as xmlcatalog, making it an installed app
13107 adding a shell, and preparing it to be a /etc/xml/catalog
13108 management tool, though not ready yet
13109 * catalog.c include/libxml/catalog.h: adding support for
13110 XML Catalogs http://www.oasis-open.org/committees/entity/
13111 not finished, there is some interesting tradeoffs and a
13112 few open questions left.
13113
Daniel Veillardb7664f42001-08-19 13:00:43 +000013114Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
13115
13116 * xmllint.c: fixed a line formatting problem
13117
Daniel Veillard5015b712001-08-17 09:37:52 +000013118Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13119
13120 * SAX.c: removed a couple of unused variable (Albert Chin)
13121
Daniel Veillardbb371292001-08-16 23:26:59 +000013122Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13123
13124 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
13125 trying to fix some troubles w.r.t. function returning
13126 const xxxPtr.
13127
Daniel Veillardb60c54e2001-08-16 19:34:27 +000013128Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13129
13130 * win32/dsp/libxml2.def.src: another set of symbols conditionally
13131 defined
13132
Daniel Veillardae6db172001-08-16 19:32:00 +000013133Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13134
13135 * xpointer.c: removed unused var
13136
Daniel Veillard09190202001-08-16 16:27:41 +000013137Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13138
13139 * testXPath.c: another small cleanup closing bug #59110
13140
Daniel Veillard796f4b62001-08-16 16:00:13 +000013141Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13142
13143 * win32/dsp/libxml2.def.src: small cleanup closing bug
13144 #59108
13145
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013146Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13147
13148 * example/gjobread.c: add xmlCleanupParser() before leaving
13149
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013150Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13151
13152 * config.h.in configure.in include/libxml/xmlwin32version.h:
13153 released 2.4.2
13154
Daniel Veillardd3d06722001-08-15 12:06:36 +000013155Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13156
13157 * include/libxml/valid.h debugXML.c valid.c: deprecate
13158 the non-boundchecking Sprintf functions, add Snprintf
13159 this should close bug #57984
13160
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013161Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13162
13163 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13164 URIs before doing the lookups (pointed by Mark Vakoc)
13165
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013166Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13167
13168 * xpath.c: serious changes on Result Value Trees and NodeSets
13169 w.r.t. deallocation and collect operations. Probably not
13170 100% clean (merge of allocated trees smells like a problem).
13171 Seems sufficient to close #58943
13172
Daniel Veillard90493a92001-08-14 14:12:47 +000013173Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13174
13175 * xmllint.c: adding a --format option
13176
Daniel Veillardfe703322001-08-14 12:18:09 +000013177Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13178
13179 * xpath.c: count() was broken on Result Value Tree
13180 * xmlIO.c: fixed file:/// accesses on _WIN32
13181
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013182Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13183
13184 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13185 macro was renamed, this should close bug #58683
13186
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013187Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13188
13189 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13190 entity substitution mode text at the end of the entity might
13191 be added due to text coalescing.
13192 * nanoftp.c parser.c: small cleanup
13193
Daniel Veillard0c720972001-08-08 20:59:00 +000013194Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13195
13196 * HACKING: added John Fleck right to commit in the doc subdir
13197
Daniel Veillard48da9102001-08-07 01:10:10 +000013198Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13199
13200 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13201 allow to inherit attributes from the DTD directly in the
13202 tree, this is needed for XPath and can be a useful feature.
13203 Inherited namespaces are always provided at the tree level now
13204 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13205 of tests for this feature (XSLT being the prime user).
13206
Daniel Veillard50f34372001-08-03 12:06:36 +000013207Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13208
13209 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13210 testSAX.c xmlIO.c xmllint.c include/win32config.h
13211 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13212 include/libxml/xmlwin32version.h.in win32/README.MSDev
13213 win32/dsp/*: applied Win32 Facelift No.2 patches from
13214 Igor Zlatkovic for Windows/MSC
13215
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013216Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13217
13218 * SAX.c: unparsedEntityDecl() the URI computation of the
13219 entity wasn't done breaking XSLT unparsed-entity-uri()
13220
Daniel Veillard567e1b42001-08-01 15:53:47 +000013221Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13222
13223 * xpath.c: fixed a bug when walking the descendants and
13224 the current node has no children
13225 * debugXML.c: show up when a text node is supposed to not be escaped
13226
Thomas Broyerf186c822001-07-31 23:30:37 +000013227Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13228
13229 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13230 worked like the set:leading() function)
13231 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13232
Daniel Veillardba6db032001-07-31 16:25:45 +000013233Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13234
13235 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13236
Daniel Veillard57905372001-07-31 15:52:17 +000013237Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * include/libxml/xmlIO.h: apply change to close #58141
13240 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13241
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013242Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13243
13244 * parser.c: when the internal subset uses a PE, then the
13245 included entity can use conditional sections.
13246
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013247Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13248
13249 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13250 when walking the namespace axis showing up in
13251 libxst/tests/general/bug-12
13252 * xmlmemory.c: added the possibility to trace a given block
13253 defined by its address
13254
Daniel Veillard4aafa792001-07-28 17:21:12 +000013255Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13256
13257 * parser.c: don't override existing encoding specified before
13258 starting xmlParseDocument()
13259
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013260Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13261
13262 * include/libxml/xmlwin32version.h: reinserted, needed for
13263 Windows users of CVS
13264
Darin Adlera77cac02001-07-27 17:41:51 +0000132652001-07-27 Darin Adler <darin@bentspoon.com>
13266
Darin Adler699613b2001-07-27 22:47:14 +000013267 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13268 * testCatalog.c: Add include of <libxml/parser.h>.
13269
132702001-07-27 Darin Adler <darin@bentspoon.com>
13271
Darin Adlera77cac02001-07-27 17:41:51 +000013272 * include/libxml/.cvsignore:
13273 * include/libxml/xmlwin32version.h:
13274 Remove this file from CVS because it's generated.
13275
Daniel Veillard50822cb2001-07-26 20:05:51 +000013276Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * parser.c include/libxml/parser.h: applied const patches from
13279 Tom Moog #58002
13280
Thomas Broyerba4ad322001-07-26 16:55:21 +000013281Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13282
13283 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13284 lookup framework
13285
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013286Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13287
13288 * tree.c: fixed xmlCopyNode() for documents
13289
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013290Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13291
13292 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13293
13294Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013295
13296 * parser.c: fixes bug #57652 reported by Morus Walter
13297
Daniel Veillarde3924972001-07-25 20:25:21 +000013298Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13299
13300 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13301
Daniel Veillarda53c6882001-07-25 17:18:57 +000013302Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13303
13304 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13305 errors, lesson don't add new functions at 1am before a release
13306 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13307 from XPath initialization when possible.
13308
Daniel Veillardd9bad132001-07-23 19:39:43 +000013309Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13310
13311 * result/scripts/base*: removing history/readline changed
13312 this slightly
13313 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13314 xmllint.c: make element content line number generation
13315 optionnal to avoid breaking old apps added interface to switch
13316
Daniel Veillardf012a642001-07-23 19:10:52 +000013317Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013320 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013321 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13322 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13323 John Kroll fixes to allow saving to HTTP via PUT (or
13324 POST of needed).
13325 * doc/html/*.html: regenerated the docs
13326
Thomas Broyere8126242001-07-22 03:54:15 +000013327Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13328
13329 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13330 xmlHashScanFull and xmlHashScannFull3 to get passed the
13331 three keys as arguments to the callback function
13332
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013333Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13334
13335 * configure.in Makefile.am: removed libxml softlink for good
13336 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13337 100% coverage by gtk-doc
13338
Daniel Veillard8599e702001-07-17 21:38:51 +000013339Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13340
13341 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13342 fixed serious troubles due to size_t vs. int mismatch
13343
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013344Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13345
13346 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13347
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013348Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13349
13350 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13351 convenient extension API for value and context managing
13352 Now handles external objects through xmlXPathPopExternal,
13353 xmlXPathWrapExternal and xmlXPathReturnExternal.
13354 Added functions for sets operations (intersection, etc.)
13355
Daniel Veillard22090732001-07-16 00:06:07 +000013356Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13357
13358 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13359 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13360 HTMLparser.c: cleanup of global variables, marking some
13361 const or private.
13362
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013363Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013364
13365 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13366 fixed xmlXPathNodeSetItem when passing index=0
13367
Daniel Veillard05dec342001-07-14 21:57:39 +000013368Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13369
13370 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13371
Daniel Veillard28ae6362001-07-14 16:44:32 +000013372Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13373
13374 * xmllint.c: fixed compilation under Cygwin #57503
13375 * TODO: update
13376
Peter Williamsed156f52001-07-13 18:35:13 +0000133772001-07-13 Peter Williams <peterw@ximian.com>
13378
13379 * config.h.in: add #undef HAVE_DLFCN_H
13380
13381 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13382 builddir.
13383
Daniel Veillard73b36e32001-07-12 15:09:52 +000013384Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13387 raised by #57348 and #57381
13388
Daniel Veillard7db37732001-07-12 01:20:08 +000013389Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13390
13391 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13392 tree.c xpointer.c: store the line numbder in element->content,
13393 may break some software, need a configuration mechanism
13394
Darin Adler96037892001-07-11 00:03:16 +0000133952001-07-10 Darin Adler <darin@bentspoon.com>
13396
13397 * .cvsignore:
13398 * example/.cvsignore:
13399 * include/.cvsignore:
13400 * include/libxml/.cvsignore:
13401 Various things that are generated and should be ignored.
13402
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013403Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13404
13405 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13406 * doc/xml.html doc/html/*: updated the docs
13407
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013408Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13409
13410 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13411 validation occured on content with element child
13412
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013413Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * tree.c: fixed XML Base computation which was broken
13416 * debugXML.c: added a base function to the shell
13417 * Makefile.am result/scripts/* test/scripts/*: added scripts
13418 based regression tests, and adding 2 XML Base tests
13419
Daniel Veillard19e96c32001-07-09 10:32:59 +000013420Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13421
13422 * tree.c: set properties doc and call xmlSetListDoc for properties
13423 content when grafting them in a different tree.
13424 * aclocal.m4: remove from CVS
13425
Daniel Veillarde086f5c2001-07-08 21:10:40 +000013426Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * win32/libxml2/libxml2.def.src: added some missing entry point
13429 for XPath (Mark Vakoc)
13430
Daniel Veillard388236f2001-07-08 18:35:48 +000013431Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
13434 layer should URI-Unescape before trying to open resources.
13435
Daniel Veillard04383752001-07-08 14:27:15 +000013436Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * xpath.c: fix the name() bug for elements in the default
13439 namespace reported by Charlie Bozeman
13440
Daniel Veillard7583a592001-07-08 13:15:55 +000013441Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13442
13443 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
13444 led to an XPath fix, improvements of SAX initialization, and
13445 an added option --nocdata to testXPath
13446
Daniel Veillard449d7392001-07-07 19:11:06 +000013447Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * doc/libxml-doc.el: Felix Natter provided anew version working
13450 with XEmacs too
13451
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013452Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13453
13454 * include/libxml/xpath.h: small cleanup
13455 * doc/xml.html: update
13456
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013457Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13460 released 2.3.14
13461
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013462Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013465 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013466
Daniel Veillard73c9c042001-07-05 20:02:54 +000013467Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13470 were not equal to empty strings
13471
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013472Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * SAX.c: fixed a URI-Reference computation problem when validating
13475 * xmlIO.c: small cleanup
13476
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013477Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13478
13479 * parser.c: improved the description of a couple of interfaces
13480 upon Larry Stamper suggestion
13481
Daniel Veillard62f313b2001-07-04 19:49:14 +000013482Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13483
13484 * SAX.c entities.c parser.c: changed completely the way entities
13485 are handled when running the parser in entity substitution mode.
13486 This fixes a bug reported by Stephan Kulow and nearly divides
13487 by 3 the amount of memory required by libxslt to load and process
13488 DocBook TDG.
13489
Daniel Veillardf420ac52001-07-04 16:04:09 +000013490Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * HTMLparser.c: fixing a too early root closing problem raised
13493 byt Prashanth Naidu
13494
Daniel Veillard8c357d52001-07-03 23:43:33 +000013495Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13496
13497 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13498 raised by Mark Vakoc.
13499
Daniel Veillard6e90d192001-07-03 16:37:49 +000013500Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13501
13502 * example/Makefile.am: fixed the include path to add srcdir/include
13503 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13504 and some cleanup
13505
Daniel Veillardf06307e2001-07-03 10:35:50 +000013506Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13507
13508 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13509 lot of optimization work, results in significant improvements
13510 when handling really complex XPath queries. Add a small optimizer
13511 for unions, improve [n] and [last()], avoid some costly ops.
13512
Daniel Veillard77044732001-06-29 21:31:07 +000013513Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13514
13515 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13516 * xpath.c: small cleanup
13517 * xmlGetNsList: reformated, fixed problems if used on Entities
13518
Daniel Veillard2adbb512001-06-28 16:20:36 +000013519Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13520
13521 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13522
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013523Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13524
13525 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13526 * Makefile.am example/Makefile.am: workaround automake generating
13527 erroneous deps
13528
Daniel Veillard12f7d292001-06-28 13:12:11 +000013529Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13530
13531 * include/win32config.h: bug #56801 Yon Derek provided a patch
13532 to the windows config file.
13533
Daniel Veillard87ee9142001-06-28 12:54:16 +000013534Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13535
13536 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13537 libxml.h : Yon Derek provided a set of changes to compile from
13538 CVS on Windows/MSC
13539
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013540Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13541
13542 * parser.c: fixed UTF8 BOM support in push mode
13543 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13544 added a specific testcase
13545
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013546Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * Makefile.am: added --push regression tests
13549 * parserInternals.c: the XML parser segfaulted in --push mode
13550
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013551Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * configure.in: moved the symlinks detection within a CVS
13554 check, this is not portable and will be removed soon.
13555 * xpath.c: small cleanup/speedup
13556
Daniel Veillard11648102001-06-26 16:08:24 +000013557Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13558
13559 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13560 release of 2.3.12
13561 * parser.c: make an error message if unknow entities in all cases
13562
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013563Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13564
13565 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13566
Daniel Veillard23793842001-06-25 16:07:45 +000013567Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13568
13569 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13570 includes were installed in the wrong dir
13571
Daniel Veillardf5498f32001-06-25 15:08:36 +000013572Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * doc/html.xml: warn against sending code to exhibit bugs.
13575
Daniel Veillard56f06462001-06-24 21:34:03 +000013576Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13577
13578 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13579 Tru64 from Thomas Leitner
13580
Daniel Veillardc5d64342001-06-24 12:13:24 +000013581Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13582
13583 * AUTHORS: added William and Bjorn
13584 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13585 daniel@veillard.com hopefully I won't have to do this again
13586 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13587 docs can be rebuilt cleanly now
13588 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13589 from CVs it's generated, added include/libxml/xmlwin32version.h
13590 also generated but which should change far less frequently.
13591 * catalog.c nanoftp.c: made sure to include libxml.h not
13592 libxml/xmlversion.h directly
13593 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13594 when compiling on WIN32 and MSC
13595
Daniel Veillard07385fd2001-06-23 21:55:48 +000013596Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13597
13598 * include/Makefile.am include/libxml/Makefile.am configure.in:
13599 fixed make distcheck and rebuilding the rpms
13600
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013601Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * configure.in: should finish the migration of exported includes
13604 into a real include/libxml in CVS, at least for CVS users.
13605 * removed the exported headers, added in include/libxml (as well
13606 as xmlversion.h.in).
13607
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013608Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13609
13610 * configure.in: fixed the way to detect symlink
13611
Daniel Veillard66541772001-06-23 18:31:04 +000013612Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * configure.in: updated, include/libxml is now a real CVS dir
13615
Daniel Veillardca989762001-06-23 17:39:29 +000013616Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13619 version works with both libxml1 and libxml2 (it autodetects
13620 the prefix of the html-files) from Felix Natter.
13621 * doc/xml.html: updated doc accordingly
13622
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013623Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13624
13625 * xpath.c: fixed the bug generating a template loop in libxslt
13626 when using docbook-xsl-1.4, * should filter out document nodes
13627 * HACKING: added William
13628 * TODO: updated
13629
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013630Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * doc/FAQ.html: added a warning about gcc-3.0
13633 * doc/xml.html: added reference to gdome2 and removed a confusing
13634 sentence
13635
Daniel Veillardf7f41852001-06-22 15:18:01 +000013636Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * xmlversion.h: okay this is a generated file, but Windows
13639 users need it and they can't generate it, and I want CVS
13640 Windows users ...
13641 * win32/libxml2/libxml2_so.dsp: Windows project file for
13642 the shared lib version of libxml2
13643 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13644 resources needed for libxslt/xsltproc by Yon Derek
13645
Bjorn Reese3157b342001-06-22 14:41:45 +000013646Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13647
13648 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13649
Daniel Veillard4151acb2001-06-22 10:48:57 +000013650Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13651
Daniel Veillardcc146db2001-06-22 11:10:52 +000013652 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13653
13654Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13655
Daniel Veillard4151acb2001-06-22 10:48:57 +000013656 * include/win32config.h: Yon Derek provided a first fix
13657 to be able to compile libxslt/xsltproc on Windows
13658
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013659Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13660
13661 * xpath.c: attempt to work around what seemed a gcc optimizer
13662 bug when handling floats on i386 http://veillard.com/gcc.bug
13663 * tree.c entities.c encoding.c: doing some cleanups while
13664 chasing it
13665
Daniel Veillard017b1082001-06-21 11:20:21 +000013666Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * Makefile.am: cleanup when --without-debug is specified
13669 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13670 w.r.t. --without-debug and other include points
13671 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13672 Catalogs
13673 * configure.in entities.h tree.h HTMLparser.c: removed
13674 --without-corba, made the _private field mandatory
13675
Daniel Veillard87a764e2001-06-20 17:41:10 +000013676Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13677
13678 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13679 outputs a BOM in UTF8, an errata has been issued to avoid the
13680 problem, that was the most reasonable solution... Add support
13681 for a leading UTF8 BOM in entities.
13682
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013683Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13684
13685 * valid.c: fixed a bug found when post validating an entity ref
13686 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13687 activate it too
13688
Daniel Veillard39196eb2001-06-19 18:09:42 +000013689Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13690
13691 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13692 weakness in the node copy the XPointer and the XInclude
13693 implementations. Serious cleanup.
13694
Daniel Veillard3739b982001-06-19 12:51:30 +000013695Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * Makefile.am: Kjartan Maraas provided a small patch to
13698 add xml2-config.in to EXTRA_DIST
13699
Daniel Veillarda9142e72001-06-19 11:07:54 +000013700Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13703 provided another failing case found in KDE, the way the
13704 ctxt->vctxt.nodeTab was allocated and freed changed over
13705 time but it wasn't completely cleaned up. This should fix it.
13706
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013707Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * parser.c: Stephan Kulow also raised the fact that line number
13710 could get miscounted making debug harder, fixed the problem
13711 in xmlParseCharData()
13712
Daniel Veillard64b98c02001-06-17 17:20:21 +000013713Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13714
13715 * valid.c: Stephan Kulow pointed out a problem when validating
13716 and using an empty entity, forgot a 'break' in a case.
13717
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013718Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13721 * doc/xml.html: updated with 2.3.11
13722
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013723Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13724
13725 * TODO: updated adding cleanup of generated doc
13726 * configure.in: prepared to release 2.3.11
13727 * xmllint.c: added --version for bug reporting
13728 * doc/html/*.html: rebuilt the doc
13729
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013730Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13731
13732 * xpath.c: first part of the work on selecting namespace to
13733 fix bug #56115
13734
Daniel Veillard96ed5832001-06-15 22:22:04 +000013735Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13736
13737 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13738 when using -liconv
13739 * TODO: updated
13740
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013741Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13744 cleanup, encoding support.
13745
Daniel Veillard608ad072001-06-14 08:32:28 +000013746Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13747
13748 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13749
Daniel Veillard239d0522001-06-13 23:02:48 +000013750Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13751
13752 * xpath.c: bug detected by Ankh when / is used as a function arg
13753
Daniel Veillard02bb1702001-06-13 21:11:59 +000013754Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13757 of element and use it to avoid outputting formatting spaces at
13758 the wrong place. Implemented the format parameter for HTML save.
13759 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13760 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13761 result/HTML/wired.html: of course this impact the result of a
13762 number of HTML tests
13763
Daniel Veillard95d845f2001-06-13 13:48:46 +000013764Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13765
13766 * HTMLtree.[ch]: started augmenting the HTML save API with
13767 encoding and formatting parameters
13768
Daniel Veillardeca60d02001-06-13 07:45:41 +000013769Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13770
13771 * HTMLtree.h: cleanup and started evaluating the work needed on
13772 revamping the HTML output code
13773
Daniel Veillard84666b32001-06-11 17:31:08 +000013774Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13775
13776 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13777
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013778Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13779
13780 * valid.c: fixed bug #56049, forgot one check in the
13781 validation routine
13782
Daniel Veillardca2366a2001-06-11 12:09:01 +000013783Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13784
13785 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13786
Daniel Veillard6761eee2001-06-11 10:29:38 +000013787Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13788
13789 * libxml.h: fixed an error in last commit
13790 * doc/FAQ.html: added an entry for compilation from CVS
13791
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013792Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13793
13794 * xmlversion.h.in libxml.h: Cygwin patches
13795 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13796 * tree.h: cleanup
13797
Daniel Veillardacd370f2001-06-09 17:17:51 +000013798Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13799
13800 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13801 memory block in a strange case where libxml is linked twice
13802 in the binary.
13803
Daniel Veillard1d047672001-06-09 16:41:01 +000013804Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13807 state far too often, simple fix used to avoid it.
13808
Daniel Veillard4497e692001-06-09 14:19:02 +000013809Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13810
13811 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13812 being processed, applied his patch
13813 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13814
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013815Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13816
13817 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13818 provided fixes to compile on MSCC again
13819 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13820 also provided an update for the project files.
13821
Daniel Veillarda682b212001-06-07 19:59:42 +000013822Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13823
13824 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13825 bug #55810
13826
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013827Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13828
13829 * tree.c: fixed xmlGetNsProp() to close bug #55683
13830 Note this requires libxslt to use it's own function instead.
13831
Daniel Veillardf0c53762001-06-07 16:07:07 +000013832Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13833
13834 * HTMLtree.c: when in a pre element no formatting space should
13835 be added.
13836 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13837
Daniel Veillard068a9652001-06-07 15:30:26 +000013838Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * configure.in: added tests for signal() and signal.h
13841
Daniel Veillard541d6552001-06-07 14:20:01 +000013842Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13845
Daniel Veillard8a367d42001-06-07 14:01:34 +000013846Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13847
13848 * doc/libxml-doc.el: Felix Natter provided a new version for
13849 libxml2
13850
Daniel Veillard8a926292001-06-07 11:20:20 +000013851Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13852
13853 * HTMLtree.c: when in a pre element no formatting space should
13854 be added.
13855
Daniel Veillard14839d52001-06-06 16:11:56 +000013856Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13859
Daniel Veillarde95e2392001-06-06 10:46:28 +000013860Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13863 hack
13864 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13865 * uri.c: fixed a warning
13866
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013867Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13868
13869 * HTMLtree.c: trying to close bug #55772 escaping in script
13870 elements
13871 * doc/xml.html: suggest to send mail to the list
13872
13873Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013874
13875 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13876 good. Use a macro and based on the solution provided in
13877 vsnprintf manual page from GNU.
13878
Bjorn Reese99748722001-06-05 12:49:15 +000013879Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13880
13881 * error.c: Workaround for non-preserving variadic list.
13882 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13883
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013884Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13885
13886 * doc/xml.html: added 2.3.10 release
13887
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013888Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13889
13890 * configure.in: releasing 2.3.10
13891
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013892Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13893
13894 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13895
Daniel Veillard20042422001-05-31 18:22:04 +000013896Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13897
13898 * encoding.c: Robert Collins provided a patch to add the
13899 "US-ASCII" encoding alias
13900
Daniel Veillard97ac1312001-05-30 19:14:17 +000013901Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13902
13903 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13904 string oriented functions and started cleaning the related areas
13905 in xpath.c which needed fixing in this respect
13906
Daniel Veillard2d703722001-05-30 18:32:34 +000013907Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13908
13909 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13910 #55380
13911 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13912
Daniel Veillard9403a042001-05-28 11:00:53 +000013913Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * TODO: updated
13916 * nanohttp.[ch] : started adding APIs to get the redirected URL
13917 when this occurs (needed for further base computation
13918 * tree.h: cleanup
13919 * encoding.c: cleanup
13920 * SAX.c: minor change around ctxt->loadsubset
13921
Daniel Veillard6278fb52001-05-25 07:38:41 +000013922Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13923
13924 * Makefile.am include/Makefile.am: small change to have
13925 include/libxml rebuilt if working from CVS.
13926 * uri.c: applied another patch from Carl Douglas for URI escaping,
13927 this should close bug #51876
13928
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013929Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13930
13931 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13932 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13933 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13934 added specific regression test
13935 * parser.h: preparing for the XSLT mode where DTD inherited
13936 attributes are added to the tree.
13937
Daniel Veillardbbd22452001-05-23 12:02:27 +000013938Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13939
13940 * xinclude.[ch]: Updated the namespace for the Last Call version
13941 * result/XInclude/include test/XInclude/include: updated the
13942 testsuite accordingly
13943
Daniel Veillard8514c672001-05-23 10:29:12 +000013944Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13945
13946 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13947 related to bug #51876
13948
Daniel Veillard42596ad2001-05-22 16:57:14 +000013949Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * tree.c: fixed a gross mistake in base computation, xml:base is
13952 not completely correct yet (need cascade).
13953 * xpath.[ch]: added the few things needed to find a function name
13954 and URI from the XPath context when it is called.
13955
Daniel Veillard81418e32001-05-22 15:08:55 +000013956Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13957
13958 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13959 * DOCBparser.c: small cleanup
13960 * xmllint.c: added a --catalogs option to load catalogs from
13961 $SGML_CATALOG_FILES
13962 * tree.c: cleanup
13963 * configure.in: iconv library fixup, ICONV_LIBS
13964
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013965Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13966
13967 * catalog.c: handling of CATALOG entries. detection of recursion,
13968 and a few bugfixes
13969 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13970 against the default namespace
13971
Daniel Veillard04b93292001-05-21 08:15:31 +000013972Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13973
13974 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13975
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013976Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13977
13978 * parser.c: fixed propagation context info when parsing an
13979 external entity.
13980 * doc/html/*.html: regenerated a couple of docs
13981
Daniel Veillard4623acd2001-05-19 15:13:15 +000013982Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * doc/xml.html: update with 2.3.9 informations
13985
Daniel Veillardbed7b052001-05-19 14:59:49 +000013986Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13987
13988 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13989 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13990 * doc/html/* : rebuilt the docs
13991 * valid.c: small patch which may improve some case when
13992 validating.
13993
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013994Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * HTMLparser.c: Closed bug #54891
13997 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13998 to the suite
13999
14000Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14001
14002 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
14003 applied a documentation patch from LotR and filled in a few missing
14004 descriptions
14005
Daniel Veillard76d66f42001-05-16 21:05:17 +000014006Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * xpath.c tree.c parser.c: speed optimizations at the parser level
14009 document tree freeing and xpath evaluation
14010
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000014011Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * parser.c parser.h parserInternals.h: fixed a couple of
14014 interfaces for handling memory buffer input to const char *
14015 upon suggestion of JamesH.
14016
Daniel Veillardc3739e72001-05-15 15:23:27 +000014017Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * configure.in: LoTR sent a patch fixing the previous commit
14020
Daniel Veillarda4f27e02001-05-15 12:41:29 +000014021Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * configure.in: trying to deal again with the stoopid -R linking
14024 flag of Solaris
14025
Daniel Veillard790142b2001-05-15 10:51:53 +000014026Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14027
14028 * xpath.h: two nodeset access macros from Thomas Broyer
14029
Daniel Veillardba0b8c92001-05-15 09:43:47 +000014030Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14031
14032 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
14033 patch from Thomas Broyer
14034
Daniel Veillarde62d36c2001-05-15 08:53:16 +000014035Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14036
14037 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
14038 case
14039 * INSTALL: was empty added stuff from the FAQ
14040
Daniel Veillard75bea542001-05-11 17:41:21 +000014041Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14042
14043 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
14044 attributes handling and #54433 by adding xmlUnsetProp()
14045 and xmlUnsetNsProp()
14046
Daniel Veillard0a2a1632001-05-11 14:18:03 +000014047Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14048
14049 * HTMLparser.c: Patch from Jonas Borgström
14050 (htmlGetEndPriority): New function, returns
14051 the priority of a certain element.
14052 (htmlAutoCloseOnClose): Only close inline elements if they
14053 all have lower or equal priority.
14054 * result/HTML: this of course changed a number of tests results.
14055
Daniel Veillard7d6fd212001-05-10 15:34:11 +000014056Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14057
14058 * xmlIO.c catalog.c: plugged in the default catalog resolution
14059 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
14060 documentations
14061 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
14062
Daniel Veillarda7374592001-05-10 14:17:55 +000014063Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14064
14065 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
14066 integrating catalogs
14067 * catalog.[ch] testCatalog.c: adding a small catalo API
14068 (only SGML catalog support).
14069 * parser.c: restaured xmlKeepBlanksDefault(0) API
14070
Daniel Veillardc17337c2001-05-09 10:51:31 +000014071Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14072
14073 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
14074
Daniel Veillard257d9102001-05-08 10:41:44 +000014075Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14076
14077 * parser.c: added xmlParseExternalEntityPrivate() to allow
14078 propagation of ctxt->_private when parsing external entities
14079
Daniel Veillard083c2662001-05-08 08:27:14 +000014080Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14081
14082 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
14083
Daniel Veillard01ef7382001-05-08 07:31:43 +000014084Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14085
14086 * configure.in: fixed a small portability problem with AM_CONDITIONAL
14087
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000014088Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14089
14090 * valid.c: warn when indeterminist content model is detected
14091 * result/VC/ElementValid8: this adds a message
14092 * Makefile.am: add --novalid for VCM tests
14093 * parserInternals.c: added a call to Init memory
14094
Daniel Veillard64269352001-05-04 17:52:34 +000014095Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14096
14097 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
14098 when both parameters are NULL.
14099
Daniel Veillard37721922001-05-04 15:21:12 +000014100Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14101
14102 * valid.c: applied small patch from Gary Pennington, reindented
14103 some part of the code.
14104
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000014105Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14106
14107 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
14108 release, updated and regenerated the docs
14109
Daniel Veillard357c9602001-05-03 10:49:20 +000014110Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14111
14112 * xpath.c result/XPath/expr/floats : clarified and cleanup
14113 printing of abnormal floats in tests.
14114
Daniel Veillarda2bc3682001-05-03 08:27:20 +000014115Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14116
14117 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
14118 * results/HTML/ : a few changes in the output of the HTML tests as
14119 a result.
14120 * configure.in: tying to fix -liconv where needed
14121
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000014122Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14123
14124 * Makefile.am: fixed a stupid error
14125
Daniel Veillard7150a032001-05-02 16:41:11 +000014126Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14127
14128 * configure.in Makefile.am: make the inclusion of the trio
14129 modules in the library conditional
14130
Daniel Veillardc057c5d2001-05-02 12:41:24 +000014131Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14132
14133 * DOCBparser.c: patche from László Kovács, fixed entities refs
14134 in attributes handling
14135
Daniel Veillardedddff92001-05-02 10:58:52 +000014136Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14137
14138 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
14139 flushing
14140
Daniel Veillardc8f620b2001-04-30 20:31:33 +000014141Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14142
14143 * xpath.c: fix of an XSLT namespace bug reported on the list
14144 general/bug-8-
14145
Daniel Veillard5792e162001-04-30 17:44:45 +000014146Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14147
14148 * strio.h trio.c: Dan McNichol suggested a couple of small
14149 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14150
Daniel Veillard02141ea2001-04-30 11:46:40 +000014151Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * tree.c parser.c encoding.c: spent a bit more time looking
14154 at the parsing speed and DOM handling. Added a few more
14155 speedups.
14156
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014157Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14158
14159 * parser.c: small but effective parsing speed improvement
14160
Daniel Veillardb59076b2001-04-29 17:04:07 +000014161Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14162
14163 * configure.in: default on the DocBook parser inclusion (for Gnome)
14164 * DOCBparser.h: fixed a header reference
14165
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014166Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * configure.in xpath.c: applied Bjorn patches for FPE on the
14169 alpha
14170
Daniel Veillardeefd4492001-04-28 16:55:50 +000014171Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14172
14173 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14174 xmlSaveFormatFileTo()
14175
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014176Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14177
14178 * xpath.c: simple and efficient optimization, XPath functions
14179 aways bind to the same code, cache this
14180 * TODO: updated (by saying some is obsolete)
14181
Daniel Veillard2156a562001-04-28 12:24:34 +000014182Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14183
14184 * xpath.c: more cleanup work on XPath name parsing routines
14185
Daniel Veillard61d80a22001-04-27 17:13:01 +000014186Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14187
14188 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14189 xmlXPathParseName
14190 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14191 * debugXML.c: avoid compilation problems if compiling without
14192 HTML support, Igor Zlatkovic
14193 * win32/libxml2/libxml2.def.src: being able to compile without
14194 XPath on Windows
14195
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014196Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * libxml.m4: yet another patch from Toshio Kuratomi
14199
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014200Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14201
14202 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14203
Daniel Veillard67fee942001-04-26 18:59:03 +000014204Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14205
14206 * tree.[ch]: added xmlSaveFormatFile interface for saving
14207 and indenting a file.
14208
Daniel Veillard82e49712001-04-26 14:38:03 +000014209Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14210
14211 * xpath.c: fixed bug #53689 related to processing-instruction()
14212
Daniel Veillard02f077a2001-04-26 10:59:11 +000014213Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14214
14215 * DOCBparser.c: patche from László Kovács
14216
Daniel Veillard30211a02001-04-26 09:33:18 +000014217Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14218
14219 * parser.c: applied fixes from Christian Glahn bug report #53391
14220
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014221Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14222
14223 * error.c: Jean François Lecomte provided a complete description
14224 and a fix to bug #53537
14225
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014226Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14227
14228 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14229
Daniel Veillard1034da22001-04-25 19:06:28 +000014230Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14231
14232 * DOCBparser.c SAX.c: a bit more work on entities processing.
14233 Still Need to cleanup XML output and references in attributes
14234
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014235Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14236
14237 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14238
Daniel Veillardb33c2012001-04-25 12:59:04 +000014239Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14240
14241 * tree.c: trying to fix #53574, not completely complete,
14242 I would like xmllint --copy --debug test/ent1 and
14243 xmllint --debug test/ent1 to show the same result.
14244 * xpath.c: fix a bug when trying to sort namespace nodes
14245
Daniel Veillard5146f202001-04-25 10:29:44 +000014246Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14247
14248 * HTMLtree.c: real fix for #53402
14249
Daniel Veillard7533cc82001-04-24 15:52:00 +000014250Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14251
14252 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14253 PIs when using xsl:output
14254 * valid.c: closing #53537 some case generate segfaults if there
14255 is validity errors
14256
Daniel Veillard61b33d52001-04-24 13:55:12 +000014257Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14258
14259 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14260 of external parsed entities, added --noent to testDocbook
14261 * valid.c: Garry Pennington found an uninitialized variable
14262 access in xmlValidateElementContent()
14263
Daniel Veillard56098d42001-04-24 12:51:09 +000014264Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14265
14266 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14267 with madness
14268 * result/HTML/ : this modified the result of the regression tests
14269 a lot.
14270
Daniel Veillard122376b2001-04-24 12:12:30 +000014271Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14272
14273 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14274 to doc where it wasn't checked against NULL reported by
14275 Jens Laas
14276
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014277Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14278
14279 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14280 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14281
Daniel Veillardeae522a2001-04-23 13:41:34 +000014282Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14283
14284 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14285 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14286 * SAX.[ch]: cleanup and updates for DocBook
14287 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14288 ex SGML identifier changes
14289 * valid.c: removed a static unused function.
14290
Daniel Veillardde57c612001-04-23 09:13:36 +000014291Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14292
14293 * HTMLtree.c: applied change for Paul Sponagl on script saving
14294 * Makefile.am: the warning about entity title.xml are normal.
14295
Daniel Veillard393df012001-04-22 20:11:18 +000014296Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14297
14298 * configure.in: release of 2.3.7
14299 * Makefile.am: fixing make distcheck
14300
Daniel Veillarda41123c2001-04-22 19:31:20 +000014301Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14302
14303 * doc/html/* doc/xml.html: updated and regenerated the docs
14304
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014305Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14306
14307 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14308
Daniel Veillarde82a9922001-04-22 12:12:58 +000014309Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14310
14311 * tree.c: fixed #53388 with the provided patch
14312
Daniel Veillard06803992001-04-22 10:35:56 +000014313Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14314
14315 * valid.c: Bjorn detected an invalid memory access. Fixed
14316 vstateVPush()
14317
Daniel Veillard40af6492001-04-22 08:50:55 +000014318Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14319
14320 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14321
Bjorn Reese70a9da52001-04-21 16:57:29 +000014322Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14323
14324 * libxml.h: new header used only for the compilation of libxml
14325 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14326 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14327 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14328 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14329 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14330 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14331 baseline (version 1.2 plus a single patch).
14332 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14333 scientific notation for numbers. Tests added.
14334 * xpath.c: formatting of numbers changed to use sprintf
14335 (contribution from William Brack)
14336
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014337Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14338
14339 * valid.c: cleanup, more useful debugging
14340 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14341 * xmlIO.c: entity loading is printed as an error when validating
14342
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014343Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14344
14345 * valid.c: fixed to validate within entities
14346 * test/VCM/v22.xml: added a specific testcase
14347
Daniel Veillardca1f1722001-04-20 15:47:35 +000014348Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14349
14350 * valid.c: forgot an epsilon transition in for ()+
14351 * test/VCM/v21.xml : added a specific test case
14352
Daniel Veillard85349052001-04-20 13:48:21 +000014353Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14354
14355 * valid.c: removed a state explosion exhibited by RSS
14356 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14357 from bug #51872
14358
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014359Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14360
14361 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14362 validation without using an ugly NFA -> DFA algo in the source.
14363 Made a specific algorithm easier to maintain, using a single
14364 stack and without recursion.
14365 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14366 * hash.c: made the growing routine static
14367 * tree.h parser.c: added the parent information to an
14368 xmlElementContent node.
14369
Daniel Veillarde470df72001-04-18 21:41:07 +000014370Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14371
14372 * SAX.c parser.c xpath.c: generating IDs when not validating
14373 from an external parsed entity was poisoning the ID has table
14374 with removed values. This was killing XSLT on the KDE help
14375 browser.
14376
Daniel Veillardceacdd92001-04-18 15:10:35 +000014377Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14378
14379 * entities.h: andrew@ugh.net.au detected a double declaration
14380
Daniel Veillarda10efa82001-04-18 13:09:01 +000014381Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14382
14383 * debugXML.c hash.c tree.h valid.c : some changes related to
14384 the validation suport to improve speed with DocBook
14385 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14386 the way validation errors get reported
14387
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014388Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14389
14390 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14391 by P C Chow and William M. Brack for XSLT HTML output
14392
Daniel Veillard2d90de42001-04-16 17:46:18 +000014393Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14394
14395 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14396 Igor Zlatkovic patches for MSC compilation and added his
14397 updates
14398
Daniel Veillarde043ee12001-04-16 14:08:07 +000014399Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14400
14401 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14402 prefix lookup.
14403 * parserInternals.c: fixed the bug reported by Morus Walter
14404 due to an off by one typo in xmlStringCurrentChar()
14405
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014406Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14407
14408 * HTMLparser.c result/HTML/*: revamped the way the HTML
14409 parser handles end of tags or end of input
14410
Daniel Veillard82daa812001-04-12 08:55:36 +000014411Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14412
14413 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14414
Daniel Veillard67a21302001-04-11 14:39:16 +000014415Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14416
14417 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14418 bug where the linktime verions of free() won't work ...
14419
Daniel Veillard27b55282001-04-11 12:22:25 +000014420Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14421
14422 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
14423
Daniel Veillardafc73112001-04-11 11:51:41 +000014424Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14425
14426 * doc/xml.html: added 2.3.6 release
14427
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000014428Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14429
14430 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
14431 * result/wml.xml: resulted in a small output change
14432
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000014433Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14434
14435 * tree.c: xmlNewDoc was missing the charset initialization
14436 * xmllint.c: added --auto to autogenerate a doc, allow to
14437 reproduce the problem fixed on xmlNewDoc
14438
Daniel Veillard1731d6a2001-04-10 16:38:06 +000014439Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14440
14441 * xpath.c: trying to get 52979 solved
14442 * tree.c result/ result/noent/: trying to get 52712 solved, this
14443 also made me clean up the fact that XML output in general should
14444 not add formating blanks by default, this changed the output of
14445 a few tests
14446
Daniel Veillard73639a72001-04-10 14:31:39 +000014447Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14448
14449 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14450
Daniel Veillardfac26a12001-04-08 13:08:14 +000014451Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14452
14453 * configure.in: finally released 2.3.6
14454
Daniel Veillard911f49a2001-04-07 15:39:35 +000014455Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14456
14457 * xpath.c: checking for null pointer generated by new code
14458
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014459Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14460
14461 * xpath.c: fixed a [] evaluation problem reported
14462 * test/XPath/tests/simpleaddr: extended test
14463 * result/XPath/simpleaddr: updated result
14464
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014465Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14466
14467 * xmllint.c: Dan Timis reported a portability problem
14468 on Macs without mmap, fixed it.
14469
Daniel Veillardb38bd552001-04-03 18:22:00 +000014470Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14471
14472 * testXPath.c : added a --tree option allowing to display the
14473 tree dump of the XPath expression
14474
Daniel Veillard4dd93462001-04-02 15:16:19 +000014475Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14476
14477 * xpath.c: fixed a memleak when comparing nodesets
14478 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14479 * tree.c: added a TODO
14480
Daniel Veillard92ad2102001-03-27 12:47:33 +000014481Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14482
14483 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14484 we need string functions
14485 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14486 to be able to use them where needed. Applied some changes
14487 to reduce name linking pollution and compile in only what's
14488 needed.
14489 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14490 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14491 for the string manipulation functions
14492 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14493 to the free() function of xmlmemory.c
14494 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14495 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14496 usage.
14497
14498
Daniel Veillard2be30642001-03-27 00:32:28 +000014499Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14500
14501 * error.c: applied the context output patch of the error
14502 handling submitted by Chuck Griffith
14503 * error/VC/*: this slightly change some error logs
14504
Daniel Veillard50582112001-03-26 22:52:16 +000014505Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14506
14507 * parser.c: fixed line number reporting on error
14508
Daniel Veillard04be4f52001-03-26 21:23:53 +000014509Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14510
14511 * parser.c: Sullivan and Darin found a parser bug,
14512 applied the patch.
14513
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014514Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14515
14516 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14517 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14518 xmlversion.h.in xpointer.c: of course the way I defined
14519 UNUSED breaks on old gcc version. Try to be smart and
14520 also define it directly in xmlversion.h
14521 * configure.in: removed -ansi flag from the pedantic set
14522
14523Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014524 Huge cleanup, I switched to compile with
14525 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14526 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14527 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14528 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14529 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14530 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14531 encoding.h entities.c error.c list.[ch] nanoftp.c
14532 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14533 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14534 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14535 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14536 Cleanup, staticfied a number of non-exported functions,
14537 detected and cleaned up a dozen of problem found this way,
14538 avoided a lot of public function name/typedef/system names clashes
14539 * doc/xml.html: updated
14540 * configure.in: switched private flags to the really pedantic ones.
14541
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014542Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14543
14544 * configure.in: 2.3.5
14545 * doc/html/*: rebuilt the docs
14546
Daniel Veillard146c9122001-03-22 15:22:27 +000014547Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14548
14549 * parser.c: fixed a reported bug in NOTATION parsing
14550 * uri.c: accepted but not fixed bug 51876, added TODO
14551 * Makefile.am: fixed bug 51876
14552
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014553Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14554
14555 * config.h.in configure.in error.c: fix a compilation problem
14556 on platforms without vsnprintf (xml@thewrittenword.com)
14557
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014558Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14559
14560 * parser.c: fixed a function name header typo
14561 * SAX.c: notations can also occur in external subset.
14562
Daniel Veillard7d42b542001-03-20 13:22:46 +000014563Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14564
14565 * error.c: removed a C++ like comment
14566
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014567Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14568
14569 * parser.c: fixing bug 52299 strange condition leading
14570 to a parser crash due to a buffer overflow
14571 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14572 added the specific test case
14573
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014574Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14575
14576 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14577 xmlXPathConvert{String,Number,Boolean} to be able to make
14578 type casts without a context stack, fixed some implementation
14579 problems related to the absence of context at parse-time,
14580 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14581 in the public API too
14582 * xpointer.c xpathInternals.h: we need to know at parse time
14583 whether we are compiling an XPointer
14584
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014585Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14586
14587 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14588 cleaned up the parser internals, refactored XPath code, added
14589 new compilation based APIs and cleanly separated public and
14590 private APIs.
14591
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014592Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14593
14594 * xpath.h: the comp field must be added at the end to avoid
14595 killing binary compat.
14596
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014597Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14598
14599 * Makefile.am: detect XPath memleaks in regreson tests
14600 * error.c: fixed and error w.r.t. error reporting still using
14601 stderr
14602 * hash.c: added new line at end of file
14603 * tree.h: minor cleanup
14604 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14605 expression parsing from evaluation, resulted in a number of
14606 changes internally, and in XPointer. Likely to break stuff
14607 using xpathInternals.h but should remain binary compatible,
14608 new interfaces will be added.
14609
Daniel Veillardd574f782001-03-14 19:40:17 +000014610Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14611
14612 * configure.in: fixed a couple of problems reported by
14613 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14614 without gcc on non linux platforms.
14615
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014616Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14617
14618 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14619 a fix for --with-html-dir= configure support. I hope it won't
14620 break rpm generation
14621
Daniel Veillarda022fe02001-03-14 16:30:00 +000014622Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14623
14624 * xmlIO.c: one function comment cleanup.
14625
Daniel Veillard25239c12001-03-14 13:56:48 +000014626Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14627
14628 * SAX.c: external subset notations were improperly registered
14629 in the internal subset.
14630
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014631Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14632
14633 * README.cvs-commits: added, pointing to HACKING
14634 * HACKING: updated
14635
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014636Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14637
14638 * parser.c: and Matt Sergeant found one in the XML push
14639 parser (erroneous check I forgot to remove when I fixed the
14640 main parser).
14641
Daniel Veillard68d7b672001-03-12 18:22:04 +000014642Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14643
14644 * xpath.c: ptittom found a small bug in UnaryExpr
14645
Daniel Veillarde356c282001-03-10 12:32:04 +000014646Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14647
14648 * configure.in: bumped to 2.3.4
14649 * error.c: fixed bug #51860
14650 * tree.c: fixed bug #51861
14651 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14652 * tree.[ch] : added xmlDefaultBufferSize
14653 * nanoftp.c: typo in function name header block
14654 * doc/xml.html : updated, added link to XML::LibXSLT
14655 * doc/html/* : rebuilt the docs
14656
Daniel Veillard80f32572001-03-07 19:45:40 +000014657Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14658
14659 * parser.c SAX.c: the new content parsing code raised an
14660 ugly bug in the characters() SAX callback. Found it
14661 just because of strangeness in XSLT XML Rec ouptut :-(
14662
Daniel Veillard6c831202001-03-07 15:57:53 +000014663Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14664
14665 * Makefile.am: Martin Baulig suggested to add -lm
14666 * tree.c: found another bug in xmlNodeGetContent()
14667
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014668Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14669
14670 * xpath.c: Bjorn found the error related to strictness of comparison.
14671
Daniel Veillard29631a82001-03-05 09:49:20 +000014672Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14673
14674 * parser.c: trying to fix the Dtd parsing problem reported
14675 by Gary, side effect of last week speed optimizations.
14676
Daniel Veillard14be0a12001-03-03 18:50:55 +000014677Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14678
14679 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14680 * parserInternals.c: removed unneeded test raised by Stric
14681
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014682Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14683
14684 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14685 and fixed by William Brack). Added xmlXPathFormatNumber.
14686 Changed the sorting slightly.
14687 * configure.in Makefile.am example/Makefile.am: Added -lm.
14688 Please note that applications linking with libxml2, must
14689 also like with the math library from now on.
14690
Daniel Veillardf9533d12001-03-03 10:04:57 +000014691Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14692
14693 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14694
Daniel Veillard2f362242001-03-02 17:36:21 +000014695Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14696
14697 * parser.c: one must report spaces even if the Dtd element
14698 content proves that this is not part of the element content.
14699 * result/valid/*.xml: this changed the ouptu slightly
14700
Daniel Veillardb402c072001-03-01 17:28:58 +000014701Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14702
14703 * configure.in: bumped to 2.3.3
14704 * doc/xml.html: updated
14705
Daniel Veillard77851712001-02-27 21:54:07 +000014706Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14707
14708 * tree.c: minor doc fix
14709 * xpath.c: deallocation issues when a result tree has been
14710 converted to a node-set
14711
Daniel Veillardec70e912001-02-26 20:10:45 +000014712Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14713
14714 * doc/xml.html: oops corrected dates s/2000/2001
14715
Daniel Veillard8730c562001-02-26 10:49:57 +000014716Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14717
14718 * valid.c: new patch from Gary Pennington
14719
Daniel Veillard91e9d582001-02-26 07:31:12 +000014720Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14721
14722 * doc/xml.html: applied patch from Ankh
14723
Daniel Veillardedac3c92001-02-26 01:36:19 +000014724Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14725
14726 * xinclude.c: fixed a problem building on Mac
14727
Daniel Veillard21a0f912001-02-25 19:54:14 +000014728Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14729
14730 * parser.c: more work on increasing parsing ferformances
14731
Daniel Veillard48b2f892001-02-25 16:11:03 +000014732Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14733
14734 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14735 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14736 avoiding memcpy in production builds MEM_CLEANUP macro use
14737 * parser.[ch] parserInternals.c: optimizations of the tightest
14738 internal loops inside the parser. Better checking of I/O
14739 flushing/loading conditions
14740 * xmllint.c : added --timing
14741
Daniel Veillard71681102001-02-24 17:48:53 +000014742Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14743
14744 * configure.in: bumped to 2.3.2
14745 * doc/xml.html: updated for release
14746
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014747Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14748
14749 * xpath.c: found a memleak and fixed a nasty bug
14750
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014751Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14752
14753 * xmllint.[c1] : added return code errors for xmllint
14754 * xpath.c: specific debug dump function for result value trees
14755
Daniel Veillard4b637072001-02-21 21:52:55 +000014756Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14757
14758 * xpath.c: finally implemented xmlXPathCompareNodeSets
14759 * test/XPath/expr/floats results/XPath/expr/floats: added
14760 a test for float expressions
14761
Daniel Veillardf714aa32001-02-21 03:07:44 +000014762Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14763
14764 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14765 * parserInternals.[ch]: trying to speed up parsing
14766 * xpath.c : speeded up node set equality op
14767
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014768Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14769
14770 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14771 better handling of ID/IDREF and the list modules associated
14772 * configure.in: small CFLAGS cleanup
14773
Daniel Veillarda8abee62001-02-19 15:14:59 +000014774Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14775
14776 * configure.in: fixed iconv detection on AIX (stric)
14777
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014778Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014779
14780 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14781
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014782Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14783
14784 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14785 and optimized xmlXPathNodeSetSort
14786
Daniel Veillard142adbf2001-02-17 13:21:05 +000014787Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14788
14789 * xpath.c: bug fix when context size is 0
14790 * parser.c: I like Norm's Dtd because they still manage to break
14791 the parser occasionally
14792
Daniel Veillardf23e0092001-02-16 13:21:29 +000014793Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14794
14795 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14796
Daniel Veillarde0e26512001-02-16 00:11:46 +000014797Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14798
14799 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14800 attributes within the XML-1.0 namespace
14801
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014802Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14803
14804 * xpathInternals.h: exported a few axis functions
14805 * doc/xml.html: updated the doc
14806
Daniel Veillard760f4422001-02-15 14:59:48 +000014807Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14808
14809 * configure.in: applied patch from Daniel van Balen for OpenBSD
14810 and bumped version to 2.3.1
14811 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14812 attempt to find autoclosing was simply broken, removed it,
14813 updated the examples, this is better
14814
Daniel Veillardd194dd22001-02-14 10:37:43 +000014815Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14816
14817 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14818 hash functionnalities.
14819 * doc/html/* : rebuild the doc
14820
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014821Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14822
14823 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14824 on predicate
14825 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14826 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14827 really want to have tags closed on output even if we accept
14828 unclosed ones on input
14829
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014830Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14831
14832 * xpath.c: ouch don't free NULL, rare case fixed
14833 * tree.c: don't coalesce text nodes if they don't have the
14834 same behaviour wrt escaping on output
14835
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014836Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14837
14838 * xpath.c: small fixup
14839 * SAX.c: don't warn on empty namespaces.
14840
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014841Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14842
14843 * README: a bit of cleanup
14844 * configure.in: preparing for 2.3.0 release
14845
Daniel Veillard1f83d392001-02-08 09:37:42 +000014846Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14847
14848 * hash.[ch]: added a first version of xmlHashSize()
14849 * valid.c: another bug fix from Gary Pennington
14850
Daniel Veillard5eef6222001-02-07 18:24:48 +000014851Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14852
14853 * valid.c: couple of bug fixes pointed by Gary Pennington
14854 * HTMLtree.c: #if 0 cleanup
14855
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014856Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14857
14858 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14859 which removes a time consuming check of xmlXPathNodeSetAdd()
14860 and use it in places where we are sure to not break unicity
14861
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014862Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14863
14864 * xpath.c: bug fixes found from XSLT
14865 * tree.c: preserve node->name special values when copying nodes.
14866 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14867 external subset are fetched when available but without full
14868 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14869 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14870 output with encoding disabled.
14871
Daniel Veillard2c833b62001-02-03 08:52:06 +000014872Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14873
14874 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14875 xmlCheckFilename should not be called from xmlFileOpenW
14876 and xmlGzfileOpenW
14877
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014878Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14879
14880 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14881 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14882 added the new tests for URI normalization
14883 * testURI.c: fixed stoopid bugs
14884 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14885 the URI in the error messages are now properly normalized
14886
Daniel Veillardea28ce62001-02-02 08:20:19 +000014887Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14888
14889 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14890
Daniel Veillarde99a4762001-02-01 04:34:35 +000014891Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14892
14893 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14894
Daniel Veillard2b325a02001-01-31 20:46:31 +000014895Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14896
14897 * xpath.c: fixed mod operator
14898
Daniel Veillardde55cf62001-01-31 15:53:13 +000014899Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14900
14901 * parser.c: fixed xmlStrcat doc
14902 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14903 trees.
14904
Daniel Veillard2f913b72001-01-31 13:23:49 +000014905Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14906
14907 * xpath.c result/XPath/tests/chaptersbase
14908 result/XPath/tests/simplebase: fixed XPath node()
14909 * tree.c: small fix in xmlNewNs()
14910 * Makefile.am: removed extraneous xml2Conf.sh rule
14911
Daniel Veillardb42042b2001-01-28 07:40:36 +000014912Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14913
14914 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14915 Changed the library name, in order to get libxml-devel and
14916 libxml2-devel to coexist on a single system
14917 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14918 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14919
Daniel Veillardee0a4662001-01-27 18:59:33 +000014920Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14921
14922 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14923 libxml2-devel installable in // as libxml-devel.
14924
Daniel Veillard5eb05942001-01-27 17:50:22 +000014925Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14926
14927 * doc/Makefile.am: fixed make rebuild in doc
14928 * doc/html/*.html: rebuilt the docs
14929
Daniel Veillard65c295d2001-01-26 09:32:39 +000014930Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14931
14932 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14933
Daniel Veillard8e199902001-01-25 18:54:39 +000014934Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14935
14936 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14937 the HTML doc to go into the -devel RPM ...
14938 * aclocal.m4 config.h.in: some updates due to auto* magic
14939
Daniel Veillard93086662001-01-25 18:13:04 +000014940Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14941
14942 * xpath.h: added a hook in the context structure allowing to
14943 link to extra support, needed for XSLT
14944
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014945Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14946
14947 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14948 xmlXPtrCmpPoints to use it.
14949 * propagated the following patch from Alejandro Forero
14950 * include/win32config.h xmlIO.c: applied further suggestions
14951 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14952 * example/gjobread.c: fixed warnings, now that it builds
14953
14954Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14955
14956 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14957
14958 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14959 filename points to a valid file (not a directory).
14960 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14961 Added calls to xmlCheckFilenameDir.
14962
14963 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14964 `path' (rather than `filename') as the parameter to gzopen and open.
14965
Daniel Veillard48177c22001-01-23 15:27:41 +000014966Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14967
14968 * Makefile.am: fixed a problem with EXTRA_DIST
14969
Daniel Veillardb83ba402001-01-22 22:45:10 +000014970Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14971
14972 * Makefile.am example/Makefile.am: finally found the trick
14973 to build the example, i.e. add "." in SUBDIRS before example
14974 in the list <grin/>
14975
Daniel Veillard82687162001-01-22 15:32:01 +000014976Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14977
14978 * doc/xml.html: updated with an XSLT section, removed pointer to
14979 W3C CVS base.
14980
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014981Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14982
14983 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14984 too, and deallocation need to occur the same way.
14985
Daniel Veillarde4566462001-01-22 09:58:39 +000014986Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14987
14988 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14989 type correponding to an XSLT result tree fragment. Share most
14990 of the data format with node set, as well as operators.
14991 * HTMLtree.c: added a newline at the end of the doctype output
14992 whe this one is not present initially.
14993 * tree.c: make sure taht the parent and doc pointers are properly
14994 set when copying attributes (lists).
14995
Daniel Veillard701c7362001-01-21 09:48:59 +000014996Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14997
14998 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14999
Daniel Veillard5a2b6972001-01-20 21:15:50 +000015000Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15001
15002 * xpath.c: seems I finally killed that ugly path evaluation
15003 context bug (tagged 9999 in case is is wrong)
15004
Daniel Veillard8f4d9752001-01-19 05:32:34 +000015005Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15006
15007 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
15008 for XSLT
15009
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000015010Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15011
15012 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
15013 for xmlGzfileOpen() bug
15014
Daniel Veillardf6eea272001-01-18 12:17:12 +000015015Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15016
15017 * xpath.c: removed an error found by XSLT usage
15018 * tree.c parserInternals.h: use a predefined static string
15019 for text and comment nodes, avoid freeing them in xmlFreeNode,
15020 exported the string name in parserInternals.h and added
15021 another value to disable encoding at output (for XSLT),
15022 gain memory, time.
15023
Daniel Veillard8f2cc572001-01-17 08:19:35 +000015024Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15025
15026 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
15027 win32/libxml2/libxml2_so.dsp: new makefiles and update
15028 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
15029
Daniel Veillardf831bfb2001-01-16 17:26:04 +000015030Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15031
15032 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
15033 Gary Pennington
15034
Daniel Veillard389e6b72001-01-15 19:41:13 +000015035Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15036
15037 * xpath.c: fixed the comaprision of values and nodelists,
15038 need to compare nodelist still ...
15039 * debugXML.c: avoided a possible core dump
15040 * HTMLparser.c: cleanup
15041 * nanohttp.c: contributed fix.
15042 * tree.c: fixes in properties handling added xmlSetNsProp
15043 needed by libxslt
15044 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
15045 comment
15046 * TODO: updated
15047
Daniel Veillard167bd532001-01-06 21:09:34 +000015048Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15049
15050 * parser.c parserInternals.c: applied Bjorn Reese optimization
15051 patch
15052
15053Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15054
15055 * Makefile.am: applied patch fro make check from Martin Vidner
15056
Daniel Veillard503b8932001-01-05 06:36:31 +000015057Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15058
15059 * configure.in: preparing 2.2.11
15060 * doc/html/*: rebuild the HTML files
15061 * doc/xml.html : updated
15062
Daniel Veillardc2f4df22001-01-04 14:06:39 +000015063Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15064
15065 * tree.c: fixed a stupid bug
15066 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
15067 patches related to validation of an XInclude processing result
15068 * TODO: updated
15069
Daniel Veillarde2488192001-01-04 10:54:22 +000015070Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15071
15072 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
15073 on large files
15074
Daniel Veillardf060a412001-01-03 20:52:44 +000015075Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15076
15077 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
15078
Daniel Veillard45cff692001-01-03 18:02:04 +000015079Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15080
15081 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
15082 reported by Jonas Borgström
15083 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
15084
Daniel Veillard08108982001-01-03 15:24:58 +000015085Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15086
15087 * testXPath.c xpath.c: fixing the XPath union expressions problem
15088 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
15089
Daniel Veillard4a6845d2001-01-03 13:32:39 +000015090Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15091
15092 * xmllint.c: Made is so if the file name is "-" is will read form
15093 standard input. Sven Heinicke <sven@zen.org>
15094 * tree.c: fixed a problem when growing buffer
15095 * tree.h: fixed the comment of the node types following andersca
15096 comment
15097 * TODO: updated
15098
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000015099Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15100
15101 * HTMLparser.[ch]: added a way to avoid adding automatically
15102 omitted tags. htmlHandleOmittedElem() allows to change the
15103 default handling.
15104 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
15105 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
15106 of xmllint too when using --memory flag, added a memory test
15107 suite at the Makefile level.
15108 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
15109 with namespace use when encountering QNames in XPath evalation,
15110 added xmlns() scheme in XPointer.
15111 * nanoftp.c : incorporated a fix
15112 * parser.c xmlIO.c: fixed problems raised with encoding when using
15113 the memory I/O
15114 * parserInternals.c: closed bug 25934 reported by
15115 torsten.landschoff@innominate.de
15116 * TODO: updated
15117
Daniel Veillarda1fe9102000-11-25 10:49:25 +000015118Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15119
15120 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
15121 on a non-updated tree :-(, made a 2.2.10 release to correct the
15122 situation
15123
Daniel Veillardce6e98d2000-11-25 09:54:49 +000015124Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15125
15126 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
15127 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
15128 integrated a set of OpenVMS changes from Howard Taylor
15129 <Howard.Taylor@pacoast.com>
15130
Daniel Veillard58770e72000-11-25 00:48:47 +000015131Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15132
15133 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
15134 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
15135
Daniel Veillardf62ceff2000-11-24 23:36:01 +000015136Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15137
15138 * HTMLparser.c: some fixes on auto-open of html/head/body
15139 * encoding.c: fixed a compilation error on some gcc env
15140 * xpath.c xpointer.[ch] xpathInternals.h: improved the
15141 XPointer implementation
15142 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
15143 related XPointer tests and associated results
15144
Daniel Veillard300f7d62000-11-24 13:04:04 +000015145Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15146
15147 * doc/xmldtd.html doc/xml.html: following a short step by step
15148 guidance on IRC to help maciej with DTDs I started a small
15149 page on the subject.
15150
Daniel Veillard748e45d2000-11-17 16:36:08 +000015151Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15152
15153 * HTMLparser.c: fixed handling of broken charrefs
15154 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15155 patches
15156
Daniel Veillard28929b22000-11-13 18:22:49 +000015157Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15158
15159 * doc/xml.html doc/html/* : rebuilt the docs after adding
15160 xinclude and updated page for 2.2.7 and 2.2.8
15161 * configure.in: releasing 2.2.8
15162
Daniel Veillard41e06512000-11-13 11:47:47 +000015163Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15164
15165 * parser.[ch] parserInternals.c: applied the conditional
15166 section processing fix from Jonathan P Springer
15167 <jonathan.springer2@gte.net>
15168 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15169 project file, fixed iconv default non support
15170 * xpath.c: fixed the problem of evaluating relative expressions
15171 when a node context is provided.
15172
Daniel Veillardbf432752000-11-12 15:56:56 +000015173Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15174
15175 * nanoftp.c: fixed gcc 2.95 new warnings
15176 * SAX.c: fixed a stupid bug
15177 * tree.c: fixed a formatting problem when round-tripping
15178 from/to memory
15179 * xinclude.c: chased memleak, fixed a base problem
15180 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15181 xmlXPtrBuildNodeList()
15182 * TODO: updated
15183 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15184 adding a first small set of regression tests for XInclude
15185
Daniel Veillardc2def842000-11-07 14:21:01 +000015186Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15187
15188 * nanohttp.[ch]: applied Wayne Davison patches to access
15189 the WWW-Authorization header.
15190 * parser.c: Closed Bug#30847: Problems when switching encoding
15191 in short files by applying Simon Berg's patch.
15192 * valid.c: fixed a validation problem
15193 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15194 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15195 Wayne Davison
15196 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15197 need to be extended to non full nodes selections.
15198 * xinclude.c: starts to work decently
15199
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015200Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15201
15202 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15203 debugXML.c xmlversion.h.in: Started adding XInclude support,
15204 this is a new xmllint option
15205 * tree.c xpath.c: applied TOM patches for XPath
15206 * xpointer.c: fixed a couple of errors.
15207 * uri.c: added an escaping function needed for xinclude
15208 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15209 new warning from RH70 gcc's version
15210
Daniel Veillarda4964b72000-10-31 18:23:44 +000015211Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15212
15213 * HTMLparser.c: fixed loop on invalid char in scripts
15214 * parser.c: update to description of xmlIOParseDTD()
15215 * libxml.m4 xmlversion.h.in: changes contributed by
15216 Michael Schmeing <m.schmeing@internet-factory.de>
15217 * configure.in: preparing for 2.2.7
15218 * Makefile.am: trying to avoid config.h and acconfig.h
15219 being included in the distrib
15220 * configure.in: released 2.2.7
15221
15222Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15225 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15226
Daniel Veillard01411222000-10-30 15:33:22 +000015227Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15228
15229 * parser.[ch]: added xmlIOParseDTD()
15230 * xpointer.c: added support for the 2 extra parameters of
15231 string-range, fixed a stoopid error when '0' was present
15232 in XPointer expressions
15233 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15234 testsuite for the above
15235
Daniel Veillard6db58192000-10-30 09:27:53 +000015236Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15237
15238 * libxml.spec.in: improved package descriptions
15239
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015240Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * xpath.c xpathInternals.h: applied a large cleaning patch
15243 from TOM <ptittom@free.fr>, it also add namespace support
15244 for function and variables registration.
15245
Daniel Veillardbd20df72000-10-29 17:53:40 +000015246Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15247
15248 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15249 * Makefile.mingw: Wayne Davison's update adding hash.c
15250
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015251Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15252
15253 * xpath.c: fixed the root evaluation problems
15254 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15255 ignorable spaces with <b> <bold> <em>
15256 * tree.c: fixed a loop in xmlSearchNsByHref()
15257
Daniel Veillard767662d2000-10-27 17:04:52 +000015258Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15259
15260 * xpath.c: applied another XPath patch from TOM
15261 * xpath.c include/makefile.am: applied another patch from
15262 china@thewrittenword.com (cleanup on IRIX).
15263
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015264Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15265
15266 * xml-config.1: received a fixed version from Fredrik Hallenberg
15267 <hallon@lysator.liu.se>
15268
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015269Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15270
15271 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15272 cleanup patch for XPath
15273
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015274Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15275
15276 * patched to redirrect all "out of context" error messages to
15277 a reconfigurable routine. The changes are:
15278 * xmlerror.h : added the export of an error context type (void *)
15279 an error handler type xmlGenericErrorFunc there is an interface
15280 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15281 to reset the error handling routine and its argument
15282 (by default it's equivalent to respectively fprintf and stderr.
15283 * all the c files: all wild accesses to stderr or stdout within
15284 the library have been replaced to calls to the handler.
15285
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015286Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15287
15288 * configure.in: release 2.2.6
15289 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15290 exporting the inner functions of xpath for extension modules
15291 * doc/*: updated and rebuilt the doc
15292
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015293Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15294
15295 * nanohttp.c : applied Wayne HTTP cleanup patch
15296 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15297 and xmlNodeSetSpacePreserve()
15298
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015299Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15300
15301 * xpath.c: closing bug #29260
15302
Daniel Veillard126f2792000-10-24 17:10:12 +000015303Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15304
15305 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15306 multikey tuples, made hash structure opaque
15307 * valid.[ch]: moved elements, attributes, notations decalarations
15308 as well as ID and refs to hash tables.
15309 * entities.c: hash cleanup
15310 * xmlmemory.c: fixed a dump problem in debug mode
15311 * include/Makefile.am: problem passing in DESTDIR= values patch
15312 from Marc Christensen <marc@calderasystems.com>
15313 * nanohttp.c: removed debugging remains
15314 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15315 * HTMLparser.c parser.c: fixing a number of problems with the
15316 macros in the *parser.c files (Wayne).
15317 * HTMLparser.c: close the previous option when opening a new one
15318 (Marc Sanfacon).
15319 * result/HTML/*: updated the HTML results accordingly
15320
Daniel Veillard52afe802000-10-22 16:56:02 +000015321Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15322
15323 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15324 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15325 XPath functions and XML entities table to them. More to come...
15326 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15327
Daniel Veillard683cb022000-10-22 12:04:13 +000015328Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15329
15330 * tree.c: coalesce adjacent text nodes
15331 * valid.c: handling of blank nodes in DTd validation (raised
15332 by problems with a posteriori validation).
15333 * nanohttp.c: changing behaviour on HTTP write stuff.
15334 * HTMLtree.c: forced body and html to be explicitely closed.
15335 * xpath.h: exported more XPath functions.
15336
Daniel Veillard1baf4122000-10-15 20:38:39 +000015337Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15338
15339 * Release of 2.2.5
15340 * xpointer.c: range() range-inside and other helper functions
15341 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15342
Daniel Veillard47e12f22000-10-15 14:24:25 +000015343Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15344
15345 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15346 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15347
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015348Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15349
15350 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15351 and XPointer modules
15352
Daniel Veillard134c9f32000-10-15 10:27:08 +000015353Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15354
15355 * SAX.h: closed #25107
15356
Daniel Veillard39915622000-10-15 10:06:55 +000015357Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15358
15359 * testSAX.c: fixed problem with cdata reporting
15360 * SAXresult/* : updated
15361
Daniel Veillard1e851392000-10-15 10:02:56 +000015362Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15363
15364 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15365 Closed bug #27499, added to regression tests
15366 * TODO: updated
15367
Daniel Veillard7eda8452000-10-14 23:38:43 +000015368Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15369
15370 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15371 support for SCRIPT and STYLE with help from Bjorn Reese
15372 * test/HTML/* result/HTML/*: added simple testcase and updated
15373 the existing ones.
15374
Daniel Veillardff9c3302000-10-13 16:38:25 +000015375Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15376
15377 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15378 string-range for empty strings
15379 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15380 test/XPath/xptr/strrange: augmented the XPointer testsuite
15381
Daniel Veillard189446d2000-10-13 10:23:06 +000015382Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15383
15384 * doc/xml.html doc/xmlmem.html: added a module describing memory
15385 interfaces and use, updated the main page.
15386
Daniel Veillard2f971a22000-10-12 23:26:32 +000015387Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15388
15389 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15390 nanoftp code work on Windows too now
15391
15392Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015393
15394 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15395 * xpointer.c: implemented string-range() at least a good first version
15396 * test/XPath/docs/str test/XPath/xptr/strrange
15397 result/XPath/xptr/strrange: the string-range() tests
15398
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015399Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15400
15401 * Makefile.am include/Makefile.am include/win32config.h
15402 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15403 and make distcheck
15404
Daniel Veillard19d61112000-10-11 23:50:35 +000015405Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15406
15407 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15408 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15409 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15410
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015411Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15412
15413 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15414 patch for socklen_t detection by
15415 Albert Chin-A-Young <china@thewrittenword.com>
15416
Daniel Veillardcd429612000-10-11 15:57:05 +000015417Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15418
15419 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15420 and added a --dtdvalid option to xmllint used to test it
15421
Daniel Veillard47c02452000-10-11 13:04:36 +000015422Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
15425 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
15426
Daniel Veillard2d38f042000-10-11 10:54:10 +000015427Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15428
15429 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
15430 handlings (registration, lookup, cleanup)
15431
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000015432Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15433
15434 * configure.in Makefile.am include/makefile.am: adding XPointer
15435 and XPtrtests target
15436 * xpointer.[ch] : new files for XPointer support
15437 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
15438 more XPath tests
15439
Daniel Veillard57fda592000-10-10 23:24:14 +000015440Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15441
15442 * configure.in: fixed, very broken, make distcheck works again
15443
Daniel Veillarde8282ed2000-10-10 23:01:31 +000015444Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * More work toward 2.2.5, integrated a number of patches
15447 * configure.in Makefile.am win32config.h.in: trying to cleanup
15448 make distcheck .... huh ...
15449 * include/Makefile.am include/win32config.h: new directory
15450 for includes
15451 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15452 updated teh makefiles and instructions for WIN32
15453 * xpath.c: small fixes
15454 * test/XPath/ results/XPath: updated the testcases and results
15455 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15456 suggested patches
15457 * valid.c: fixed an ID bug
15458
Daniel Veillardb71379b2000-10-09 12:30:39 +000015459Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15460
15461 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015462 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015463 * xpath.[ch]: worked on XPointer
15464
Daniel Veillard7e99c632000-10-06 12:59:53 +000015465Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15466
15467 * configure.in Makefile.am: 2.2.5, ship the include in an
15468 include/libxml subdirectory, use symlinks when using CVS
15469 * testSAX.c: fixed small bug
15470 * testXPath.c: changed the way testfiles are parsed
15471 * debugXML.c: same kind of cleanup when parsing an argument expression
15472 XPath/XPointers can have blanks embedded
15473 * xpath.[ch]: more cleanup, reorgs for XPointer work
15474 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15475 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15476
Daniel Veillard55b91f22000-10-05 16:30:11 +000015477Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15478
15479 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15480 in the XPath engine, rewrote large parts of it, now it's far
15481 cleaner and in sync with the REC not an old WD. Fixed a parsing
15482 problem in the interactive XML shell found when testing XPath.
15483
Daniel Veillardac260302000-10-04 13:33:43 +000015484Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15485
15486 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15487 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15488 examples with the extra test
15489
Daniel Veillard7cfce322000-10-04 12:40:27 +000015490Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15491
15492 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15493 the global init function.
15494
Daniel Veillard970112a2000-10-03 09:33:21 +000015495Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15496
15497 * HTMLparser.c: Doohhh, attribute name parsing was still case
15498 sensitive ! Fixed this ...
15499 * result/HTML/* : updated the tests results accordingly
15500
Daniel Veillard740abf52000-10-02 23:04:54 +000015501Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15502
15503 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15504 engine, should be far more stable, incorporated a new version of
15505 preceding/following axis, need testing
15506 * uri.c: fixed file:///c:/a/b/c problem
15507 * test/XPath/tests/idsimple: augmented the XPath tests
15508
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015509Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * doc/* rebuilding docs for 2.2.4 release
15512
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015513Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15514
15515 * configure.in: releasing 2.2.4
15516 * parser.[ch]: added xmlStrEqual()
15517 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15518 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15519 use xmlStrEqual instead
15520 * TODO: updated
15521 * added an XPath test
15522
Daniel Veillardbc765302000-10-01 18:23:35 +000015523Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15526 * entities.h: exported xmlInitializePredefinedEntities
15527 * parser.[ch] : added xmlInitParser()
15528 * parserInternals.h : had to export htmlInitAutoClose()
15529
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015530Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15531
15532 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15533 problems
15534 * Makefile.am : added XPath regression tests to normal tests
15535 * uri.c: fixed a problem with local paths, cleanup
15536 * parser.c: fixed a problem with large CData sections
15537
Daniel Veillardd2ade932000-09-30 14:39:55 +000015538Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15539
15540 * configure.in xml-config.in: patch from "Ben Taylor"
15541 <sol7x86@hotmail.com> for solaris shared libs lookup
15542
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000155432000-09-30 Martin Baulig <baulig@suse.de>
15544
15545 * libxml-2.0.pc.in: Provide pkg-config script.
15546
15547 * configure.in: Create the libxml-2.0.pc script from the
15548 libxml-2.0.pc.in templates.
15549 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015550 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015551
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015552Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15553
15554 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15555 when compiling with MSC
15556
Daniel Veillard46057e12000-09-24 18:49:59 +000015557Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15558
15559 * xpath.c: patch for normalize-string() substring-before(),
15560 substring-after() and translate() functions from Bjorn Reese
15561 <breese@mail1.stofanet.dk>
15562 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15563 Fredrik Hallenberg <hallon@lysator.liu.se>
15564 * TODO: updated
15565
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015566Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15567
15568 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15569 problem of socklen_t being undefined on a number of platforms
15570 * debugXML.c: fixed a compilation problem when without snprintf
15571
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015572Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15573
15574 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15575 an URI bug and a fix for the control-character-induced infinite loop
15576 * nanohttp.c: preventive fix for compiling on WIN32
15577
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015578Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15579
15580 * xmlint.c: closing bug #25000
15581
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015582Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15583
15584 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15585 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15586 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15587 related function, fixing xmlStrncmp(), and associated cleanup
15588 * result/HTML/entities.html.sax: updating result
15589
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015590Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15591
15592 * uri.c: applied patch for URI escaping from Wayne Davison
15593 <wayned@blorf.net>
15594 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15595 from Denis Barbier <barbier@imacs.polytechnique.fr>
15596 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15597 patch from Wayne Davison
15598
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015599Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15600
15601 * doc/xml.html : updated with new releases, adding "how to help"
15602
Daniel Veillard04698d92000-09-17 16:00:22 +000015603Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15604
15605 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15606 removed a few warnings in pedantic mode ...
15607 * parserInternals.c parser.c: moved encoding switching function
15608 to parserInternals.c
15609 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15610
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015611Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15612
15613 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15614 error or warning handlers
15615
Daniel Veillardb1059e22000-09-16 14:02:43 +000015616Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * parserInternals.c parserInternals.h parser.c Makefile.am:
15619 created a new module parserInternals.c, moved most of the
15620 code shared by the various parsers there, as well as
15621 deprecated code from parser.c. More cleanup of parser.c
15622 * uri.c: fixed a problem when URI is NULL
15623 * valid.c: speedup when looking for an attribute declaration
15624
Daniel Veillard39c7d712000-09-10 16:14:55 +000015625Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15626
15627 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15628 the cleanup of the computation of URI references when seeking
15629 external entities. The URI reference string and the resulting
15630 URI are both stored now.
15631 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15632 large s(n)printf checks and cleanup from Denis Barbier
15633 <barbier@imacs.polytechnique.fr>
15634 * xmlversion.h.in tree.h: couple of SGML declarations for a
15635 possible docbook module.
15636 * result/VC/ : a couple of test output changed due to the change
15637 of the entities URI
15638
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015639Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15640
15641 * parser.h: added a _private field for linking user's data
15642
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015643Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15644
15645 * parser.c parserInternals.h: demacroified most of the IS_XXX
15646 the gain in size is significant so ...
15647
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015648Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15649
15650 * entities.c: cases where looking up entities with doc==NULL
15651 covered
15652
Daniel Veillard90e11312000-09-05 10:42:32 +000015653Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15654
Daniel Veillard1de50802000-09-07 08:54:32 +000015655 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015656 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15657
Daniel Veillard98a79162000-09-04 11:15:39 +000015658Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15659
Daniel Veillard1de50802000-09-07 08:54:32 +000015660 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015661 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15662 * Makefile.in: added URItest and included thenin "make tests"
15663
15664Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015665
15666 * xmlversion.h.in: closed bug 22941
15667
Daniel Veillard2bb89092000-08-31 14:57:50 +000015668Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15669
15670 * doc/xmlio.html: added doc and example for entity loader
15671 redefinition.
15672
Daniel Veillard96984452000-08-31 13:50:12 +000015673Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15674
15675 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15676 used by libxml
15677
Daniel Veillarde715dd22000-08-29 18:29:38 +000015678Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15679
15680 * parser.c: Fixed bug on invalid ontent characters and when using
15681 push.
15682 * xmllint.c: fixed xmllint endling of errors in push mode
15683
Daniel Veillard4948eb42000-08-29 09:41:15 +000015684Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15685
15686 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015687 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015688 * result/HTML/*.sax: regenerated HTML SAX output
15689 * parser.c: more cleanup.
15690
Daniel Veillarde010c172000-08-28 10:04:51 +000015691Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15692
15693 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015694 patches from Wayne Davison <wayned@users.sourceforge.net>,
15695 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015696 * HTMLparser.c: fixed an ignorable white space detection bug
15697 occuring when parsing with SAX only
15698 * result/HTML/*.sax: updated since the output is now HTML
15699 encoded...
15700
Daniel Veillard47f3f312000-08-27 22:40:15 +000015701Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15702
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015703 * HTMLparser.[ch]: applied some of Wayne Davison
15704 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015705
Daniel Veillarde0854c32000-08-27 21:12:29 +000015706Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15707
15708 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15709 undeclared namespace prefix was used, added a warning.
15710 Cleaned up support w.r.t. entities, spilling out a warning
15711 and being pedantic on lookups.
15712 * test/warning/ent9 : added testcase for previous example.
15713 * TODO: updated
15714 * parserInternals.h parser.c: changed the way names are parsed
15715 now allow infinite size and decrease penalty for normal use
15716 * parser.c: Started a big cleanup/check of the parser code,
15717 fixed some of the most tortuous entity code, spotted code
15718 unused anymore
15719 * test/*: added tests for very long names and related nasty
15720 things.
15721
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015722Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15723
15724 * doc/encoding.html: added encoding aliases doc
15725 * doc/xml.html: updates
15726 * encoding.[ch]: added EncodingAliases functions
15727 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15728 bottleneck affecting large DTDs like Docbook
15729 * parser.[ch] xmllint.c: added a pedantic option, will be
15730 useful
15731 * SAX.c: redefinition of entities is reported in pedantic mode
15732 * testHTML.c: uninitialized warning from gcc
15733 * uri.c: fixed a couple of bugs
15734 * TODO: added issue raised by Michael
15735
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015736Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15737
15738 * doc/encoding.html: propagated Martin Duerst suggestions
15739
Daniel Veillard52402ce2000-08-22 23:36:12 +000015740Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15741
15742 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15743 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15744 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15745 by Wayne Davison
15746
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015747Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15748
15749 * nanoftp.c nanohttp.c: small cleanup
15750 * TODO: updated
15751
Daniel Veillard244ece92000-08-19 20:58:02 +000015752Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15753
15754 * added an old VC testcase and updated title.xml entity
15755
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015756Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15757
15758 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15759 done on auto-opening of <p> tags and cleanup of SAX output
15760
Daniel Veillard979e55e2000-08-19 16:48:54 +000015761Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15762
15763 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15764
Daniel Veillard4540be42000-08-19 16:40:28 +000015765Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15766
15767 * doc/xml.html libxml.* structure.*: updated the doc a bit
15768
Daniel Veillard808a3f12000-08-17 13:50:51 +000015769Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15770
15771 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15772 of SAX tests
15773
Daniel Veillard29579362000-08-14 17:57:48 +000015774Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15775
15776 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15777 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15778
Daniel Veillard1255ab72000-08-14 15:13:33 +000015779Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15780
15781 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15782 * testHTML.c: fix core dump on Solaris 2.x systems
15783 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15784 * result/HTML/*.sax: previous bug fix lead to new results
15785
Daniel Veillard03109292000-08-14 14:58:22 +000015786Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15787
15788 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15789 * configure.in: added --with-readline=DIR to accept alternate
15790 path for readline include/library
15791 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15792 for ANSI under HP-UX
15793 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15794 includes @LIBS@
15795
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015796Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15797
15798 * doc/* : rebuilt the docs
15799 * getting ready for 2.2.2 release
15800
Daniel Veillard87b95392000-08-12 21:12:04 +000015801Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15802
15803 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15804 and xmlAddFeature()
15805 * tree.[ch]: added xmlAddChildList()
15806 * xmllint.c: MAP_FAILED macro test
15807 * parser.h: added xmlParseCtxtExternalEntity()
15808 * valid.c: applied bug fixes removed warning
15809 * tree.c: added CDATA block to elements content
15810 * testSAX.c: cleanup of output
15811 * testHTML.c: added SAX testing
15812 * encoding.c: better error recovery
15813 * SAX.c, parser.c: fixed one of the external entity processing
15814 of the OASis testsuite
15815 * Makefile.am: added HTML SAX regression tests
15816 * configure.in: bumped to 2.2.2
15817 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15818 SAX results
15819
Daniel Veillard88a172f2000-08-04 18:23:10 +000015820Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15821
15822 * configure.in: patch for HP compiler
15823
158242000-08-04 Sven Heinicke <sven@zen.org>
15825
15826 * xmllint.c: Was coredumping sometimes when the file given didn't
15827 exist.
15828
Daniel Veillard46e370e2000-07-21 20:32:03 +000015829Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15830
15831 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015832
Daniel Veillard46e370e2000-07-21 20:32:03 +000015833 when using in memory parsing. Need some cleanup.
15834 * xmllint.c configure.in: added a --memory flag to test memory
15835 parsing
15836
Daniel Veillard36650692000-07-21 15:16:39 +000015837Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15838
15839 * nanohttp.c: fixed socklen_t replacement to unsigned int
15840 * parser.c: fixed a space handdling missing at the end of
15841 production 28 DOCTYPE.
15842 * xmlmemory.c: fixed a stupid bug on the routine to override
15843 allocation functions
15844 * TODO: updated
15845
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015846Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15847
15848 * doc/ regenerated the docs
15849
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015850Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * doc/encoding.html doc/xml.html: added I18N doc
15853 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15854 improvements, both parser and filters, added ASCII & HTML,
15855 fixed the ISO-Latin-1 one
15856 * xmllint.c testHTML.c: added/made visible --encode
15857 * debugXML.c : cleanup
15858 * most .c files: applied patches due to warning on Windows and
15859 when using Sun Pro cc compiler
15860 * xpath.c : cleanup memleaks
15861 * nanoftp.c : added a TESTING preprocessor flag for standalong
15862 compile so that people can report bugs more easilly
15863 * nanohttp.c : ditched socklen_t which was a portability mess
15864 and replaced it with unsigned int.
15865 * tree.[ch]: added xmlHasProp()
15866 * TODO: updated
15867 * test/ : added more test for entities, NS, encoding, HTML, wap
15868 * configure.in: preparing for 2.2.0 release
15869
Daniel Veillard49703262000-07-10 10:27:46 +000015870Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015873 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015874
Daniel Veillard306be992000-07-03 12:38:45 +000015875Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15876
15877 * doc/xml.html: changed the xmlsoft.org structure, updated the
15878 examples w.r.t. root and childs
15879
Daniel Veillard7d853352000-07-02 18:53:09 +000015880Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15881
Daniel Veillard784b9352003-02-16 15:50:27 +000015882 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015883
Daniel Veillard365e13b2000-07-02 07:56:37 +000015884Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15885
15886 * HTMLparser.c: Work on character encoding support for the HTML parser
15887 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15888 * encoding.c: Fixed a potential memleak in the encoding stuff
15889
Daniel Veillardaf743792000-07-01 11:49:28 +000015890Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15891
15892 * doc/FAQ.html doc/Makefile.am : added a FAQ
15893
15894Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015895
15896 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15897 of the HTML parser to force it to not bypass SAX
15898
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015899Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15900
15901 * win32config.h.in: updated
15902 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15903 lacks iconv support :-( need to release 2.1.1
15904 * configure.in: release 2.1.1
15905 * HTMLparser: fixed bug #14784
15906 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15907 by Windows compiler
15908 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15909 the SAX startDocument() callback.
15910 * TODO: updated
15911
15912Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * added xmlStopParser()
15915
Daniel Veillardbe803962000-06-28 23:40:59 +000015916Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * configure.in: 2.1.0 prerelease
15919 * Large resync between W3C and Gnome tree
15920 * nanoftp, nanohttp.c: fixed stalled connections probs
15921 * HTMLtree.c SAX.c : support for attribute without values in
15922 HTML for andersca
15923 * valid.c: Fixed most validation + namespace problems
15924 * HTMLparser.c: start document callback for andersca
15925 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15926 * parser.h, SAX.c: serious speed improvement for large
15927 CDATA blocks
15928 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15929 different encoding
15930 * example/Makefile.am example/gjobread.c tree.h: work on
15931 libxml1 libxml2 convergence.
15932 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15933 and the LIBXML_TEST_VERSION macro
15934
Daniel Veillardc310d562000-06-23 18:32:15 +000015935Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15936
15937 * doc/xml.html: various patches and improvements typo fixed by
15938 Felix Natter
15939 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15940 from Felix Natter <fnatter@gmx.net>
15941
Daniel Veillardf3029822000-05-06 08:11:19 +000015942Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15943
15944 * doc/upgrade.html: updated with instructions for support of both
15945 libxml-1.x and libxml-2.x
15946 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15947 for 2.x support and also fixed includes
15948
15949
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015950Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15951
15952 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15953 the encoding support, added iconv support, so now libxml if
15954 compiled with iconv automatically support japanese encodings
15955 among others. Work based on initial patch from Yuan-Chen Cheng
15956 I may have broken binary compat in the encoding handler
15957 registration scheme, but that was so utterly broken I don't
15958 expect anybody to have used this feature until now.
15959 * parserInternals.h: fixup on the CHAR range macro
15960 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15961 code.
15962 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15963 * uri.c: added xmlParseURI() I can't believe I forgot to
15964 implement this one in 2.0 !!!
15965 * SAX.c: moved doc->encoding update in the endDocument() call.
15966 * TODO: updated.
15967
Daniel Veillard06047432000-04-24 11:33:38 +000015968Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15969
15970 * tree.h: removed extraneous xmlRemoveProp definition
15971 * TODO: added item about --disable-corba configure switch
15972 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15973 * nanoftp.c: fixed include problems giving troubles on AIX and
15974 slowlaris
15975 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15976 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15977 comment and headers changes to lower gtk-doc number of warnings
15978 * doc/html/*: rebuilt docs
15979
Daniel Veillarde0aed302000-04-16 08:52:20 +000015980Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15981
15982 * HACKING: documented the tag for 1.x and instructions
15983
Daniel Veillard5e873c42000-04-12 13:27:38 +000015984Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15985
15986 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15987 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15988 xmlCreateIOParserCtxt
15989 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15990 significant overall improvement
15991 * xmllint.c: added I/O test to xmllint
15992 * testSAX.c: added a speed test
15993 * doc/* : updated/regenerated
15994
Daniel Veillardfc708e22000-04-08 13:17:27 +000015995Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15996
15997 * xpath.c uri.h parserInternals.h: cosmetic changes from
15998 "Timur I. Bakeyev" <timur@bat.ru>, including making
15999 xmlCreateURI() public
16000
Daniel Veillard5d211f42000-04-07 17:00:24 +000016001Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
16004 and the code at the same time. Added a clean mechanism for
16005 overload or added input methods: xmlRegisterInputCallbacks()
16006 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
16007 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
16008 * TODO: updated
16009 * doc/* : updated/regenerated
16010 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
16011 source dir
16012
Daniel Veillarde77a9182000-04-05 19:12:29 +000016013Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16014
16015 * testURI.c: yet another forgotten commit, I should get some sleep !
16016
Daniel Veillardce8b83b2000-04-05 18:38:42 +000016017Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16018
16019 * xmllint.c: forgot to commit this too ?
16020
Daniel Veillardb9df4042000-04-05 14:23:16 +000016021Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16022
16023 * xmlversion.h.in : forgot to commit this previously
16024
Daniel Veillard361d8452000-04-03 19:48:13 +000016025Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16026
16027 * configure.in: preparing libxml-2.0.0 version looks Ok so far
16028 * README TODO: updated for release
16029 * uri.c uri.h: added authority parsing/saving
16030 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
16031 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
16032 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
16033 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
16034 Makefile.am : added compile-time customization of libxml
16035 --with-ftp --with-http --with-html --with-xpath --with-debug
16036 --with-mem-debug
16037 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
16038 #include <libxml/xxx.h> I hope it won't break too much stuff
16039 and will be manageable in the future...
16040 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
16041 and added xmllint to the installed programs
16042 * uri.h: added xmlFreeURI()
16043
Daniel Veillardec303412000-03-24 13:41:54 +000016044Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16045
16046 * uri.c uri.h: finished the escaping handling, the base support
16047 and the URI path normalization. Looks good just lacks the
16048 authority content parsing code.
16049 * Makefile.am: added instructions to generate testURI
16050 * TODO: updated
16051 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
16052 added links and icons for W3C and Gnome
16053
Daniel Veillard8f621982000-03-20 13:07:15 +000016054Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * xmlmemory.[ch] : seems I forgot to actually update the files in
16057 the last commit :-)
16058 * doc/xml.html doc/html/* : updated and uploaded the docs
16059
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016060Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
16063 * TODO: updated
16064 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000016065 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016066 gfree).
16067 * Makefile.am, uri.c, uri.h: added a set of functions to do
16068 exact (litteraly copied from the RFC 2396 productions) parsing
16069 and handling of URI. Will be needed for XLink, one XML WFC,
16070 XML Base and reused in the nano[ftp/http] modules. Still work
16071 to be done.
16072
Daniel Veillardedfb29b2000-03-14 19:59:05 +000016073Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16074
16075 * configure.in, libxml.spec.in : libxml2
16076 * doc/* : updated the doc page, rebuilt the docs
16077
Daniel Veillardcf461992000-03-14 18:30:20 +000016078Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16079
16080 * all: tagged LIB_XML_1_X
16081 * *.c *.h : updated from W3C CVS tree
16082 * configure.in : 2.0.0-beta
16083 * libxml.spec.in : libxml2 package nam
16084 * result/* : new version of the tests output
16085
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000016086Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16087
16088 * doc/xml.html, doc/update.html: updated docs, 1.8.7
16089
Daniel Veillardb566ce12000-03-04 11:39:42 +000016090Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16091
16092 * doc/* : rebuilt the docs
16093 * parser.c: final patch on #6766
16094 * valid.c: small patch on validity checks.
16095
Daniel Veillardfb76c402000-03-04 11:39:42 +000016096Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
16099 added
16100 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
16101 compatibility w.r.t. XML spec and existing code.
16102
Daniel Veillard90fb02c2000-03-02 03:46:43 +000016103Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16104
16105 * parser.c: seems a better solution to <a> </a> exists,
16106 will try it for a while
16107
Daniel Veillard83a30e72000-03-02 03:33:32 +000016108Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16109
16110 * parser.c: tried to remove the <a> </a> generating <a/>
16111 this is hard. Left a flag for that purpose. Fixed bug #6766
16112 * configure.in: prepared 1.8.7 not released, due to previous
16113 problem
16114
Daniel Veillard88f00ae2000-03-02 00:15:55 +000016115Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16116
16117 * doc/xml.html : applied second patch from Paul DuBois
16118
Daniel Veillard402e8c82000-02-29 22:57:47 +000016119Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16120
16121 * doc/xml.html : applied patch from Paul DuBois
16122
Daniel Veillardd0f7f742000-02-02 17:42:48 +000016123Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16124
16125 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
16126
Daniel Veillard5feb8492000-02-02 17:15:36 +000016127Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16128
16129 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
16130 compilation warnings on various platforms.
16131 * parser.c: Fixed #5281 validity error callbacks are now desactived
16132 by default if not validating.
16133
Daniel Veillardf341f932000-02-02 14:52:08 +000016134Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16135
16136 * nanoftp.c, win32config.h.in: patches to compile on WIN32
16137
Daniel Veillard13c757e2000-02-01 23:59:15 +000016138Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16139
16140 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
16141 <gkatsi@cs.toronto.edu>
16142
Daniel Veillard726e8792000-01-30 20:04:29 +000016143Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16144
16145 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16146 processing URLs
16147
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016148Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16151 xmlNanoFTPUpdateURL for persistent control connections.
16152 * configure.in: 1.8.6
16153
16154Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16155
16156 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16157 * tree.[ch] : added xmlSaveNoEmptyTags
16158
James Henstridgef3be9312000-01-28 13:59:21 +0000161592000-01-29 James Henstridge <james@daa.com.au>
16160
16161 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16162
16163 * Makefile.am: added nanoftp.[ch] to the build.
16164
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016165Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16166
16167 * nanoftp.[ch]: cleanup, comments, API
16168 * debugXML.c : fixed a bug in the cat command
16169 * doc/*: regenerated the docs
16170
Daniel Veillardda07c342000-01-25 18:31:22 +000016171Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16172
16173 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16174 * debugXML.c : fixed a bug in the cat command
16175 * valid.c: fixing some small probs
16176 * libxml.spec.in: get rid of the SNAP suffix
16177 * doc/xml.html: updated the status
16178
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016179Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16180
16181 * xml-config.in: xml-config --version to just return the
16182 version number
16183 * xpath.c: some cleanup w.r.t. axis when the current node is
16184 an attribute.
16185 * TODO: updated
16186
Daniel Veillard461a66c2000-01-18 18:01:01 +000016187Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16188
16189 * configure.in: prepared for libxml-1.8.5
16190 * doc/* recompiled the documentation
16191
161922000-01-17 Jody Goldberg <jgoldberg@home.com>
16193
16194 * configure.in : WARNING autoconf subtlety alert :
16195 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16196 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16197 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16198 get defined by AC_CHECK_HEADERS.
16199
Daniel Veillardf967b902000-01-17 16:06:10 +000016200Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16201
16202 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16203 Rune.Djurhuus@fast.no
16204
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016205Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16206
16207 * TODO: updated
16208 * tree.c, parser.c: made sure that only memory alloc problems
16209 and internal parser errors are allowed to write to stdout or
16210 stderr.
16211
Daniel Veillard0142b842000-01-14 14:45:24 +000016212Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16213
16214 * tree.c : restored xmlNewGlobalNs since this seems used by
16215 a lot of existing code :-(, fixed a bug in xmlNewNs
16216 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16217 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16218 to exit() from the library code.
16219 * xpath.c, parser.c: removed bugs or unused code detected by
16220 Windows compilers
16221 * parser.c: started adding interfaces for parsing well balanced
16222 XML fragments
16223 * configure.in: releasing 1.8.4
16224 * doc/* : rebuilt the docs
16225
Daniel Veillard2eac5032000-01-09 21:08:56 +000016226Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16227
16228 * tree.[ch] : added xmlNewDocFragment() for DOM
16229 * testHTML.c: uninitialized variable.
16230
Daniel Veillardf3a73582000-01-05 14:58:39 +000016231Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16232
16233 * doc/* : rebuild the docs
16234
Daniel Veillard71b656e2000-01-05 14:46:17 +000016235Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16236
16237 * acconfig.h: readline and history patch
16238 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16239 * tree.c: added check and handling when possibly removing an ID
16240 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16241 and saving.
16242 * test/HTML/entities.html result/HTML/entities.html* : test for
16243 various entities reference cases
16244 * result/HTML/* : as a result output of some testcase have
16245 changed
16246 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16247 by previous example. added xmlParseTryOrFinish().
16248 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16249 entities.h debugXML.h HTMLparser.h: changed the way struct are
16250 declared to allow gtk-doc to expose those
16251 * parser.c: closed bug #4960
16252 * Makefile.am configure.in: Applied patch from
16253 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16254 and math/socket libs detection
16255
Daniel Veillard437b87b2000-01-03 17:30:46 +000016256Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16257
16258 * configure.in, Makefile.am: link tester against readline
16259 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16260
Daniel Veillard686d6b62000-01-03 11:08:02 +000016261Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16262
16263 * tree.[ch]: added xmlRemoveProp
16264 * win32config.h.in nanohttp.c: avoid including the Windows
16265 socket stuff in every C files
16266 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16267 the XmL parser(s)
16268 * test/ns4 result/ns4 etc...: added test case for previous prob
16269 * tree.c: xmlNewNs wasn't checking for double definition
16270 * Makefile.in: fixed a problem with dist-hook duplicates
16271 * parser.[hc], xmlIO.c: fixed the loading of external entities
16272 APIs, now xmlLoadExternalEntity() is used everywhere and
16273 setting up an app specific front-end using the
16274 * SAX.c parser.c: some fixes, now the xhtml spec validates
16275 with the xhtml DTD.
16276 * error.c: fixed crashes in case of no input stream
16277 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16278 to the validation tests and results
16279
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016280Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16281
16282 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16283 too htmlCreatePushParserCtxt() and htmlParseChunk()
16284 * parser.c: a bit of cleanup.
16285 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16286 to XML) removed the last mem leak known
16287 * HTMLtree.c: output message cleanup
16288 * xmlmemory.c: display content info about memory blocks
16289 * result/HTML/wired.* : missing att value warning change
16290
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016291Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * doc/* : rebuilt the documentation
16294
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016295Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16296
16297 * parser.[ch] parserInternals.h: Push parser for XML,
16298 seems to work fine now
16299 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16300 --push for push testing
16301 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16302 * testSAX.c: added --push
16303 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16304 subtree
16305 * xmlIO.[ch] : enriched API + fixes for push mode
16306 * entities.[ch]: added the entity content length to the struct.
16307 * xmlmemory.[ch]: new API to show the last entries for the shell
16308 * valid.c: added required attribute testing
16309 * SAX.c: the cdata callback now merge contiguous fragments
16310 * HTMLparser.c: cleanup of some macros
16311
Daniel Veillard3c558c31999-12-22 11:30:41 +000016312Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16313
16314 * parser.c: fix for PIs name starting with xml
16315 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016316 * *.c, configure.in win32config.h.in : generate win32config.h for
16317 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016318
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016319Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16320
16321 * parser.c: fixed a stupid = vs. == bug :-(
16322 * doc/gnome-xml.sgml: s/glade/xml/
16323
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016324Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16325
16326 * configure.in, doc/xml.html : bug fix release 1.8.2
16327 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16328 Hopefully the end of that silly C++ include problem
16329 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16330 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16331 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16332 troubles with autoclosed elements when the stree shape doesn't
16333 follow the DtD specs. Added htmlIsAutoClosed() and
16334 htmlAutoCloseTag()
16335 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16336 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16337 * debugXML.c: fixed a bug on printing default namespaces.
16338 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16339
Daniel Veillardb24054a1999-12-18 15:32:46 +000016340Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16341
16342 * result/HTML/*.htm[l] : updated the HTML regression tests according
16343 to the new output
16344 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16345 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16346 problem due to intermix of extern "C" { ... } declarations for C++
16347 and recursive includes in the headers
16348
Chris Lahey323c48c1999-12-18 15:32:45 +0000163491999-12-20 Chris Lahey <clahey@umich.edu>
16350
16351 * HTMLtree.c: Made it so that html nodes with a single child do
16352 not insert a carriage return before or after the child node.
16353
Daniel Veillardb24054a1999-12-18 15:32:46 +000016354Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016355
16356 * configure.in, doc/xml.html : bug fix release 1.8.1
16357 * parser.c: fixed bug #4344
16358 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16359 added the glue to avoid C++ problems
16360 * doc/* : regenerated the documentation
16361
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016362Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16363
16364 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16365 namespace recognition, and Dia as a resul :-(
16366 * encoding.c: closed bug #3950
16367
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016368Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16369
16370 * valid.c: debugging a posteriori validation, except URI expansion
16371 stuff this should be fixed now
16372 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16373 Carl Nygard <cnygard@bellatlantic.net>
16374 * tester.c: added --postvalid, cleaning of the code
16375 * tree.[ch]: added xmlDocGetRootElement()
16376
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016377Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16378
16379 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16380 c++ losage.
16381
Daniel Veillard10a2c651999-12-12 13:03:50 +000016382Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16383
16384 * configure.in, doc/xml.html : bumped to 1.8.0
16385 * xlink.[ch], Makefile.am : added framework for link detection
16386 * parser.h: added nbChars to parser context, needed for cleanup.
16387 * xmlmemory.c: removed a nasty bug when out of mem
16388 * valid.[ch]: adding namespace support for attribute decl
16389 * tester.c: added --debugent option
16390 * debugXML.[ch]: added xmlDebugDumpEntities()
16391 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16392 buffers instead, this was really needed, validation was breaking
16393 in strange ways due to that. Added xmlParseStringPEReference()
16394 and other parsing from strings functions. Entities processing
16395 modified again, but PERef are still not handled correcly but
16396 unless you're Eve Maller you won't notice :-)
16397 * HTMLparser.c: large changes toward reliability, and switched to
16398 lowercase internal tags, XHTML is lowercase, so it will help
16399 that output is closer to next version.
16400 * doc/* : regenerated the documentation, it is now hosted at
16401 http://xmlsoft.org/ (same bits I just bought the domain :-)
16402
16403
Daniel Veillard294cbca1999-12-03 13:19:09 +000016404Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16405
16406 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16407 doc generation
16408 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16409 in the SAX API
16410 * doc/*: rebuilt the doc making sure everything appears in the
16411 HTML files
16412
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016413Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16414
16415 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16416 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16417 which allow impressive speed improvement on dataset with
16418 large text pieces, but at the cost of broken binary
16419 compatibility and slightly bigger memory usage.
16420 Configure with --with-buffers to activate them, they
16421 are protected with XML_USE_BUFFER_CONTENT define.
16422 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
16423 goal is 0 memory left allocated once parser is no more used
16424 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
16425 call xmlCleanupParser() and xmlMemoryDump()
16426
Daniel Veillarda819dac1999-11-24 18:04:22 +000016427Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16428
16429 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
16430 * parser.[ch] encoding.[ch]: added memory cleanup routines
16431 * parser.c: closing bug #3788
16432 * doc/*: rebuilt the doc
16433
Daniel Veillard11a48ec1999-11-23 10:40:46 +000016434Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16435
16436 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
16437 xmlNewTextChild() and xmlSetCompressMode() behaviour.
16438 * tester.c: added --compress option
16439 * doc/*: rebuilt the documentation
16440
Daniel Veillard4c3a2031999-11-19 17:46:26 +000016441Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16442
16443 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
16444 if given /proc/kcore as input !
16445 * doc/xml.html doc/*: updated and rebuilt the documentation
16446
16447Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016448
16449 * parser.c: Fixed some wrongly space collapsing code due to
16450 a misreading of the spec.
16451 * result/*: fixed the output accordingly
16452
16453Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016454
16455 * encoding.c: bug fix and typos
16456 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16457 * parser.c: added attribute normalization closing bug #3597
16458 * test/att* result/att* SAXresult/att*: testcase for attribute
16459 normalization
16460
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016461Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16462
16463 * configure.in: closing bug #3163 by adding extra flags for the
16464 cc compiler on HP-UX
16465
Daniel Veillard51e3b151999-11-12 17:02:31 +000016466Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16467
16468 * valid.[ch] : removed a typo and an enumerated type bug in the
16469 xmlAddElementDecl() function
16470 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16471 call to xmlEncodeEntitiesReentrant() so that the functions
16472 New, Set and Get are at the same level.
16473 * parser.c HTMLparser.c: extra memory allocation bug for
16474 attributes detected by someone using libxml in embedded systems :-)
16475
Daniel Veillard962195f1999-10-28 15:51:53 +000016476Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16477
16478 * xmlmemory.h: turned off mem debug :-\
16479
Daniel Veillard35008381999-10-25 13:15:52 +000016480Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16481
16482 * parser.c: closed bug #2784 a one line fix, but worth pushing
16483 a new release out
16484 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16485 some structures, comments before and after the
16486 main element, and other nastyness
16487 * HTMLtree.c tree.c: accomodate the extended HTML supported
16488 * configure.in: pushing 1.7.4
16489 * test/ent8 and related outputs : added a new test for bug #2784
16490 * test/HTML/wired.html and related output: a nasty HTML example
16491 * Makefile.am: improved the test scripts
16492 * docs/* : reran the documentation extractor, updated xml.html
16493
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016494Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16495
16496 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16497 HTMLparser and debugged the HTML related code. HTML documents
16498 now have their own type
16499 * entities.c: do not dump &apos; for HTML output
16500 * xmlmemory.c: improvement, breakpoint mechanism
16501 * testHTML.c: added --sax --repeat ...
16502 * Makefile.am: improved the HTML tests
16503 * valid.[ch]: added xmlValidGetValidElements and
16504 xmlValidGetPotentialChildren
16505 * tester.c: added --insert to test the 2 new functions
16506 * test//* result//* SAXresult//* : regression test cleanup
16507 and extension.
16508 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16509 gnome-xml-nanohttp.html
16510
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016511Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16512
16513 * HTMLparser.c: fixed problems with some autoclose tags
16514 * tree.c: fixed XML output problems.
16515 * result/* SAXresult/*: update of the tests output
16516
Daniel Veillard6077d031999-10-09 09:11:45 +000016517Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16518
16519 * Makefile.am: Arturo patch for xmlConf.sh version info
16520 * parser.c: Tim Josling patch for single quoted items
16521 * tester.c: Tim Josling patch for tester options usage
16522 * tree.h: indent cleanup
16523
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016524Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16525
16526 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16527 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16528
Daniel Veillard00fdf371999-10-08 09:40:39 +000016529Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16530
16531 * tree.c : Raph patch for initialization of CORBA fields
16532 * parser.c, xpath.c, ...: modification of doc comments
16533 * xpath.c : allow spaces in xpath expressions
16534
Daniel Veillardad219441999-09-27 08:17:49 +000016535Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16536
16537 * xmlmemory.h: turning off memory debug :-(
16538
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016539Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16540
16541 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16542 better SAX interfaces.
16543 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16544 entity.
16545 * configure.in: 1.7.2
16546
16547Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016548
16549 * libxml.spec.in: fixed the URL
16550 * doc/xml.html: improved the documentation front-end
16551
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016552Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016553
16554 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16555
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016556Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016557
16558 * libxml.spec.in: fixed the alpha compile problem
16559 * parser.[ch]: changed errno to errNo in the parser context :-(
16560 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16561 * doc/xml.html: changed CHAR to xmlChar
16562 * doc/html/*: recompiled the documentation
16563 * configure.in: 1.7.1
16564
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016565Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16566
16567 * parser.h: modified the parser context struct to regain 1.4.0
16568 binary compatibility
16569 * parser.c, xml-error.h: added errno ot teh context and defined
16570 a set of errors values with update of errno
16571 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16572 DTDs and entities
16573 * *.h, *.c: complete cleanup of the use of config.h and include
16574 protection depending on the current setup.
16575 * overalll debugging, maintenance and bug-fixing on all modules
16576 * updated the documentation
16577 * ready for 1.7.0
16578
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016579Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16580
16581 * HTMLparser.c : cleanup
16582 * SAX.c valid.c valid.h: added ID/IDREF checking
16583 * tree.c tree.h: extended doc structure for refs
16584 * configure.in: 1.6.2
16585 * parser.c: patched bug in SAX user arg call
16586 * parserInternals.h: patched missing close in C++ wrapping
16587 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16588 especially upcoming XPointer implementation.
16589 * doc/xml.html: augmented, typo
16590
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016591Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16592
16593 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16594 not all invocations of install understand -d.
16595
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016596Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16597
16598 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16599 to make 'check' works, when builddir != srcdir.
16600
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016601Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16602
16603 * doc/xml.html : updated the documentation
16604
Daniel Veillard6454aec1999-09-02 22:04:43 +000016605Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16606
16607 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16608 not deallocated memory blocks
16609 * *.c : replaces all calls to malloc() free() and realloc() to
16610 the wrapper functions/macros
16611 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16612 instead of xmlFreeNodeList()
16613
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016614Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16615
16616 * HTMLparser.c: corrected a stupid bug leading to core dump at
16617 tree deallocation. Removed warnings indicated by
16618 Stephane.Conversy@lri.fr
16619 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16620 looked for in the external subset
16621
16622Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016623
16624 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16625 on SGI by Stephane.Conversy@lri.fr
16626
Daniel Veillardb96e6431999-08-29 21:02:19 +000016627Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16628
16629 * all .h : changed the prototype declaration indent as in gtk
16630 * most .c : working on reducing the TODOs in the code
16631 * most .c : cleanup though -pedantic and Insure++
16632 * improvements on validation ID checkings.
16633 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16634 * xml-config.in: closed #1810
16635
16636Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016637
16638 * tree.h, valid.c, valid.h: more work on validity, IDs
16639 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16640 definition for AIX
16641
Daniel Veillardb556eb51999-08-15 17:19:50 +000016642Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16643
16644 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16645 the distribution due to a cut'n paste error at last commit
16646
Daniel Veillardb05deb71999-08-10 19:04:08 +000016647Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16648
16649 * configure.in: upgraded to version 1.4.0
16650 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16651 Big update, added a large part of the validation process,
16652 it should be usable, but some parts are missing
16653 * xpath.c: improved the implementation w.r.t. root.
16654 * Makefile.am: added more tests
16655 * test and result trees: added a lot of tests
16656 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16657
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016658Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16659
16660 * Added an HACKING file
16661
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016662Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16663
16664 * xpath.[ch] : improvements and debug of the XPath implementation
16665 * parser.c, HTMLparser.c : modified the parsers to be progressive
16666 * tree.[ch] : extended the Buffer promitives
16667 * xmlIO.[ch] : added basic I/O routines providing progressive
16668 parsing and ready for I18N conversion plugins
16669 * SAXresult/* : the SAX callback sequence maybe slightly different
16670 now
16671 * test*.c : improved/updated the tests programs
16672 * doc/* : recompiled the docs.
16673
Daniel Veillard15b75af1999-07-26 16:42:37 +0000166741999-07-26 Michael Meeks <michael@edenproject.org>
16675
16676 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16677
16678 * tree.c: Ditto.
16679
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016680Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16681
16682 * configure.in: upgraded to version 1.4.0
16683 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16684 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16685 XML query language, see http://www.w3.org/TR/xpath for more details.
16686 * parser.c, parser.h: added CHAR* related string functions for XPath
16687 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16688 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16689 rebuild the docs.
16690 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16691 and regression testing capabilities for XPath.
16692
Daniel Veillardd79d7871999-07-12 10:38:12 +000016693Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16694
16695 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16696 closing bug #1646
16697
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016698Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16699
16700 * Makefile.am, example/Makefile.am: closed bug #1683
16701
Daniel Veillard3166ab11999-07-11 16:14:19 +000016702Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16703
16704 * example/Makefile.am, configure.in: added the makefile for the
16705 gjobread example
16706
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016707Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16708
16709 * doc/Makefile.am:
16710 - fix which allow "make install DESTDIR=</install/prefix>".
16711
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016712Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16713
16714 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16715 which fixed a problem on the file reading-code.
16716
Daniel Veillard82150d81999-07-07 07:32:15 +000016717Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16718
16719 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16720 output.
16721 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16722
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016723Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16724
16725 * parser.h : Oops removed the binary compatibility problem
16726 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16727 * parser.c, HTMLparser.c: applied patches for reading from stdin
16728
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016729Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16730
16731 * parser.c, entities.c, valid.c: cleanup bug #1591
16732 * configure.in: cleanup bug #1592
16733 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16734 the same tree back-end. Hence gdome will be available for it.
16735 * doc/Makefile.am: close bug #617
16736
Daniel Veillard97fea181999-06-26 23:07:37 +000016737Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16738
16739 * parser.c: alloctate a per parser context SAX interface block
16740
Daniel Veillard14fff061999-06-22 21:49:07 +000016741Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16742
16743 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16744 and xmlEncodeEntitiesReentrant with the correct one :-\
16745
16746Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16747
16748 * commit of my internal XML base changes, quite a lot of
16749 changes, cleanups, better entities support, framework for
16750 new I/O and charset detection and handling
16751 * Fixed the configure/Makefile stuff to generate shared libs
16752 with the proper version info, so we jumped on rev from
16753 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16754 xmlEncodeEntities() result need to be freed now, and a string
16755 xmlParserVersion provide the current library version.
16756
Raph Levien05240da1999-06-15 21:27:11 +000016757Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16758
16759 * parser.c: fixed a buffer overrun for when you have a very long
16760 attribute with no entities in it.
16761
Daniel Veillardbb2da581999-06-13 14:37:07 +000016762Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16763
16764 * added example directory
16765 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16766
Daniel Veillard011b63c1999-06-02 17:44:04 +000016767Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16768
16769 * Release of libxml-1.1, nearly everything has been touched for
16770 this.
16771 * Added more regression tests
16772 * Updated the documentation
16773
Daniel Veillard27d88741999-05-29 11:51:49 +000016774Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16775
16776 * tree.[ch]: unified the XML_NO_CORBA defines.
16777 * parser.c encoding.[ch]: started plugging in char encoding detection
16778
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016779Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16780
16781 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16782 Also freed allocated buffer.
16783
Daniel Veillard27d88741999-05-29 11:51:49 +000016784Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016785 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16786 reentrancy problem at printing. One is left in entities.c, to
16787 remove ASAP
16788 * testSAX.c : added a test example showing the use of the SAX
16789 interface if one doesn't want to build the DOM tree.
16790 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16791
Daniel Veillard517752b1999-04-05 12:20:10 +000016792Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16793
16794 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16795 large revamping of the parser to use SAX callbacks
16796 http://www.megginson.com/SAX/ (or at least a C like interface
16797 a la Expat). It's now possible to set up your own callbacks
16798 and the parser will not build a DOM tree.
16799 * test/* result/*: updated the test suite, I finally removed
16800 the old Namespace draft support (PI based).
16801
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016802Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16803
16804 * Makefile.am: added test result to EXTRA_DIST for make tests
16805
Daniel Veillard64068b31999-03-24 20:42:16 +000016806Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16807
16808 * parser.c, parserInternals.h: moved the chars macro definitions
16809 to parserInternals.h
16810 * parser.c, error.c: applied patches from "Knut Åkesson"
16811 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16812
Daniel Veillard012ccc11999-03-23 10:11:11 +000016813Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16814
16815 * xml-config.in : applied patch to make --version work
16816
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000168171999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16818
16819 * Makefile.am (check-local): Alias for `tests' target. This will
16820 cause `make check' to do the right thing.
16821 (tests): Don't run tests in srcdir. Also, replaced calls to
16822 basename with a `sed' "equivalent".
16823
Daniel Veillardd109e371999-03-05 06:26:45 +000016824Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16825
16826 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16827 it in the header and not the sources, updated the doc.
16828 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16829 pointing this out.
16830
Daniel Veillardbc50b591999-03-01 12:28:53 +000016831Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16832
16833 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16834 exported the inputStream routines.
16835 * doc/html/* : updated accordingly
16836
Daniel Veillardd692aa41999-02-28 21:54:31 +000016837Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16838
16839 * parser.c, parser.h, parserInternals.h: added a few extra
16840 internal calls to allocate and free parser contexts ...
16841 * doc/html/* : updated accordingly
16842
Daniel Veillard55a99271999-02-25 11:01:29 +000016843Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16844
16845 * configure.in, Makefile.am, doc/makefile.am : General changes for
16846 1.0.0 release and including the generated HTML documentation.
16847
Daniel Veillard35925471999-02-25 08:46:07 +000016848Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16849
16850 * makefile.am : added parserInternals.h, oops.
16851
Daniel Veillard1e346af1999-02-22 10:33:01 +000016852Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16853
16854 * parserInternals.h: added this header giving access to the parser
16855 internal functions.
16856 * doc/Makefile.am : added a rebuild target which rebuilds the full
16857 set of documentations
16858 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16859 the internal subset.
16860 * *.c *.h: modifications needed to generate the documentation using
16861 gtk-doc, cleanup of functions blocks, reorganisation of struct
16862 declarations.
16863
Daniel Veillard1164e751999-02-16 16:29:17 +000016864Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16865
16866 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16867 the tar and spec file to include the beginning of the doc.
16868
Nuno Ferreira03d04781999-02-13 00:07:17 +0000168691999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16870
16871 * doc/.cvsignore: Added this file.
16872
Daniel Veillard6800ef31999-02-08 18:33:22 +000016873Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16874
16875 * tree.c: fixed xmlGetProp to return "" when the attribute
16876 exists, even if the node-list is NULL.
16877
Daniel Veillard726c7e31999-02-08 15:13:10 +000016878Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16879
16880 * tree.c: patched an error outputting empty attribute values.
16881 * Makefile.am and doc/makefile.am: have been updated during the
16882 week-end. Sorry for an empty CVS log, I got a shell problem.
16883
Daniel Veillard1899e851999-02-01 12:18:54 +000016884Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16885
16886 * tree.h: cleaned up using enums instead of defines
16887 * parser.c, valid.[ch]: more work on parsing/output of element
16888 declarations
16889
Daniel Veillard3b9def11999-01-31 22:15:06 +000016890Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16891
16892 * valid.[ch], tree.c, parser.c : more work toward full parsing
16893 of XML DTDs.
16894 * README: added informations about mailing-list and on-line
16895 documentation
16896
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000168971999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16898
16899 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16900
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016901Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16902
16903 * parser.c, tree.[ch] : more work toward conformance testing,
16904 added a last element to accelerate parsing of very flat structures
16905 started working on internal subset Element content declaration.
16906 * valid.[ch] : first cut at adding code toward validation.
16907 * previous changes had also small impact on most files, especially
16908 the conformance testing using James Clark test suite.
16909
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016910Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16911
16912 * test/* : updated the examples, most of them were not well
16913 formed (humm), and added rdf2.
16914 * result/* : resulting changes in the output.
16915
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016916Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16917
16918 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16919
Daniel Veillard44b3a061998-12-05 17:27:22 +000016920Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16921
16922 * tree.c: patched a bug in the generation of empty attributes
16923
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016924Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16925
16926 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16927 for node/trees/documents/... Biggest problem is namespace
16928 support when copying subtrees.
16929
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016930Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16931
16932 * parser.c, entities.c: improve entities and char ref encoding,
16933 and cleanups of error messages.
16934
Daniel Veillard242590e1998-11-13 18:04:35 +000016935Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16936
16937 * parser.c, entities.c: simple bug hunting done during rpm2html and
16938 rpmfind integration.
16939
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016940Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16941
16942 * parser.[ch]: Added interfaces allowing to specify a SAX
16943 handler before parsing.
16944
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016945Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16946
16947 * parser.c: redirrect all errors reporting through the SAX
16948 error function
16949
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016950Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16951
16952 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16953 * libtool, tlmain ...: update of the libtool files
16954
Miguel de Icaza442321c1998-11-04 18:13:38 +0000169551998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16956
16957 * entities.c: Use g_snprintf insteda of snprintf.
16958
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016959Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16960
16961 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16962 added ent5 test for this purpose.
16963 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16964
Daniel Veillard27271681998-10-30 06:39:40 +000016965Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16966
16967 * parser.c: fixed? a strange error due to compression on a GWP
16968 document.
16969
Daniel Veillard25940b71998-10-29 05:51:30 +000016970Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16971
16972 * tree.[ch]: bug fixing
16973 * entities.[ch]: defined a specific type for predefined entities
16974 * doc/xml.html: more documentation on the library, how to use it,
16975 overview of the interfaces.
16976
Daniel Veillard16253641998-10-28 22:58:05 +000016977Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16978
16979 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16980
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016981Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16982
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016983 * tree.c: corrected a small bug
16984 * doc/xml.html: continuing writing documentation.
16985
16986Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16987
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016988 * debugXML.h debugXML.c: added debugging utilities.
16989 * tester.c: added --debug switch.
16990 * tree.c: patched an incorrect node->type assignment.
16991 * parser.c: formatting, ensure that node->doc != NULL in attributes
16992
Daniel Veillardccb09631998-10-27 06:21:04 +000016993Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16994
16995 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16996 entity support and provide an internal representation close to
16997 DOM one (entity ref nodes, and attribute value as tree). I tried
16998 to preserve the interface but this will surely break some apps
16999 (I have to change rpm2html/rpmfind for example). I had to change
17000 two interfaces, and the generated tree is somewhat different.
17001 * doc/* : started documenting the XML library, the tree and
17002 DOM/Corba. This is a first step.
17003
Daniel Veillard11e00581998-10-24 18:27:49 +000017004Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17005
17006 * parser.c: Set up the fonctions comment block, boring but useful.
17007 * parser.h, SAX.c, parser.c: now attributes are processed through
17008 the SAX interface. The problem is that my SAX interface diverged
17009 quite a bit from the original one, well this is not an official
17010 spec, and translating it from Java to C is hairy anyway...
17011
Daniel Veillard97b58771998-10-20 06:14:16 +000017012Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17013
17014 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
17015 fonctions comment block, boring but useful.
17016
17017Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000017018
17019 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
17020 conversion routines. However they are not yet used to convert the
17021 inputs. The core will run with UTF-8.
17022
Daniel Veillard33942841998-10-18 19:12:41 +000017023Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17024
17025 * tree.c : make sure that the type id is properly set-up when
17026 a new object is allocated, needed for DOM.
17027
Daniel Veillard27fb0751998-10-17 06:47:46 +000017028Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17029
17030 * tree.h, tree.c: Ok, the main objects in the tree will be native
17031 corba objects, it costs 8 bytes per Node, Attribute and Document
17032 but it simplifies the Corba integration a lot (no extra interface
17033 objects to allocate/free).
17034
Daniel Veillard0bef1311998-10-14 02:36:47 +000017035Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17036
17037 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
17038 and changed NODEs contants for conformity with DOM Level 1
17039
Daniel Veillard27864701998-10-08 03:47:24 +000017040Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17041
17042 * added hooks to keep track of servants when creating objects
17043 xmlDoc and xmlNode (for Corba export).
17044
Daniel Veillarda6e1d121998-10-04 14:41:05 +000017045Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17046
17047 * added xml-config script.
17048
Daniel Veillard7066a791998-10-01 20:28:28 +000017049Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17050
17051 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
17052 to autoupdate libtool and automake conf files.
17053
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000170541998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
17055
17056 * Makefile.am: Use '?' to separate the sed
17057 commands as ',' is used when people pass -Wl,something.
17058
17059
Daniel Veillard15a8df41998-09-24 19:15:06 +000017060Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17061
17062 * tree.c, tree.h: added a per-document compression interface.
17063
Daniel Veillard151b1b01998-09-23 00:49:46 +000017064Tue Sep 22 20:47:38 EDT 1998
17065
17066 * tree.c, tree.h: added saving with compression and added interfaces
17067 to control the compression level (xmlGetCompressMode,
17068 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
17069
Daniel Veillard70120ff1998-09-22 00:24:21 +000017070Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17071
17072 * parser.c: corrected a loop for files of size 0
17073
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000170741998-08-20 Raja R Harinath <harinath@cs.umn.edu>
17075
17076 * error.h: New file. Contains prototyes from `error.c'.
17077
Tom Tromeyc19653d1998-08-14 01:22:43 +000017078Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
17079
17080 * Makefile.am (xmlincdir): New macro.
17081 (xmlinc_HEADERS): Renamed from include_HEADERS.
17082
Daniel Veillard845664d1998-08-13 04:43:19 +000017083Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17084
17085 * applied small patch on numeric entities from
17086 Christopher Blizzard <blizzard@appliedtheory.com>
17087
Daniel Veillard260a68f1998-08-13 03:39:55 +000017088Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17089
17090 * New release 0.2, removed the old xml_* files so that it's
17091 coherent with the other CVS base (W3C), far better conformance
17092 to standard, new namespaces, decent entities support, beginning
17093 of a SAX-like interface. Nearly nothing left intact, even the
17094 test examples ...
17095
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000170961998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
17097
17098 * .cvsignore: Add .deps dir
17099
Daniel Veillardf8015fa1998-07-26 21:31:38 +000017100Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17101
17102 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
17103
Daniel Veillardfe926001998-07-26 04:28:20 +000017104Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017105
Daniel Veillardfe926001998-07-26 04:28:20 +000017106 * configure.in: added test for CPP
17107 * AUTHORS, Changelog: the original ones didn't get commited but the
17108 glib ones instead, fixed.
17109 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000017110
Daniel Veillardfe926001998-07-26 04:28:20 +000017111Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017112
Daniel Veillardfe926001998-07-26 04:28:20 +000017113 * integrated code developped at W3C
17114 * changed the original Copyright
17115 * migrated to automake
17116 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000017117