blob: 41c403e79840898cf3a2d668b74052b06deb64ff [file] [log] [blame]
Daniel Veillarded86dc22008-04-24 11:58:41 +00001Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
2
3 * uri.c: applied patch from Ashwin fixing a number of realloc problems
4 * HTMLparser.c: improve handling for misplaced html/head/body
5
Daniel Veillarde9100a52008-04-22 08:28:50 +00006Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
7
8 * dict.c: improvement on the hashing of the dictionnary, with visible
9 speed up as the number of strings in the hash increases, work from
10 Stefan Behnel
11
Daniel Veillarddee23482008-04-11 12:58:43 +000012Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
13
14 * include/libxml/xmlschemas.h xmlschemas.c: added new function
15 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
16 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
17 function didn't got any documentation, added more checking in the
18 generator
19 * include/libxml/relaxng.h include/libxml/schematron.h
20 include/libxml/xmlschemas.h include/libxml/c14n.h
21 include/libxml/xmlregexp.h include/libxml/globals.h
22 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
23 and cleanups following the new reports
24
25
Daniel Veillard33fe2882008-04-10 08:09:25 +000026Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
27
28 * Makefile.am: extend the cleanup rule
29 * xmlschemas.c: space cleanup
30
Rob Richardsc3e24352008-04-09 17:49:09 +000031Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
32
33 * include/wsockcompat.h: support older win32 platforms when building
34 with newer versions of VS
35
Daniel Veillard596da972008-04-08 14:58:41 +000036Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
37
38 * configure.in NEWS doc/*: preparing release of 2.6.32
39
Daniel Veillarded939f82008-04-08 08:20:08 +000040Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
41
42 * tree.c: fix a bug introduced when fixing #438208 and reported by
43 Ashwin
44 * python/generator.py: fix an infinite loop bug
45
Daniel Veillard354cf5c2008-04-07 12:46:48 +000046Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
47
48 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
49 * docs/*: rebuilt
50
Daniel Veillard2135fc22008-04-04 16:10:51 +000051Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
52
53 * parser.c: improve the *Recover* functions documentation
54
Daniel Veillard6ccc56d2008-04-03 12:59:06 +000055Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
56
57 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
58 in external parsed entities, should fix #440415
59
Daniel Veillard8f6c2b12008-04-03 11:17:21 +000060Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
61
62 * tree.c: fix some problems with the *EatName functions when
63 running out of memory raised by Eric Schrock , should fix #438208
64
Daniel Veillardbfc42632008-04-03 10:43:52 +000065Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
66
67 * xmlschemastypes.c: horror around the definition of the lexical
68 values for decimal and derived types, fixing to reject empty
69 values, should fix #503268
70
Daniel Veillardf1245392008-04-03 09:46:34 +000071Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
72
73 * encoding.c: buffer may not be large enough to convert to
74 UCS4, patch from Christian Fruth , fixes #504015
75
Daniel Veillard36de63e2008-04-03 09:05:05 +000076Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
77
78 * HTMLparser.c: apparently it's okay to forget the semicolumn after
79 entity refs in HTML, fixing char refs parsing accordingly based on
80 T. Manske patch, this should fix #517653
81
Daniel Veillardfa750972008-04-03 07:31:25 +000082Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
83
84 * error.c: avoid a scary realloc() loop should fix #520383
85
Daniel Veillarda4ba09d2008-04-03 06:24:04 +000086Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
87
88 * parser.c: more realloc problems pointed out by Ashwin
89
Daniel Veillardff8b5412008-04-03 05:41:28 +000090Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
91
92 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
93 fixes #520387
94
Daniel Veillarde43579b2008-04-03 04:56:04 +000095Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
96
97 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
98 from Jack Jansen, fixes #524759
99 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
100
Daniel Veillardf88d8492008-04-01 08:00:31 +0000101Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
102
103 * xpath.c: two patches from Alvaro Herrera to avoid problem when
104 running out of memory in XPath evaluations.
105
Daniel Veillard68b6e022008-03-31 09:26:00 +0000106Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
107
108 * parser.c: lot of out of memory handling fixes from Ashwin
109 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
110 * include/libxml/threads.h: indenting cleanups
111
Daniel Veillard05b37c62008-03-31 08:27:07 +0000112Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
113
114 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
115 use and the memory documentation
116
Daniel Veillarddc171602008-03-26 17:41:38 +0000117Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
118
119 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
120 seems to not be checked correctly, fixes #520198
121
Daniel Veillard6a31b832008-03-26 14:06:44 +0000122Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
123
124 * parser.c: patch from Ashwin to avoid a problem of attribute
125 redefinition in the DTD. Remove a warning too.
126
Daniel Veillardb3e45362008-03-26 13:39:31 +0000127Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
128
129 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
130 from Ashwin
131
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000132Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
133
134 * parser.c: fix various attribute normalisation problems reported
135 by Ashwin
136 * result/c14n/without-comments/example-4
137 result/c14n/with-comments/example-4: this impacted the result of
138 two c14n tests :-\
139 * test/att9 test/att10 test/att11 result//att9* result//att10*
140 result//att11*: added 3 specific regression tests coming from the
141 XML spec revision and from Ashwin
142
Daniel Veillarde54c3172008-03-25 13:22:41 +0000143Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
144
145 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
146 should fix #524253
147
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000148Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
149
150 * parser.c: fix a problem reported by Ashwin for system parameter
151 entities referenced from entities in external subset, add a
152 specific loading routine.
153 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
154 test/valid/t11.xml result/valid/t11.xml*: added the test to
155 the regression suite
156
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000157Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
158
159 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
160 when testing with W3C test suite
161
Daniel Veillard14d465d2008-03-24 11:12:55 +0000162Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
163
164 * threads.c: check some allocation with Ashwin patch
165
Daniel Veillard24d87d92008-03-19 15:43:00 +0000166Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
167
168 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
169
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000170Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
171
172 * threads.c: check some malloc returns with Ashwin patch, add
173 error messages and reindent the module.
174
Daniel Veillard14dad702008-03-14 14:29:40 +0000175Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
176
177 * xmlreader.c: patch from Ashwin removing duplicate tests
178
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000179Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
180
181 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
182 applied patch from Tobias Minich to allow plugin schematron error
183 reporting in the normal error system, should fix #513998
184
Daniel Veillard37d2d162008-03-14 10:54:00 +0000185Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
186
187 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
188 leaks, should fix 512647
189
Daniel Veillard10bda622008-03-13 07:27:24 +0000190Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
191
192 * xmlregexp.c: found a nasty bug in regexp automata build,
193 reported by Ashwin and Bjorn Reese
194
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000195Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
196
197 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
198 html within html bogus data, still not a complete fix though
199
Daniel Veillard5d279c92008-03-12 09:32:04 +0000200Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
201
202 * python/types.c: fix a memory errro when using namespace nodes
203 returned from XPath queries, should fix #521699
204 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
205 regression test for it
206
Rob Richardsa544c182008-03-10 15:26:27 +0000207Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
208
209 * include/win32config.h: add ICONV_CONST define for win32 build
210 to satisfy encoding.c change in rev 3693
211
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000212Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
213
214 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
215 reported and discussed around #514181 and associated patches
216 * test/emptycdata.xml result/emptycdata.xml*
217 result/noent/emptycdata.xml: added a specific test in the
218 regression suite.
219
Daniel Veillard57c9db02008-03-06 14:37:10 +0000220Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
221
222 * encoding.c: poblem with encoding detection for UTF-16 reported by
223 Ashwin and found by Bill
224 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
225 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
226 the example to the regression tests
227
Daniel Veillardccc476f2008-03-04 13:19:49 +0000228Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
229
230 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
231 a text node.
232 * parser.c: fixed the comment for xmlParserCleanup
233 * globals.c: fixed indentation
234
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000235Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
236
237 * testModule.c: patch from Florent Guiliani to fix build on
238 SCO OpenServer
239
Daniel Veillard30663512008-02-21 22:31:55 +0000240Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
241
242 * debugXML.c: made one of the changes suggested by Brian Krahmer
243 * testRegexp.c: allow to pass '--' on the command line to allow
244 regexps starting with the character '-'
245
Daniel Veillard5ac88232008-02-19 07:54:52 +0000246Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
247
248 * python/Makefile.am python/tests/Makefile.am: applied cleanup
249 patches for cross compilation and MinGW from Roumen Petrov
250
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000251Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
252
253 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
254 Bill
255
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000256Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
257
258 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
259 to simplify the processing of xmlSetProp()
260
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000261Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
262
263 * config.h.in configure.in encoding.c: patch from Roumen Petrov
264 to detect if iconv() needs a const for the second parameter
265
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000266Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
267
268 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
269 from Florent Guiliani
270
Daniel Veillard3ff24112008-02-13 10:17:41 +0000271Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
272
273 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
274 output at the end of document.
275
Daniel Veillard851b2d02008-02-08 10:57:57 +0000276Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
277
278 * doc/examples/examples.xml: regenerated, it was truncated.
279
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000280Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
281
282 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
283 compilation problems with Mingw32
284
Daniel Veillard041b6872008-02-08 10:37:18 +0000285Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
286
287 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
288 when '.' is used in a posCharGroup
289 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
290 added the test to the regression suite
291
Daniel Veillardb242b082008-02-08 09:56:31 +0000292Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
293
294 * dict.c: applied patch from Florent Guilian to remove an
295 useless mutex in the xmlDict structure.
296
297Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
298
299 * SAX2.c: another leak reported by Ashwin
300 * xinclude.c: fixed the behaviour when XIncluding a fragment
301 of the current document, patch from Chris Ryan
302
William M. Brackead35832008-02-06 04:12:46 +0000303Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
304
305 * nanohttp.c: added space for port number (when not 80) in
306 xmlNanoHTTPMethodRedir, plus a few more comments. Should
307 fix #514521.
308
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000309Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
310
311 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
312 error about the SAX callback in cdataBlockSplit when streaming
313 XSD validation
314
Daniel Veillard69f8a132008-02-05 08:37:56 +0000315Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
316
317 * uri.c: applied a patch based on Petr Sumbera one to avoid a
318 problem with paths starting with //
319
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000320Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
321
322 * doc/xml.html doc/xmlmem.html: added a small section on returning
323 memory to the kernel by compacting the heap provided by Wolfram Sang
324
Rob Richards82fbf572008-01-25 19:03:37 +0000325Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
326
327 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
328 patch by David Wimsey
329
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000330Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
331
332 * parser.c: fix a memeory leak in internal subset parsing with
333 a fix from Ashwin
334 * test/errors/content1.xml result/errors/content1.xml*:
335 add test to regressions
336
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000337Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
338
339 * configure.in doc/*: preparing release of 2.6.31
340
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000341Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
342
343 * parser.c: avoid a warning on 64bits introduced earlier
344 * parserInternals.c: make more checking on the UTF-8 input
345
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000346Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
347
348 * HTMLparser.c: avoid stopping parsing when encountering
349 out of range characters in an HTML file, report and
350 continue processing instead, should fix #472696
351
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000352Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
353
354 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
355 Makefile.am python/tests/Makefile.am python/Makefile.am
356 check-xsddata-test-suite.py: patches from John Carr to
357 start cleaning up 'make diskcheck' problems c.f. #506228
358
Daniel Veillard5608b172008-01-11 06:53:15 +0000359Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
360
361 * xmllint.c: apply fix from Stefan Kost to avoid a crash
362 in xmllint, fixes 504284
363
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000364Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
365
366 * xml2-config.in: apply patch from Fred Crozat to avoid
367 outputting -L/usr/lib from xml2-config, fixes #497012
368
Daniel Veillard640f89e2008-01-11 06:24:09 +0000369Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
370
371 * HTMLparser.c: fix definition for <embed> to avoid error
372 when saving back, patch from Stefan Behnel fixing 495213
373
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000374Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
375
376 * parser.c: applied patch from Christian Schmidt fixing a
377 column counter update problem, fixes #472696
378
Daniel Veillardac4118d2008-01-11 05:27:32 +0000379Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
380
381 * parser.c: handle a erroneous parsing of attributes in
382 case said attribute has been redeclared in the DTD with a
383 different type
384 * hash.c: fix the hash scanner to not crash if a first element
385 from the hash list is been removed in the callback
386
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000387Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
388
389 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
390 as raised by Felipe Pena, should fix #508156
391
Rob Richards3108ba92007-12-06 10:08:52 +0000392Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
393
394 * pattern.c: fix crash from double free of name for bug #501760
395
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000396Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
397
398 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
399 reported by Hannes Eder
400
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000401Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
402
403 * xmlregexp.c: remove a cut-and-paste copy error
404
Rob Richards91eb5602007-11-16 10:54:59 +0000405Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
406
407 * globals.c threads.c include/libxml/threads.h:
408 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
409 Patch from Marc-Antoine Ruel.
410
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000411Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
412
413 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
414 schema document ownership for bug #495215
415
Daniel Veillard2a512da2007-10-30 20:24:40 +0000416Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
417
418 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
419 should fix #491651
420
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000421Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
422
423 * testURI.c: add a debug option printing all the fields within
424 the parsed URI structure
425
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000426Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
427
428 * xmlsave.c: fix to avoid a crash when dumping an attribute from
429 an XHTML document, patch contributed to fix #485298
430
Daniel Veillardc821e032007-08-28 17:33:45 +0000431Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
432
433 * xmlregexp.c: another nasty regexp case fixed.
434 * test/regexp/ranges2 result/regexp/ranges2: added to regression
435 suite
436
William M. Brackec720082007-08-24 02:57:38 +0000437Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
438
439 * nanohttp.c: Enhanced to include port number (if not == 80) on the
440 "Header:" URL (bug #469681).
441 * xmlregexp.c: Fixed a typo causing a warning message.
442
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000443Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
444
445 * nanohttp.c: fix an open() call with creation without 3rd argument
446 hopefully that interface is never used.
447
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000448Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
449
450 * configure.in doc/*: preparing release of 2.6.30
451
William M. Brackf1794562007-08-23 12:58:13 +0000452Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
453
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000454 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000455 with object caching (bug #469410)
456
Daniel Veillard3888f472007-08-23 09:29:03 +0000457Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
458
459 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
460 applied patch from Frank Gross fixing Schemas IDC import bug
461 #455953 and also add the test to the regression suite
462
Daniel Veillard76d59b62007-08-22 16:29:21 +0000463Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
464
465 * xmlregexp.c: try to fix for the nth time the automata generation
466 in case of complex ranges. I suppose that time it is actually okay
467
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000468Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
469
470 * parser.c: aligned xmlSAXUserParseMemory() to match
471 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
472 cleanup
473
Rob Richardsf779da32007-08-14 09:41:21 +0000474Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
475
476 * xmlIO.c: fixed windows path determination (patch from
477 Roland Schwarz, bug #462877)
478 * win32/Makefile.mingw win32/configure.js: fixed mingw build
479 (patch from Roland Schwarz, bug #462877)
480
Daniel Veillardda629342007-08-01 07:49:06 +0000481Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
482
483 * parser.c: fixed a parser bug where invalid char in comment may
484 not be detected, reported by Ashwin Sinha
485 * test/errors/comment1.xml result/errors/comment1.xml*: added
486 the example to the regression suite
487
Daniel Veillard3814a362007-07-26 11:41:46 +0000488Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
489
490 * xmlsave.c: fixed problem reported on bug #460415
491
William M. Brack50420192007-07-20 01:09:08 +0000492Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
493
494 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
495
William M. Brackb0a94e82007-07-18 18:04:55 +0000496Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
497
498 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
499 Fixes bug #454608.
500
Daniel Veillard65fcf272007-07-11 17:55:30 +0000501Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
502
503 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
504 should fix bug #358125
505
Daniel Veillardcaa19512007-07-04 15:42:46 +0000506Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
507
508 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
509 uses of xmlTextWriterStartDocument()
510
Daniel Veillard734e7662007-06-26 11:30:31 +0000511Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
512
513 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
514 argument occurs, should fix #450936
515
William M. Brack31700e62007-06-13 20:33:02 +0000516Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
517
518 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
519
Daniel Veillard38431c32007-06-12 16:20:09 +0000520Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
521
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000522 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard38431c32007-06-12 16:20:09 +0000523 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
524 in HTML, c.f. bug #305885.
525
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000526Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
527
528 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
529 should not have namespace processing.
530
Daniel Veillarddfac9462007-06-12 14:44:32 +0000531Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
532
533 * parser.c: fixed the push mode when a big comment occurs before
534 an internal subset, should close bug #438835
535 * test/comment6.xml result//comment6.xml*: added a special
536 test in the regression suite
537
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000538Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
539
540 * parser.c: fix bug #414846 where invalid characters in attributes
541 would sometimes not be detected.
542 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
543 test case to the regression tests
544
Daniel Veillard3130fe92007-06-12 12:24:54 +0000545Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
546
547 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
548 in GNU tar, should fix #396751
549
Daniel Veillarddb670152007-06-12 10:04:37 +0000550Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
551
552 * python/types.c: try to allow compilation on old python version
553 should fix #398125
554
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000555Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
556
557 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
558 fixes bug #438390
559
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000560Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
561
562 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
563
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000564Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
565
566 * relaxng.c: fixed bug #407436 a crash in a specific case of
567 Relax-NG validation
568
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000569Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
570
571 * catalog.c: fixed bug #383687, some case of recursion on next
572 were not caught in the catalog code.
573
Daniel Veillard861101d2007-06-12 08:38:57 +0000574Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
575
576 * HTMLparser.c: fixed bug #381877, avoid reading over the end
577 of stream when generating an UTF-8 encoding error.
578
Daniel Veillard2e620862007-06-12 08:18:21 +0000579Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
580
581 * parser.c: fixed bug #366161, trivially added the check in
582 xmlCtxtReset()
583
Rob Richards90ee8df2007-06-08 19:47:37 +0000584Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
585
586 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
587 for VC8 build support to embed manifest within files. Under MS VC, build
588 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
589
Rob Richardse967f0b2007-06-08 19:36:04 +0000590Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
591
592 * threads.c include/libxml/threads.h: use specified calling convention
593 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
594 add xmlDllMain to header for win32 when building for static dll
595
Rob Richardsb8769d62007-06-08 08:50:47 +0000596Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
597
598 * xmlwriter.c: fixed problem with namespace declaration being
599 written more than once per element start tag
600
William M. Brack97ac8192007-06-06 17:19:24 +0000601Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
602
603 * xpath.c: fixed problem with xmlXPathNodeSetSort;
604 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
605
William M. Brackd611c882007-05-31 05:07:17 +0000606Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
607
608 * xpath.c: fixed problem with string value for PI node
609 (bug #442275)
610
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000611Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
612
613 * uri.c: fix bug reported by François Delyon
614
William M. Brack38d452a2007-05-22 16:00:06 +0000615Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
616
617 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
618 by Mark Rowe (bug #440159)
619 * include/libxml/xmlversion.h.in: Added check for definition of
620 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
621 Wendy Doyle and Mark Rowe, bug #346675)
622 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
623 changes to fix compilation warnings - no change to logic.
624
William M. Bracke8827652007-05-16 05:19:13 +0000625Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
626
627 * nanohttp.c: small enhancement to last fix, pointed out
628 by Alex Cornejo
629
William M. Brackd2f682a2007-05-15 19:42:08 +0000630Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
631
632 * nanohttp.c: fixed problem on gzip streams (bug #438045)
633 * xpath.c: fixed minor spot of redundant code - no logic change.
634
William M. Brackca797882007-05-11 14:45:53 +0000635Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
636
637 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
638 in order to produce the required number of significant digits
639 (bug #437179)
640
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000641Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
642
643 * list.c: applied patch to fix xmlListAppend() from
644 Georges-André SILBER
645 * valid.c: also fix the place wher it was called.
646
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000647Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
648
649 * parser.c: tried to fix an error problem on entity content failure
650 reported by Michael Day
651
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000652Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
653
654 * configure.in: typo patch from Bjorn Reese
655
Daniel Veillard491e58e2007-05-02 16:15:18 +0000656Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
657
658 * HTMLparser.c: applied patch from Michael Day to add support for
659 <embed>
660
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000661Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
662
663 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
664 in htmlCreateDocParserCtxt.
665
Daniel Veillarda1413b82007-04-26 08:33:28 +0000666Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
667
668 * uri.c include/libxml/uri.h: patch from Richard Jones to save
669 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000670 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000671
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000672Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
673
674 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
675 patch from Richard Jones to for the silent flag on valgrind
676 when doing "make valgrind"
677 * xmlregexp.c: raise a regexp error when '\' is misused to escape
678 a standard character.
679
Daniel Veillardc9923322007-04-24 18:12:06 +0000680Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
681
682 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
683
Daniel Veillarda44294f2007-04-24 08:57:54 +0000684Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
685
686 * uri.c: fix xmlURIUnescapeString comments which was confusing
687
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000688Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
689
690 * include/win32config.h libxml.h: new patch from Andreas Stricke to
691 better integrate support for Windows CE
692
Daniel Veillard39bcf942007-04-17 14:47:05 +0000693Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
694
695 * doc/* configure.in NEWS: release of libxml2 2.6.28
696
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000697Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
698
699 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
700 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
701 patch from Andreas Stricke to ease the compilation on Windows CE
702
Daniel Veillarded121382007-04-17 12:33:19 +0000703Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
704
705 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
706 a libxml2 patch from Christian Ehrlicher
707
Daniel Veillard42720242007-04-16 07:02:31 +0000708Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
709
710 * HTMLparser.c: change the way script/style are parsed to
711 not try to detect comments, reported by Mike Day
712 * result/HTML/doc3.*: affects the result of that test
713
William M. Brack56578372007-04-11 14:33:46 +0000714Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
715
716 * xmlregexp.c: small enhancement for quantifier range with
717 min occurs of 0; fixes bug 425542.
718
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000719Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
720
721 * xmlIO.c: applied change from Michael Day to avoid a problem when
722 compiled without zlib support.
723
Daniel Veillard7ef51692007-03-21 16:47:12 +0000724Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
725
726 * include/libxml/xpath.h: applied documentation patch from James Dennett
727
William M. Bracka9cbf282007-03-21 13:16:33 +0000728Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
729
730 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
731 * test/regexp/bug420596, result/regexp/bug420596: added regression
732 test for this
733
William M. Bracke978ae22007-03-21 06:16:02 +0000734Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
735
736 * HTMLparser.c: fixed memory access error on parsing of meta data
737 which had errors (bug #382206). Also cleaned up a few warnings
738 by adding some additional DECL macros.
739
Daniel Veillardbd444842007-03-20 08:47:29 +0000740Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
741
742 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
743 the silly __ss_familly problem on various AIXes, should fix #420184
744
William M. Brack0c1e3012007-03-14 12:40:21 +0000745Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
746
747 * configure.in: corrected small error in last commit
748 * xmlreader.c: corrected small typo in last commit
749
William M. Brack06559b32007-03-14 09:34:15 +0000750Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
751
752 * xmlschemas.c: fixed problem with referenced attribute groups
753 (bug #417621)
754 * configure.in: re-ordered some includes for types.h / socket.h
755 (bug #416001)
756
Daniel Veillarda9c56772007-03-09 16:59:05 +0000757Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
758
759 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
760 and state internal flags mixups
761
William M. Brackee0b9822007-03-07 08:15:01 +0000762Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
763
764 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
765 cases when comparing identical nodes (bug #415567) with patch
766 from Oleg Paraschenko
767
William M. Brack7a12e572007-02-16 17:11:09 +0000768Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
769
770 * python/libxml.py: fixed tab problem with patch from
771 Andreas Hanke (bug #408626)
772
773Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000774
775 * doc/xml.html: Changed all references to libxml2 CVS over to
776 the corresponding SVN. A few other spelling/grammar/links
777 also changed.
778 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
779
William M. Brack0bcec062007-02-14 02:15:19 +0000780Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
781
782 * xpath.c: Fixed memory bug with invalid function reported by
783 Francois Delyon on mailing list
784
William M. Brack53ce98c2007-02-13 00:37:20 +0000785Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
786
787 * xinclude.c: fixed problem with invalid char encountered
788 during text include (reported on xslt mailing list)
789
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000790Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
791
792 * Makefile.am: small cleanup to avoid packaging .svn
793 * libxml.h threads.c parser.c: applied patch to avoid a problem
794 in concurrent threaded initialization fix from Ted Phelps
795
William M. Brackd46c1ca2007-02-08 23:34:34 +0000796Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
797
798 * parser.c: added a GROW when parsing complex comments (bug #405666)
799 * gentest.py, testapi.c: added a hack to prevent destruction of any
800 param with 'destroy' in it's description (i.e. param destroyed by
801 the routine under test, so shouldn't be destroyed by testapi)
802 * xmlreader.c: added freeing of 'input' param even on error
803 (fixes leak detected by testapi)
804
William M. Brackc1099be2007-01-31 18:38:56 +0000805Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
806
807 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
808 xmlwriter.c: repositioned #include for libxml.h to avoid
809 compilation error on some architectures (bug #398277)
810 * fixed screwed-up ChangeLog (deleted some duplicate entries)
811
William M. Brack72239ba2007-01-31 18:25:12 +0000812Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000813
814 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
815
William M. Brack72239ba2007-01-31 18:25:12 +0000816Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000817
818 * xpath.c: added checks for alloc fail on calls to
819 xmlXPathNewContext (libxslt bug #400242)
820
821Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
822
823 * Re-generated the documentation (API chunks 27-29 were missing)
824 (also causes changes to testapi.c, elfgcchack.h and
825 win32/libxml2.def.src)
826
827Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
828
829 * python/libxml.c: fix a memory leak in the python string handling
830 when SAX event are passed back to the python handlers
831
832Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
833
834 * xmlreader.c: fix xmlTextReaderSetup() description
835 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
836 test/relaxng/empty1_0.xml test/relaxng/comps.rng
837 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
838 test/relaxng/empty1_1.xml: tests which were apparently
839 never commited to CVS
840
841Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
842
843 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
844 expose xmlTextReaderSetup() function
845
846Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
847
848 * configure.in: adapt the extra versioning code to SVN
849
850Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
851
852 * python/generator.py python/libxml.py: apparently id() sometimes
853 generate negative values and %X outputs -XXXX :-(
854
855Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
856
857 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
858 and XML declaration detection, and associated documentation change
859
860Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
861
862 * xinclude.c: another XInclude user data propagation patch from
863 Michael Day
864
865Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
866
867 * HTMLparser.c: applied patch from Steven Rainwater to fix
868 UTF8ToHtml behaviour on code points which are not mappable to
869 predefined HTML entities, fixes #377544
870
871Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
872
873 * xpath.c: fixed a bug where the principal node type of an axis
874 wasn't tested on name check, fixes bug #377432
875
876Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
877
878 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
879 report and suggestion.
880
881Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
882
883 * uri.c: applied patch from Igor for path conversion on Windows
884
885Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
886
887 * xmlregexp.c: another small change on the algorithm for the
888 elimination of epsilon transitions, should help on #362989 too
889
890Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
891
892 * tree.c: applied documentation patches from Markus Keim
893 * xmlregexp.c: fixed one bug and added a couple of optimisations
894 while working on bug #362989
895
896Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
897
898 * HTMLparser.c: applied a reworked version of Usamah Malik patch
899 to avoid growing the parser stack in some autoclose cases, should
900 fix #361221
901
902Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
903
904 * xpath.c: William spotted an obvious bug
905
906Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
907
908 * NEWS configure.in testapi.c doc//*: preparing release of
909 libxml2-2.6.27
910 * include/libxml/tree.h: fix a small problem with preproc flags
911
912Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
913
914 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
915 * xmllint.c: order XPath elements when using --shell
916
917Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
918
919 * xmlregexp.c: applied fix from Christopher Boumenot for bug
920 #362714 on regexps missing ']'
921
922Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
923
924 * parserInternals.c: applied patch from Marius Konitzer to avoid
925 leaking in xmlNewInputFromFile() in case of HTTP redirection
926
927Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
928
929 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
930 and pointed in #340591
931
932Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
933
934 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
935 htmlReadIO() this should fix #340322
936
937Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
938
939 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
940
941Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
942
943 * HTMLparser.c: fixing HTML minimized attribute values to be generated
944 internally if not present, fixes bug #332124
945 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
946 result/HTML/wired.html.sax: this affects the SAX event strem for
947 a few test cases
948
949Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
950
951 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
952 * result/HTML/entities2.html* test/HTML/entities2.html: added to
953 the regression suite
954
955Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
956
957 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
958 #342556
959 * xmlsave.c: fixed #342556 easy and a whole set of problems with
960 encodings, BOM and xmlSaveDoc()
961
962Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
963
964 * HTMLparser.c: fix #348252 if the document clains to be in a
965 different encoding in the meta tag and it's obviously wrong,
966 don't screw up the end of the content.
967
968Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
969
970 * HTMLparser.c: fix a chunking and script bug #347708
971
972Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
973
974 * HTMLparser.c: remove a warning
975 * encoding.c: check with uppercase for AIX iconv() should fix #352644
976 * doc/examples/Makefile.am: partially handle one bug report
977
978Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
979
980 * parser.c: fix the patch for unreproductable #343000 but
981 also fix a line/column keeping error
982 * result/errors/attr1.xml.err result/errors/attr2.xml.err
983 result/errors/name.xml.err result/errors/name2.xml.err
984 result/schemas/anyAttr-processContents-err1_0_0.err
985 result/schemas/bug312957_1_0.err: affected lines in error output
986 of the regression tests
987
988Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
989
990 * tree.c: fixing bug #344390 with xmlReconciliateNs
991
992Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
993
994 * xmllint.c: added --html --memory to test htmlReadMemory to
995 test #321632
996 * HTMLparser.c: added various initialization calls which may help
997 #321632 but not conclusive
998 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
999 --with-minimum --with-sax1 and --with-minimum --with-schemas
1000 fixing #326442
1001
1002Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1003
1004 * relaxng.c: fix a Relax-NG bug related to element content processing,
1005 fixes bug #302836
1006 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1007 result/relaxng/302836*: added to regression tests
1008
1009Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1010
1011 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1012
1013Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1014
1015 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1016 Should fix #335085
1017 * testapi.c: reset the http_proxy env variable to not waste time
1018 on regression tests
1019
1020Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1021
1022 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1023
1024Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1025
1026 * parser.c: fixed the heuristic used when trying to detect mixed-content
1027 elememts if the parser wants to treat ignorable whitespaces
1028 in a non-standard way, should fix bug #300263
1029
1030Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1031
1032 * parser.c: fix a first arg error in SAX callback pointed out by
1033 Mike Hommey, and another one still hanging around. Should fix #342737
1034
1035Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1036
1037 * include/libxml/xmlversion.h.in: fix comment on versions
1038 * xmlmemory.c: do not spend too much time digging in dumped memory
1039
1040Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1041
1042 * valid.c: fixed a weird error where validity context whould not
1043 show up if warnings were disabled pointed out by Bob Stayton
1044 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1045 * doc//* testapi.c: rebuilt the docs
1046
1047Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1048
1049 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1050 library flags for shared and static builds, fixes #344594. If this
1051 bites you, use xml2-config.
1052
1053Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1054
1055 * python/Makefile.am: remove the build path recorded in the python
1056 shared module as Peter Breitenlohner pointed out, should fix #346022
1057
1058Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1059
1060 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1061 of unescaping from URL to filepath, should fix #344588.
1062
1063Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1064
1065 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1066 for wget detection and fix of a Python path problem, should fix
1067 #340993
1068
1069Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1070
1071 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1072 fix entities behaviour when using SAX, had to extend entities
1073 content and hack on the entities processing code, but that should
1074 fix the long standing bug #159219
1075
1076Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1077
1078 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1079 to provide a clean conversion when setting up a base
1080 * SAX2.c tree.c: use said function when setting up doc->URL
1081 or using the xmlSetBase function. Should fix #346261
1082
1083Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1084
1085 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1086
1087Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1088
1089 * parser.c: applied and slightly modified a patch from Michael Day to
1090 keep _private in the parser context when parsing external entities
1091
1092Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1093
1094 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1095 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1096
1097Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1098
1099 * xmlsave.c: fixed a comment
1100 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1101 to add a new function providing the _private field for the generated
1102 parser contexts xmlXIncludeProcessFlagsData()
1103
1104Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1105
1106 * xmlIO.c: applied patch from Michael Day doing some refactoring
1107 for the catalog entity loaders.
1108
1109Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1110
1111 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1112 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1113
1114Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1115
1116 * parser.c: applied patch from Ben Darnell on #321545, I could not
1117 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1118
1119Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1120
1121 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1122 * parser.c: fix resulting tree corruption when using XML namespace
1123 with existing doc in xmlParseBalancedChunkMemoryRecover.
1124
1125Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1126
1127 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1128 in the previous patch.
1129
1130Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1131
1132 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1133 with file names in UTF-8 on Windows, and compat on older win9x
1134 versions.
1135
1136Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1137
1138 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1139 on validation errors, the heuristic to guess is a vctxt user
1140 pointer is the parsing context was insufficient.
1141
1142Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1143
1144 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1145 applied patch to man pages from Daniel Leidert and regenerated
1146
1147Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1148
1149 * xmlwriter.c: Add a document to the xmlwriter structure and
1150 pass document when writing attribute content for encoding support.
1151
1152Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1153
1154 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1155 for consistant handling.
1156
1157Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1158
1159 * xpath.c: Applied the proposed fix for the documentation
1160 of xmlXPathCastToString(); see bug #346202.
1161
1162Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1163
1164 * xmlschemas.c: While investigating bug #350247, I noticed
1165 that xmlSchemaIDCMatcher structs are massively recreated
1166 although only a maximum of 3 structs is used at the same
1167 time; added a cache for those structures to the
1168 validation context.
1169
1170Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1171
1172 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1173 bug in xmlSchemaXPathEvaluate should close #351032
1174
1175Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1176
1177 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1178 xmlSchemaClearValidCtxt
1179
1180Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1181
1182 * python/generator.py: fixed the conversion of long parameters
1183
1184Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1185
1186 * xmlsave.c: Removed the automatic generation of CDATA sections
1187 for the content of the "script" and "style" elements when
1188 serializing XHTML. The issue was reported by Vincent Lefevre,
1189 bug #345147.
1190 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1191 results due to the serialization change described above.
1192
1193Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1194
1195 * configure.in parser.c xmllint.c include/libxml/parser.h
1196 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1197 to expose if zlib support was compiled in, in the header, in the
1198 feature API and in the xmllint --version output.
1199
1200Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1201
1202 * SAX2.c: refactor to use normal warnings for entities problem
1203 and not straight SAX callbacks.
1204
1205Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1206
1207 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1208 The simple type, which was the content type definition
1209 of a complex type, which in turn was the base type of a
1210 extending complex type, was missed to be set on this
1211 extending complex type in the derivation machinery.
1212
1213Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1214
1215 * xpath.c: Changed xmlXPathCollectAndTest() to use
1216 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1217 NODE_TEST_TYPE (the ns-node was previously added plainly
1218 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1219 this specialized ns-addition function was already used,
1220 I assume it was missed to be used with NODE_TEST_TYPE.
1221
1222Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1223
1224 * HTMLparser.c: applied const'ification of strings patch from
1225 Matthias Clasen
1226
1227Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1228
1229 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1230 destroy the condition associated to the mutex.
1231
1232Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1233
1234 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1235 revealed by a Libxslt regression test.
1236
1237Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1238
1239 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1240 usable outside predicate evaluation; the intention is to
1241 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1242 like in <xsl:if test="/foo">.
1243
1244Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1245
1246 * xpath.c: Fix a memory leak which occurred when using
1247 xmlXPathCompiledEvalToBoolean().
1248
1249Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1250
1251 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1252 python/tests/Makefile.am:
1253 Added code submitted by Andreas Pakulat to provide node
1254 equality, inequality and hash functions, plus a single
1255 test program to check the functions (bugs 345779 + 345961).
1256
1257Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1258
1259 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1260 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1261 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1262 to be aware of a boolean result request. The new function
1263 is now used to evaluate predicates.
1264
1265Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1266
1267 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1268 introduced field @rewriteType on xmlXPathStepOp was not
1269 initialized to zero here; this could lead to the activation
1270 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1271 @rewriteType is randomly set to the value 1. A test
1272 (hardcoding the intial value to 1) revealed that the
1273 resulting incorrect behaviour is similar to the behaviour
1274 as described by Arnold Hendriks on the mailing list; so I
1275 hope that will fix the issue.
1276
1277Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1278
1279 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1280 was introduced with the addition of the d-o-s rewrite
1281 and made xpath.c unable to compile if XPATH_STREAMING
1282 was not defined (reported by Kupriyanov Anatolij -
1283 #345752). Fixed the check for d-o-s rewrite
1284 to work on the correct XPath string, which is ctxt->base
1285 and not comp->expr in this case.
1286
1287Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1288
1289 * xpath.c: Added optimization for positional predicates
1290 (only short-hand form "[n]"), which have a preceding
1291 predicate: "/foo[descendant::bar][3]".
1292
1293Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1294
1295 * parser.c: try to fix the crash raised by the parser in
1296 recover mode as pointed by Ryan Phillips
1297
1298Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1299
1300 * python/types.c: patch from Nic Ferrier to provide a better type
1301 mapping from XPath to python
1302
1303Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1304
1305 * runtest.c: applied patch from Boz for VMS and reporting
1306 Schemas errors.
1307
1308Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1309
1310 * testapi.c: applied patch from Felipe Contreras when compiling
1311 with --with-minimum
1312
1313Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1314
1315 * tree.c include/libxml/tree.h: Fixed a bug in
1316 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1317 very first given node had an attribute node :-( This was due
1318 to a missed check in the traversal mechanism.
1319 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1320 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1321 reusal; so the map-items don't need to be created for every
1322 cloning/adoption. Added a callback function to it for
1323 retrieval of xmlNsPtr to be set on node->ns; this is needed
1324 for my custom handling of ns-references in my DOM wrapper.
1325 Substituted code which created the XML namespace decl on
1326 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1327 those nastly "warnigns" from the docs of the clone/adopt
1328 functions; they work fine on my side.
1329
1330Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1331
1332 * result/pattern/namespaces: Adjusted the result of a
1333 regression test, since the fix of xmlGetNodePath() revealed a
1334 bug in this test result.
1335
1336Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1337
1338 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1339
1340Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1341
1342 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1343 for elements in the default namespace, rather than generating
1344 an unprefixed named node test and loosing the namespace
1345 information.
1346
1347Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1348
1349 * include/libxml/parser.h: Clarified in the docs that the tree
1350 must not be tried to be modified if using the parser flag
1351 XML_PARSE_COMPACT as suggested by Stefan Behnel
1352 (#344390).
1353
1354Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1355
1356 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1357
1358Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1359
1360 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1361 when the expression was not valid and @comp was NULL and I
1362 tried to do the d-o-s rewrite.
1363
1364Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1365
1366 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1367
1368Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1369
1370 * xpath.c: Enabled the compound traversal again; I added a
1371 check to use this only if the have an expression starting
1372 with the document node; so in the case of "//foo", we
1373 already know at compilation-time, that there will be only
1374 1 initial context node. Added the rewrite also to
1375 xmlXPathEvalExpr().
1376
1377Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1378
1379 * xinclude.c: fix bug #343968, include='text' can't lead to a
1380 recursion.
1381
1382Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1383
1384 * xpath.c: Disabled the compound traversal for the release;
1385 I need first to assure that this is done only if we have
1386 1 initial node.
1387
1388Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1389
1390 * xpath.c: fixed memory leak in xpath error reporting
1391
1392Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1393
1394 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1395
1396Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1397
1398 * xpath.c include/libxml/xpath.h runsuite.c:
1399 Changed the name of the recently added public function
1400 xmlXPathContextSetObjectCache() to
1401 xmlXPathContextSetCache(); so a more generic one, in
1402 case we decide to cache more things than only XPath
1403 objects.
1404
1405Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1406
1407 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1408 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1409 traversal of 2 axes when we have a "//foo" expression.
1410 This is done with a rewrite of the XPath AST in
1411 xmlXPathRewriteDOSExpression(); I added an additional field
1412 to xmlXPathStepOp for this (but the field's name should be
1413 changed). The mechanism: the embracing descendant-or-self
1414 axis traversal (also optimized to return only nodes which
1415 can hold elements), will produce context nodes for the
1416 inner traversal of the child axis. This way we avoid a full
1417 node-collecting traversal of the descendant-or-self axis.
1418 Some tests indicate that this can reduce execution time of
1419 "//foo" to 50%. Together with the XPath object cache this
1420 all significantly speeds up libxslt.
1421
1422Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1423
1424 * xmlschemas.c: A warning will now be reported in the value of
1425 the XSD attribute 'schemaLocation' does not consist of tuples
1426 (namespace-name, document-URI). A warning will be reported
1427 if a schema document could not be found at the specified
1428 location (via 'schemaLocation' or
1429 'noNamespaceSchemaLocation').
1430 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1431 xmlParserErrors.
1432
1433Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1434
1435 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1436 recreation (if possible) of the node-set which is used to
1437 collect the nodes in the current axis for the currect context
1438 node. Especially for "//foo" this will decrease dramatically
1439 the number of created node-sets, since for each node in the
1440 result node-set of the evaluation of descendant-or-self::node()
1441 a new temporary node-set was created. Added node iterator
1442 xmlXPathNextChildElement() as a tiny optimization for
1443 child::foo.
1444
1445Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1446
1447 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1448 It sits on an xmlXPathContext and need to be explicitely
1449 activated (or deactivated again) with
1450 xmlXPathContextSetObjectCache(). The cache consists of 5
1451 lists for node-set, string, number, boolean and misc XPath
1452 objects. Internally the xpath.c module will use object-
1453 deposition and -acquisition functions which will try to reuse
1454 as many XPath objects as possible, and fallback to normal
1455 free/create behaviour if no cache is available or if the cache
1456 is full.
1457 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1458 tests if a cache-creation is turned on by default for the whole
1459 library, e.g. for testing purposes of the cache. It is
1460 deactivated here in order to avoid confusion of the memory leak
1461 detection in runsuite.c.
1462
1463Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1464
1465 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1466 seems we really need to walk the whole list, since those
1467 nastly namespace nodes need to be added with
1468 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1469 A flag on the node-set indicating if namespace nodes are in
1470 the set would help here; this is the 3rd flag which would
1471 be usefull with node-sets. The current flags I have in mind:
1472 1) Is a node-set already sorted?
1473 This would allow for rebust and optimizable sorting
1474 behaviour.
1475 2) Of what type are the nodes in the set (or of mixed type)?
1476 This would allow for faster merging of node-sets.
1477 3) Are namespace nodes in the set?
1478 This would allow to skipp all the namespace node specific
1479 special handling. Faster node-set merging if the first
1480 set is empty; just memcpy the set.
1481
1482Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1483
1484 * xpath.c: Optimization of count(): eliminated sorting
1485 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1486 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1487 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1488
1489Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1490
1491 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1492 with colons in name and no namespace.
1493
1494Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1495
1496 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1497 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1498 xmlXPathCmpNodesExt(). Added additional checks in various code
1499 parts to avoid calling sorting or merging functions if the
1500 node-set(s) don't need them; i.e., if they are empty or contain
1501 just one node.
1502
1503Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1504
1505 * xpath.c: Optimized the comparison for non-element nodes
1506 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1507 of node-sets. This enhancement is related to bug #165547.
1508 There are other places where the old comparison function
1509 xmlXPathCmpNodes() is still called, but I currently don't
1510 know exactly what those calls are for; thus if they can be
1511 substituted (if it makes sense) for the new function.
1512
1513Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1514
1515 * xpath.c: Applied patch from Rob Richards, fixing a potential
1516 memory leak in xmlXPathTryStreamCompile(), when a list of
1517 namespaces was assigned to the XPath compilation context;
1518 here a new namespace list was created and passed to
1519 xmlPatterncompile(); but this list was not freed afterwards.
1520 Additionally we avoid now in xmlXPathTryStreamCompile() to
1521 compile the expression, if it has a colon - indicating
1522 prefixed name tests - and no namespace list was given. The
1523 streaming XPath mechanism needs a namespace list at
1524 compilation time (unlike normal XPath, where we can bind
1525 namespace names to prefixes at execution time).
1526 * pattern.c: Enhanced to use a string dict for local-names,
1527 ns-prefixes and and namespace-names.
1528 Fixed xmlStreamPushInternal() not to use string-pointer
1529 comparison if a dict is available; this won't work, since
1530 one does not know it the given strings originate from the
1531 same dict - and they normally don't do, since e.g.
1532 namespaces are hold on xmlNs->href. I think this would be
1533 worth an investigation: if we can add a @doc field to xmlNs
1534 and put the @href in to a additionan namespace dict hold
1535 in xmlDoc. Daniel will surely not like this idea :-) But
1536 evaluation of tons of elements/attributes in namespaces
1537 with xmlStrEqual() isn't the way we should go forever.
1538
1539Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1540
1541 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1542 The code expected a node (xmlNodePtr) on the info for a
1543 non-existent default attribute, which clearly cannot be
1544 expected, since the attribute does not exist. I can only
1545 guess that this sneaked trying to eliminate the query
1546 for the owner-element, which is unavoidable actually.
1547 Note that creation of default attributes won't have an
1548 effect if validating via SAX/XMLReader; i.e., the processor
1549 won't fire additional start-attribute events (I'm not even
1550 sure if Libxml2 has such a SAX-event; I think it hands them
1551 all over in the start-element event).
1552
1553Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1554
1555 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1556 In xmlSchemaBuildContentModelForSubstGroup(),
1557 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1558 xmlAutomataNewTransition2() to mimic a xs:choice for
1559 substitution-groups.
1560 * test/schemas/subst-group-1_1.xsd
1561 test/schemas/subst-group-1_0.xml
1562 result/schemas/subst-group-1_0_1
1563 result/schemas/subst-group-1_0_1.err: Added regression test
1564 supplied by Michael Romer for bug #341150.
1565
1566Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1567
1568 * relaxng.c: Fixed compilation error with patch supplied by
1569 Graham Bennett.
1570
1571Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1572
1573 * xmlschemas.c: We'll raise an internal error and stop
1574 validation now when an entity is found in the instance
1575 document, since we don't support automatic entity
1576 substitution by the schema processor (yet?) -
1577 see bug #340316, reported by Nick Wellnhofer.
1578
1579Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1580
1581 * configure.in: applied another Python detection patch from Joseph Sacco
1582 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1583 too
1584
1585Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1586
1587 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1588 patch from Kjartan Maraas, fixing #340404
1589
1590Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1591
1592 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1593 input buffer
1594
1595Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1596
1597 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1598 paths at the last moment
1599 * relaxng.c testapi.c tree.c: fix some comments
1600
1601Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1602
1603 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1604 file paths on Windows
1605
1606Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1607
1608 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1609
1610Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1611
1612 * tree.c: fix compilation without tree
1613
1614Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1615
1616 * xmllint.c: applied patch from Gary Coady to really make sure
1617 xmllint --nonet would not reach the network, should fix #337483.
1618
1619Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1620
1621 * configure.in: applied patch from Joseph Sacco changing slightly
1622 the python detection scheme should fix bug #338526
1623
1624Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1625
1626 * parser.c: fix the error message for invalid code point in content
1627 c.f. bug #339311
1628
1629Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1630
1631 * xmlschemas.c test/schemas/restriction-enum-1*
1632 result/schemas/restriction-enum-1*: Fixed incorrect
1633 validation of restricted enumerations. Added related
1634 regression tests.
1635
1636Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1637
1638 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1639 in case of errors, should fix bug #338303
1640
1641Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1642
1643 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1644 in case of errors, should fix bug #338306
1645
1646Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1647
1648 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1649 applied man page improvements from Daniel Leidert
1650
1651Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1652
1653 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1654 fixing #336163 and #336164
1655
1656Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1657
1658 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1659
1660Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1661
1662 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1663 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1664 patches from Aivars Kalvans to make unicode tables const, fixes
1665 bug #336096, this also updates to Unicode 4.01 final with a couple
1666 of character ranges fixes.
1667
1668Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1669
1670 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1671 #335603 and resync'ed genChRanges.py to the expected output.
1672
1673Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1674
1675 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1676 #316338 and adding a couple of optimizations in the regexp
1677 compilation engine.
1678 * test/regexp/bug316338 result/regexp/bug316338: added regression
1679 tests based on the examples provided in the bug report.
1680
1681Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1682
1683 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1684 warning raised by gcc-4.1 and latests changes
1685
1686Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1687
1688 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1689 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1690 pass on coverity reports.
1691
1692Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1693
1694 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1695 on coverity reports.
1696
1697Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1698
1699 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1700 python/libxml.c: more cleanups based on coverity reports.
1701
1702Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1703
1704 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1705 of small cleanups based on coverity reports.
1706
1707Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1708
1709 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1710
1711Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1712
1713 * xml2-config.in: fix Red Hat bug #184170
1714
1715Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1716
1717 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1718 "strict" lookup for namespaces based on a prefix. Fixed a
1719 namespace processing issue in the clone-node function, which
1720 occured if a @ctxt argument was given.
1721
1722Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1723
1724 * valid.c: fix HTML attribute ID checking for input element.
1725 Maintain current attribute "name" behavior for now.
1726
1727Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1728
1729 * tree.c: Bundled lookup of attr-nodes and retrieving their
1730 values into the functions xmlGetPropNodeInternal() and
1731 xmlGetPropNodeValueInternal(). Changed relevant code
1732 to use those functions.
1733
1734Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1735
1736 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1737
1738Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1739
1740 * python/libxml2.py: remove a tab, as pointed out on IRC
1741
1742Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1743
1744 * tree.c: Fix the add sibling functions when passing attributes.
1745 Modify testing for ID in xmlSetProp.
1746 No longer remove IDness when unlinking or replacing an attribute.
1747
1748Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1749
1750 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1751 if /etc/xml/catalog doesn't exist.
1752
1753Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1754
1755 * doc//*: updated the Ruby bindings links, and regenerated the
1756 docs.
1757
1758Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1759
1760 * catalog.c: improve catalog debugging message patch from Rick Jones
1761
1762Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1763
1764 * python/types.c: Nic Ferrier found debug statement left in the
1765 XPath conversion code
1766
1767Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1768
1769 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1770 Daniel Leidert
1771
1772Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1773
1774 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1775 The constructor needs a bucket to be assigned during component
1776 fixup.
1777
1778Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1779
1780 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1781 the empty string (reported by Bas Driessen on the mailing-list).
1782 Fixed schema XSI-acquisition and construction: the schemata
1783 (xmlSchema) didn't get the targetNamespace in some cases, thus
1784 the component resolution mechanism failed to work. The XSI
1785 stuff needs to be tested more intensively; think about how
1786 to test this for regression.
1787
1788Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1789
1790 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1791 Daniel Leidert
1792
1793Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1794
1795 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1796 Leidert, c.f. #331290
1797
1798Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1799
1800 * xmllint.c: fix an error report when using --path and --valid
1801 closes bug #331290
1802
1803Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1804
1805 * relaxng.c: trying to fix #331062, this is again a problem
1806 around interleave, there is no good fix unless reimplementing
1807 but this works around some cases and allow to validate in that
1808 case.
1809
1810Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1811
1812 * tree.c: Fixed bug #328896 reported by Liron. The path
1813 for text- and CDATA-section-nodes was computed incorrectly
1814 in xmlGetNodePath().
1815
1816Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1817
1818 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1819 and more thorough tests on atoms comparisons.
1820
1821Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1822
1823 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1824 Borland C++ 6
1825
1826Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1827
1828 * parser.c: bill pointed out a missing block in xmlParseComment
1829 trying to fill with a normal processing of the given character.
1830
1831Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1832
1833 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1834 * test/badcomment.xml result//badcomment.xml*: added to the regression
1835 suite.
1836
1837Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1838
1839 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1840 the header file.
1841
1842Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1843
1844 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1845 the API. It will be used to reflect DOM's Node.cloneNode and
1846 Document.importNode methods.
1847 The pros: 1) non-recursive, 2) optimized ns-lookup
1848 (mostly pointer comparison), 3) user defined ns-lookup,
1849 4) save ns-processing. The function is in an unfinished
1850 and experimental state and should be only used to test it.
1851
1852Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1853
1854 * uri.c: applied patch from Rob Richards fixing the URI regressions
1855 tests on Windows which seems to indicate bad escaping.
1856
1857Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1858
1859 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1860 the previous addition of the removal of redundant ns-decls.
1861
1862Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1863
1864 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1865 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1866 was given. Note that I haven't moved this option to the
1867 header file yet; so just call this function with an @option
1868 of 1 to test the behaviour.
1869
1870Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1871
1872 * tapi.c win32/Makefile.*: Added changed as proposed on
1873 the mailing list by venkat naidu in order to compile
1874 testapi.c on windows.
1875
1876Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1877
1878 * configure.in xml2-config.in: trying to fix windows/configure
1879 issues reported by Tim Van Holder
1880
1881Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1882
1883 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1884 when operating on an HTML document.
1885
1886Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1887
1888 * relaxng.c include/libxml/relaxng.h: Added
1889 xmlRelaxNGSetParserStructuredErrors() to the API.
1890
1891Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1892
1893 * parser.c: reverted first patches for #319279 which led to #326295
1894 and fixed the problem in xmlParseChunk() instead
1895 * test/ent11 result//ent11*: added test for #326295 to the regression
1896 suite
1897
1898Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1899
1900 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1901 regenerated the docs, preparing for release of 2.6.23
1902 * pattern.c xmlschemas.c: fixed some comments
1903
1904Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1905
1906 * test/XPath/docs/nodes test/XPath/tests/nodespat
1907 result/XPath/tests/nodespat: Added regression tests for
1908 the latest XPath/pattern fixes.
1909
1910Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1911
1912 * pattern.c: Another fix to handle "foo//.": "foo" was not
1913 included in the resulting node-set.
1914
1915Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1916
1917 * pattern.c xpath.c include/libxml/pattern.h:
1918 Fixed bug #322928, reported by Erich Schubert: The bug was
1919 in pattern.c, which is used for a tiny subset of xpath
1920 expression which can be evaluated in an optimized way.
1921 The doc-node was never considered when evaluating "//"
1922 expressions. Additionally, we fixed resolution
1923 to nodes of any type in pattern.c; i.e. a "//." didn't work
1924 yet, as it did select only element-nodes. Due to this
1925 issue the pushing of nodes in xpath.c needed to be adjusted
1926 as well.
1927
1928Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1929
1930 * parser.c: tiny refactoring patch from Bjorn Reese
1931
1932Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1933
1934 * SAX2.c: fix bug #324432 with <xml:foo/>
1935 * test/ns7 resul//ns7*: added to the regression tests
1936
1937Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1938
1939 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1940 MinGW compilation problem, should close bug #324943
1941
1942Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1943
1944 * xmlschemas.c: Removed last dependency on the obsolete enum
1945 xmlSchemaValidError.
1946
1947Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1948
1949 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1950 and doc build fixes from Michael Day
1951
1952Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1953
1954 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1955 Sreeni Nair.
1956
1957Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1958
1959 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1960 a child of an element (fix by Oleksandr Kononenko).
1961 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1962
1963Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1964
1965 * xmlschemas.c xmlstring.c: Fixed a segfault during
1966 text concatenation when validating a node tree:
1967 xmlStrncat was called with a @len of -1; but unlike
1968 xmlStrncatNew, it does not calculate the length
1969 automatically in such a case (reported by Judy Hay
1970 on the mailing list).
1971 Updated the descriptions of the involved string
1972 functions to note this.
1973
1974Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1975
1976 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1977 http resources.
1978
1979Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1980
1981 * win32/configure.js: Added enable/disable of runtime
1982 debugging (LIBXML_DEBUG_RUNTIME).
1983
1984Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1985
1986 * include/libxml/xmlversion.h.in: Fixed to define
1987 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1988
1989Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1990
1991 * test/schemas/bug321475* result/schemas/bug321475*:
1992 Added regression test for bug #321475 (reported by
1993 Gabor Nagy). Fixing of bug #323510 seemed to have
1994 fixed this bug as well.
1995
1996Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1997
1998 * test/schemas/bug323510* result/schemas/bug323510*:
1999 Added regression test for bug #323510.
2000
2001Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2002
2003 * xmlschemas.c: Workaround for bug #323510 (reported by
2004 Jonathan Filiatrault): substituted the epsilon transition
2005 for a labelled transition, in order to avoid a bug in
2006 xmlregexp.c which eliminated the epsilon transition and
2007 marked the initial state as final.
2008
2009Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2010
2011 * xmlreader.c: Gary Coady pointed a memory leak in
2012 xmlTextReaderReadInnerXml() applied patch fixing #323864
2013
2014Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2015
2016 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2017 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2018 of warnings shown by HP-UX compiler and reported by Rick Jones
2019
2020Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2021
2022 * xmlwriter.c: Insert space between pubid and sysid when both
2023 passed to xmlTextWriterStartDTD and indenting not being used.
2024 Remove no longer used Mem callbacks.
2025
2026Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2027
2028 * runsuite.c: Changed to instantly mark instance-tests as
2029 failed if the corresponding schema was invalid. This
2030 reflects the side of the Python code for the XML Schema test
2031 suite. We now get the same number of failed tests on both
2032 sides.
2033
2034Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2035
2036 * xmlreader.c include/libxml/xmlreader.h: Added
2037 xmlTextReaderSchemaValidateCtxt() to the API.
2038
2039Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2040
2041 * xmlschemas.c: Fixed a segfault: the instance document was
2042 still tried to be validated, if the schema, dynamically
2043 acquired using XSI was invalid, thus mangled. The
2044 validation will stop (or rather won't validate) now in
2045 such a case. The schema parser error code will be set
2046 on the validion context now; this is somehow not nice,
2047 but it assures that the validation context indicates an
2048 error in there was a parser error.
2049
2050Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2051
2052 * xmlreader.c: small doc patch from Aron Stansvik
2053 * legacy.c: another doc patch for a deprecated API
2054
2055Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2056
2057 * Makefile.am: Tiny change for 'make tests': raised
2058 the number of expected failures for James Clark's
2059 XML Schema datatype tests from 10 to 11. The additional
2060 reported error was agreed to be correct long time ago,
2061 but we missed to adjust the message reported by
2062 the testing script.
2063
2064Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2065
2066 * result/schemas/decimal* result/schemas/bug322411*:
2067 Added missing regression test results for the latest IDC
2068 and xs:decimal bugs.
2069
2070Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2071
2072 * test/schemas/decimal* test/schemas/bug322411*: Added
2073 regression tests for the latest IDC and xs:decimal bugs.
2074
2075Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2076
2077 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2078 parent's list of duplicates was filled with NULLs instead
2079 of the nodes under certain conditions. This lead to a
2080 segfault when the list's entries were accessed.
2081
2082Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2083
2084 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2085 allow/deny special lexical forms. Fixed the totalDigits
2086 for values in the range (x < 1) && (x > -1) && (x != 0);
2087 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2088 Adjusted the comparison function for decimals due to this
2089 change. As a side effect comparison against zeroes was
2090 optimized.
2091
2092Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2093
2094 * xmlschemas.c: An assignment to a local variable, which was
2095 used to access the IDC node list, was missing after the
2096 reallocation of the list (reported by Fabrice GUY
2097 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2098 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2099 it is used to force bubbling of IDC node tables even
2100 if not necessary; this was intended to be used for test
2101 purposes, but I obviously missed to disable it (although
2102 it apparently helped finding the bug).
2103
2104Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2105
2106 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2107 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2108 this caused XSI-driven-dynamic schema acquisition to fail
2109 with @noNamespaceSchemaLocation (reported by Julien Lamy
2110 on the mailing list).
2111
2112Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2113
2114 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2115 which caused the search for components to stop at the
2116 first encountered attribute group component.
2117 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2118 designation of a not-found component was not reported.
2119
2120Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2121
2122 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2123 in the date and time code raised on IRIX 6.5
2124
2125Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2126
2127 * xmlschemas.c include/libxml/xmlschemas.h:
2128 Added xmlSchemaSetParserStructuredErrors() to the API.
2129 Fixed channeling of error relevant information to
2130 subsequent parser/validation contexts.
2131
2132Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2133
2134 * parserInternals.c: removed unreachable code pointed out by
2135 Oleksandr Kononenko, fixes bug #321695
2136
2137Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2138
2139 * parser.c: use ctxt->standalone = -2 to indicate that the
2140 XMLDecl was parsed but no standalone attribute was found,
2141 suggested by Michael Day to detect if an XMLDecl was found.
2142
2143Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2144
2145 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2146 were not properly reported.
2147
2148Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2149
2150 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2151 which is not needed.
2152
2153Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2154
2155 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2156 to use xmlSchemaGetCanonValueWhtspExt() in order to
2157 correctly report values for xs:anySimpleType.
2158 * test/schemas/idc-keyref-err1*
2159 result/schemas/idc-keyref-err1*: Added a test for this change.
2160
2161Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2162
2163 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2164 Return error condition not len if xmlwriter fails writing to buffer.
2165
2166Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2167
2168 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2169 applied patch from Geert Jansen to implement the save function to
2170 a xmlBuffer, and a bit of cleanup.
2171
2172Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2173
2174 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2175 totalDigits value to be positiveInteger.
2176 Fixed crash in an error report function when we gave it
2177 the document node; only element and attribute nodes are
2178 processed now (reported by Rob Richards).
2179
2180Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2181
2182 * xmlregexp.c: fix bug #319897, problem with counted atoms
2183 when the transition itself is counted too
2184 * result/regexp/hard test/regexp/hard: augmented the regression
2185 tests with the problem exposed.
2186
2187Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2188
2189 * win32/Makefile.mingw include/win32config.h: applied patch from
2190 Mark Junker to fix compilation with MinGW
2191
2192Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2193
2194 * libxml.3: tiny fix from Albert Chin
2195 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2196 needing trio for *printf
2197
2198Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2199
2200 * tree.c: add additional checks to prevent tree corruption. fix problem
2201 copying attribute using xmlDocCopyNode from one document to another.
2202
2203Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2204
2205 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2206 cleanup from Albert Chin
2207 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2208
2209Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2210
2211 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2212 HP-UX and AIX
2213
2214Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2215
2216 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2217 module portability
2218
2219Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2220
2221 * error.c: fixing a portability problem on some old Unices with
2222 patch from Albert Chin
2223
22242005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2225
2226 * c14n.c result/c14n/exc-without-comments/test-2
2227 test/c14n/exc-without-comments/test-2.xml
2228 test/c14n/exc-without-comments/test-2.xpath: fixing
2229 bug in exc-c14n namespace visibility + test case (bug #319367)
2230
2231Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2232
2233 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2234
2235Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2236
2237 * valid.c xmlregexp.c include/libxml/valid.h
2238 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2239 as this seems to give troubles with VC6 and stl as reported by
2240 Samuel Diaz Garcia.
2241
2242Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2243
2244 * parserInternals.c: fix a problem in some error case on Solaris
2245 when passed a NULL filename, pointed by Albert Chin.
2246
2247Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2248
2249 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2250 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2251 to the regression suite
2252
2253Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2254
2255 * HTMLparser.c: typo fix from Michael Day
2256
2257Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2258
2259 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2260 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2261
2262Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2263
2264 * parser.c: fixed second spot where CRLF split between chunks
2265 could cause trouble (bug #319279)
2266 * gentest.py, testapi.c: fixed two problems involved with
2267 --with-minimum compilation (compilation errors with schematron
2268 and formal expressions tests)
2269
2270Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2271
2272 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2273
2274Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2275
2276 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2277 the London airport.
2278
2279Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2280
2281 * xmlschemas.c: Removed creation of a temporary parser context
2282 during validation when processing xsi:type; this previously
2283 added a string to the dict of the schema - to assure thread
2284 safety, we don't want to modify a given schema during
2285 validation.
2286
2287Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2288
2289 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2290 misuse of vsnprintf
2291 * configure.in, config.h.in: added a configuration check for
2292 va_copy and added a define for VA_COPY for xmlwriter.c fix
2293 * parser.c: fixed problem with CRLF split between chunks (bug
2294 #319279) (fix provided by Brion Vibber)
2295
2296Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2297
2298 * xmlschemas.c: Fixed a potential memory leak in
2299 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2300 Fixed setting of ctxt->err to the given error code in
2301 the parsing error functions.
2302 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2303 starting point for IDC XPath compilation; this and some other
2304 tiny changes fixes issues regarding whitespace in the
2305 expressions and IDC selector/field relevant restrictions of
2306 the subset of XPath. Fixed a missing blocking of attributes
2307 in xmlStreamPushInternal().
2308
2309Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2310
2311 * runtest.c: removed the error message
2312 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2313 documentation
2314 * include/libxml/schemasInternals.h: changed warning about API stability
2315 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2316 regexps and automata. Not fully finished but should be way better.
2317
2318Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2319
2320 * xmlschemas.c: Fixed a memory leak in
2321 xmlSchemaContentModelDump(). Added output of local types
2322 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2323 dump output.
2324
2325Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2326
2327 * tree.c pattern.c: Silenced intel compiler warnings (reported
2328 by Kjartan Maraas, bug #318517).
2329 * xmlschemas.c: The above changes in pattern.c revealed an
2330 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2331 we really pushed them beforehand; this was previously not
2332 checked for the case when we discover an element node to be
2333 invalid wrt the content model.
2334 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2335
2336Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2337
2338 * result/schemas/*.err: Adapted regression test results.
2339
2340Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2341
2342 * xmlschemas.c: Fixed some identity-constraint issues:
2343 Restructured IDC node-tables
2344 Allowed IDCs to resolve also to nodes of complex type with
2345 simple content.
2346 Added check for keyrefs with references to keyrefs.
2347 IDC target-nodes were interferring with IDC node-tables,
2348 since they used one list of entries only. I separated this
2349 one big list into 3 lists: 1 for IDC node-table entries,
2350 1 for _duplicates_ of IDC node-table entries and 1 for
2351 IDC target-nodes. More code, but cleaner and it works at last.
2352 Keyrefs will fail to resolve to duplicate key/unique entries.
2353 I thought this was already working this way, but it didn't.
2354 The wording of the definition for [node table] in the spec
2355 can lead to a scenario, where keyrefs resolve perfectly, even
2356 if the relevant key-sequences of the referenced key/unique have
2357 duplicates in the subtree. Currently only Saxon 8.5.1 is
2358 dissallowing resolution to duplicate entries correctly - we
2359 will follow Saxon here.
2360 Removed some intel compiler warnings (reported by
2361 Kjartan Maraas, bug #318517).
2362 * pattern.c: Fixed an IDC-XPath problem when resolving to
2363 attributes.
2364
2365Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2366 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2367 to use getaddrinfo() if supported in Windows build (bug# 317431).
2368
2369Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2370
2371 * result/schemas/*: Adapted regression test results.
2372
2373Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2374
2375 * xmlschemas.c include/libxml/schemasInternals.h
2376 include/libxml/xmlerror.h: Initial implementation for
2377 redefinitions; this still misses checks for restrictions
2378 of the content model of complex types.
2379 Fixed default/fixed values for attributes (looks like they
2380 did not work in the last releases).
2381 Completed constraints for attribute uses.
2382 Seperated attribute derivation from attribute constraints.
2383 Completed constraints for attribute group definitions.
2384 Disallowing <import>s of schemas in no target namespace if the
2385 importing schema is a chameleon schema. This contradicts
2386 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2387 W3C XML Schema WG, thinks it is correct to dissalow such
2388 imports.
2389 Added cos-all-limited constraints.
2390 Restructured reference resolution to model groups and element
2391 declarations.
2392 Misc cleanup.
2393
2394Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2395
2396 * schematron.c xmlregexp.c: remove warnings under Windows.
2397
2398Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2399
2400 * parser.c: applied patch from Massimo Morara fixing bug #317447
2401 about risk of invalid write in xmlStringLenDecodeEntities
2402
2403Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2404
2405 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2406
2407Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2408
2409 * xmlregexp.c: seems a test to avoid duplicate transition is
2410 really needed at all times. Luka Por gave an example hitting
2411 this. Changed back the internal API.
2412
2413Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2414
2415 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2416
2417Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2418
2419 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2420
2421Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2422
2423 * xmlregexp.c: detect combinatory explosion and return with
2424 a runtime error in those case, c.f. #316338 though maybe we
2425 should not see such an explosion with that specific regexp,
2426 more checking needs to be done.
2427
2428Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2429
2430 * include/libxml/schemasInternals.h: Added some comments for the
2431 struct fields.
2432
2433Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2434
2435 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2436 blank path (bug 316224)
2437
2438Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2439
2440 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2441 rebuild.
2442 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2443 xmlSaveOption
2444 * xmlschemas.c: minor cleanups
2445
2446Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2447
2448 * test/schemas/import1_0.xsd: And adapting another one.
2449
2450Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2451
2452 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2453
2454Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2455
2456 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2457 result/schemas/changelog093_1_0.err
2458 result/schemas/derivation-ok-extension_0_0.err
2459 result/schemas/import1_0_0.err
2460 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2461 Adapted regression results.
2462
2463Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2464
2465 * xmlschemas.c include/libxml/schemasInternals.h
2466 include/libxml/xmlerror.h: Completion of the schema graph.
2467 Centralisation, more robustness of the schema document
2468 aquisition story. Centralised and restructured component fixup.
2469 Fixed attribute derivation when 'prohibiting' attribute uses.
2470 Added warnings: when schema documents cannot be localized
2471 during imports; when we get duplicate and pointless attribute
2472 prohibitions. Changed error reports for IDCs to report
2473 the relevant IDC designation as well (requested by GUY Fabrice).
2474 Misc code-cleanup.
2475
2476Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2477
2478 * xmlsave.c: applied second patch from David Madore to be less intrusive
2479 when handling scripts and style elements in XHTML1 should fix #316041
2480 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2481
2482Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2483
2484 * libxml.spec.in doc/devhelp/*: finished the integration with
2485 devhelp, completing the index and inserted into the gtk-doc
2486 database at "make install" stage
2487
2488Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2489
2490 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2491 and use option from xmlSaveCtxtPtr rather than global during output.
2492 * xmlsave.c: fix some output formatting for meta element under XHTML.
2493
2494Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2495
2496 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2497 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2498 * doc/Makefile.am: build devhelp before the examples.
2499 * doc/*: regenerated the API
2500
2501Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2502
2503 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2504 given a document pointer instead of an element
2505
2506Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2507
2508 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2509 should be complete with navigation, what is left done is glueing
2510
2511Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2512
2513 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2514 doc/devhelp/*: started work needed to generate devhelp content,
2515 not too hard based on the existing format and extractor.
2516
2517Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2518
2519 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2520
2521Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2522
2523 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2524
2525Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2526
2527 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2528 when handled a namespace node.
2529
2530Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2531
2532 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2533 releasing 2.6.21
2534 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2535 * threads.c include/libxml/threads.h xmllint.c: added the more
2536 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2537
2538Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2539
2540 * configure.in doc/* configure.in: prepare for release
2541 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2542
2543Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2544
2545 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2546 than initially expected as ctxt->error == NULL had behaviour side
2547 effects at the compilation level itself.
2548
2549Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2550
2551 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2552 pattern induced XPath bug #314282
2553 * relaxng.c: reverted back last change it was seriously broken
2554
2555Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2556
2557 * xmlsave.c: check for NULL to prevent crash with meta elements
2558
2559Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2560
2561 * relaxng.c: structured error reporting problem with Relax-NG
2562 should fix #314881 and #314759
2563
2564Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2565
2566 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2567
2568Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2569
2570 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2571 but more generally related to attributes and ID handling, fixes
2572 #314358 among other things
2573
2574Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2575
2576 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2577 first argument.
2578 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2579 based on Andrew W. Nosenko idea.
2580 * doc/* elfgcchack.h: regenerated the API
2581
2582Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2583
2584 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2585 reverting back to AM_PATH_PROG
2586
2587Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2588
2589 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2590 changing the behaviour when text nodes are found in body
2591 * result/HTML/*: this changes the output of some tests
2592
2593Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2594
2595 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2596 c.f. #160598
2597
2598Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2599
2600 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2601 bug #314853
2602
2603Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2604
2605 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2606 to serialization and no longer modify internal tree.
2607
2608Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2609
2610 * libxml.spec.in: the profiling usually don't work, disabled
2611 * doc/*: rebuilt
2612
2613Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2614
2615 * configure.in: trying to fix the first part of #310033 by
2616 detecting gcc <= 3.2
2617
2618Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2619
2620 * error.c: fixed bug #310033, the URI extraction code given a
2621 node is a bit twisted and broke in the last months.
2622
2623Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2624
2625 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2626 fix on test.
2627
2628Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2629
2630 * debugXML.c: change verbosity depending on API
2631 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2632 to previous outputs
2633
2634Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2635
2636 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2637 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2638 added a parser XML_PARSE_COMPACT option to allocate small
2639 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2640 directly within the node, various changes to cope with this.
2641 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2642 slightly change the output
2643
2644Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2645
2646 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2647 instead of $CC = 'gcc' because GCC may have a different name
2648
2649Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2650
2651 * configure.in: changes the way the python binary is found, should
2652 also fix bug #308004
2653
2654Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2655
2656 * parser.c: found another bug while looking at #309616 on missing
2657 entities.
2658 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2659 SAX stream in missing conditions for a few tests
2660
2661Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2662
2663 * encoding.c: applied the patch suggested #309565 which can avoid
2664 looping in error conditions.
2665
2666Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2667
2668 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2669 xmlGetLineNo() c.f. bug #309205
2670
2671Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2672
2673 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2674 the encoding module to the common error reporting mechanism
2675 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2676
2677Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2678
2679 * xpath.c: removed a potentially uninitialized variable error
2680 * python/generator.py: fixed a deprecation warning
2681 * python/tests/tstLastError.py: silent the damn test when Okay !
2682
2683Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2684
2685 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2686 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2687 when configured --without-sax1 and other cleanups fixes bug #172683
2688 * doc/* elfgcchack.h: regenerated
2689
2690Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2691
2692 * parser.c: fixed bug #170489 reported by Jirka Kosek
2693 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2694 result/valid/objednavka*: added the test to the regression suite.
2695
2696Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2697
2698 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2699 for the HTML parser based on the suggestions of bug #169834 by
2700 Paul Loberg
2701
2702Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2703
2704 * elfgcchack.h testapi.c doc/*: regenerated
2705 * schematron.c: fixed a compilation problem
2706 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2707 * result/expr/base: slightly changes the number of Cons.
2708
2709Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2710
2711 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2712 * xmlregexp.c: small cleanup
2713 * include/libxml/schematron.h include/libxml/xmlexports.h
2714 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2715
2716Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2717
2718 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2719 #313982
2720 * result/schemas/bug313982* test/schemas/bug313982*: also added
2721 the test case to the regression suite.
2722
2723Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2724
2725 * testRegexp.c: printed the wrong string
2726
2727Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2728
2729 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2730 xmlExpExpDerive(), added it to the testRegexp command line
2731 tool when providing multiple expressions.
2732
2733Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2734
2735 * Makefile.am result/expr/base test/expr/base: added the first
2736 regression test suite set for the new expression support
2737
2738Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2739
2740 * valid.c: fixed an uninitialized variable
2741 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2742 add the parser, serializer and some debugging
2743 * include/libxml/xmlversion.h.in: made the new support compiled
2744 by default if Schemas is included
2745 * testRegexp.c: cleanup and integration of the first part of the
2746 new code with a special switch
2747 * xmllint.c: show up Expr in --version if compiled in
2748 * include/libxml/tree.h: moved the xmlBuffer definition up
2749
2750Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2751
2752 * xmlschemas.c: Some preparation for the creation of a graph
2753 of imported/included/redefined schemas; this is needed for
2754 at least the redefinitions.
2755 Centralized the creation of the parser context in one function.
2756
2757Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2758
2759 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2760 handling code to have it in CVs from now. Not plugged, and misses
2761 APIs it's not compiled in yet.
2762
2763Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2764
2765 * xmlreader.c: applied another patch from Rob Richards to fix
2766 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2767
2768Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2769
2770 * xmlreader.c: applied patch from Rob Richards to fix
2771 xmlTextReaderGetAttribute behaviour with namespace declarations
2772
2773Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2774
2775 * xmlschemas.c include/libxml/xmlerror.h:
2776 Changed output for keyref-match errors; the target-node will
2777 be now reported rather than the scope-node of the keyref
2778 definition - allowing easier chasing of instance errors.
2779 This was reported by Guy Fabrice to the mailing list.
2780 Some initial parsing code for schema redefinitions.
2781 * result/schemas/bug303566_1_1.err
2782 result/schemas/bug312957_1_0.err: Adapted test results due
2783 to the keyref changes.
2784
2785Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2786
2787 * valid.c: applied patch from Derek Poon fixing bug #310692
2788
2789Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2790
2791 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2792 context type was not always properly initialized.
2793
2794Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2795
2796 * relaxng.c: fixed bug #307377 about validation of choices in
2797 list values.
2798 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2799 added examples to the regression tests, problem is that streaming
2800 version gives slightly more informations.
2801
2802Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2803
2804 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2805
2806Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2807
2808 * result/schemas/any6_1_0*: Added missing test results.
2809
2810Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2811
2812 * xmlregexp.c: fixed a determinism detection problem exposed by
2813 ##other tests commited by Kasimier, also added a small speedup
2814 of determinism detection.
2815 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2816 the results to the regression tests now
2817
2818Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2819
2820 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2821 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2822 Added some more tests for element wildcards.
2823
2824Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2825
2826 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2827 streaming XPath states were not popped in every case,
2828 thus failed to resolve correctly for subsequent input.
2829 * test/schemas/bug312957* result/schemas/bug312957*:
2830 Added the test submitted by Carol Hunter.
2831
2832Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2833
2834 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2835 ##other issues
2836 * result/schemas/any7* test/schemas/any7: completed the tests
2837 and added the results
2838 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2839 result/schemas/any5_1_0.err: this slightly chnages the output
2840 from 3 existing tests
2841
2842Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2843
2844 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2845 Marcus Boerger to remove warnings on Windows.
2846
2847Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2848
2849 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2850 an xmlSaveOption to omit XML declaration
2851
2852Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2853
2854 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2855 patch for HTML UTF-8 serialization
2856 * result/HTML/script2.html: this changed the output of that test
2857
2858Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2859
2860 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2861 of count based transition, when going though the counter must
2862 be reset to 0
2863 * test/schemas/bug310264* result/schemas/bug310264*: added the
2864 regression test.
2865
2866Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2867
2868 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2869 only freeing the first annotation in the list.
2870
2871Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2872
2873 * xmlreader.c: applied patch from Rob Richards fixing
2874 xmlTextReaderGetAttribute
2875
2876Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2877
2878 * HTMLparser.c: fixed an uninitialized memory access spotted by
2879 valgrind
2880
2881Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2882
2883 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2884 installed DTD
2885 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2886 cleanup the Path/URI conversion mess, needed fixing in various
2887 layers and a new API to the uri module which also fixes #306861
2888 * runtest.c: integrated a regression test specific to check the
2889 URI conversions done before calling the I/O handlers.
2890
2891Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2892
2893 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2894
2895Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * win32/configure.js: applied patch from Rob Richards to allow
2898 disabling modules in win32, fixes #304071
2899
2900Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2901
2902 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2903 xmlAttr.parent(), closing #312181
2904
2905Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2906
2907 * schematron.c: report improvement
2908 * test/schematron/zvon* result/schematron/zvon*: more tests
2909
2910Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2911
2912 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2913 Richards to add schematron to the build on Windows
2914 * test/schematron/zvon3* result/schematron/zvon3*: second test
2915 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2916 real second test 10 and 2 are swapped.
2917
2918Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2919
2920 * schematron.c: more bug fixes, improve the error reporting.
2921 * test/schematron/zvon2* result/schematron/zvon2*: second test
2922
2923Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2924
2925 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2926 text error rendering
2927 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2928 started integrating within "make tests"
2929
2930Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2931
2932 * test/schematron/*: a few first tests from Zvon unfortunately
2933 with the old syntax
2934
2935Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2936
2937 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2938 work done on the plane last week-end
2939
2940Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2941
2942 * runtest.c: allows an extra argument to subset the tests
2943 * xmlregexp.c: big speedup for validation, basically avoided
2944 transition creation explosion when removing epsilon transition
2945
2946Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2947
2948 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2949 xmlwriter.c: more cleanups based on sparse reports, added
2950 "make sparse"
2951
2952Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2953
2954 * python/libxml.c: don't output any message on failed resolver lookups,
2955 better done by the python user provided resolver layer.
2956
2957Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2958
2959 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2960 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2961 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2962 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2963 small cleanups based on Linus' sparse check output.
2964
2965Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2966
2967 * include/libxml/Makefile.am: added schematron.h, oops ...
2968
2969Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2970
2971 * xmlschemastypes.c: Added creation of the content type of
2972 xs:anyType. This is needed when trying to extend xs:anyType
2973 (although it makes no sense to extend it; IMHO the schema
2974 people should have ruled this out). This was reported
2975 by Yong Chen to the mailing list.
2976 * xmlschemas.c: Fixed handling of xs:anyType in
2977 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2978 adjustment to an error report output.
2979 * test/schemas/extension2* result/schemas/extension2*:
2980 Added a test case provided by Young Chen.
2981
2982Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2983
2984 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2985 base to be in "relative" form
2986
2987Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2988
2989 * schematron.c xmllint.c: started adding schematron to the xmllint
2990 tool, the report infrastructure is gonna be fun.
2991
2992Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2993
2994 * test/schemas/any6* test/schemas/any7*: Added regression tests
2995 (they fail currently), but did not added results yet.
2996
2997Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2998
2999 * xmlschemas.c: Removed the workaround code in
3000 xmlSchemaValidateElemWildcard() for the <any> wildcard
3001 with namespace == ##other. Support for such wildcards was
3002 implemented by Daniel at the automaton level recently, and
3003 the workaround code iterfered with it.
3004
3005Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3006
3007 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3008 signature to pass an int and not an enum since it can generate
3009 ABI compat troubles.
3010 * include/libxml/schematron.h schematron.c: adding the new
3011 schematron code, work in progress lots to be left and needing
3012 testing
3013 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3014 Makefile.am configure.in: integration of schematron into the
3015 build
3016 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3017 options right now just XML_XPATH_CHECKNS.
3018
3019Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3020
3021 * xmlschemas.c: Removed an "internal error" message from
3022 xmlSchemaBuildAContentModel() when an empty model group
3023 definition is hit.
3024
3025Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3026
3027 * pattern.c: Changed xmlCompileStepPattern() and
3028 xmlCompileAttributeTest() to handle the "xml" prefix without
3029 caring if the XML namespace was supplied by the user.
3030
3031Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3032
3033 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3034 output the given string arguments correctly.
3035
3036Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3037
3038 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3039 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3040 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3041 include/libxml/valid.h include/libxml/xmlIO.h
3042 include/libxml/xmlerror.h include/libxml/xmlexports.h
3043 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3044 to fix problems with calling conventions on Windows this should
3045 fix #309757
3046
3047Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3048
3049 * parser.c: an optimization of the char data inner loop,
3050 can gain up to 10% in pure SAX2 parsing speed
3051 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3052 a bug in XML Schemas facet comparison #310893
3053
3054Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3055
3056 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3057 not transitions
3058 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3059 result/schemas/any5_1_0*: fixed output
3060
3061Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3062
3063 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3064 bug #172215 about foreign namespaces by adding support for
3065 negated string transitions. Error messages still need to be
3066 improved.
3067 * test/schemas/any5* result/schemas/any5*: adding regression
3068 tests for this.
3069
3070Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3071
3072 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3073 on namespaced attributes #310417.
3074
3075Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3076
3077 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3078 ducplicated
3079
3080Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3081
3082 * xmlschemas.c: fixed xsd:all when used in conjunction with
3083 substitution groups
3084 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3085 regression tests, strangely missing from NIST/Sun/Microsoft
3086 testsuites
3087
3088Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3089
3090 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3091 this showed as an indeterminist result
3092
3093Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3094
3095 * xmlschemastypes.c: found the last bug raised by NIST tests in
3096 comparing base64 strings, result from runsuite:
3097 ## NIST test suite for Schemas version NIST2004-01-14
3098 Ran 23170 tests (3953 schemata), no errors
3099
3100Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3101
3102 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3103 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3104 affecting NIST regression tests
3105
3106Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3107
3108 * configure.in: applied a patch from Gerrit P. Haase to add
3109 module support on cygwin
3110
3111Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3112
3113 * HTMLparser.c: fixed a potential buffer overrun error introduced
3114 on last commit to htmlParseScript() c.f. #310229
3115
3116Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3117
3118 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3119 return TRUE if a nodeset with a numeric value of NaN is compared
3120 for inequality with any numeric value (bug 309914).
3121
3122Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3123
3124 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3125 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3126 to route relaxng and schemas error messages when using the reader
3127 through the structured interface if activated.
3128 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3129 to test.
3130
3131Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3132
3133 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3134 Jiri Netolicky
3135 * result/HTML/script2.html* test/HTML/script2.html: added the test
3136 case from the regression suite
3137
3138Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3139
3140 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3141 patch provided by Peter Breitenlohner
3142
3143Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3144
3145 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3146 * xmllint.c: removed a compilation problem
3147
3148Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3149
3150 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3151 preparing to make testsuite releases along with code source releases
3152 * gentest.py testapi.c: fixed a couple of problem introduced by
3153 the new Schemas support for Readers
3154 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3155 but simple way.
3156 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3157 raised by the doc builder.
3158 * doc/*: made rebuild
3159
3160Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3161
3162 * xmlschemas.c: fixed a bug introduced on last commit
3163
3164Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3165
3166 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3167 pointed by Jeroen Ruigrok
3168 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3169 the APIs for xmlReader schemas validation support
3170 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3171 implementation and testing as xmllint --stream --schema ...
3172
3173Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3174
3175 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3176
3177Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3178
3179 * parser.c: fix for #309761 from Dylan Shell
3180 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3181 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3182 * xmllint.c: couple of fixes plus added descriptions for --sax and
3183 --sax1
3184
3185Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3186
3187 * xmlschemas.c: Added c-props-correct constraint to check
3188 for equal cardinality of keyref/key.
3189 * include/libxml/xmlerror.h: Added an error code.
3190
3191Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3192
3193 * pattern.c: Fixed evaluation of attributes. Actually only
3194 attribute at the first level were evaluated (e.g. "@attr");
3195 expression like "foo/@attr" always failed.
3196
3197Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3198
3199 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3200 user-provided SAX handler is given.
3201
3202Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3203
3204 * parser.c: fix some potential leaks in error cases.
3205 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3206 various other combinations.
3207 * xmlschemas.c: fix a couple of tiny problems in
3208 xmlSchemaValidateStream()
3209
3210Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3211
3212 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3213 xmlSchemaValidateStream() internally.
3214
3215Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3216
3217 * test/relaxng/docbook_0.xml: added the missing entity to the
3218 document internal subset to avoid errors if the DocBook catalogs
3219 are not there
3220 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3221 untested yet
3222
3223Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3224
3225 * parser.c: fixed problem with free on dupl attribute in
3226 dtd (bug309637).
3227 * test/errors/attr3.xml, result/errors/attr3.*: added
3228 regression test for this
3229
3230Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3231
3232 * win32/Makefile.msvc: try again to fix file format for Windows
3233
3234Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3235
3236 * win32/Makefile.msvc: removed spurious ^M
3237 * runtest.c: added check for option O_BINARY
3238 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3239 sticky tag to 'binary'
3240
3241Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3242
3243 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3244 in xmlCtxtGenericNodeCheck
3245 * runtest.c: changed "open" calls to include O_BINARY for Windows
3246
3247Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3248
3249 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3250 in areBlanks which failed.
3251 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3252 added the input file to the regression tests
3253
3254Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3255
3256 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3257 Anotolij.
3258 * test/schemas/bug309338* result/schemas/bug309338*:
3259 Added a regression test for the above bug.
3260
3261Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3262
3263 * Makefile.am: first steps toward a testsuite dist
3264 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3265
3266Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3267
3268 * runsuite.c runtest.c: Tiny portability adjustment for win.
3269 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3270 be created.
3271
3272Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3273
3274 * runsuite.c: first stb at unimplemnted detection
3275 * runtest.c: fixing Windows code
3276
3277Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3278
3279 * runsuite.c: fix on schemas error
3280 * runtest.c: portability glob() on Windows
3281
3282Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3283
3284 * runsuite.c runtest.c: cleanups, logfile and portability
3285 * xmllint.c: fixed a memory leak
3286
3287Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3288
3289 * parser.c: fixed a bug failing to detect UTF-8 violations in
3290 CData in push mode.
3291 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3292 to the regressions
3293
3294Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3295
3296 * debugXML.c: added enhancement for #309057 in xmllint shell
3297
3298Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3299
3300 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3301 bug in push mode
3302 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3303 regression suite
3304
3305Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3306
3307 * testapi.c tree.c: fixing a leak detected by testapi in
3308 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3309 seems to pass tests fine now.
3310 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3311 to push mode
3312 * error.c: remove a warning
3313 * runtest.c xmllint.c: avoid compilation errors if only some parts
3314 of the library are compiled in.
3315
3316Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3317
3318 * gentest.py testapi.c: fix a problem with previous patch to
3319 testapi.c
3320
3321Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3322
3323 * runsuite.c runtest.c tree.c: fixing compilations when
3324 disabling parts of the library at configure time.
3325
3326Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3327
3328 * parserInternals.c: fix bug raised by zamez on IRC
3329 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3330 * tree.c: added comments missing.
3331 * doc/*: regenerated
3332
3333Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3334
3335 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3336 assorted bugs
3337 * python/generator.py python/libxml2-python-api.xml: fixed
3338 conditionals in generator too
3339 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3340 cleanups too and rebuilt
3341
3342Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3343
3344 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3345
3346Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3347
3348 * runsuite.c: expanded test
3349 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3350
3351Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3352
3353 * runsuite.c: a bit of progresses on xstc
3354
3355Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3356
3357 * runsuite.c: completed the simple checks for Relax-NG suites
3358 back to the same 11 errors as in the Python runs.
3359
3360Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3361
3362 * runtest.c: complete, checking on other platforms is needed
3363 * README: updated
3364 * debugXML.c: fix a bug raised by bill on IRC
3365 * relaxng.c: fix a leak in weird circumstances
3366 * runsuite.c Makefile.am: standalone test tool agaisnt
3367 the regression suites, work in progress
3368
3369Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3370
3371 * runtest.c: adding URI tests
3372
3373Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3374
3375 * runtest.c: adding xml:id
3376
3377Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3378
3379 * runtest.c: finishing XPath, adding XPointer
3380
3381Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3382
3383 * runtest.c: adding more coverage, XInclude and starting XPath
3384
3385Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3386
3387 * tree.c include/libxml/tree.h: Added allocation/deallocation
3388 functions for the DOM-wrapper context.
3389
3390Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3391
3392 * tree.c: Commented the new functions to be experimental.
3393
3394Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3395
3396 * error.c valid.c: working some weird error reporting problem for
3397 DTD validation.
3398 * runtest.c: augmented with DTD validation tests
3399 * result/VC/OneID*: slight change in validation output.
3400
3401Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3402
3403 * runtest.c: added most HTML tests
3404
3405Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3406
3407 * test/namespaces/reconcile/tests.xml
3408 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3409 for some new DOM-wrapper helping functions.
3410
3411Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3412
3413 * xstc/xstc-to-python.xsl: Cleanup.
3414 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3415 Removed, those are not needed anymore due to the new test suite.
3416
3417Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3418
3419 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3420 missing.
3421 * runtest.c: added SAX1/SAX2 checks.
3422
3423Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3424
3425 * tree.c include/libxml/tree.h: Added
3426 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3427 xmlDOMWrapRemoveNode() to the API. These are functions intended
3428 to be used with DOM-wrappers.
3429
3430Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3431
3432 * runtest.c: continue to increase the tests
3433
3434Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3435
3436 * runtest.c: continue to increase the tests
3437
3438Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3439
3440 * runtest.c: continue to increase the tests
3441
3442Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3443
3444 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3445 it matches the glob() routine.
3446 * runtest.c Makefile.am: first steps toward a C regression test
3447 framework.
3448
3449Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3450
3451 * configure.in: fixed a problem with the detection of
3452 ss_family for ipV6, as reported on the mailing list by
3453 Doug Orleans.
3454
3455Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3456
3457 * test/schemas/empty-value* result/schemas/empty-value*:
3458 Added regression tests (from Dhyanesh).
3459
3460Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3461
3462 * xmlschemas.c: Fixed NULL values to be validated as empty
3463 string values (reported by Dhyanesh to the mailing list).
3464 Adjusted text concatenation of mixed content.
3465
3466Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3467
3468 * tree.c valid.c: applied patch from Rob Richards for removal
3469 of ID (and xml:id)
3470 * xmlreader.c: applied patch from James Wert implementing
3471 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3472
3473Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3474
3475 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3476 namespace list, appending of element character content.
3477 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3478
3479Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3480
3481 * xmlschemastypes.c: Added missing function descriptions.
3482
3483Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3484
3485 * xmllint.c: if sax1 is used and input is a file use the old
3486 API xmlParseFile()
3487 * xmlschemas.c: cleanups
3488 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3489 for the new functions in Schemas.
3490
3491Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3492
3493 * xmlschemas.c include/libxml/xmlschemas.h: Added
3494 xmlSchemaValidateFile() to the public API. This will use
3495 SAX2-driven validation.
3496
3497Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3498
3499 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3500 Added schema test results (Tom Browder, bug #306806).
3501
3502Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3503
3504 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3505 Added schema tests submitted by Tom Browder (bug #306806).
3506
3507Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3508
3509 * pattern.c: adjusted last change to xmlCompilePathPattern,
3510 fixed one compilation warning
3511
3512Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3513
3514 * pattern.c: Some changes/fixes to the streaming evaluation.
3515 * xmlschemas.c: A bit of support for parsing the schema for
3516 schema. Fixed attribute derivation when the use is
3517 "prohibited" and was "optional". Fixed an attribute construction
3518 bug, a left-over from the time, where <complexContent>,
3519 <extension>, etc. where created as structs.
3520
3521Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3522
3523 * libxml-2.0.pc.in: removed a redundant include path
3524
3525Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3526
3527 * xstc/Makefile.am: Some more adjustments.
3528
3529Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3530
3531 * xstc/Makefile.am: Changed test extraction process, since some
3532 boxes don't know about "tar --strip-path".
3533
3534Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3535
3536 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3537 * result//compare0* test//compare0*: added the regression test in
3538 the suite as this went unnoticed !
3539
3540Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3541
3542 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3543 enhancement for XPath streaming, consolidated with
3544 schemas usage of pattern.c. Added a new enum
3545 xmlPatternFlags.
3546 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3547 enum.
3548 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3549 result/XPath/mixedpat: added regression test for problems
3550 reported in bug306348
3551
3552Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3553
3554 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3555 default namespace if existent.
3556
3557Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3558
3559 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3560 values were not duplicated corrently when creating a computed value
3561 in xmlSchemaValAtomicType.
3562
3563Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3564
3565 * xmlschemas.c result/schemas/include1_0_0.err:
3566 Fixed an attribute fixed/default value constraint error.
3567
3568Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3569
3570 * result/schemas/*: Adapted regression test results.
3571
3572Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3573
3574 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3575 include/libxml/xmlschemastypes.h: Changed the validation process
3576 to be able to work in streaming mode. Some datatype fixes,
3577 especially for list and union types. Due to the changes the
3578 error report output has changed in most cases. Initial migration to
3579 functions usable by both, the parser and the validator. This should
3580 ease a yet-to-come XS construction API in the long term as well.
3581
3582Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3583
3584 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3585 troubles on rollback parsing of elements start #304761
3586 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3587 added it to the regression tests.
3588
3589Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3590
3591 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3592 for xml:space and xml:lang handling with SAX2 api.
3593
3594Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3595
3596 * globals.c: applied patch from Morten Welinder, closing bug #306901
3597 on compiling subsets of the library
3598
3599Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3600
3601 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3602 XS tests to use the new release of tests and test-definitions.
3603
36042005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3605
3606 * c14n.c: fix rendering of attributes when parent node
3607 is not in the node set
3608
36092005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3610
3611 * c14n.c: fixed xml attributes processing bug in exc c14n
3612 * xmllint.c: added --exc-c14n command line option
3613
3614Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3615
3616 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3617 handling of depth/level for cases like union operator
3618 (bug #306348 reported by Bob Stayton). Also enhanced
3619 several comments throughout pattern.c.
3620 * doc/apibuild.py: fixed problem in handling of
3621 'signed' declaration. Rebuilt the docs.
3622
3623Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3624
3625 * xinclude.c: Enhanced handling of xml:base for included
3626 elements, fixing bugs 169209 and 302353.
3627
3628Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3629
3630 * xmlschemas.c: Fixed facet errors to be channelled back for
3631 union type members; facet-validation will stop now on the
3632 first error. Reported by GUY Fabrice to the mailing-list.
3633 * xmlschemastypes.c: Changed to ignore lengh-related facet
3634 validation for QNames and NOTATIONs as proposed by the
3635 schema people.
3636 * test/schemas/union2* result/schemas/union2*: Added
3637 regression tests for union types (by GUY Fabrice).
3638
3639Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3640
3641 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3642 CDATA with NULL content.
3643
3644Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3645
3646 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3647 the timezone to -840 to 840.
3648
3649Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3650
3651 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3652 for "signed int" of the date-time timezone field. Silenced
3653 a warning.
3654
3655Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3656
3657 * tree.c: applied patch for replaceNode from Brent Hendricks
3658
3659Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3660
3661 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3662
3663Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3664
3665 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3666 problem exposed in bug #303640
3667
3668Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3669
3670 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3671 Added regression a test provided by Heiko Oberdiek (bug #303566).
3672
3673Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3674
3675 * pattern.c: Changed the XPath "." to resolve only on the first
3676 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3677 This should not affect pattern-like resolution on every level.
3678
3679Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3680
3681 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3682
3683Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3684
3685 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3686 * doc/apibuild.py: fixed __attribute() parsing problem
3687 * doc/* testapi.c: regenerated the descriptions and docs.
3688
3689Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3690
3691 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3692 to avoid linking with pthread library on non-threaded environments.
3693 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3694 list allocation.
3695
3696Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3697
3698 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3699 attributes were treated as being bound to the default namespace.
3700
3701Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3702
3703 * xmlschemastypes.c: Fixed date-time related validation
3704 (reported by David Crossley, bug #300576).
3705
3706Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3707
3708 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3709 dereferences (reported by Andriy, bug #301074).
3710
3711Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3712
3713 * xpath.c: Added some code to avoid integer overflow for
3714 ceil, floor and round functions (bug 301162)
3715
3716Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3717
3718 * xmlschemas.c: Removed workaround for bug #172215, since it
3719 does more harm in some scenarios. Added some of the
3720 "Particle Restriction OK" constraints - not yet enabled.
3721
3722Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3723
3724 * result/schemas/changelog093*: Added test results.
3725
3726Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3727
3728 * xmlschemas.c: Added output of canonical values in
3729 identity-constraint error messages.
3730 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3731 Added xmlSchemaGetCanonValueWhtsp() to the API.
3732 Further enhancement of the canonical value
3733 conversion.
3734 * test/schemas/changelog093_0.*: Added test with an XSD
3735 submitted by Randy J. Ray.
3736
3737Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3738
3739 * valid.c: Applied Daniel's fix for memory leak in dtd
3740 prefix (bug 300550).
3741 * xpath.c: minor change to comment only
3742
3743Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3744
3745 * xmlmemory.c: added the call to the breakpoint routine
3746 when a monitored block is reallocated or freed
3747
3748Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3749
3750 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3751 about HTTP query string parameter being lost
3752
3753Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3754
3755 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3756 adding namespace removal at the python level #300209
3757 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3758 test
3759
3760Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3761
3762 * xpath.c: fixed several places where memory cleanup was not
3763 properly done after an error was detected (problem was
3764 reported on the mailing list by Pawel Palucha)
3765
3766Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3767
3768 * xmlschemas.c: Added substitution group constraints; changed
3769 the build of the pre-computed substitution groups. Channeled
3770 errors during xsi assembling of schemas to the validation
3771 context. Fixed a big memory leak, which occured when using
3772 IDCs: the precomputed value of attributes was not freed if
3773 the attribute did not resolve to an IDC field (discovered
3774 with the help of Randy J. Ray's schema, posted to the
3775 xmlschema-dev maling list).
3776
3777Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3778
3779 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3780 Added handling substitution groups inside <choice> and <sequence>;
3781 for <all> this is not supported yet. Changed circular checks for
3782 model groups definitions. "memberTypes" are processed at different
3783 levels now: component resolution first, construction later; this
3784 goes hand in hand with a global change to handle component
3785 resolution in a distinct phase. Fixed invalid default values for
3786 elements to mark the schema as invalid; this just resulted in an
3787 error report previously, but the schema was handled as valid.
3788 Separated the assignment of the model groups to referencing
3789 model group definition references (i.e. particles); this was
3790 needed to perform the circularity check for model group definitions.
3791 Added "Element Declaration Properties Correct (e-props-correct)"
3792 constraints. Separated component resolution for simple/complex
3793 types.
3794 * include/libxml/schemasInternals.h: Added a flag for substitution
3795 group heads.
3796
3797Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3798
3799 * win32/Makefile.*: make install cleanup
3800
3801Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3802
3803 * win32/Makefile.mingw: fixed mingw compilation
3804 * testModule.c: removed mingw warnings
3805
3806Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3807
3808 * .cvsignore: added Eclipse project files to ignore list
3809
3810Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3811
3812 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3813 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3814 test/XPath/docs/lang: added a regression test
3815
3816Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3817
3818 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3819
3820Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3821
3822 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3823 and anchored them in the "Element Locally Valid (Element)"
3824 constraints. This restricts the type substitution via "xsi:type".
3825
3826Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3827
3828 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3829 facets validation messages.
3830
3831Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3832
3833 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3834 rebuilding.
3835
3836Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3837
3838 * xstc/Makefile.am: integrated fixup-tests.py
3839
3840Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3841
3842 * xmlschemastypes.c: fixed a lack of comment and missing test for
3843 a pointer in the API.
3844
3845Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3846
3847 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3848 files used for the tests.
3849
3850Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3851
3852 * xmlschemas.c include/libxml/schemasInternals.h
3853 result/schemas/src-element2-*.err result/schemas/element-*.err:
3854 Committing again, since the CVS server aborted.
3855
3856Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3857
3858 * xmlschemastypes.c: Corrected 'length' facet validation for
3859 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3860 data types did not return a value if already in normalized
3861 form.
3862 * xmlschemas.c include/libxml/schemasInternals.h:
3863 Eliminated creation of structs for <restriction>, <extension>,
3864 <simpleContent>, <complexContent>, <list> and <union>: the
3865 information is now set directly on the corresponding simple/
3866 complex type. Added some more complex type constraints.
3867 Added facet derivation constraints. Introduced "particle"
3868 components, which seem to be really needed if applying
3869 constraints. Corrected/change some of the parsing functions.
3870 This is all a bit scary, since a significant change to the code.
3871 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3872 Adapted regression test results.
3873
3874Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3875
3876 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3877 format to cope with gcc4 change of aliasing allowed scopes, had
3878 to add extra informations to doc/libxml2-api.xml to separate
3879 the header from the c module source.
3880 * *.c: updated all c library files to add a #define bottom_xxx
3881 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3882 * doc//* testapi.c: regenerated when rebuilding the API
3883
3884Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3885
3886 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3887 encoding UTF-8 should really be assumed. This may break if
3888 the HTTP headers indicates for example ISO-8859-1 since this
3889 then becomes a well formedness error.
3890
3891Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3892
3893 * SAX.c: fixed #172260 redundant assignment.
3894 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3895 xmlParseDoc() signatures #172257.
3896
3897Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3898
3899 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3900 is NULL as reported by bug #172255
3901
3902Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3903
3904 * relaxng.c: fixed a problem in Relax-NG validation #159968
3905 * test/relaxng/list.* result/relaxng/list_*: added the test
3906 to the regression suite
3907
3908Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3909
3910 * python/libxml.c: fixed bug #168504
3911
3912Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3913
3914 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3915 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3916 since apparently IBM can't avoid breaking common defines #166922
3917
3918Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3919
3920 * encoding.c: fix unitinialized variable in not frequently used
3921 code bug #172182
3922
3923Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3924
3925 * python/generator.py python/libxml.py: another patch from Brent
3926 Hendricks to add new handlers with the various validity contexts
3927 * python/tests/Makefile.am python/tests/validDTD.py
3928 python/tests/validRNG.py python/tests/validSchemas.py: also
3929 added the regression tests he provided
3930
3931Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3932
3933 * python/generator.py python/libxml.c: applied patch from Brent
3934 Hendricks to avoid leak in python bindings when using schemas
3935 error handlers.
3936
3937Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3938
3939 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3940
3941Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3942
3943 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3944 by Rob Richards
3945
3946Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3947
3948 * gentest.py, testapi.c: fixed problem with 'minimal library'
3949 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3950 by Greg Morgan
3951
3952Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3953
3954 * xmlschemas.c: Fixed call to a facet error report: the type of
3955 the error was wrong, resulting in a segfault (bug #171220, reported
3956 by GUY Fabrice).
3957
3958Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3959
3960 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3961 failing to build a linked list correctly (bug #169898, reported
3962 by bing song, hmm...).
3963
3964Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3965
3966 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3967 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3968 a variable was missed to be reset in a loop. Deactivated bubbling,
3969 if not referenced by a keyref.
3970
3971Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3972
3973 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3974 in c14n relative namespaces check and add structured error messages
3975 to c14n code
3976
3977Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3978
3979 * xmlschemas.c: Removed inheritance of "mixed" content type for
3980 short-hand restrictions of "anyType" (reported by Guy Fabrice
3981 to the mailing list). Added the namespace conversion (chameleon
3982 includes) for the base type reference of <restriction> and
3983 <extension>.
3984 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3985 of "mixed" inheritance.
3986
3987Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3988
3989 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3990
3991Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3992
3993 * xmlschemas.c: more debug messages from Matthew Burgess
3994 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3995
3996Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3997
3998 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3999 by Daniel, which I overwrote with the previous commit.
4000
4001Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4002
4003 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4004 Hopefully finished validation against facets to use the normalized
4005 value of both, the facets and instance values. Added
4006 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4007 and xmlSchemaGetValType() to the schema API.
4008
4009Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4010
4011 * libxml.spec.in: do not package .la files
4012 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4013 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4014 at public API entry points.
4015
4016Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4017
4018 * xmlschemastypes.c: a couple of more changes to various
4019 decimal-handling routines. Fixes python some problems
4020 turned up by the python tests.
4021 * Makefile.am: change SchemasPythonTests message to warn
4022 that there are 10 'expected' errors (rather than 6) since
4023 we now reject a '+' sign on an unsigned.
4024
4025Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4026
4027 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4028 normalized values of facets during validation: changed the
4029 arguments of some string comparison functions; added a static
4030 xmlSchemaValidateFacetInternal() with more arguments to be
4031 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4032 to use the comparison functions. Fixed some assignments in
4033 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4034
4035Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4036
4037 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4038 updated docs and rebuilt
4039 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4040
4041Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4042
4043 * encoding.c: removed a static buffer in xmlByteConsumed(),
4044 as pointed by Ben Maurer, fixes #170086
4045 * xmlschemas.c: remove a potentially uninitialized pointer warning
4046
4047Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4048
4049 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4050 and much of the routine xmlSchemaCompareDecimals. The
4051 changes were necessary to fix a problem reported on the
4052 mailing list by John Hockaday.
4053
4054Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4055
4056 * xmlschemas.c: The schema parser will stop if components could
4057 not be resolved. This is not conforming to the spec but for now
4058 will avoid internal errors during type fixup and content model
4059 creation. Restructured inclusion/import of schemata: this avoids
4060 duplicate, self and circular inclusion. Chameleon includes are
4061 still workarounded. Added restriction to disallow references to
4062 non-imported namespaces. Corrected parsing of <group>.
4063 * result/schemas/bug167754_0_0*: Added a missing test result.
4064
4065Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4066
4067 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4068 link and foreword warning to avoid problem with ignorant
4069 programmers, c.f #169721
4070
4071Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4072
4073 * python/tests/Makefile.am python/tests/readernext.py: added
4074 a regression test from Rob Richards for the previous bug
4075
4076Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4077
4078 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4079 Rob Richards
4080
4081Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4082
4083 * xmlmodule.c: second patch from Rick Jones, portability fix for
4084 HP-UX
4085 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4086 to avoid warnings.
4087
4088Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4089
4090 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4091 patches, including a serious aliasing bug exposed in s390
4092 when trying to convert data pointer to code pointer.
4093
4094Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4095
4096 * xmlschemas.c: Tiny restructuring of the validation start-up
4097 functions. Added cleanup of the validation context at the
4098 end of validation. This takes care of the validation context
4099 being reused.
4100
4101Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4102
4103 * xmlschemastypes.c: Tiny changes in the comparison functions
4104 I forgot to commit last time.
4105
4106Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4107
4108 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4109 values; anyway the IDC key comparison is restricted to
4110 anySimpleType <--> string based types. For other types we
4111 would possibly need the canonical lexical representation of
4112 them; this sounds not performant, since we would need to
4113 build such a representation each time we want to compare against
4114 anySimpleType. TODO: think about buffering the canonical values
4115 somewhere. Fixed error reports for default attributes to work
4116 without a node being specified. This all and the enabling of IDC
4117 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4118 not read his last name correctly from bugzilla).
4119
4120Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4121
4122 * xmlschemas.c: Enabled IDC parsing and validation.
4123 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4124 Added xmlSchemaCopyValue to the API; this was done due to
4125 validation of default attributes against IDCs: since IDC keys
4126 consume the precomputed value, one needs a copy.
4127 * pattern.c: Enabled IDC support; this is currently done
4128 via calling xmlPatterncompile with a flag arg of 1.
4129
4130Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4131
4132 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4133 xstc/Makefile.am: try to fix a problem with valgrind.
4134 * python/generator.py python/libxml.c python/tests/Makefile.am
4135 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4136 c.f. bug #165349
4137
4138Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4139
4140 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4141 the prefix instead of the namespace name.
4142 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4143 Adapted invalid values of the "id" attribute, since they are
4144 validated now.
4145
4146Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4147
4148 * threads.c: new version with fixes from Rob Richards
4149
4150Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4151
4152 * threads.c: applied patch from Rich Salz for multithreading on
4153 Windows.
4154
4155Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4156
4157 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4158 of bugs in the writer
4159
4160Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4161
4162 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4163 * xpath.c: fixed compilation warning, no change to logic.
4164 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4165
4166Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4167
4168 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4169 xmlTextWriterStartAttributeNS
4170
4171Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4172
4173 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4174 and switched XPath to use it by default when possible
4175
4176Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4177
4178 * xmlschemastypes.c: a bit of cleanup
4179 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4180 the documentation as a result.
4181
4182Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4183
4184 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4185 Aron Stansvik to add xmlTextReaderByteConsumed()
4186 * testReader.c: added a test option
4187 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4188
4189Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4190
4191 * test/schemas/bug167754_0*: Added the regression test of Frans
4192 Englich for bug #167754.
4193
4194Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4195
4196 * xmlschemas.c: Started support for IDC resolution to default
4197 attributes. If building the content model for <all>: ensured
4198 to put element declarations and not the particles into the
4199 content model automaton (this was bug #167754, reported by
4200 Frans Englich).
4201
4202Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4203
4204 * pattern.c pattern.h: Some experimental addition for parsing
4205 of expressions and streamable validation.
4206 Added xmlStreamPushAttr to the API.
4207
4208Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4209
4210 * xmlschemas.c: Added validation for the attribute "id" in the
4211 schemata; doing this needed error report fixes for notations,
4212 facets and group. Changed NOTATION validation to work with the
4213 declared NOTATIONs in the schema; this does have no impact on
4214 the validation via the relaxng module.
4215 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4216 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4217 the NOTATION validation described above.
4218 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4219 Fixed the values of the "id" attributes, which were not validated
4220 previously.
4221
4222Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4223
4224 * xmlschemas.c: Fixed comparison for default/fixed attribute
4225 values, if the type was 'xsd:string'. Changed the comparison
4226 for IDCs to use the whitespace aware comparison function.
4227 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4228 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4229 xmlSchemaCompareValuesWhtsp to the API. Added functions
4230 to compare strings with whitespace combinations of "preserve",
4231 "replace" and "collapse".
4232
4233Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4234
4235 * xmlschemas.c: Further work on IDCs, especially evaluation for
4236 attribute nodes.
4237
4238Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4239
4240 * encoding.c: fix the comment to describe the real return values
4241 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4242 the patterns, pluggin in the XPath default evaluation, but
4243 disabled right now because it's not yet good enough for XSLT.
4244 pattern.h streaming API are likely to be changed to handle
4245 relative and absolute paths in the same expression.
4246
4247Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4248
4249 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4250 Made 'nil'ed elements work. Added a specific error message
4251 for 'strict' attribute wildcards.
4252 * include/libxml/xmlerror.h: Added an error code for
4253 wildcards.
4254 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4255
4256Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4257
4258 This change started out as a simple desire to speed up the
4259 execution time of testapi.c, which was being delayed by
4260 nameserver requests for non-existent URL's. From there it
4261 just sort of grew, and grew....
4262 * nanohttp.c, nanoftp.c: changed the processing of URL's
4263 to use the uri.c routines instead of custom code.
4264 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4265 * uri.c: added accepting ipV6 addresses, in accordance with
4266 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4267 * gentest.py, testapi.c: fixed a few problems with the
4268 testing of the nanoftp and nanohttp routines.
4269 * include/libxml/xmlversion.h: minor change to fix a
4270 warning on the docs generation
4271 * regenerated the docs
4272
4273Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4274
4275 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4276 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4277 (bug 166199)
4278 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4279 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4280 PYTHONPATH is set, to assure new libxml2 routines are used.
4281
4282Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4283
4284 * parser.c: fixed problem when no initial "chunk" was
4285 given to xmlCreatePushParser (bug 162613)
4286
4287Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4288
4289 * dict.c: fixed compilation warning
4290 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4291 * xmllint.c: changed to return non-zero status if error
4292 on xinclude processing
4293 * xmlsave.c: minor deletion of a redundant condition statement
4294
4295Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4296
4297 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4298
4299Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4300
4301 * pattern.c xmllint.c: fixed implementation for |
4302 * test/pattern/conj.* result/pattern/conj: added a specific regression
4303 test
4304
4305Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4306
4307 * pattern.c: first implementation for | support
4308
4309Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4310
4311 * pattern.c: fixed the namespaces support
4312 * tree.c: fixed xmlGetNodePath when namespaces are used
4313 * result/pattern/multiple result/pattern/namespaces
4314 test/pattern/multiple.* test/pattern/namespaces.*: added
4315 more regression tests
4316
4317Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4318
4319 * xmlschemas.c: fixed one internal function
4320 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4321 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4322
4323Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4324
4325 * Makefile.am: use the walker to test the patterns instead of
4326 the normal reader
4327 * pattern.c xmllint.c: bug fixes in the train including fixing the
4328 stupid build break.
4329
4330Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4331
4332 * pattern.c: more bug fixes for the XPath streaming code.
4333
4334Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4335
4336 * xmlschemas.c: Integrated the streaming pattern from the
4337 pattern module. Fixed some IDC code bugs. Changed
4338 fallback for attribute declaration addition to work like for
4339 element declarations.
4340
4341Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4342
4343 * pattern.c xmllint.c: bugfixes around the streaming patterns
4344
4345Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4346
4347 * Makefile.am configure.in result/pattern/simple
4348 test/pattern/simple.*: added first test for the patterns
4349 * pattern.c xmllint.c: a few fixes
4350
4351Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4352
4353 * pattern.c include/libxml/pattern.h xmllint.c: added a
4354 streaming pattern detector for a subset of XPath, should
4355 help Kasimier for identity constraints
4356 * python/generator.py: applied Stephane Bidoul patch to find
4357 paths without breaking.
4358
4359Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4360
4361 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4362
4363Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4364
4365 * xmlreader.c: implementation of xmlTextReaderReadString by
4366 Bjorn Reese
4367
4368Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4369
4370 * xmlschemas.c: Corrected an ambigious symbol-space for
4371 local attribute declarations. IFDEFed more IDC code to
4372 surpress compiler warnings.
4373
4374Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4375
4376 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4377 files for the Bakefile generator for Makefiles from Francesco
4378 Montorsi
4379 * win32/configure.js: fixes for Windows compilation with non-default
4380 flags by Joel Reed
4381
4382Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4383
4384 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4385 by Martijn Faassen
4386
4387Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4388
4389 * xmlschemas.c include/libxml/schemasInternals.h:
4390 Added an initial skeleton for indentity-constraints. This is all
4391 defined out, since not complete, plus it needs support from other
4392 modules.
4393 Added machanism to store element information for the
4394 ancestor-or-self axis; this is needed for identity-constraints
4395 and should be helpfull for a future streamable validation.
4396 * include/libxml/xmlerror.h: Added an error code for
4397 identity-constraints.
4398
4399Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4400
4401 * gentest.py testapi.c: had to fix generation and rebuild.
4402 * valid.c: the testapi found a bug in the last code of course !
4403
4404Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4405
4406 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4407 is generated, fixes bug #161386
4408 * dict.c: fix a comment typo
4409 * elfgcchack.h doc/*: regenerated
4410
4411Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4412
4413 * parser.c: found and fixed 2 problems in the internal subset scanning
4414 code affecting the push parser (and the reader), fixes #165126
4415 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4416 to the regression tests.
4417
4418Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4419
4420 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4421 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4422 speedups, start to deprecate 3 ElementDef related entry point
4423 and replace them with better ones.
4424
4425Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4426
4427 * xmlschemas.c: more hash dictionary interning changes
4428
4429Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4430
4431 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4432 the hash reuses the dictionnary for internal strings
4433 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4434 speedup when parsing for example DocBook documents.
4435
4436Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4437
4438 * parser.c: small speedup in skipping blanks characters
4439 * entities.c: interning the entities strings
4440
4441Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4442
4443 * parser.c: boosting common commnent parsing code, it was really
4444 slow.
4445 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4446 regression tests
4447
4448Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4449
4450 * parser.c: small optimization back.
4451
4452Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4453
4454 * dict.c parser.c include/libxml/dict.h: a single lock version
4455 mostly avoid the cost penalty of the lock in case of low
4456 parallelism, so applying that version instead.
4457
4458Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4459
4460 * dict.c: patch from Gary Coady to fix a race in dict reference
4461 counting in multithreaded apps.
4462
4463Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4464
4465 * parser.c: fixed bug #164556 where non-fatal errors stopped
4466 push parsing and xmlreader.
4467 * Makefile.am: fixup
4468 * test/errors/webdav.xml result/errors/webdav*: adding regression
4469 test for this problem.
4470
4471Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4472
4473 * xmlschemas.c: Corrected targetNamespace in
4474 xmlSchemaElementDump. Cosmetic changes to the dump output.
4475
4476Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4477
4478 * configure.in NEWS doc/*: preparing release of 2.6.17,
4479 updated and rebuilt the docs
4480
4481Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4482
4483 * parser.c: better fix for #151694 not killing c14n regression tests
4484 * xmlschemastypes.c: fixing bug #157653
4485
4486Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4487
4488 * parser.c: fixing bug #151694, line should always be set in the
4489 elements.
4490
4491Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4492
4493 * xmlschemastypes.c: trying to fix at least the message from
4494 bug #158628
4495 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4496 for format, c.f. bug #159997
4497
4498Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4499
4500 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4501 bug #157872
4502
4503Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4504
4505 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4506
4507Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4508
4509 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4510 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4511 tests about it.
4512 * doc/*: rebuilt
4513 * testdso.c: removed a warning due to a missing void in signature.
4514
4515Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4516
4517 * include/libxml/schemasInternals.h xmlschemas.c:
4518 Exposed targetNamespace for simple/complex types, model groups,
4519 attribute groups and notations (reported by Michael Hewarth
4520 to the mailing list). Added targetNamespace to xmlSchemaType,
4521 xmlSchemaAttributeGroup and xmlSchemaNotation.
4522 Tiny cosmetic change to the content model error report output.
4523 * result//all_*.err result//any3_0_0.err result//choice_*.err
4524 result//list0_0_1.err result//list0_1_1.err: Adapted output
4525 of regression tests.
4526
4527Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4528
4529 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4530 back in, since I missed to update xmlschemas.c before doing
4531 the previous commit.
4532
4533Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4534
4535 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4536 from xmlregexp.c to report expected elements on content model errors.
4537 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4538 Adapted output of regression tests.
4539
4540Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4541
4542 * config.h.in configure.in xmlmodule.c: trying to work around
4543 the compilation problem on HP-UX
4544
4545Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4546
4547 * pattern.c: fixed the fixed size array structure problem reported by
4548 Patrick Streule
4549
4550Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4551
4552 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4553 the API description, rebuilt, improved navigation in documentation
4554 a bit.
4555
4556Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4557
4558 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4559 and xmlRegExecNextValues() to return error transition strings too,
4560 and sink state detection and handling.
4561
4562Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4563
4564 * xmlschemas.c: fixed bug #163641 when the value passed for
4565 an atomic list type is NULL.
4566
4567Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4568
4569 * Makefile.am configure.in: fixed dependency on python 2.3,
4570 also small improvement for cygwin (bug 163273)
4571
4572Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4573
4574 * gentest.py testapi.c: William noticed I forgot to add special
4575 support for xmlmodules.c define
4576 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4577 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4578 entry point and refactored to use both code.
4579
4580Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4581
4582 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4583 setting up a "private" library (after some list posts about
4584 people having trouble doing it)
4585
4586Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4587
4588 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4589 rollback
4590
4591Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4592
4593 * TODO: small update
4594 * xmlregexp.c: trying to add an API to get useful error informations
4595 back from a failing regexp context.
4596
4597Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4598
4599 * xpath.c: fixed problem with xmlXPathErr when error number
4600 subscript was out of range (bug 163055)
4601
4602Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4603
4604 * uri.c: fixed problem with xmlURIEscape when query part was
4605 empty (actually fixed xmlURIEscapeStr to return an empty
4606 string rather than NULL for empty string input) (bug 163079)
4607
4608Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4609
4610 * parser.c, parserInternal.c: fixed "col" calculation for
4611 struct _xmlParserInput (based on patch from Rob Richards)
4612 * include/libxml/xmlerror.h, error.c: propagated error column
4613 number in the xmlError structure
4614
4615Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4616
4617 * parser.c: fixed namespace bug in push mode reported by
4618 Rob Richards
4619 * test/ns6 result//ns6*: added it to the regression tests
4620 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4621 added an extra option argument to module opening and defined
4622 a couple of flags to the API.
4623
4624Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4625
4626 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4627 Bjorn Reese, plus some cleanups
4628 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4629 add the new header
4630 * doc/* testapi.c: regenerated the API
4631
4632Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4633
4634 * configure.in: making DSO support an option
4635 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4636 and documentation cleanups
4637 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4638 checks for new module
4639 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4640 previously
4641
4642Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4643
4644 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4645 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4646 include/libxml/Makefile.am include/libxml/xmlerror.h
4647 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4648 include/libxml/xmlwin32version.h.in: applied DSO support
4649 patch 2 from Joel Reed
4650
4651Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4652
4653 * configure.in: applied patch from Marcin Konicki for BeOS
4654
4655Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4656
4657 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4658
4659Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4660
4661 Re-examined the problems of configuring a "minimal" library.
4662 Synchronized the header files with the library code in order
4663 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4664 were the same in both. Modified the API database content to more
4665 accurately reflect the conditionals. Enhanced the generation
4666 of that database. Although there was no substantial change to
4667 any of the library code's logic, a large number of files were
4668 modified to achieve the above, and the configuration script
4669 was enhanced to do some automatic enabling of features (e.g.
4670 --with-xinclude forces --with-xpath). Additionally, all the format
4671 errors discovered by apibuild.py were corrected.
4672 * configure.in: enhanced cross-checking of options
4673 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4674 doc/libxml2-api.xml, gentest.py: changed the usage of the
4675 <cond> element in module descriptions
4676 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4677 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4678 testSAX.c: cleaned up conditionals
4679 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4680 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4681 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4682 synchronized the conditionals with the corresponding module code
4683 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4684 added additional conditions required for compilation
4685 * doc/*.html, doc/html/*.html: rebuilt the docs
4686
4687Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4688
4689 * parserInternals.c: fixed to skip (if necessary) the BOM for
4690 encoding 'utf-16'. Completes the fix for bug #152286.
4691 * tree.c, parser.c: minor warning cleanup, no change to logic
4692
4693Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4694
4695 * python/generator.py: added most required entires to
4696 foreign encoding table, plus some additional logic to
4697 assure only the 1st param uses the 't#' format. Fixes
4698 bug #152286, but may still have some other UTF-16 problems.
4699
4700Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4701
4702 * Makefile.am, gentest.py: enhanced for enabling build in
4703 a different directory. Added (optional) param to gentest.py
4704 to specify the source directory (bug #155468)
4705 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4706 to (top_builddir) (bug #155468)
4707 * python/Makefile.am, python/generator.py: enhanced for enabling
4708 build in a different directory(bug #155468). Added (optional)
4709 param to generator.py to specify the source directory. Added
4710 a new table of functions which have possible "foreign" encodings
4711 (e.g. UTF16), and code to use python 't' format instead of
4712 'z' format (mostly solving bug #152286, but still need to
4713 populate the table).
4714
4715Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4716
4717 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4718 Change reference to new site for Solaris binaries, fixing bug
4719 160598
4720
4721
4722Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4723
4724 * parser.c: reset input->base within xmlStopParser
4725 * xmlstring.c: removed call to xmlUTF8Strlen from within
4726 xmlUTF8Strpos (Bill Moseley pointed out it was not
4727 useful)
4728
4729Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4730
4731 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4732 instead of ctxt->error for its reports (bug #160662)
4733
4734Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4735
4736 * python/generator.py: modified to allow the ns and nsDefs
4737 accessors to return None instead of error when no namespace
4738 is present (bug #)
4739
4740Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4741
4742 * doc/Makefile.am: changed maintainer-clean dependency with
4743 suggestion from Crispin Flowerday (bug #157634)
4744 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4745 were specified with debugDumpNode (bug #160621)
4746
4747Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4748
4749 * valid.c: fixed ID deallocation problem based on patch from
4750 Steve Shepard fixes bug #160893
4751 * xmlmemory.c: improving comment.
4752 * testapi.c: new test for xmlDictExists() is generated.
4753
4754Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4755
4756 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4757 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4758 warnings on function pointer <-> object pointer (a hack).
4759
4760Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4761
4762 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4763
4764Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4765
4766 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4767 a dead loop on bad data (bug 159550)
4768
4769Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4770
4771 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4772 of elements for which a declaration existed were still processed
4773 by the wildcard mechanism (reported by philippe ventrillon to the
4774 mailing list).
4775 Changed the import and include machanism to share dictionaries.
4776
4777Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4778
4779 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4780 go through the catalog resolution.
4781 * gentest.py testapi.c: fix a side effect wrning of the change
4782
4783Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4784
4785 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4786 dictionnary interface.
4787 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4788 from Rob Richards
4789
4790Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4791
4792 * xmlschemas.c: tiny enhancement for content model error reports
4793 (#157190, #143948). Removed abbreviations: CT, ST and WC
4794 (#157190, reported by Frans Englich).
4795 Initial: no report of local components.
4796 * result/schemas/all* result/schemas/any3_0_0.err
4797 result/schemas/choice*
4798 result/schemas/cos-st-restricts-1-2-err_0_0.err
4799 result/schemas/derivation-ok-extension-err_0_0.err
4800 result/schemas/derivation-ok-extension_0_0.err
4801 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4802 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4803 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4804 result/schemas/facet-unionST-err1_0_0.err
4805 result/schemas/hexbinary_0_1.err
4806 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4807 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4808 Adapted output.
4809
4810Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4811
4812 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4813 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4814 checked prior to facets of derived types - which caused a seg
4815 fault otherwise (bug #158216, reported by Frans Englich).
4816
4817Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4818
4819 * gentest.py, testapi.c: further enhancement, now all
4820 compilation warnings have been fixed.
4821 * xmlschemastypes.c: added NULL check for one function
4822
4823Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4824
4825 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4826 on a couple of lines)
4827 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4828
4829Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4830
4831 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4832
4833Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4834
4835 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4836 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4837 normalization for 'normalizedString'.
4838 Added xmlSchemaWhiteSpaceReplace to the API.
4839
4840Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4841
4842 * Makefile.am: forgot a $(srcdir)
4843 * encoding.c: stupid error wrong name #157976
4844
4845Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4846
4847 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4848
4849Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4850
4851 * python/generator.py python/libxml.c python/libxml2class.txt
4852 python/libxml_wrap.h python/types.c: Applied patch from Brent
4853 Hendricks adding support for late DTD validation.
4854 * python/tests/Makefile.am python/tests/dtdvalid.py
4855 python/tests/test.dtd: integrated the provided regression test
4856
4857Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4858
4859 * configure.in: detect when struct sockaddr_storage
4860 has the __ss_family member instead of ss_family and
4861 behave accordingly. We now can use ipv6 on aix.
4862
4863Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4864
4865 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4866 added -q option, and more conditional features fixes
4867 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4868 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4869 include/libxml/debugXML.h: various compilation and conditional
4870 cleanups.
4871 * doc/*: regenerated
4872
4873Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4874
4875 * gentest.py testapi.c: better handling of conditional features
4876 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4877 on parser contexts closed leaks, error messages
4878
4879Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4880
4881 * xpath.c: fixed problem concerning XPath context corruption
4882 during function argument evaluation (bug 157652)
4883
4884Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4885
4886 * testapi.c: more types.
4887 * parserInternals.c xpath.c: more fixes
4888
4889Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4890
4891 * gentest.py testapi.c: better parser options coverage
4892 * SAX2.c xpath.c: more cleanups.
4893
4894Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4895
4896 * testapi.c: trying to fix some optional support brokenness
4897
4898Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4899
4900 * gentest.py testapi.c: more coverage
4901 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4902
4903Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4904
4905 * gentest.py testapi.c: more coverage
4906 * SAX2.c parser.c parserInternals.c: more fixes
4907
4908Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4909
4910 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4911
4912Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4913
4914 * gentest.py testapi.c: more types, more coverage
4915 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4916 xmlschemastypes.c: more problems fixed
4917
4918Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4919
4920 * gentest.py: fixed test file corruption problem
4921
4922Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4923
4924 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4925
4926Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4927
4928 * testapi.c: augmented the number of types
4929
4930Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4931
4932 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4933 bug fixes and documentation updates.
4934
4935Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4936
4937 * gentest.py testapi.c: augmented type autogeneration for enums
4938 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4939
4940Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4941
4942 * encoding.c: fixed a regression in iconv support.
4943
4944Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4945
4946 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4947 for unknown pointer types
4948 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4949 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4950 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4951 xpointer.c: This uncovered an impressive amount of entry points
4952 not checking for NULL pointers when they ought to, closing all
4953 the open gaps.
4954
4955Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4956
4957 * catalog.c: fixed problem with NULL entry (bug 157407)
4958 * xpath.c: fixed a couple of warnings (no change to logic)
4959
4960Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4961
4962 * gentest.py testapi.c: more coverage
4963 * xmlunicode.c: one fix
4964
4965Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4966
4967 * entities.c: fixed a compilation problem on a recent change
4968
4969Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4970
4971 * gentest.py testapi.c: more coverage
4972 * nanoftp.c tree.c: more fixes
4973
4974Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4975
4976 * gentest.py testapi.c: fixed the way the generator works,
4977 extended the testing, especially with more real trees and nodes.
4978 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4979 of real problems found and fixed.
4980 * entities.c: fix error reporting to go through the new handlers
4981
4982Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4983
4984 * parser.c: dohh ... stupid change killing xmlParseDoc()
4985
4986Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4987
4988 * gentest.py testapi.c: changing the way the .c is generated,
4989 extending the tests coverage
4990 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4991 function signatures, regenerating stuff
4992 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4993
4994Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4995
4996 * gentest.py testapi.c: extending the tests coverage
4997
4998Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4999
5000 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5001
5002Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5003
5004 * gentest.py testapi.c: extending the tests coverage
5005 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5006
5007Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5008
5009 * gentest.py testapi.c: more fixes and extending the tests coverage
5010 * nanoftp.c xmlIO.c: more fixes and hardening
5011
5012Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5013
5014 * gentest.py testapi.c: more fixes and extending the tests coverage
5015 * valid.c: bunch of cleanups and 2 leaks removed
5016
5017Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5018
5019 * gentest.py testapi.c: more fixes and extending the tests coverage
5020 * list.c tree.c: more fixes and hardening
5021
5022Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5023
5024 * gentest.py testapi.c: more fixes and extending the tests coverage
5025 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5026 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5027 cleanups and bug fixes raised by the regression tests
5028
5029Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5030
5031 * gentest.py testapi.c: more fixes and extending the tests coverage
5032 * xmlwriter.c list.c: more hardeing of APIs
5033 * doc/apibuild.py: skip testapi.c when scanning the C files.
5034
5035Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5036
5037 * gentest.py testapi.c: more testing and coverage
5038 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5039 * doc/*: rebuilt
5040
5041Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5042
5043 * gentest.py testapi.c: more developments on the API testing
5044 * HTMLparser.c tree.c: more cleanups
5045 * doc/*: rebuilt
5046
5047Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5048
5049 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5050 * Makefile.am gentest.py testapi.c: work on generator of an
5051 automatic API regression test tool.
5052 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5053 xmlstring.c: various API hardeing changes as a result of running
5054 teh first set of automatic API regression tests.
5055 * test/slashdot16.xml: apparently missing from CVS, commited it
5056
5057Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5058
5059 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5060 on #fedora-devel
5061
5062Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5063
5064 * parser.c: fixed a bug reported by Petr Pajas on the list and
5065 affecting XML::Libxml
5066
5067Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5068
5069 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5070 sure the conversion functions return the number of byte written.
5071 Had to fix one of the examples.
5072
5073Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5074
5075 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5076
5077Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5078
5079 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5080 Brent Hendricks in the mailing-list
5081 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5082 parserInternals.c: fix #156626 and more generally how to find out
5083 if a validation contect is part of a parsing context or not. This
5084 can probably be improved to make 100% sure that vctxt->userData
5085 is the parser context too. It's a bit hairy because we can't
5086 change the xmlValidCtxt structure without breaking the ABI since
5087 this change xmlParserCtxt information indexes.
5088
5089Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5090
5091 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5092 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5093
5094Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5095
5096 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5097 (bug 156527)
5098
5099Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5100
5101 * nanoftp.c nanohttp.c: second part of the security fix for
5102 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5103
5104Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5105
5106 * nanoftp.c: applied fixes for a couple of potential security problems
5107 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5108
5109Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5110
5111 * debugXML.c include/libxml/xmlerror.h: added checking for names
5112 values and dictionnaries generates a tons of errors
5113 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5114 include/libxml/tree.h: fixing the errors in the regression tests
5115
5116Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5117
5118 * parser.c: modified the handling of _private for entity
5119 expansion (bug 155816)
5120
5121Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5122
5123 * parser.c: fixed the leak reported by Volker Roth on the list
5124 * test/ent10 result//ent10*: added a specific test for the problem
5125
5126Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5127
5128 * valid.c: unlinked the internal subset within xmlValidateDtd
5129 (bug 141827)
5130 * configure.in: added -Wall to developer's flags
5131 * doc/examples/reader4.res: added to CVS
5132
5133Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5134
5135 * HTMLparser.c: added support for HTML PIs #156087
5136 * test/HTML/python.html result/HTML/python.html*: added specific tests
5137
5138Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5139
5140 * threads.c: fixed nasty bug #156087
5141
5142Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5143
5144 * python/libxml.c: fixed a problem occuring only in x86_64 when
5145 very large error messages are raised to the Python handlers.
5146
5147Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5148
5149 * xmlschemas.c: fixed a memory bug
5150 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5151 and regenerated the directory
5152
5153Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5154
5155 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5156 Graham Bennett adding 4 convenience functions to the reader API.
5157
5158Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5159
5160 * debugXML.c: excluded a few nodes (with no content) from the
5161 string check routine.
5162
5163Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5164
5165 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5166 raise a problem, need debug
5167
5168Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5169
5170 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5171 #155240 building outside the source tree. but make tests fails.
5172
5173Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5174
5175 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5176
5177Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5178
5179 * debugXML.c: some framework preparation to add namespace checkings
5180
5181Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5182
5183 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5184 adding the tree debug mode
5185 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5186 by the debug mode.
5187 * SAX2.c: another tree fix from Rob Richards
5188
5189Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5190
5191 * catalog.c: small change to last fix, to get xml:base right
5192
5193Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5194
5195 * catalog.c: added code to handle <group>, including dumping
5196 to output (bug 151924).
5197 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5198 cleanup (no change to logic)
5199
5200Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5201
5202 * configure.in debugXML.c include/libxml/xmlversion.h.in
5203 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5204 module and prepare for a new checking mode
5205
5206Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5207
5208 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5209
5210Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5211
5212 * python/generator.py python/libxml.c python/tests/outbuf.py:
5213 applied patch from Malcolm Tredinnick fixing bug #154294
5214 related to saving to python file objects.
5215
5216Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5217
5218 * tree.c: changed xmlHasNsProp to properly handle a request for
5219 the default namespace (bug 153557)
5220
5221Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5222
5223 * parser.c: fixed problem with dictionary handling within
5224 xmlParseInNodeContext (bug 153175)
5225
5226Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5227
5228 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5229 check-xinclude-test-suite.py, check-xml-test-suite.py,
5230 check-xsddata-test-suite.py, doc/examples/index.py: changed
5231 changed sys.path setting from 'append' to 'insert' (patch
5232 supplied by Malcolm Tredinnick) (bug 153716)
5233
5234Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5235
5236 * include/libxml/parserInternals.h: added two new macros
5237 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5238 parsing and xpath for testing data not necessarily
5239 unicode.
5240 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5241 IS_DIGIT_CH macros to ascii versions (bug 153936).
5242
5243Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5244
5245 * error.c: added some coding to attempt to display which file
5246 contains an error when using XInclude (bug 152623)
5247
5248Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5249
5250 * configure.in: stupid cut'n paste bug in xmllint detection
5251
5252Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5253
5254 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5255
5256Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5257
5258 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5259 include/libxml/schemasInternals.h: Parsing of <complexContent>
5260 - handle attribute 'mixed', catch illegal attributes.
5261 Parsing of <complexType> - handle attributes 'abstract',
5262 'final' and 'block', catch illegal attributes.
5263 Validation of complex types - handle abstract types.
5264 Added handling of default/fixed attributes and element values.
5265 Per validation option attribute nodes/text nodes are created
5266 on the instance.
5267 Added the corresponding constraints for fixed/default.
5268 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5269 to the external API.
5270 Extended element declaration constraints.
5271 Got rid of perseverative creation of temporery validation/parser
5272 contexts.
5273 Added handling of xsi:schemaLocation and
5274 xsi:noNamespaceSchemaLocation.
5275 Fixed xsi:type component resolution if using non-prefixed
5276 QNames.
5277 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5278 Enabled namespace awareness of the content model if using the
5279 model group "all".
5280 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5281 which broke the test.
5282 * xstc/xstc.py: Workaround to accomodate case insensitive
5283 test definitions in ms-test.def.xml (was missing in a previous
5284 commit).
5285
5286Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5287
5288 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5289 adding option not to load dtd from the drv_libxml2.py module
5290 #134633
5291
5292Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5293
5294 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5295 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5296 warning generated by the Nonstop Kernel Open System Services
5297 compiler #151710
5298
5299Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5300
5301 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5302 python exception hierarchy #139824
5303
5304Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5305
5306 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5307 E20 concerning NMTOKENS and co. validation #153722
5308 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5309 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5310
5311Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5312
5313 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5314 #153713
5315 * xpath.c: fixed a realloc potential problem
5316
5317Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5318
5319 * Makefile.am: fixed make valgrind xstc
5320
5321Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5322
5323 * xmlschemastypes.c: fixing an out of bound adressing issue
5324
5325Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5326
5327 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5328 code cleanups.
5329
5330Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5331
5332 * parser.c: fixed a bunch of errors when realloc failed.
5333
5334Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5335
5336 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5337 by Purify on Windows.
5338
5339Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5340
5341 * xmllint.c: added --timing --copy timing for the copy
5342 * vms/build_libxml.com: applied patch from Craig Berry
5343 to build with recent releases
5344
5345Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5346
5347 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5348 xmlNanoHTTPContentLength to the external API (bug151968).
5349 * parser.c: fixed unnecessary internal error message (bug152060);
5350 also changed call to strncmp over to xmlStrncmp.
5351 * encoding.c: fixed compilation warning (bug152307).
5352 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5353 a couple of compilation warnings.
5354 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5355 warnings; no change to logic.
5356
5357Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5358
5359 * parser.c: removed some extern before function code reported by
5360 Kjartan Maraas on IRC
5361 * legacy.c: fixed compiling when configuring out the HTML parser
5362 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5363 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5364 of the HTML parser data structures, current data generate a huge
5365 amount of ELF relocations at loading time.
5366
5367Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5368
5369 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5370 in the change log and cleanup of space/tabs issues.
5371
5372Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5373
5374 * xmlschemas.c include/libxml/schemasInternals.h
5375 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5376 Simpified attribute wildcard creation and assignment to get rid
5377 of memory leaks.
5378 Restructured the validation process.
5379 Restructured and expanded parsing of <attributeGroup>.
5380 Added initial handing of xsi:type.
5381 Advanced handling of xsi:nil (should work now for simple types).
5382 Added construction of schemata using xsi:schemaLocation and
5383 xsi:noNamespaceSchemaLocation; this is not enabled, since
5384 no corresponding API exists yet.
5385 Moved the content model to complex type components.
5386 Resolution of types for attributes will look for simple types
5387 only (incl. all the built-in simple types).
5388 Extended parsing of 'anyAttribute'.
5389 Fixed content-type type for complex types if derived from
5390 'anyType' using the short-hand form (see bug # 152470,
5391 submitted by Thilo Jeremias).
5392 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5393 * xstc/xstc.py: Workaround to accomodate case insensitive
5394 test definitions in ms-test.def.xml.
5395 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5396 result/schemas/ns0_1_2.err: Adapted.
5397
5398Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5399
5400 * xmlwriter.c: changed char array initialisation to avoid a
5401 complaint from some compiler(s) (bug 152308)
5402
5403Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5404
5405 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5406 routine suggested by Mark Itzcovitz
5407
5408Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5409
5410 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5411 which is that notation not in the internal subset should
5412 not be saved, and the second more nasty on an error saving
5413 NOTATIONs, if there is a proof that nobody uses notations !
5414
5415Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5416
5417 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5418 xmlSchemaValidateOneElement to the XML Schema validation API,
5419 as proposed by Jeffrey Fink - see bug # 152073.
5420
5421Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5422
5423 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5424 checking for xmllint and xsltproc in configure.in, fixed
5425 make dist w.r.t. the new xstc subdir.
5426 * doc/*: rebuilt
5427
5428Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5429
5430 * xstc/xstc.py: Changed to finally validate instance documents.
5431
5432Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5433
5434 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5435 heavy ... weight 250MB of VM !
5436
5437Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5438
5439 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5440 more cleanup in integrating the xstc testsuite
5441
5442Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5443
5444 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5445 starting to integrate the xstc suite in the normal regression
5446 tests
5447
5448Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5449
5450 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5451 set correctly.
5452
5453Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5454
5455 * check-xinclude-test-suite.py: when output and expected do not match
5456 exactly run diff to put the differences in the log c.f. #148691
5457
5458Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5459
5460 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5461 xstc/sun-test-def.xml: Initial release of generation files to
5462 create python test scripts, which will run the W3C XML Schema Test
5463 Collection. The ms-test-def.xml and sun-test-def.xml files
5464 were extracted from the online HTML XSTC results [1], since they did
5465 not exist for the SUN tests, and only partially did exist for the
5466 MS tests. The NIST definition file was created by concatenation
5467 of the existing definition files for each single datatype.
5468 The stylesheet "xstc-to-python.xslt" should be run against the
5469 definition files to produce the python scripts.
5470 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5471 results-master.html"
5472
5473Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5474
5475 * xmlschemas.c include/libxml/schemasInternals.h
5476 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5477 a format argument was missing.
5478 Fixed wrong assignment of the owner of a wildcard in
5479 xmlSchemaBuildAttributeValidation (in the shorthandform of
5480 <complexType>; this caused a seg fault, due to a double-free
5481 of the wildcard.
5482 Added a check for circular attribute group references.
5483 Added a check for circular model group definition references.
5484 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5485
5486Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5487
5488 * xmlstring.c: modified comments on xmlGetUTF8Char in
5489 response to bug 151760 (no change to logic)
5490
5491Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5492
5493 * xmlstring.c: fixed error reported on the list caused by
5494 my last change
5495
5496Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5497
5498 * NEWS configure.in doc/*: release of libxml2-2.6.13
5499
5500Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5501
5502 * xmlIO.c: fixing #151456, an encoding error could generate
5503 a serialization loop.
5504
5505Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5506
5507 * Makefile.am: also produce a tar ball with just the sources
5508 * xmllint.c: added --path option and --load-trace options to
5509 xmllint, RFE #147740 based on xsltproc versions
5510 * doc/xmllint.* doc/*: updated the man page and rebuilt
5511
5512Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5513
5514 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5515 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5516 update the test.
5517 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5518 in previous commit.
5519 * Makefile.am: added a message in the regression tests
5520
5521Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5522
5523 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5524 with default namespace when a named prefix with the same href
5525 was present (reported on the mailing list by Karl Eichwalder.
5526 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5527 Julius Mittenzwei.
5528 * dict.c: added a typecast to try to avoid problem reported by
5529 Pascal Rodes.
5530
5531Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5532
5533 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5534 not create a computed value on a facet and thus crashed during
5535 validation of instances.
5536 Expanded validity checks for min/maxOccurs attributes.
5537 Expanded validity checks for the value of the attribute "form".
5538
5539Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5540
5541 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5542 mailing list by Julius Mittenzwei
5543
5544Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5545
5546 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5547 Red Hat bug #124942
5548
5549Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5550
5551 * parser.c: remove a warning on Solaris
5552 * xmlschemastype.c: fix a crashing bug #151111
5553
5554Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5555
5556 * test/schemas/import-bad-1_0.imp: Added missing test file.
5557 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5558 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5559 - see #150840.
5560 Changed the import of schemas to allow failure of location
5561 of a resource to be imported.
5562 * result/schemas/all_* result/schemas/any3_0_0.err
5563 result/schemas/choice_* result/schemas/import1_0_0.err
5564 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5565 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5566 result/schemas/ns0_1_2.err: Adapted regression test results.
5567
5568Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5569
5570 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5571 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5572
5573Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5574
5575 * parser.c: fixed path problem in DTD loading reported by
5576 Sameer Abhinkar
5577
5578Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5579
5580 * win32/configure.js: added support for version extra
5581 * win32/Makefile.*: upgraded to zlib 1.2.1
5582
5583Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5584
5585 * configure.in: removing -O -g from default gcc flags #150828
5586
5587Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5588
5589 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5590 and rebuilt the docs.
5591
5592Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5593
5594 * python/libxml.c: fix a problem on last commit
5595
5596Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5597
5598 * xmllint.c xpath.c include/libxml/xpath.h
5599 include/libxml/xpathInternals.h python/libxml.c
5600 python/libxml_wrap.h: trying to remove some warning when compiling
5601 on Fedora Core 3 and 64bits
5602
5603Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5604
5605 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5606 <sequence>, <choice>, <include>, <import>.
5607 Fixed schema defaults (elementFormDefault, etc.) for included
5608 schemas.
5609 Fixed a bug which reported attributes as invalid on
5610 elements declarations with the built-in type 'anyType'.
5611 Added "lax" validation of the content of elements of type
5612 'anyType'.
5613 Fixed: element declarations with the same name were treated
5614 as duplicate if located in the subtree of <choice> -> <sequence>.
5615 (This was bug 150623, submitted by Roland Lezuo)
5616 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5617 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5618 Kapitanker)
5619 * xmlschemastypes.c: Changed the type of anyType to
5620 XML_SCHEMAS_ANYTYPE.
5621 * include/libxml/xmlerror.h: Added schema parser errors.
5622 * result/schemas/bug145246_0_0*
5623 result/schemas/extension1_0_2.err: Changed test results.
5624 * result/schemas/ct-sc-nobase_0_0*
5625 result/schemas/facet-whiteSpace_0_0*
5626 result/schemas/import1_0_0* result/schemas/import2_0_0*
5627 result/schemas/include2_0_0* result/schemas/include3_0_0*
5628 result/schemas/restriction-attr1_0_0*
5629 result/schemas/seq-dubl-elem1_0_0*
5630 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5631 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5632 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5633 test/schemas/import2_0* test/schemas/include2_0*
5634 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5635 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5636 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5637 files.
5638
5639Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5640
5641 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5642 CVS dist
5643
5644Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5645
5646 * doc/xmllint.xml, xmllint.1, xmllint.html:
5647 Edit and rebuild the man pages with Daniel's C14 update
5648
5649Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5650
5651 * parser.c: fixed missing line numbers on entity as reported
5652 on the list by Steve Cheng
5653
5654Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5655
5656 * configure.in globals.c include/libxml/xmlversion.h.in
5657 include/libxml/xmlwin32version.h.in: added some code to
5658 include the CVS ChangeLog version in the xmlParserVersion
5659 string (printed by xmllint with --version)
5660
5661Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5662
5663 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5664 python/libxml.c python/libxml_wrap.h python/types.c
5665 python/tests/schema.py python/tests/Makefile.am: Applied patch
5666 from Torkel Lyng to add Schemas support to the Python bindings
5667 and extend the schemas error API, registered a new test.
5668 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5669
5670Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5671
5672 * debugXML.c: added help for new set shell command
5673 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5674 added parser option to not generate XInclude start/end nodes,
5675 added a specific option to xmllint to test it fixes #130769
5676 * Makefile.am: regression test the new feature
5677 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5678
5679Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5680
5681 * xmlIO.c: small typo pointed out by Mike Hommey
5682 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5683 the --c14n description, c.f. #144675 .
5684 * nanohttp.c nanoftp.c: applied a first simple patch from
5685 Mike Hommey for $no_proxy, c.f. #133470
5686 * parserInternals.c include/libxml/parserInternals.h
5687 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5688 in includes #137414
5689 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5690 first version of the inplementation of parsing within
5691 the context of a node in the tree #142359, new function
5692 xmlParseInNodeContext(), added support at the xmllint --shell
5693 level as the "set" function
5694 * test/scripts/set* result/scripts/* Makefile.am: extended
5695 the script based regression tests to instrument the new function.
5696
5697Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5698
5699 * doc/xmllint.xml, xmllint.html, xmllint.1:
5700 add c14n to man page (man, it's hard to keep up with
5701 Daniel!)
5702
5703Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5704
5705 * doc/xmllint.xml, xmllint.html, xmllint.1:
5706 add pattern, walker, maxmem, output and xmlout to man page
5707 fixes #144675
5708
5709Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5710
5711 * xmllint.c: added a --c14n option to canonicalize the output
5712 should close the RFE #143226
5713
5714Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5715
5716 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5717 * xmlcatalog.c: applied patch from Albert Chin to add a
5718 --no-super-update option to xmlcatalog see #145461
5719 and another patch also from Albert Chin to not crash
5720 on -sgml --del without args see #145462
5721 * Makefile.am: applied another patch from Albert Chin to
5722 fix a problem with diff on Solaris #145511
5723 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5724 in bug #148115
5725 * python/libxml.py: apply fix from Marc-Antoine Parent about
5726 the errors in libxml(2).py on the node wrapper #135547
5727
5728Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5729
5730 * Makefile.am: added a dumb rule to able to compile tst.c
5731 when people submit a sample test program
5732 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5733 to document xmlSchemasSetValidErrors() limitations, #141827
5734 * error.c: Add information in generic and structured error
5735 setter functions that this need to be done per thread #144308
5736 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5737 bug #144162
5738 * doc/xmllint.xml: typo fix #144840
5739
5740Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5741
5742 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5743 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5744 include/libxml/xmlschemastypes.h: applied Schemas patches
5745 from Kasimier Buchcik
5746 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5747 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5748 lot of new tests for things fixed by the patch
5749
5750Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5751
5752 * valid.c: fixed my mis-handling of External ID on last
5753 change.
5754
5755Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5756
5757 * valid.c: changed the parsing of a document's DTD to use
5758 the proper base path (bug 144366)
5759
5760Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5761
5762 * Makefile.am config.h.in configure.in python/Makefile.am:
5763 applied a patch from Gerrit P. Haase to get python bindings
5764 on Cygwin
5765
5766Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5767
5768 * include/libxml/valid.h: elaborated on description of
5769 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5770 144760)
5771 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5772 minor fixes to comments for doc rebuilding errors.
5773 * doc/*.html: rebuilt the docs
5774
5775Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5776
5777 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5778 fixes documentation glitches raised by Oliver Stoeneberg
5779
5780Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5781
5782 * tree.c: fixed problem with memory leak on text nodes in DTD
5783 (bug 148965) with patch provided by Darrell Kindred
5784
5785Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5786
5787 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5788 (bug 149041)
5789
5790Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5791
5792 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5793 info posted to the mailing list.
5794
5795Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5796
5797 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5798 xmlreader.c, include/libxml/tree.h: many further little changes
5799 for OOM problems. Now seems to be getting closer to "ok".
5800 * testOOM.c: added code to intercept more errors, found more
5801 problems with library. Changed method of flagging / counting
5802 errors intercepted.
5803
5804Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5805
5806 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5807 and another one from Rob Richards fixing #148448
5808
5809Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5810
5811 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5812 setting doc->charset.
5813
5814Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5815
5816 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5817 fixes for out of memory condition, mostly from Olivier
5818 Andrieu.
5819 * testOOM.c: some further improvement by Olivier, with
5820 a further small enhancement for easier debugging.
5821
5822Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5823
5824 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5825 implemented patches supplied by Olivier Andrieu
5826 (bug 148588), plus made some further enhancements, to
5827 correct some problems with out of memory conditions.
5828 * testOOM.c: improved with patches from Olivier Andrieu
5829
5830Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5831
5832 * tree.c: put in patch for Windows buffer re-allocation
5833 submitted by Steve Hay (bug 146697)
5834
5835Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5836
5837 * xinclude.c: added some code to check, when an include is
5838 done, whether the requested URL gets mapped to some other
5839 location (e.g. with a catalog entry) and, if so, take care
5840 of the xml:base properly (bug 146988)
5841
5842Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5843
5844 * error.c: fixed to assure user data param is set correctly
5845 when user structured error handler is called (bug 144823)
5846
5847Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5848
5849 * xmlreader.c: fixed problem with reader state after
5850 processing attributes (bug 147993)
5851
5852Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5853
5854 * configure.in, Makefile.am: put in an auto* check for the
5855 path to perl (if it exists), and modified make Timingtests
5856 to use that path instead of just executing the dbgenattr.pl
5857 script (bug 148056)
5858
5859Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5860
5861 * python/generator.py: added a check on the argument for some
5862 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5863 reported on the list). Further enhancement should be done
5864 to auto-create the appropriate object.
5865 * python/libxml.c: minor fix for a warning message; added a
5866 routine, currently not used, to report the description of a
5867 PyCObject.
5868 * python/libxml2class.txt: regenerated
5869
5870Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5871
5872 * catalog.c test/catalogs/white* result/catalogs/white*:
5873 applied patches from Peter Breitenlohner to fix handling
5874 of white space normalization in public ids and add tests
5875
5876Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5877
5878 * xmlmemory.c: applied a small fix from Steve Hay
5879
5880Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5881
5882 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5883 the xpath context document pointer (part of fix to libxslt
5884 bug 147445)
5885
5886Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5887
5888 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5889 of tabs and spaces (bug 147424)
5890
5891Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5892
5893 * python/drv_libxml.py: added an encoding "special comment" to avoid
5894 warning message in python2.3 (bug 146889)
5895 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5896 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5897 * xpath.c: enhanced to take advantage of current libxslt handling
5898 of tmpRVT. Fixes bug 145547.
5899
5900Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5901
5902 * libxml.h uri.c: fixed a couple of problems in the new
5903 elfgcchack.h trick pointed by Peter Breitenlohner
5904
5905Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5906
5907 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5908 which prevented building with --with-minimum
5909
5910Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5911
5912 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5913 docs
5914
5915Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5916
5917 * parser.c: make the push interfaces synchronous
5918 * python/tests/sync.py: added a specific test
5919 * python/tests/Makefile.am doc/examples/Makefile.am
5920 doc/examples/index.py: added the new test, cleaning up
5921 "make tests" output
5922
5923Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5924
5925 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5926 datatype facet problem with recent changes.
5927
5928Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5929
5930 * python/libxml.c: Changed the number of XPath extension functions
5931 allowed to be variable-length (patch supplied by Marc-Antoine
5932 Parent, bug 143805). Added code to "unregister" the functions
5933 when the parser cleanup takes place.
5934
5935Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5936
5937 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5938 some updates with memory debugging facilities while messing
5939 with libxslt python bindings
5940
5941Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5942
5943 * python/libxml.c python/generator.py python/libxml.py
5944 python/libxml2-python-api.xml python/libxml2class.txt:
5945 applied patch from Stéphane Bidoul to fix some Python bindings
5946 initialization, then had to change the parserCleanup()
5947 to handle memory released there.
5948 * xmlmemory.c: added more debugging comments.
5949
5950Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5951
5952 * xmlreader.c: seems the reader buffer could be used while not
5953 allocated, fixes bug #145218
5954
5955Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5956
5957 * python/generator.py: do not provide functions used as destructor
5958 of classes as public methods to avoid double-free problem like
5959 in bug #145185
5960
5961Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5962
5963 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5964 Now compiles warning-free, all tests passed.
5965 * SAX2.c: small change to comments for documentation.
5966 No change to logic.
5967
5968Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5969
5970 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5971
5972Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5973
5974 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5975 allocation problem
5976
5977Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5978
5979 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5980 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5981 applied Schemas patches from Kasimier Buchcik, there is still
5982 one open issue about referencing freed memory.
5983 * test/schemas/* result/schemas/*: updated with new tests from
5984 Kasimier
5985
5986Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5987
5988 * include/libxml/globals.h include/libxml/xmlIO.h
5989 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5990 to globals.h to avoid some troubles pointed out by Rob Richards
5991
5992Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5993
5994 * libxml.m4: applied changes suggested by Mike Hommey, remove
5995 libxml1 support and use CPPFLAGS instead of CFLAGS
5996
5997Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5998
5999 * libxml.spec.in: another, more 'experimental' feature to
6000 get compiler optimization based on gcc runtime profiling
6001
6002Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6003
6004 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6005 Ven suggestion to reduce ELF footprint and generated code. Based on
6006 aliasing of libraries function to generate direct call instead of
6007 indirect ones
6008 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6009 generation of elfgcchack.h based on the API description, extended
6010 the API description to show the conditionals configuration flags
6011 required for symbols.
6012 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6013 * doc/*: regenerated the docs.
6014
6015Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6016
6017 * regressions.py, regressions.xml: new files for running
6018 regression tests under Python. Not yet complete, but
6019 should provide good testing under both Linux and Windows.
6020 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6021 for --push testing to include the 'rb' param when compiled
6022 under Windows.
6023
6024Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6025
6026 * uri.c: fixed a problem when base path was "./xxx"
6027 * result/XInclude/*: 5 test results changed by above.
6028 * Makefile.am: fixed a couple of spots where a new
6029 result file used different flags that the testing one.
6030
6031Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6032
6033 * valid.c: suppressed warnings from within xmlValidGetValidElements
6034 (bug 144644)
6035 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6036 (bug 144245)
6037
6038Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6039
6040 * valid.c: implemented bugfix from Massimo Morara for DTD
6041 dumping problem.
6042 * test/valid/t10.xml, result/valid/t10.*: added regression
6043 for above
6044 * configure.in: small change for my profile settings
6045
6046Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6047
6048 * doc/xmlcatalog_man.xml, xmlcatalog.1
6049 Docs patch from Ville Skytta, bugzilla #144841
6050
6051Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6052
6053 * doc/xmllint.xml, xmllint.html, xmllint.1
6054 update man page to reflect William's newly disciplined return
6055 code mojo
6056
6057Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6058
6059 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6060 compilation errors when configured with --with-minimum
6061
6062Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6063
6064 * debugXML.c: applied patch from Stefano Debenedetti to register
6065 namespaces in the debug shell
6066
6067Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6068
6069 * xmlreader.c: fix from Steve Ball and update of the comment.
6070 * Makefile.am result/errors/*.str: William pointed out that
6071 the streaming error checking part wasn't streaming, fixing
6072
6073Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6074
6075 * catalog.c: patch from Igor for the default catalog path on Windows
6076
6077Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6078
6079 * configure.in: apparently wasn't updated last time
6080
6081Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6082
6083 * configure.in, xmlmemory.c, globals.c: fixed problem when
6084 configuring using --with-thread-alloc
6085
6086Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6087
6088 * win32/configure.js win32/Makefile.* minor changes for the new
6089 layout of the Windows binary package
6090
6091Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6092
6093 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6094 from Kasimier Buchcik for Schema Component Constraints
6095 * test/schemas/* result/schemas/*: added the regression tests
6096
6097Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6098
6099 * xmllint.c: fixed missing error return code for schema
6100 validation (bug 143880), also changed over to an enum for
6101 defining the error return codes for all conditions.
6102
6103Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6104
6105 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6106 problem when substituing entities using the Reader, the entities
6107 content might be freed and if rereferenced would crash
6108 * Makefile.am test/* result/*: added a new test case and a new
6109 test operation for the reader with substitution of entities.
6110
6111Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6112
6113 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6114 applied patch from Rob Richards for the per thread I/O mappings
6115
6116Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6117
6118 * xinclude.c: some further enhancement to take care of
6119 xml:base for XPointer elements (bug 143886). Also fixed
6120 a problem when xml:base was already specified on an
6121 XInclude'd element.
6122
6123Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6124
6125 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6126 (bug 143738).
6127
6128Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6129
6130 * uri.c, include/libxml/uri.h: added a new routine
6131 xmlBuildRelativeURI needed for enhancement of xinclude.c
6132 * xinclude.c: changed handling of xml:base (bug 135864)
6133 * result/XInclude/*: results of 5 tests changed as a result
6134 of the above change
6135
6136Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6137
6138 * test/schemas/* result/schemas/*: added a bunch of tests from
6139 Kasimier Buchcik posted on May 11
6140
6141Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6142
6143 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6144 of wildcards attribute handling
6145 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6146 regression tests
6147
6148Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6149
6150 * parser.c: fixed a bug where invalid charrefs may not be detected
6151 sometimes as pointed by Morus Walter.
6152 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6153 test in the regression suite.
6154
6155Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6156
6157 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6158 also corrected typo on error code enum.
6159 * include/libxml/xmlerror.h: corrected typo on schema error
6160 code enum
6161
6162Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6163
6164 * xmlschemas.c: minor cosmetic changes, no change to logic.
6165 * result/schemas/attruse_0_[12].err: regenerated
6166 * globals.c: added a newline at end to make gcc happy
6167
6168Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6169
6170 * xmlschemas.c include/libxml/schemasInternals.h
6171 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6172 implementing attribute uses and wildcards.
6173 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6174
6175Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6176
6177 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6178 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6179 #143366
6180
6181Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6182
6183 * xpath.c: fixed problem with predicate evaluation on an
6184 empty nodeset (bug 143409)
6185
6186Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6187
6188 * testSAX.c: fixed problem with attribute listing (bug 142674)
6189 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6190 gets called (bug 142686)
6191
6192Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6193
6194 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6195 Charles Bozeman fixing a side effect in date handling
6196
6197Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6198
6199 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6200 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6201
62022004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6203
6204 * c14n.c: fixed c14n bug with serializing attribute namespaces
6205
6206Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6207
6208 * xpath.c: fixed to allow '+' in exponent of number
6209 (bug 143005)
6210 * SAX2.c: fixed typo in last commit
6211
6212Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6213
6214 * SAX2.c: skipped call to xmlValidateNCName when compiling
6215 --with-minimum (bug 142917)
6216
6217Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6218
6219 * catalog.c: reverted the broken change.
6220
6221Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6222
6223 * NEWS doc/*: updated the docs for 2.6.10
6224
6225Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6226
6227 * configure.in : releasing 2.6.10
6228
6229Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6230
6231 * tree.c: avoid returning default namespace when searching
6232 from an attribute
6233 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6234 back to escaping " since the normal serialization routines do not
6235 use it anymore, should close bug #134477 . Tried to make
6236 the writer avoid it too but it didn't work.
6237
6238Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6239
6240 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6241 handling and added direct links to bugzilla report for
6242 bug numbers.
6243
6244Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6245
6246 * error.c: modified to assure proper user data is sent to
6247 structured error routine (bug 142598)
6248
6249Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6250
6251 * catalog.c: a couple of large static variable which should really
6252 not be declared as such cluttered the .bss section.
6253
6254Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6255
6256 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6257 libxslt ChangeLog
6258
6259Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6260
6261 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6262 ChangeLog page generation. The awk shoudl escape characters
6263 not okay in XML and the xslt should make links to functions
6264 or variables or bug reported in the entries.
6265
6266Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6267
6268 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6269 escaping customization.
6270
6271Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6272
6273 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6274
6275Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6276
6277 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6278
6279Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6280
6281 * parser.c: enhanced the enhancement, fixed another couple of
6282 special cases.
6283
6284Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6285
6286 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6287
6288Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6289
6290 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6291 handling, start to looks better, need to be completed and added
6292 directly at the saving context level.
6293
6294Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6295
6296 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6297 the escape on save routines for better performances (less malloc)
6298 and more flexibility using the new saving context. Preliminary
6299 work, interface will change.
6300
6301Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6302
6303 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6304 element reference within the xs:all construct (bug 139897)
6305
6306Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6307
6308 * xinclude.c: a little further fixing of fallback processing, this
6309 time for fallback with children (bug 139520).
6310
6311Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6312
6313 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6314 allow ref in group definition (bug 134411). Also fixed
6315 misc compilation warning messages.
6316 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6317 regenerated (now no error reported).
6318
6319Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6320
6321 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6322 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6323 #141195 about text between comments.
6324
6325Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6326
6327 * xmlschemas.c, include/libxml/schemasInternals.h,
6328 include/libxml/xmlerror.h: Applied patches supplied by
6329 Kasimier Buchcik.
6330 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6331 changed test to account for above patch.
6332
6333Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6334
6335 * python/tests/tstLastError.py: better portability fix for f(*args),
6336 use apply(f, args) as Stephane Bidoul suggested
6337
6338Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6339
6340 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6341 is already present and, if so, to ignore the request to add it.
6342 This has a very dramatic effect on memory requirements as well
6343 as efficiency. It also fixes bug 141762.
6344
6345Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6346
6347 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6348 applied patch from Ed Davis to allow "make tests" to work
6349 with Python 1.5
6350
6351Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6352
6353 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6354 fixes bug #141266
6355 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6356 test
6357
6358Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6359
6360 * Makefile.am: fix for a pedantic make check without make all request
6361
6362Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6363
6364 * uri.c xmlIO.c: fixing some problems in URI unescaping
6365 and output buffer opening, this should fix #141864
6366
6367Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6368
6369 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6370 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6371 Matt Sergeant
6372
6373Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6374
6375 * xmlregexp.c: enhanced the handling of subexpression ranges
6376 which have a minOccurs of 0 (bug 140478 again); cleaned up
6377 comments throughout the module.
6378
6379Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6380
6381 * xmllint.c: adding a --maxmem option to check memory used.
6382
6383Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6384
6385 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6386 bug #141529 i.e. various problems when building with --without-html
6387
6388Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6389
6390 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6391 call the deregistering functions. Also added the check to
6392 xmllint --stream --chkregister .
6393
6394Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6395
6396 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6397 regression tests on Windows
6398
6399Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6400
6401 * xmlreader.c: never commit without running make tests first !
6402
6403Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6404
6405 * xmlreader.c: fix a nasty problem with reading over the end
6406 * xmlsave.c: fix a reported memory leak apparently
6407
6408Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6409
6410 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6411 on Windows.
6412 * xpath.c: the NaN problem also shows up on Borland
6413
6414Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6415
6416 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6417 occurs 0 problems - fixes bug 140478.
6418
6419Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6420
6421 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6422 from Kasimier Buchcik
6423 * xmlschemas.c: recursive xs:extension fix from taihei goi
6424
6425Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6426
6427 * tree.c: small buffer resizing improvement from Morten Welinder
6428 closes #140629
6429
6430Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6431
6432 * xpath.c: last version of the fix for MSC version 1200
6433
6434Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6437
6438Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6439
6440 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6441 inexistent functions, cleaned them out.
6442
6443Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6444
6445 * error.c: Johnson Cameron pointed out that
6446 initGenericErrorDefaultFunc() was really wrong.
6447 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6448 must be made public, added some missing comments on the XMLReader
6449 header.
6450 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6451 from attributes
6452
6453Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6454
6455 * xpath.c: fixed a stupid () error + Mark name.
6456
6457Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6458
6459 * configure.in: preparing 2.6.9 release
6460 * doc/* News: updated and rebuilt the docs
6461
6462Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6463
6464 * xpath.c: relaxed id() to not check taht the name(s) passed
6465 are actually NCName, decided this in agreement with Aleksey Sanin
6466 since existing specs like Visa3D broke that conformance checking
6467 and other tools seems to not implement it sigh...
6468 * SAX2.c: check attribute decls for xml:id and the value is an
6469 NCName.
6470 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6471
6472Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6473
6474 * xpath.c: work around Microsoft compiler NaN bug raise reported
6475 by Mark Vakoc
6476 * xmlschemas.c include/libxml/schemasInternals.h
6477 include/libxml/xmlerror.h: fixed a recusive extention schemas
6478 compilation error raised by taihei goi
6479
6480Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6481
6482 * libxml.spec.in: keep the ChangeLog compressed
6483 * xmlreader.c: fix a segfault when using Close()
6484 * python/tests/Makefile.am python/tests/reader8.py: test for
6485 the Close() reader API.
6486
6487Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6488
6489 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6490 doc/examples/io2.c: minor warning cleanup (no change to logic)
6491 * xinclude: fixed return value for internal function
6492 xmlXIncludeLoadFallback (now always 0 or -1)
6493
6494Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6495
6496 * valid.c: small enhancement to fix bug 139791
6497
6498Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6499
6500 * xmlschemas.c include/libxml/schemasInternals.h
6501 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6502 for the attribute use support
6503 * test/schemas/attruse* result/schemas/attruse*: added the
6504 tests to the regression suite.
6505
6506Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6507
6508 * xmlsave.c: move the TODO as comments as the function while not
6509 finished are usable as-is
6510 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6511 implementing union
6512 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6513 * python/Makefile.am: applied fix from Mike Hommey
6514
6515Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6516
6517 * parser.c: fixed problem with detecting external dtd
6518 encoding (bug 135229).
6519 * Makefile.am: minor change to test label
6520
6521Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6522
6523 * xinclude.c: fixed problem causing duplicate fallback
6524 execution (bug 139520)
6525 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6526 added testcase
6527
6528Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6529
6530 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6531 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6532 4 first regression tests
6533
6534Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6535
6536 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6537 should depend on the version of python used to compile it.
6538
6539Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6540
6541 * HTMLparser.c: applied patch from James Bursa, frameset should
6542 close head.
6543
6544Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6545
6546 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6547 which was causing check-relaxng-test-suite.py test 351 to fail.
6548
6549Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6550
6551 * nanohttp.c: implemented fix for M$ IIS redirect provided
6552 by Ian Hummel
6553 * relaxng.c: fixed problem with notAllowed compilation
6554 (bug 138793)
6555
6556Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6557
6558 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6559 from Mark Vakoc.
6560
65612004-04-01 Johan Dahlin <johan@gnome.org>
6562
6563 * python/.cvsignore: Add generated files, to make cvs silent.
6564
6565Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6566
6567 * xmlschemas.c: small signed-ness patch from Steve Little
6568
6569Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6570
6571 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6572 xmlschemas regexp that William pointed out while working on
6573 #134120
6574 * test/regexp/branch result/regexp/branch: added a specific
6575 regression test
6576
6577Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6578
6579 * Makefile.am: added PYTHONPATH to python tests for Schemas
6580 and RelaxNG
6581 * test/xsdtest/xsdtestsuite.xml: added testfile for
6582 SchemasPythonTests
6583
6584Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6585
6586 * doc/examples/examples.xsl doc/examples/index.html: added
6587 information about compiling on Unix
6588
6589Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6590
6591 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6592 * doc/*: rebuilt to update
6593
6594Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6595
6596 * xmlsave.c: optimize indentation based on the new context
6597
6598Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6599
6600 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6601 a very tricky problem when modifying the tree based on an XPath
6602 result query.
6603
6604Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6605
6606 * relaxng.c: fixed problem with IS_COMPILABLE flag
6607 (bug 130216)
6608
6609Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6610
6611 * parser.c: applied patch from Dave Beckett to correct line number
6612 errors when using push with CDATA
6613
6614Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6615
6616 * doc/examples/xpath1.c: added a test template
6617 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6618 added a new example, and make valgrind target
6619
6620Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6621
6622 * parser.c: apply fix for #136693
6623
6624Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6625
6626 * doc/examples/io2.c
6627 * doc/examples/io2.res
6628 add xmlDocDumpMemory example in response to mailing list FAQ
6629 (rebuilt xml and html also)
6630
6631Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6632
6633 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6634 patch from Mark Vakoc avoiding using xmlParse* option and use
6635 xmlRead* instead
6636 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6637 to avoid problems with some pathnames.
6638
6639Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6640
6641 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6642 the docs.
6643 * Makefile.am: use valgring fro the new Python based regression tests
6644
6645Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6646
6647 * relaxng.c: remove a memory leak on schemas type facets.
6648 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6649 check-xsddata-test-suite.py: reduce verbosity
6650 * configure.in Makefile.am: incorporated the Python regressions
6651 tests for Relax-NG and Schemas Datatype to "make tests"
6652
6653Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6654
6655 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6656 Alfred Mickautsch for better DTD support.
6657 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6658 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6659 reference counting is handled in the XML parser which had the
6660 side effect of removing a lot of hazardous cruft added to try
6661 to fix the problems associated as they popped up.
6662 * xmlIO.c: FILE * close fixup for stderr/stdout
6663
6664Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6665
6666 * relaxng.c: added an error message when an element is not
6667 found within a <choice> (bug 126093)
6668
6669Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6670
6671 * xmlregexp.c: enhanced the logic of parsing char groups to
6672 better handle initial or ending '-' (bug 135972)
6673
6674Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6675
6676 * relaxng.c: added check for external reference in
6677 xmlRelaxNGGetElements (bug 137718)
6678 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6679 regression test for above
6680
6681Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6682
6683 * nanohttp.c: added a close for the local file descriptor
6684 (bug 137474)
6685
6686Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6687
6688 * xmlsave.c: switched the output routines to use the new context.
6689
6690Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6691
6692 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6693 nodes (bug 137153)
6694
6695Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6696
6697 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6698
6699Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6700
6701 * parser.c: fix bug reported by Holger Rauch
6702 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6703 result/att8.sax: added the test to th regression suite
6704
6705Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6706
6707 * doc/search.php: Minor change for later verson of php requiring
6708 $HTTP_GET_VARS.
6709
6710Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6711
6712 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6713 previously used only for recursion, to use a value of '2' to
6714 indicate copy properties & namespaces, but not children.
6715 * xinclude.c: changed the handling of ranges to use the above new
6716 facility. Fixes Bug 134268.
6717
6718Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6719
6720 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6721 added new module xmlsave with patch supplied by Eric Zurcher
6722 (second attempt - don't know what happened to the first one!)
6723
6724Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6725
6726 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6727 providing Python bindings for the Canonicalization C14N support.
6728
6729Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6730
6731 * .cvsignore and python/.cvsignore patched
6732
6733Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6734
6735 * xinclude.c: enhanced to assure that if xpointer is called
6736 for a document, the XML_PARSE_NOENT flag is set before parsing
6737 the included document so that entities will automatically get
6738 taken care of.
6739 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6740 is encountered, it will log it and not crash (bug 135713)
6741
6742Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6743
6744 * xinclude.c: modified to make sub-includes inherit the
6745 parse flags from the parent document (bug 132597)
6746
6747Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6748
6749 * xmlschemas.c: QName handling fixes for the XML Schemas
6750 support from Adam Dickmeiss
6751 * test/schemas/po1_0.xsd: also fix the schemas
6752 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6753 regression tests
6754
6755Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6756
6757 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6758 paalied patch from Julio M. Merino Vidal fixing bug #134751
6759 to fix --with-html-dir option.
6760 * doc/*: rebuilt fully the docs
6761 * doc/html/libxml-xmlsave.html: new file from new header.
6762
6763Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6764
6765 * debugXML.c testHTML.c tree.c doc/examples/*.c
6766 include/libxml/xmlsave.h: fixing compilation bug with some options
6767 disabled as well as --with-minimum should fix #134695
6768
6769Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6770
6771 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6772 should close #134092
6773
6774Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6775
6776 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6777 the new xmlsave module before the actuall big code change.
6778
6779Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6780
6781 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6782 * test/schemas/mixed* result/schemas/mixed*: added his regression
6783 tests too.
6784
6785Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6786
6787 * testSAX.c: fix a compilation problem about a missing timb include
6788
6789Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6790
6791 * testSAX.c: small enhancement to prevent trying to print
6792 strings with null pointers (caused "make tests" errors on
6793 HP-UX)
6794
6795Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6796
6797 * doc/xmllint.xml
6798 * doc/xmllint.1
6799 * doc/xmllint.html
6800 * doc/xmlcatalog_man.xml
6801 * doc/xmlcatalog.1
6802 * doc/xmlcatalog_man.html
6803 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6804 use
6805
6806Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6807
6808 * Makefile.am: patch for cross-compilation to Windows from
6809 Christophe de VIENNE.
6810
6811Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6812
6813 * doc/*.html, doc/html/*.html: regenerated docs using older
6814 version of xsltproc pending resolution of AVT problem
6815
6816Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6817
6818 * Makefile.am: applied patch from Charles Bozeman to not use
6819 the system xmllint.
6820
6821Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6822
6823 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6824 for MingW
6825
6826Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6827
6828 * Makefile.am catalog.c configure.in: applied a cleanup patch
6829 from Peter Breitenlohner
6830 * tree.c: removed a doc build warning by fixing a param comment
6831 * doc/* : rebuilt the docs
6832
6833Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6834
6835 * valid.c HTMLparser.c: avoid ID error message if using
6836 HTML_PARSE_NOERROR should fix #130762
6837
6838Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6839
6840 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6841 fixing compilation and link option when configuring with
6842 --without-valid should fix #135309
6843
6844Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6845
6846 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6847 * parser.c: cleanup
6848 * valid.c: speedup patch from Petr Pajas
6849
6850Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6851
6852 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6853 on the list by Mike Hommey
6854
6855Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6856
6857 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6858 rebuilt the documentation.
6859
6860Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6861
6862 * python/tests/*.py: applied patch from Malcolm Tredinnick
6863 to avoid tabs in python sources, should fix #135095
6864
6865Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6866
6867 * testSAX.c: add --timing option
6868 * relaxng.c: use the psvi field of the nodes instead of _private
6869 which may be used for other purposes.
6870
6871Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6872
6873 * encoding.c: small patch to try to fix a warning with Sun One compiler
6874
6875Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6876
6877 * encoding.c: small patch removing a warning with MS compiler.
6878
6879Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6880
6881 * debugXML.c: added "relaxng" option to the debugging shell
6882 * Makefile.am test/errors/* result/errors/*: some regression tests
6883 for some error tests cases.
6884
6885Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6886
6887 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6888 is passed.
6889 * test/att7 result//att7*: adding an old regression test
6890 laying around on my laptop
6891
6892Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6893
6894 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6895 on large file by using xmlParserInputBufferCreateStatic() with
6896 the mmap'ed file
6897
6898Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6899
6900 * tree.c: some clarification in xmlDocDumpMemory() documentation
6901 * xmllint.c: fixed xmllint --stream --timing to get timings back
6902
6903Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6904
6905 * parser.c: fixed a problem in push mode when attribute contains
6906 unescaped '>' characters, fixes bug #134566
6907 * test/att6 result//att6*: added the test to the regression suite
6908
6909Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6910
6911 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6912 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6913 xmlAddRef
6914
6915Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6916
6917 * python/tests/indexes.py python/tests/reader.py: indicated
6918 encoding of the test file, needed for python 2.3
6919
6920Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6921
6922 * xpath.c: fixed problem with numbers having > 19
6923 fractional places (bug 133921)
6924
6925Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6926
6927 * xpath.c: applied optimization patch from Petr Pajas
6928
6929Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6930
6931 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6932 from Alfred Mickautsch and the added patch from Lucas Brasilino
6933
6934Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6935
6936 * benchmark.png index.html xml.html: updating the benchmark
6937 graph and using a PNG instead of a GIF
6938 * xmlreader.c: updated the TODO
6939
6940Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6941
6942 * doc/tutorial/xmltutorial.xml
6943 * doc/tutorial/xmltutorial.pdf
6944 * doc/tutorial/*.html
6945 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6946 last name I don't know, for pointing this out
6947
6948Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6949
6950 * NEWS configure.in: preparing release of 2.6.6
6951 * doc/*: updated the docs and rebuilt them
6952
6953Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6954
6955 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6956 suspicious about it but this is fairly contained and regression
6957 tests still passes.
6958 * test/schemas/all1* result/schemas/all1*: added the test to
6959 the regression suite.
6960
6961Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6962
6963 * parser.c: fixed bug #132575 about finding the end of the
6964 internal subset in push mode.
6965 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6966 added the test to the regression suite
6967
6968Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6969
6970 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6971 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6972 * doc/*: updated the benchmark rebuilt the docs
6973 * python/tests/Makefile.am python/tests/indexes.py: added a
6974 specific regression test for xmlByteConsumed()
6975 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6976
6977Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6978
6979 * tree.c: fixed missing output of internal DTD param entities when
6980 nothing else present in DTD (bug 134052)
6981
6982Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6983
6984 * encoding.c: applied patch supplied by Christophe Dubach
6985 to fix problem with --with-minimum configuration
6986 (bug 133773)
6987 * nanoftp.c: fixed potential buffer overflow problem,
6988 similar to fix just applied to nanohttp.c.
6989
6990Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6991
6992 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6993 William :-)
6994
6995Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6996
6997 * acinclude.m4, configure.in: fixed problem concerning
6998 determining SOCKLEN_T as pointed out by Daniel Richard G.
6999 on the mailing list
7000
7001Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7002
7003 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7004
7005Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7006
7007 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7008
7009Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7010
7011 * encoding.c: applied a small patch from Alfred Mickautsch
7012 to avoid an out of bound error in isolat1ToUTF8()
7013
7014Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7015
7016 * xinclude.c: remove the warning on the 2001 namespace
7017 * parser.c parserInternals.c xpath.c: remove some warnings
7018 when compiling with MSVC6
7019 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7020
7021Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7022
7023 * xinclude.c: added a small hack to fix interference between
7024 my fixes for bugs 132585 and 132588.
7025 * python/libxml.c: fixed problem with serialization of namespace
7026 reported on the mailing list by Anthony Carrico
7027
7028Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7029
7030 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7031 (bug 133686).
7032
7033Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7034
7035 * xmlwriter.c: fixed problem with return value of
7036 xmlTextWriterWriteIndent() (bug 133297)
7037
7038Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7039
7040 * xinclude.c: changed coding to output good XIncludes when
7041 one or more bad ones are present (bug 132588)
7042
7043Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7044
7045 * xinclude.c: corrected handling of empty fallback condition
7046 (bug 132585)
7047
7048Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7049
7050 * HTMLparser.c: added initialisation for ctxt->vctxt
7051 in HTMLInitParser (bug 133127)
7052 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7053 from several function params)
7054
7055Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7056
7057 * xinclude.c: fixed problem regarding freeing of dictionary
7058 when there are errors within an XInclude file (bug 133106).
7059 Thanks to Oleg Paraschenko for the assistance.
7060
7061Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7062
7063 * xmlschemastypes.c: fixed validation of maxLength with no
7064 content using patch submitted by Eric Haszlakiewicz
7065 (bug 133259)
7066
7067Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7068
7069 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7070 calling convention to the public function prototypes (rep by
7071 Cameron Johnson)
7072 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7073 (rep by Mikhail Grushinskiy)
7074
7075Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7076
7077 * xmlwriter.c: enhanced output indenting (bug 133264)
7078
7079Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7080
7081 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7082 Steve Ball to provide structured error reports.
7083
7084Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7085
7086 * tree.c, include/libxml/tree.h: moved serialization of
7087 attribute text data (xmlSerializeContent) into a separate
7088 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7089 * xmlwriter.c: changed handling of attribute string to use the
7090 routine above (fixed bug 131548)
7091
7092Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7093
7094 * doc/examples/reader1.c, reader2.c, reader3.c
7095 * doc/examples/examples.xml
7096 * doc/examples/*.html
7097 add note that reader examples need libmxl2 > 2.6, rebuild
7098 html - this time doing it correctly :-)
7099
7100Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7101
7102 * doc/examples/examples.xml
7103 * doc/examples/*.html
7104 add note that reader examples need libmxl2 > 2.6, rebuild
7105 html
7106
7107Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7108
7109 * xpath.c: added (void *) type override to prevent
7110 warning on Solaris (Bug 132671)
7111
7112Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7113
7114 * doc/examples/Makefile.am
7115 per Jan. 15 email to the list from oliverst, the index.html
7116 file from this directory wasn't making it into the tarball
7117
7118Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7119
7120 * acinclude.m4: applied fix from Alexander Winston for a problem
7121 related to automake-1.8 , c.f. #132513 and #129861
7122
7123Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7124
7125 * doc/examples/index.py: don't rely on . being on the path for
7126 make tests, should keep Mr. Crozat quiet until next time...
7127
7128Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7129
7130 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7131 docs, checked rngparser stuff does not end up in the tarball
7132
7133Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7134
7135 * python/libxml.c: applied patch from Frederic Peters
7136 fixing the wrong arg order in xpath callback in bug #130980
7137
7138Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7139
7140 * xinclude.c: fixing #130453 XInclude element with no href attribute
7141 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7142 the compact syntax will require more work, postponed for the
7143 2.6.5 release.
7144
7145Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7146
7147 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7148 Steve Ball to avoid a double-free.
7149
7150Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7151
7152 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7153 test result, fixed a awful lot of memory leaks showing up in
7154 testWriter.c, changed the examples and the Makefiles to test
7155 memory leaks.
7156 * xmlwriter.c: fixed a memory leak
7157 * Makefile.am: run the doc/examples regression tests as part of
7158 make tests
7159 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7160 compile an XPath expression within a context, currently the goal
7161 is to be able to reuse the XSLT stylesheet dictionnary, but this
7162 opens the door to others possible optimizations.
7163 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7164 to build a new dictionnary based on another read-only dictionnary.
7165 This is needed for XSLT to keep the stylesheet dictionnary read-only
7166 while being able to reuse the strings for the transformation
7167 dictionnary.
7168 * xinclude.c: fixed a dictionnar reference counting problem occuring
7169 when document parsing failed.
7170 * testSAX.c: adding option --repeat for timing 100times the parsing
7171 * doc/* : rebuilt all the docs
7172
7173Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7174
7175 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7176
7177Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7178
7179 * xmlschemastypes.c: applied patch from John Belmonte for
7180 normalizedString datatype support.
7181
7182Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7183
7184 * xpath.c: fixed problem with union when last() is used
7185 in predicate (bug #131971)
7186 * xpointer.c: minor change to comment for doc generation
7187
7188Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7189
7190 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7191 suggested patch
7192
7193Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7194
7195 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7196 leak reported on the list.
7197
7198Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7199
7200 * python/generator.py python/tests/tstLastError.py: applied
7201 patch from Stephane Bidoul to add enums to the Python bindings.
7202
7203Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7204
7205 * testHTML.c: another small patch from Mark Vakoc
7206
7207Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7208
7209 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7210 patch from Mark Vakoc to not use SAX1 unless necessary.
7211
7212Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7213
7214 * dict.c parser.c xmlstring.c: some parser optimizations,
7215 xmllint --memory --timing --repeat --stream ./db10000.xml
7216 went down from 16.5 secs to 15.5 secs.
7217
7218Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7219
7220 * xmlschemas.c: removed a memory leak remaining from the switch
7221 to a dictionnary for string allocations c.f. #130891
7222
7223Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7224
7225 * xmlreader.c: fixing some problem if configured --without-xinclude
7226 c.f. #130902
7227
7228Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7229
7230 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7231 c.f. #130896
7232
7233Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7234
7235 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7236 applying patch from Mark Vakoc for Windows
7237 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7238 fixes from Sven Zimmerman
7239
7240Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7241
7242 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7243 python/tests/Makefile.am python/tests/tstLastError.py: applied
7244 patch from Stephane Bidoul for structured error handling from
7245 python, and the associated test
7246
7247Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7248
7249 * configure.in: fixed Bug130593
7250 * xmlwriter.c: fixed compilation warning
7251
7252Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7253
7254 * include/libxml/xmlstring.h: fixed the comment in the header
7255 * doc/*: rebuilt the docs
7256
7257Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7258
7259 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7260 include/libxml/Makefile.am, include/libxml/catalog.c,
7261 include/libxml/chvalid.h, include/libxml/encoding.h,
7262 include/libxml/parser.h, include/libxml/relaxng.h,
7263 include/libxml/tree.h, include/libxml/xmlwriter.h,
7264 include/libxml/xmlstring.h:
7265 moved string and UTF8 routines out of parser.c and encoding.c
7266 into a new module xmlstring.c with include file
7267 include/libxml/xmlstring.h mostly using patches from Reid
7268 Spencer. Since xmlChar now defined in xmlstring.h, several
7269 include files needed to have a #include added for safety.
7270 * doc/apibuild.py: added some additional sorting for various
7271 references displayed in the APIxxx.html files. Rebuilt the
7272 docs, and also added new file for xmlstring module.
7273 * configure.in: small addition to help my testing; no effect on
7274 normal usage.
7275 * doc/search.php: added $_GET[query] so that persistent globals
7276 can be disabled (for recent versions of PHP)
7277
7278Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7279
7280 * doc/tutorial/customfo.xsl
7281 * doc/tutorial/customhtml.xsl
7282 update custom tutorial-building stylesheets in preparation
7283 for tutorial update
7284
7285Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7286
7287 * rngparser.c: commiting the compact relax ng parser. It's not
7288 completely finished, it's not integrated but I want to save the
7289 current state
7290
7291Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7292
7293 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7294 win32/libxml2.def.src: fixed apibuild.py's generation of
7295 "constructors" to be in alphabetical order (instead of previous
7296 random sequence); regenerated resulting files.
7297
7298Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7299
7300 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7301 problem.
7302
7303Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7304
7305 * doc/newapi.xsl: change background color of function
7306 declaration to improve readability
7307 * doc/*: rebuild docs with new stylesheet
7308
7309Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7310
7311 * parser.c, include/libxml/parser.h: added a routine
7312 xmlStrncatNew to create a new string from 2 frags.
7313 * tree.c: added code to check if node content is from
7314 dictionary before trying to change or concatenate.
7315
7316Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7317
7318 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7319 Bug 130419) and eliminated xmlInitMemoryDone. More
7320 improvement needed.
7321 * xml2-config.in: added an additional flag (--exec-prefix) to
7322 allow library directory to be different from include directory
7323 (Bug 129558).
7324
7325Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7326
7327 * error.c: applied patch from Stéphane Bidoul for structured error
7328 reporting.
7329
7330Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7331
7332 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7333 Lucas Brasilino to add indentation support to xmlWriter
7334
7335Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7336
7337 * xinclude.c: fixed problem with "recursive" include (fallback
7338 contains another include - Bug 129969)
7339
7340Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7341
7342 * SAX2.c: found and fixed a bug misallocating some non
7343 blank text node strings from the dictionnary.
7344 * xmlmemory.c: fixed a problem with the memory debug mutex
7345 release.
7346
7347Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7348
7349 * xinclude.c: fixed problem caused by wrong dictionary
7350 reference count, reported on the list by Christopher
7351 Grayce.
7352
7353Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7354
7355 * python/generator.py, python/libxml2class.txt: fixed problem
7356 pointed out by Stéphane Bidoul on the list.
7357 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7358 completed modifications required to fix Bug 129967 (at last!).
7359 Now wait to see how long before further trouble...
7360
7361Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7362
7363 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7364 memory leak reported by Dave Beckett
7365 * xmlschemas.c: Removed spurious comment reported on the mailing
7366 list
7367 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7368 Further work on Bug 129967 concerning xpointer range handling
7369 and range-to function; much better, but still not complete
7370
7371Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7372
7373 * valid.c: xmlValidateElement could crash for element holding a
7374 namespace declaration but not in a namespace. Oliver Fischer
7375 provided the example.
7376
7377Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7378
7379 * xmllint.c: issue validation status on stderr, not stdout as suggested
7380 by Pawel Palucha
7381 * result/relaxng/*: this change slightly all the output from RNG
7382 regressions.
7383
7384Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7385
7386 * xmlschemas.c: edited a couple of comments in accordance with
7387 posting on the mailing list (no logic change)
7388 * xpointer.c: working on Bug 129967, added check for NULL
7389 nodeset to prevent crash. Further work required.
7390 * xpath.c: working on Bug 129967, added code to handle
7391 XPATH_LOCATIONSET in RANGETO code, also added code to
7392 handle it in xmlXPathEvaluatePredicateResult. Further
7393 work required.
7394
7395Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7396
7397 * xmlschemas.c: added tests for xs:all to assure minOccurs
7398 and maxOccurs <= 1 (Bug 130020)
7399
7400Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7401
7402 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7403 with patch from Charles Bozeman.
7404
7405Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7406
7407 * xmlregexp.c: fixed problem causing segfault on validation error
7408 condition (reported on mailing list)
7409
7410Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7411
7412 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7413 parser contexts (problem reported on mailing list)
7414 * doc/apibuild.py: small change to prevent duplicate lines
7415 on API functions list. It will take effect the next time
7416 the docs are rebuilt.
7417
7418Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7419
7420 * configure.in NEWS doc/*: updated the docs and prepared a new
7421 release 2.6.4
7422
7423Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7424
7425 * legacy.c: remove deprecated warning on startElement()
7426
7427Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7428
7429 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7430 was broken with the new namespace. Fixes #129932
7431
7432Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7433
7434 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7435 redefined in includes, quick fix to allow this but lacks the
7436 equality of the redefinition test.
7437
7438Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7439
7440 * valid.c: fixed bug concerning validation using external
7441 dtd of element with mutiple namespace declarations
7442 (Bug 129821)
7443
7444Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7445
7446 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7447 when node has default namespace (Bug 129710)
7448
7449Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7450
7451 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7452 document order for attributes is retained (Bug 129331)
7453
7454Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7455
7456 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7457 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7458 the file descriptor. Updated the comment, should close #129683
7459
7460Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7461
7462 * xinclude.c: fixed a serious problem in XInclude #129021
7463
7464Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7465
7466 * parser.c: fixed bug #129489, propagation of parsing flags
7467 in entities.
7468 * parser.c xmlreader.c: improved the comments of parsing options
7469
7470Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7471
7472 * python/Makefile.am, python/tests/Makefile.am,
7473 doc/Makefile.am: applied fixes to allow build from
7474 'outside' directory (Bug 129172)
7475
7476Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7477
7478 * tree.c - add explanation of namespace inheritance when
7479 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7480
7481Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7482
7483 * include/libxml/xpathInternals.h: undid last change (my
7484 bad). Put necessary fix in libxslt/libexslt instead.
7485 * include/libxml/DOCBparser.h: put test for __GCC__ on
7486 warning directive (Bug 129105)
7487
7488Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7489
7490 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7491 to cater for NULL pointer (bug 129561)
7492 * globals.c: added comment to suppress documentation warning
7493 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7494 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7495
7496Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7497
7498 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7499 using an xmlReaderWalker()
7500
7501Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7502
7503 * tree.c: fix misc. typos in doc comments
7504 * include/libxml/tree.h: elaborate on macro define doc comments
7505 * doc/*: rebuild docs
7506
7507Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7508
7509 * doc/examples/*: don't call the result files .out but .res as
7510 the Makefiles tend to try generating binaries for .out targets...
7511
7512Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7513
7514 * doc/html/libxml-pattern.html: - cvs add API docs for new
7515 pattern stuff
7516
7517Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7518
7519 * tree.c
7520 * doc/*:
7521 Elaborate in documentation discussion of xmlNewChild
7522 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7523 out the usefulness of a more explicit explanation of the
7524 reserved character escaping issue.
7525
7526Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7527
7528 * xmlcatalog.c: applied patch from Stefan Kost
7529
7530Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7531
7532 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7533
7534Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7535
7536 * win32/Makefile.* win32/configure.js: Added pattern support
7537
7538Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7539
7540 * configure.in doc/* libxml.spec.in: preparing release of
7541 libxml2-2.6.3, updated and regenerated the docs.
7542
7543Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7544
7545 * SAX2.c pattern.c: removed some compilation warnings
7546
7547Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7548
7549 * xmllint.c: fixing bug #119264 xmllint failing to report
7550 serialization errors in some cases.
7551
7552Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7553
7554 * entities.c: fixed an XML entites content serialization
7555 potentially triggered by XInclude, see #126817
7556
7557Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7558
7559 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7560 suggested by Daniel Schulman in #128313
7561
7562Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7563
7564 * configure.in Makefile.am: another patch from Kenneth Haley
7565 for Mingw, c.f. #128787
7566
7567Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7568
7569 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7570 for compiling on Mingw see #128786
7571
7572Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7573
7574 * xmllint.c: some flags were not passed down correctly as
7575 parsing options. Fixes #126806
7576
7577Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7578
7579 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7580 include/libxml/xmlerror.h: augmented the XInclude API
7581 to be able to pass XML parser flags down to the Inclusion
7582 process. Also resynchronized with the Last Call W3C Working
7583 Draft 10 November 2003 for the xpointer attribute.
7584 * Makefile.am test/XInclude/docs/nodes[23].xml
7585 result/XInclude/*: augmented the tests for the new namespace and
7586 testing the xpointer attribute, changed the way error messages
7587 are tested
7588 * doc/*: regenerated the documentation
7589
7590Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7591
7592 * error.c: filter warning messages if the global setting blocks them
7593 * xinclude.c xmlreader.c include/libxml/xinclude.h
7594 include/libxml/xmlerror.h: updated the change of namespace at
7595 the XInclude level, raise a warning if the old one is found,
7596 and some cleanup
7597
7598Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7599
7600 * tree.c: tentative fix for #126117 character reference in
7601 attributes output problem in some cornercase.
7602
7603Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7604
7605 * python/libxml.py: tried to fix the problems reported in
7606 bug #126735
7607 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7608 fixed again some problem trying to use the structured error
7609 handlers, c.f. bug #126735
7610 * result/VC/ElementValid: tiny change due to the fix
7611
7612Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7613
7614 * error.c: fixed __xmlRaiseError to use structured error handlers
7615 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7616
7617Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7618
7619 * parser.c: attempt to fix #126211 ...
7620
7621Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7622
7623 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7624 include/libxml/xmlreader.h: fixed the pattern interfaces
7625 but not yet the parser to handle the namespaces.
7626 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7627
7628Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7629
7630 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7631 include/libxml/pattern.h include/libxml/schemasInternals.h
7632 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7633 the make rebuild in doc, this include new directive to stop
7634 documentation warnings
7635 * doc/* doc/html/*: rebuilt the docs
7636 * pattern.c xmlreader.c include/libxml/pattern.h
7637 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7638 to save nodes while scanning the tree with the reader, cleanup
7639 the way element were freed, and xmlTextReaderPreserve()
7640 implementation, the API might change for namespace binding support
7641 when compiling patterns.
7642 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7643
7644Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7645
7646 * python/libxml.py: oops forgot to modify/commit the new code.
7647
7648Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7649
7650 * python/generator.py python/libxml.c python/libxml_wrap.h:
7651 cleanup the output buffer support to at least get the basic
7652 to work
7653 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7654 cleanup.
7655 * include/libxml/xmlwriter.h: cleanup
7656
7657Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7658
7659 * include/libxml/xmlversion.h.in
7660 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7661 docs
7662
7663Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7664
7665 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7666 regexp quantifiers
7667
7668Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7669
7670 * pattern.c include/libxml/pattern.h: adding the pattern node
7671 selection code. Inheried in part from libxslt but smaller.
7672 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7673 integrated the pattern module, made it a configure time option
7674 * xmllint.c: added --pattern to test when doing --stream
7675
7676Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7677
7678 * xmlreader.c: fixed a problem in xmlreader validation when
7679 streaming exposed by reader2 example.
7680
7681Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7682
7683 * doc/xml.html
7684 * doc/docs.html:
7685 add reference to the Code Examples page to docs.html list
7686 of resources
7687
7688Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7689
7690 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7691 from Eric
7692
7693Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7694
7695 * include/libxml/xinclude.h
7696 * doc/*: Add comments for macro definitions in xinclude.h and
7697 rebuild the docs
7698
7699Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7700
7701 * doc/docdescr.doc
7702 Updating William's explanation of how to build docs,
7703 reflecting Daniel's new docs build system
7704
7705Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7706
7707 * xmlmemory.c: enhanced by adding mutex to protect global
7708 structures in a multi-threading environment. This fixed
7709 some random errors on the Threads regression tests.
7710
7711Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7712
7713 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7714 import sys
7715
7716Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7717
7718 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7719 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7720 handled internally by default, with proper BOM and UTF-16LE
7721 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7722 BOM on output, and will be automatically recognized on input.
7723 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7724 added regression tests for above.
7725
7726Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7727
7728 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7729 build with all compilers. Added C-Runtime option for MSVC. Included
7730 xmlWriter.
7731 * xmlwriter.c: Added IN_LIBXML macro
7732
7733Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7734
7735 * win32/Makefile.bcb: applied patch from Eric
7736
7737Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7738
7739 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7740 is broken on 2.6.x
7741
7742Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7743
7744 * entities.c: fixed #127877, never output &quot; in element content
7745 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7746 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7747 result/valid/index.xml result/valid/xlink.xml: this changes the
7748 output of a few tests
7749
7750Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7751
7752 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7753 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7754 testSchemas behaviour when a schemas failed to parse.
7755 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7756 test for xsd:include from Eric Van der Vlist
7757
7758Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7759
7760 * parser.c: swapped the attribute defaulting and attribute checking
7761 parts of parsing a new element start, fixes bug #127772
7762 * result/valid/127772.* test/valid/127772.xml
7763 test/valid/dtds/127772.dtd: added the example in the regression tests
7764
7765Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7766
7767 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7768 to avoid bug #127851
7769
7770Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7771
7772 * xmlregexp.c: fixing some Negative Character Group and
7773 Character Class Subtraction handling.
7774
7775Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7776
7777 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7778 on Eric van der Vlist examples
7779 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7780 added regression tests
7781 * doc/examples/Makefile.am doc/examples/index.py: do not
7782 regenerate the index on make all target, but only on
7783 make rebuild to avoid troubles.
7784
7785Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7786
7787 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7788 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7789 starting to add proper namespace support too.
7790 * test/schemas/* result/schemas/*: added a number of tests
7791 fixed the result from some regression tests too.
7792
7793Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7794
7795 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7796 Daniel has removed it, fix link to George's IBM article, other
7797 minor edits
7798
7799Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7800
7801 * xmlschemas.c: applied patch from Robert Stepanek to start
7802 import os schemas support, cleaned up stuff and the patch.
7803 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7804 to regression, fixed a few regressions too.
7805
7806Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7807
7808 * HTMLparser.c: applied two parsing fixes from James Bursa
7809
7810Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7811
7812 * doc/examples/*: added two xmlReader examples
7813 * xmlreader.c: cleaned up some bugs in the process
7814
7815Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7816
7817 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7818 Alfred Mickautsch, bugfixes and comments
7819 * doc/examples/*: added his test as the xmlWriter example
7820 * doc/html/ doc/*.html: this resulted in some improvements
7821 * include/libxml/hash.h: fixed an inclusion problem when
7822 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7823
7824Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7825
7826 * xinclude.c: fix an error message
7827 * doc/examples/*: added tree2 example from Lucas Brasilino
7828
7829Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7830
7831 * doc/newapi.xsl: improve the sort sequence for page content
7832 * doc/html/*.html: regenerate the web pages
7833
7834Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7835
7836 * Makefile.am: do not package cvs versioning temp files.
7837 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7838 slightly improved the API xml format, fixed a lot of small
7839 rendering problems
7840 * doc/html/libxml*.html: rebuilt
7841
7842Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7843
7844 * include/libxml/*.h include/libxml/*.h.in: modified the file
7845 header to add more informations, painful...
7846 * genChRanges.py genUnicode.py: updated to generate said changes
7847 in headers
7848 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7849 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7850 APIs modules. Updated the stylesheets, some cleanups, regenerated
7851 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7852
7853Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7854
7855 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7856 the build process to remove all remains from the old gtk-doc
7857 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7858 stylesheets have been improved, and the API*html now generated
7859 are XHTML1 valid too
7860
7861Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7862
7863 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7864 enhancement to prevent comment with unreferenced variable.
7865 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7866 improve auto-generation of documentation
7867 * apibuild.py: minor change to an error message
7868
7869Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7870
7871 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7872 improving navigation
7873 * doc/html/*.html: updated the result
7874
7875Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7876
7877 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7878 improvement of the stylesheets, fixed a API generation problem,
7879 switched the stylesheet and Makefile to build the HTML output.
7880 * doc/html/*.html: complete update, ditched some old files, might
7881 introduce some breakage...
7882
7883Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7884
7885 * doc/newapi.xsl: lot of improvements, this starts looking good
7886 enough to be usable.
7887
7888Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7889
7890 * doc/newapi.xsl: stylesheet to build HTML pages from the
7891 API XML description, Work in Progress
7892
7893Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7894
7895 * xpath.c: fixed bug 126976 (string != empty nodeset
7896 should be false)
7897
7898Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7899
7900 * doc/html/*.html: Finally - found the problem with the
7901 page generation (XMLPUBFUN not recognized by gtkdoc).
7902 Re-created the pages using a temporary version of
7903 include/libxml/*.h.
7904 * testOOMlib.c,include/libxml/encoding.h,
7905 include/libxml/schemasInternals.h,include/libxml/valid.h,
7906 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7907 include/libxml/xmlwin32version.h.in,
7908 include/libxml/xpathInternals.h: minor edit of comments
7909 to help automatic documentation generation
7910 * doc/docdescr.doc: small elaboration
7911 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7912 (messed up on last try)
7913 * xmlreader.c: minor change to clear warning.
7914
7915Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7916
7917 * Copyright: fixed some wording
7918 * libxml.spec.in: make sure doc/examples is packaged
7919 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7920 annoying problem about xmlRemoveID and xmlReader streaming.
7921 Thing looks fixed now, had to add a doc reference to the
7922 xmlID structure though...
7923
7924Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7925
7926 * doc/docdescr.doc: added description of man page building
7927
7928Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7929
7930 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7931 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7932 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7933 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7934 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7935 added missing pages for the website.
7936
7937Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7938
7939 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7940 generated pages (again), manually restored doc/html/index.html
7941 and manually edited generated file doc/gnome-xml.xml to put
7942 in appropriate headings.
7943 * doc/docdescr.doc: new file to describe details of the
7944 document generation (helps my memory for the next time)
7945 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7946 enhancement to please the automatic documentation generation.
7947
7948Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7949
7950 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7951 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7952 minor error cleanup for gcc-3.3.[12] compilation warnings.
7953
7954Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7955
7956 * tree.c: minor changes to some comments
7957 * doc/*.html: rebuilt the generated HTML pages for changes
7958 from jfleck (bug 126945)
7959
7960Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7961
7962 * doc/examples/*: added Dodji's example, added output handling
7963
7964Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7965
7966 * doc/examples/*: added Aleksey XPath example, fixed bugs
7967 in the indexer
7968
7969Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7970
7971 * doc/*: integrating the examples in the navigation menus
7972 * doc/examples/*: added make tests, updated the navigation,
7973 added a new test, cleanups, updates.
7974
7975Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7976
7977 * doc/*.html: rebuilt the generated HTML pages
7978 * doc/examples/*: updated the stylesheets, added a synopsis,
7979 Makefile.am is now generated by index.py
7980
7981Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7982
7983 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7984 added autogeneration of a web page for the examples
7985 * doc/examples/example1.c doc/examples/.cvsignore
7986 doc/examples/examples.xml doc/examples/index.py: updated the
7987 informations extracted, improved the format and indexing.
7988
7989Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7990
7991 * check-xinclude-test-suite.py: less verbose on difference
7992 * libxml.spec.in: cleanup
7993 * parser.c: fixed xmlCleanupParser() doc
7994 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7995 doc/examples/Makefile.am doc/examples/example1.c
7996 doc/examples/examples.xml doc/examples/index.py
7997 doc/examples/test1.xml: work on adding C examples and
7998 generating automated information about those. examples.xml
7999 is autogenerated describing the examples.
8000 * example/Makefile.am: cleanup
8001
8002Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8003
8004 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8005 fixed missing '-' in block names, enhanced the hack for
8006 ABI aliasing.
8007
8008Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8009
8010 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8011 python/libxml2class.txt: enhanced for range checking,
8012 updated to Unicode version 4.0.1 (API docs also updated)
8013 * python/generator.py: minor change to fix a warning
8014
8015Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8016
8017 * Makefile.am: apply fix from Karl Eichwalder for script path
8018
8019Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8020
8021 * win32/configure.js: applied patch from Mark Vakoc to simplify
8022 his work from CVS checkouts.
8023
8024Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8025
8026 * doc/xmlreader.html: minor cleanups
8027
8028Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8029
8030 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8031 for gcc so that, if undefined, it's defined as
8032 __attribute__((unused))
8033
8034Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8035
8036 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8037 appears after the variable declaration.
8038 * valid.c: trivial change to eliminate a warning message
8039
8040Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8041
8042 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8043 rebuilt the docs
8044
8045Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8046
8047 * xmllint.c: change --html to make sure we use the HTML serialization
8048 rule by default when HTML parser is used, add --xmlout to allow to
8049 force the XML serializer on HTML.
8050 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8051 solve #125093
8052 * result/HTML/*: this changes the output of some tests
8053
8054Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8055
8056 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8057 failing but not returning an error.
8058
8059Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8060
8061 * valid.c: fixed bug #125811 related to DTD post validation
8062 where the DTD doesn't pertain to a document.
8063
8064Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8065
8066 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8067 the XML_PARSE_NONET parser option.
8068 * xmllint.c: converted xmllint.c to use the option instead of
8069 relying on the global resolver variable.
8070
8071Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8072
8073 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8074 support to the reader interface. Lot of testing of the walker,
8075 various bug fixes.
8076 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8077 works as expected
8078 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8079 result/XInclude/*.rdr: added regression tests for the walker and
8080 XInclude xmlReader support, had to slightly change a couple of tests
8081 because the walker can't distinguish <foo/> from <foo></foo>
8082
8083Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8084
8085 * tree.c nanohttp.c threads.c: second BeOS patch from
8086 Marcin 'Shard' Konicki
8087
8088Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8089
8090 * parser.c: always generate line numbers
8091
8092Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * parser.c: fixed another regression introduced in fixing #125823
8095
8096Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8097
8098 * python/libxml.c: previous fix for #124044 was broken, correct
8099 fix provided.
8100 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8101 and the error handlers to address #125877
8102
8103Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8104
8105 * parser.c: side effect of #123105 patch, namespace resolution
8106 would fail when defined in internal entities, fixes #125823
8107
8108Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8109
8110 * python/libxml.c: be more defensive in the xmlReader python bindings
8111 fixing bug #124044
8112
8113Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8114
8115 * valid.c: the a-posteriori DTD validation code was not validating
8116 the namespace declarations, this fixes #124110
8117
8118Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8119
8120 * xmlIO.c: enhanced to bypass compression detection code
8121 when input file is stdin (bug 125801)
8122
8123Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8124
8125 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8126
8127Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8128
8129 * xpath.c: more fixes about unregistering objects
8130 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8131 missing _cplusplus processing clause
8132
8133Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8134
8135 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8136
8137Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8138
8139 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8140 Marcin 'Shard' Konicki to provide BeOS thread support.
8141
8142Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8143
8144 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8145 from Steve Ball to make a schema parser from a preparsed document.
8146
8147Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8148
8149 * tree.c: applied a couple of patches from Mark Lilback about text
8150 nodes coalescing
8151
8152Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8153
8154 * xpath.c: change suggested by Anthony Carrico when unregistering
8155 a namespace prefix to a context
8156 * hash.c: be more careful about calling callbacks with NULL payloads.
8157
8158Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8159
8160 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8161 regenerated docs and APIs
8162 * parser.c: cleanup and last change to fix #123105
8163
8164Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8165
8166 * HTMLparser.c: Fix #124907 by simply backporting the same
8167 fix as for the XML parser
8168 * result/HTML/doc3.htm.err: change to ID detecting modified one
8169 test result.
8170
8171Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8172
8173 * parser.c include/libxml/parser.h: included a new function
8174 to reuse a Push parser context, based on Graham Bennett original
8175 code
8176 * valid.c: in HTML, a name in an input is not an ID
8177 * TODO: bug list update
8178
8179Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8180
8181 * xpath.c: applied patch from nico@xtradyne.com for #125030
8182
8183Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8184
8185 * Makefile.am: cleanup
8186 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8187 sometimes the error handlers can get a parser context on DTD
8188 errors, and sometime they don't. So be very careful when trying
8189 to grab those informations.
8190
8191Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8192
8193 * tree.c: applied patch from Kasimier Buchcik which fixes a
8194 problem in xmlSearchNs introduced in 2.6.0
8195
8196Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8197
8198 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8199
8200Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8201
8202 * tree.c: fix bug #125047 about serializing when finding a
8203 document fragment node.
8204
8205Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8206
8207 * testSAX.c: fix bug #125592 need a NULL check
8208 * include/libxml/chvalid.h: rename a parameter
8209
8210Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8211
8212 * parser.c: applied patch from #123105 about defaulted attributes
8213 from element coming from an entity
8214
8215Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8216
8217 * xmllint.c: fixed warning message from IRIX (bug 125182)
8218 * python/libxml.py: removed tabs, replaced with spaces
8219 (bug 125572)
8220
8221Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8222
8223 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8224 if xmlNewInputFromFile() fails.
8225 * xmlreader.c: avoid using _private for the node or document
8226 elements.
8227
8228Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8229
8230 * win32/configure.js: added declaration for verMicroSuffix
8231
8232Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8233
8234 * libxml.m4: applied patch from Patrick Welche provided in
8235 bug #125432 , future proofing the .m4 file.
8236 * parser.c: resetting the context should also reset the error
8237 * TODO: problem of conformance w.r.t. E20 was raised in the
8238 XML Core telconf and libxml2 isn't conformant there.
8239
8240Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8241
8242 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8243
8244Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8245
8246 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
8247 small glitch missing a const
8248
8249Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8250
8251 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
8252 it doesn't define IN_LIBXML
8253
8254Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8255
8256 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
8257
8258Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8259
8260 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8261 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8262
8263Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8264
8265 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8266
8267Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8268
8269 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8270 * doc/*: updated and regenerated the docs and API
8271
8272Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8273
8274 * SAX2.c error.c tree.c: moved the line number to their proper
8275 field in elements now.
8276
8277Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8278
8279 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8280 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8281 added the xmlWriter module contributed by Alfred Mickautsch
8282 * include/libxml/tree.h: added room for line and extra information
8283 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8284 of them introduced in September
8285 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8286
8287Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8288
8289 * Makefile.am configure.in xmldwalk.c xmlreader.c
8290 include/libxml/Makefile.am include/libxml/xmldwalk.h
8291 include/libxml/xmlversion.h.in: removing xmldwalk module
8292 since it got merged with the xmlreader.
8293 * parser.c: cleanup
8294 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8295 rebuilt the API
8296 * python/tests/Makefile.am python/tests/reader7.py
8297 python/tests/walker.py: adding regression testing for the
8298 new xmlreader APIs, new APIs for reader creation, including
8299 makeing reader "walker" operating on preparsed document trees.
8300
8301Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8302
8303 * entities.c, valid.c: fixed problem reported on the mailing
8304 list by Melvyn Sopacua - wrong argument order on functions
8305 called through xmlHashScan.
8306
8307Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8308
8309 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8310
8311Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8312
8313 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8314 tested it through the xslt regression suite.
8315
8316Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8317
8318 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8319 allowing to grab the content without forcing allocations.
8320 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8321 * xpath.c xmldwalk.c: removed a couple of comment errors.
8322
8323Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8324
8325 * parser.c: applied patch from Chris Anderson to change back
8326 memcmp with CMPx()
8327
8328Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8329
8330 * HTMLparser.c: fixed to not send NULL to %s printing
8331 * python/tests/error.py result/HTML/doc3.htm.err
8332 result/HTML/test3.html.err result/HTML/wired.html.err
8333 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8334 up some of the regression tests error
8335
8336Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8337
8338 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8339 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8340 Fixed the HTTP<->parser interraction, which should fix 2 long
8341 standing bugs #104790 and #124054 , this also fix the fact that
8342 HTTP error code (> 400) should not generate data, we usually
8343 don't want to parse the HTML error information instead of the
8344 resource looked at.
8345
8346Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8347
8348 * doc/Makefile.am: enhanced the installation of tutorial files
8349 to avoid installing CVS subdirectories (bug 122943)
8350
8351Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8352
8353 * xmlIO.c: fixed segfault when input file not present
8354 * tree.c: changed output formatting of XML_CDATA_SECTION
8355 (bug 120917)
8356
8357Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8358
8359 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8360 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8361 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8362 xpath.c: Changed all (?) occurences where validation macros
8363 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8364 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8365 many warning messages on certain platforms, and also high-
8366 lights places in the library which may need to be enhanced
8367 for proper UTF8 handling.
8368
8369Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8370
8371 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8372 doc/apibuild.py: enhanced to include enough comments to
8373 make the api doc generation happy.
8374
8375Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8376
8377 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8378 to fix the HTTP/XML parser integration.
8379
8380Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8381
8382 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8383 for creating reader from sources or reusing a reader with
8384 a new source, like the xmlReadxx and xmlCtxtReadxxx
8385 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8386 doc/Makefile.am: regenerated the APIs
8387 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8388
8389Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8390
8391 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8392 include/libxml/parserInternals.h: enhanced macros to avoid
8393 breaking ABI from previous versions.
8394 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8395 defined in parserInternals.h. Makes maintenance much easier.
8396 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8397 compilation warnings
8398 * configuration.in: fixed pushHTML test error; enhanced for
8399 better devel (me) testing
8400
8401Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8402
8403 * legacy.c: remove the warning for startDocument(), as it is used by
8404 glade (or glade-python)
8405 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8406 invalid accesses found by running some Python based regression
8407 tests under valgrind. There is still a few leaks reported by the
8408 relaxng regressions which need some attention.
8409 * doc/Makefile.am: fixed a make install problem c.f. #124539
8410 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8411 patch from crutcher
8412
8413Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8416 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8417 calls.
8418
8419Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8420
8421 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8422
8423Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8424
8425 * Makefile.am: small fix from Bjorn Reese
8426
8427Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8428
8429 * valid.c: fix a call missing arguments
8430
8431Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8432
8433 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8434 a bug in the range search; enhanced range generation (inline code
8435 if a small number of intervals); enhanced the readability of the
8436 output files.
8437
8438Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8439
8440 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8441 chvalid.def from scratch based on XML 2nd edition REC
8442 and regenerated the code.
8443
8444Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8445
8446 * check-xml-test-suite.py: removed some annoying warnings
8447 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8448 in the PubidChars definition, regenerated, there is still
8449 a bug left somewhere
8450 * genChRanges.py: save the header directly in include/libxml/
8451 * configure.in: I generated a 2.6.0beta6 earlier today
8452
8453Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8454
8455 * fixed small error on previous commit (chvalid.h in
8456 base dir instead of include directory)
8457
8458Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8459
8460 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8461 new files for a different method for doing range validation
8462 of character data.
8463 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8464 include/libxml/parserInternals.h: modified for new range method.
8465 * catalog.c: small enhance for warning message (using one
8466 of the new range routines)
8467
8468Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8469
8470 * valid.c include/libxml/valid.h: adding an serror field to
8471 the validation context breaks the ABI for the xmlParserCtxt
8472 structure since it's embedded by content and not by reference
8473
8474Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8475
8476 * configure.in: patch from Mike Hommey
8477 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8478 Bidoul
8479 * parser.c: fix the potentially nasty access to ctxt->serror
8480 without checking first that the SAX block is version 2
8481
8482Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8483
8484 * SAX2.c: fixed a nasty bug with interning some text strings
8485 * configure.in: prepare for beta5 of 2.6.0
8486 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8487 better error handling for I/O and converted FTP and HTTP
8488 * parser.c: fixed another bug
8489
8490Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8491
8492 * SAX2.c: fixed uninitialized new field.
8493 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8494 all messages
8495
8496Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8497
8498 * include/libxml/tree.h: make room in Doc, Element, Attributes
8499 for PSVI type informations.
8500
8501Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8502
8503 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8504 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8505 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8506 include/libxml/parser.h include/libxml/valid.h
8507 include/libxml/xmlerror.h: Setting up the framework for structured
8508 error reporting, touches a lot of modules, but little code now
8509 the error handling trail has been cleaned up.
8510
8511Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8512
8513 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8514
8515Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * xpath.c: cleanup
8518 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8519 to the new error mechanism
8520
8521Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8522
8523 * error.c xmlschemas.c: a bit of cleanup
8524 * result/schemas/*.err: updated with the new result strings
8525
8526Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8527
8528 * xpath.c: fixed bug 124061
8529
8530Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * Makefile.am: cleanup
8533 * encoding.c: fix a funny typo
8534 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8535 converted the Schemas code to the new error handling. PITA,
8536 still need to check output from regression tests.
8537
8538Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8539
8540 * HTMLtree.c include/libxml/xmlerror.h: converted too
8541 * tree.c: small cleanup
8542
8543Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8544
8545 * xinclude.c: comment fix
8546 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8547 to the new infrastructure
8548
8549Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8550
8551 * xmlIO.c: final error handling cleanup
8552 * xinclude.c error.c: converted XInclude to the new error handling
8553 * include/libxml/xmlerror.h: added XInclude errors
8554
8555Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8556
8557 * parser.c: bug in compression saving was crashing galeon
8558 reported by teuf
8559
8560Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8561
8562 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8563 I/O error path
8564
8565Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8566
8567 * xmlIO.c: better handling of error cases
8568
8569Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8570
8571 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8572 cleaning up error handling in the I/O module.
8573
8574Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8575
8576 * xmlregexp.c include/libxml/xmlerror.h: error handling
8577 cleanup of the Regexp module.
8578
8579Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8580
8581 * tree.c: converting the tree module too
8582 * error.c include/libxml/xmlerror.h: created a simpler internal
8583 error reporting function.
8584
8585Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8588 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8589 error reporting that time.
8590 * threads.c: applied the two patches for TLS threads
8591 on Windows from Jesse Pelton
8592 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8593 return is always zero terminated. Should also help detecting
8594 passing wrong buffer size easilly.
8595 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8596 updated the results to follow the errors string generated by
8597 last commit.
8598
8599Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8600
8601 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8602 handling in the Relax-NG module.
8603
8604Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8605
8606 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8607 module to teh new error reporting. Better default report, adds
8608 the element associated if found, context and node are included
8609 in the xmlError
8610 * python/tests/reader2.py: the error messages changed.
8611 * result/relaxng/*: error message changed too.
8612
8613Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8614
8615 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8616 win32/configure.js: applied patch from Stéphane Bidoul to
8617 fix the compilation of 2.6.0 code on Win32
8618
8619Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8620
8621 * check-xml-test-suite.py: fixing the script
8622 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8623 memcmp calls, seems to not break conformance, slightly inflate
8624 the size of the gcc generated code though.
8625
8626Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8627
8628 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8629 more cleanup of error handling in parserInternals, sharing the
8630 routine for memory errors.
8631
8632Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8633
8634 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8635 include/libxml/xmlerror.h: more code cleanup, especially around
8636 error messages, the HTML parser has now been upgraded to the new
8637 handling.
8638 * result/HTML/*: a few changes in the resulting error messages
8639
8640Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8641
8642 * parser.c include/libxml/xmlerror.h: more error/warning
8643 handling cleanups, the XML parser module should be okay now.
8644
8645Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8646
8647 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8648 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8649 integrated the xmlDocWalker API given by Alfred Mickautsch,
8650 and providing an xmlReader like API but working on a xmlDocPtr.
8651
8652Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8653
8654 * Makefile.am: more cleanup in make tests
8655 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8656 in the transition to the new error reporting strategy.
8657 * python/tests/reader2.py result/VC/* result/valid/*:
8658 few changes in the strings generated by the validation output
8659
8660Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8661
8662 * Makefile.am: changed 'make tests' to use a concise output,
8663 scrolling to see where thing broke wasn't pleasant
8664 * configure.in: some beta4 preparation, but not ready yet
8665 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8666 new error handling code, last error informations are stored
8667 in the parsing context or a global variable, new APIs to
8668 handle the xmlErrorPtr type.
8669 * parser.c parserInternals.c valid.c : started migrating to the
8670 new error handling code, it's a royal pain.
8671 * include/libxml/parser.h include/libxml/parserInternals.h:
8672 moved the definition of xmlNewParserCtxt()
8673 * parser.c: small potential buffer access problem in push code
8674 provided by Justin Fletcher
8675 * result/*.sax result/VC/PENesting* result/namespaces/*
8676 result/valid/*.err: some error messages were sligthly changed.
8677
8678Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8679
8680 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8681 function (wrapper around snprintf)
8682
8683Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8684
8685 * entities.c: Fix error on output of high codepoint charref like
8686 &#x10FFFF; , reported by Eric Hanchrow
8687
8688Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8689
8690 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8691 of a pain murrayc is really gonna be.
8692
8693Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8694
8695 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8696
8697Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8698
8699 * entities.c legacy.c parser.c: made the predefined entities
8700 static predefined structures to avoid the work, memory and
8701 hazards associated to initialization/cleanup.
8702
8703Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8704
8705 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8706 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8707 include/libxml/parser.h include/libxml/parserInternals.h
8708 include/libxml/xmlversion.h.in: added a new configure
8709 option --with-push, some cleanups, chased code size anomalies.
8710 Now a library configured --with-minimum is around 150KB,
8711 sounds good enough.
8712
8713Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8714
8715 * libxml-2.0-uninstalled.pc.in: New file for building against
8716 uninstalled libxml2 builds.
8717 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8718 * .cvsignore: Ignore the new generated *.pc file.
8719
8720Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8721
8722 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8723 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8724 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8725 added 2 new configure option: --with-reader --with-sax1
8726 to allow removing the reader or non-xmlReadxxx() interfaces.
8727
8728Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8729
8730 * configure.in entities.c tree.c valid.c xmllint.c
8731 include/libxml/tree.h include/libxml/xmlversion.h.in:
8732 Adding a configure option to remove tree manipulation
8733 code which is not strictly needed by the parser.
8734
8735Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8736
8737 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8738 patch from Marcin 'Shard' Konicki
8739
8740Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8741
8742 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8743 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8744 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8745 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8746 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8747 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8748 include/libxml/catalog.h include/libxml/debugXML.h
8749 include/libxml/entities.h include/libxml/nanohttp.h
8750 include/libxml/relaxng.h include/libxml/tree.h
8751 include/libxml/valid.h include/libxml/xmlIO.h
8752 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8753 include/libxml/xpathInternals.h python/libxml.c:
8754 Okay this is scary but it is just adding a configure option
8755 to disable output, this touches most of the files.
8756
8757Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8758
8759 * xmlmemory.c: better fix, avoids breaking the python bindings
8760
8761Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8762
8763 * xmlmemory.c: fix a compilation problem when configuring
8764 with debug but without mem-debug
8765
8766Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8767
8768 * Makefile.am: cleanup, creating a new legacy.c module,
8769 made sure make tests ran in reduced conditions
8770 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8771 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8772 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8773 increased the modularization, allow to configure out
8774 validation code and legacy code, added a configuration
8775 option --with-minimum compiling only the mandatory code
8776 which then shrink to 200KB.
8777
8778Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8779
8780 * parser.c: fix a bug raised by the Mips compiler.
8781 * include/libxml/SAX.h include/libxml/parser.h: move the
8782 SAXv1 block definitions to parser.h fixes bug #123380
8783 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8784 the attribute and element pool borken 2 commits ago.
8785 Start playing with an entry point to preserve a subtree.
8786 * entities.c: remove a warning.
8787
8788Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8789
8790 * encoding.c, parser.c, relaxng.c: further (final?) minor
8791 changes for compilation warnings. No change to logic.
8792
8793Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8794
8795 * parser.c: fixed small problem with missing entities (test/ent2)
8796
8797Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8798
8799 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8800 if the result is not well formed that ctxt->myDoc is not NULL
8801 and uses the context dictionnary.
8802
8803Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8804
8805 * parser.c: other patches from William Brack to avoid
8806 compilation warnings on AIX.
8807
8808Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8809
8810 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8811 avoid compilation warnings on some (e.g. AIX) systems
8812
8813Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8814
8815 * parserInternals.c: fixed a backward compatibility problem
8816 when formatting "deprecated SAXv1 function ignorableWhitespace"
8817 could be reproduced by xmllint --format
8818
8819Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8820
8821 * doc/libxml2-api.xml: rebuilt the API
8822 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8823 --nocdata and --nsclean to remove CDATA section and surperfluous
8824 namespace declarations
8825 * parser.c SAX2.c: implementation of the 2 new options
8826
8827Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8828
8829 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8830 added the same htmlRead APIs than their XML counterparts
8831 * include/libxml/parser.h: new parser options, not yet implemented,
8832 added an options field to the context.
8833 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8834 is found within a cdata section.
8835 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8836 result/cdata2.sax test/cdata2: add one more cdata test
8837
8838Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8839
8840 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8841 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8842 base URL parameter when not loading from a file or URL.
8843
8844Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8845
8846 * configure.in: preparing a beta3 solving the ABI problems
8847 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8848 include/libxml/globals.h include/libxml/SAX.h: make sure the
8849 global variables for the default SAX handler are V1 ones to
8850 avoid ABI compat problems.
8851 * xmlreader.c: cleanup of uneeded code
8852 * hash.c: fix a comment
8853
8854Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8855
8856 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8857 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8858 fixing some comments to avoid warnings from apibuild.py
8859
8860Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8861
8862 * win32/configure.js: patch from Stephane Bidoul for configuring
8863 the beta2 version #123104
8864
8865Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8866
8867 * Makefile.am: adding repeated parsing and validating tests
8868 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8869 DOM tree building interfaces use the dictionary from the
8870 parsing context to build the element and attributes names
8871 as well as formatting spaces and short text nodes
8872 * include/libxml/dict.h dict.c: added some reference counting
8873 for xmlDictPtr because they can be shared by documents and
8874 a parser context.
8875 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8876 functions and use the standard ones now.
8877 * xmllint.c: add --nodict
8878 * python/libxml.c: fix a stupid bug so that ns() works on
8879 attribute nodes.
8880
8881Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8882
8883 * parser.c include/libxml/parser.h: adding a new set of
8884 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8885 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8886 a clear define of xmlParserOption, xmlCtxtUseOptions()
8887 should simplify custom parsing without being tempted to
8888 use global variables, and xmlCtxtReset() should allow reuse
8889 of a context for multiple parsing.
8890 * xmllint.c: switched to use xmlReadXXX, allow options to
8891 be used simultaneously with less troubles.
8892 * tree.c: simple warning removal
8893 * doc/apibuild.py: small fix
8894 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8895
8896Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8897
8898 * parser.c: revert xmlCreateDocParserCtxt() since this break
8899 the parseDoc() python bindings
8900
8901Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8902
8903 * parser.c: make sure xmlDetectSAX2() is called only at
8904 parsing time to avoid breaking apps changing the SAX
8905 callbacks after context allocation, change xmlCreateDocParserCtxt()
8906 to use an immutable buffer instead of a copy
8907
8908Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8909
8910 * xmlIO.c: applied patch from Markus Keim fixing a problem
8911 with I/O callback registration.
8912 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8913 for xmlParserErrors
8914
8915Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8916
8917 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8918 really a const xmlChar*
8919 * xmlreader.c include/libxml/xmlreader.h: addin the
8920 xmlTextReaderConstString() to get an interned string from
8921 the reader
8922
8923Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8924
8925 * error.c: fixed a warning message (trivial)
8926 * doc/search.php: removed incorrect warning message when word
8927 search not found in last of multiple tables (bug 119535)
8928
8929Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8930
8931 * configure.in: preparing a 2.6.0-beta2 release
8932 * xmlIO.c: avoid a warning
8933 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8934 by Chris Ryland
8935 * include/libxml/dict.h: add a QName access lookup to the
8936 dictionary.
8937 * xmlreader.c include/libxml/xmlreader.h: adding const access
8938 based on the dictionary interface for string read from the
8939 reader, the node content access is still TODO, it's too different
8940
8941Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8942
8943 * SAX2.c: fixing namespace DTD validations
8944 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8945 namespaces is slightly different now.
8946 * Makefile.am: report the memory used in Timingtests (as well as time)
8947
8948Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8949
8950 * Makefile.am: add streaming on memory regression tests, found
8951 bad bugs in the reader interface
8952 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8953 condition in end of file.
8954 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8955 adding immutable buffers, and parser input based on those,
8956 but this should not be used (yet) for general parsing
8957 * parser.c: added a comment about using immutable buffers for
8958 general parsing.
8959 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8960 output of the regression tests
8961 * xmllint.c: using the immutable buffers when streaming on
8962 mmaped file (--stream --memory)
8963
8964Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8965
8966 * dict.c: the last patch broke unicity of returned strings, removed
8967
8968Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8969
8970 * Makefile.am: add a Timingtests target to check bad behaviour
8971 from the streaming engine
8972 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8973 * xmlreader.c: fix a bad behaviour on large buffer inputs
8974
8975Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8976
8977 * dict.c xmlreader.c: two small improvements
8978
8979Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8980
8981 * parserInternals.c: avoid a leak with previous patch
8982
8983Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * python/libxml.c: use stderr and not stdout for default errors
8986 in python environment bug #122552
8987
8988Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8989
8990 * parserInternals.c: small fix from Rob Richards for input filename
8991 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8992 * xmlIO: adding a guard in one function
8993
8994Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8995
8996 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8997 reducing memory allocation and free and avoiding expensive routines
8998
8999Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9000
9001 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9002 seriously with per-document dict and element and attribute nodes
9003 reuse in the xmlReader. This seems to lead to an interesting
9004 speedup of the xmlReader already.
9005
9006Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9007
9008 * dict.c include/libxml/dict.h: do string allocations in large
9009 pools, allowing to find if a string pertain to a dict quickly
9010 * xmllint.c: fix --stream --repeat --timing
9011 * Makefile.am: the testThreads run output should be seen.
9012
9013Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9014
9015 * SAX2.c include/libxml/parser.h: starting work on reusing the
9016 parser dictionary for the element and attribute tag names.
9017 Add pools for Element and Attributes in the parser context,
9018 which should help speeding up the reader.
9019 * Makefile.am result/*.rdr : adding non-python reader regression
9020 tests.
9021
9022Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9023
9024 * SAX2.c parser.c valid.c: starting to cleanup some of the
9025 problems exposed by the W3C/NIST regression suite.
9026 * result/ent7.sax result/xml2.sax: small fixes.
9027
9028Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9029
9030 * parser.c: more parser error factoring
9031
9032Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9033
9034 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9035
9036Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9037
9038 * parser.c include/libxml/xmlerror.h: factoring of more
9039 error handling code, serious size reduction and more lisibility
9040 of the resulting code.
9041 * parserInternals.c parser.c include/libxml/parserInternals.h
9042 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9043 checks are done, use a counter for entities. Entities where freed and
9044 reallocated at the same address failing the check.
9045 * tree.c: avoid a warning
9046 * result/valid/* result/VC/*: this slightly changes some validation
9047 error messages.
9048
9049Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9050
9051 * valid.c: fixed bug 121759 - early declaration of
9052 attribute-list in external DTD
9053
9054Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9055
9056 * parser.c include/libxml/xmlerror.h: starting cleaning up
9057 error handling, factorize error processing
9058 * doc/xmllint.html: update of the page, remove --sgml
9059
9060Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9061
9062 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9063 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9064 broken pseudo SGML DocBook parser code.
9065
9066Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9067
9068 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9069 valgrind pointed out the strings overlapped. cleanup .
9070
9071Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9072
9073 * tree.c: applied speedup to xmlSearchNs() as suggested by
9074 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9075 applying the same trick.
9076
9077Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9078
9079 * parser.c parserInternals.c tree.c include/libxml/parser.h
9080 include/libxml/xmlerror.h: adding namespace checkings
9081 while making sure they still parse as wellformed documents.
9082 Add an nsWellFormed status report to the context, and
9083 provide new appropriate error codes.
9084 * Makefile.am result/namespaces/* test/namespaces/*: add
9085 specific regression testing for the new namespace support
9086 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9087 add more coverage for the attribute parsing and normalization
9088 code.
9089
9090Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9091
9092 * threads.c: backport of a thread bugfix from 2_5_X branch
9093
9094Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9095
9096 * parser.c: fixed a bug in one corner case of attribute parsing.
9097
9098Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9099
9100 * configure.in doc/* : 2.6.0beta1 changes
9101 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9102 normalization, might not be totally fixed but this should
9103 make sure SAX event provide the right strings for attributes
9104 except entities for which libxml2 is different by default
9105 This should fix #109564
9106 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9107 in attribute callback values
9108 * result/c14n/with-comments/example-4
9109 result/c14n/without-comments/example-4: this also fixes a subtle
9110 bug in the canonicalization tests.
9111
9112Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9113
9114 Time to commit 3 days of work rewriting the parser internal,
9115 fixing bugs and migrating to SAX2 interface by default. There
9116 is some work letf TODO, like namespace validation and attributes
9117 normalization (this break C14N right now)
9118 * Makefile.am: fixed the test rules
9119 * include/libxml/SAX2.h include/libxml/parser.h
9120 include/libxml/parserInternals.h SAX2.c parser.c
9121 parserInternals.c: changing the parser, migrating to SAX2,
9122 adding new interface to switch back to SAX1 or initialize a
9123 SAX block for v1 or v2. Most of the namespace work is done
9124 below SAX, as well as attribute defaulting
9125 * globals.c: changed initialization of the default SAX handlers
9126 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9127 * xmlIO.c: small fix
9128 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9129 version code path
9130 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9131 pointed out a typo in a very old test namespace
9132
9133Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9134
9135 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9136 of compressed files, setting doc->compressed appropriately
9137 (bug #120503).
9138
9139Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9140
9141 * parser.c: try to cope with the fact that apps may still
9142 have allocated smaller SAX callbak block
9143
9144Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9145
9146 * dict.c: allow to give -1 for undefined length in lookups
9147 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9148 first round of work on the new SAX2 interfaces, the API
9149 will change but commiting before changing for historical
9150 reference.
9151
9152Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9153
9154 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9155 sax->warning with wrong params).
9156
9157Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9158
9159 * include/libxml/globals.h: patch from Stéphane Bidoul to export
9160 globals entry points to the python bindings
9161
9162Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9163
9164 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9165 by default instead of "HTML"
9166 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9167 avoiding calls to "areBlanks" when not needed.
9168 * include/libxml/parser.h include/libxml/tree.h: some structure
9169 extensions for future work on using per-document dictionaries.
9170
9171Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9172
9173 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9174 tree, keeping result in the same tree, added SAXtests to the
9175 default "make tests"
9176
9177Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9178
9179 * include/libxml/xmlexports.h: defined additional macros which
9180 affect exports and added mingw section
9181
9182Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9183
9184 * doc/index.py: fixed problem parsing xhtml docs
9185 * doc/xmlreader.html,doc/guidelines.html: small modification
9186 to avoid problem in python parsing.
9187 * doc/search.php: fixed upper case filename problem for XSLT docs
9188
9189Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9190
9191 * xinclude.c: patch from Mark Vakoc that allows compiling
9192 with XInclude but without XPointer support.
9193
9194Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9195
9196 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9197 to add --libtool-libs option to xml2-config script.
9198
9199Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9200
9201 * doc/README.docs, doc/Makefile.am: new file added,
9202 giving some description of the documentation generation process
9203 * doc/search.php: fixed problem with upper case on filenames
9204
9205Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9206
9207 * win32/Makefile.bcb: updates by Eric Zurcher
9208
9209Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9210
9211 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9212 to compensate for pollution from Igor's header taint
9213 (quick before Daniel notices)
9214
9215Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9216
9217 * SAX2.c: fixed a namespace error on attribute reporting bug
9218 pointed out by Tobias Reif
9219 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9220 using xmlsn instead of xmlns...
9221
9222Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9223
9224 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9225 typos reported by Mark Vakoc
9226
9227Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9228
9229 add:
9230 * doc/tutorial/api.html
9231 * doc/tutorial/ar01s09.html
9232 * doc/tutorial/includexpath.c
9233 updated
9234 * doc/tutorial/*.html
9235 fix my bad - forgot to check in new files when I last
9236 updated
9237
9238Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9239
9240 * win32/Makefile.bcb: new file, support for Borland C++
9241 * xmllint.c: fixed time inclusion for various compilers
9242
9243Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9244
9245 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9246 few casts to shut the compiler warnings
9247
9248Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9249
9250 * win32/Makefile.* win32/configure.js: fixed for mingw
9251
9252Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9253
9254 * globals.c threads.c: fixing bug #120870 try to avoid problem
9255 with uninitialized mutexes
9256
9257Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9258
9259 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9260 up with multiple states, select the "best" one. Fix #120682
9261 * result/relaxng/tutor11_2_3.err: small change resulting
9262
9263Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9264
9265 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9266
9267Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9268
9269 * include/libxml/[threads-xpointer].h: realigned parameters
9270 after taint
9271
9272Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9273
9274 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9275 as reported by Eric Zurcher
9276
9277Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9278
9279 * relaxng.c: fixed bug #120386 again a problem introduced when
9280 trying to reuse automata for content validation. Fix a bug report
9281 problem on zeroOrMore
9282 * result/relaxng/tutor3_7_err: change slightly error reporting.
9283
9284Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9285
9286 * include/libxml/Makefile.am: make sure the new header will
9287 be included when generating a new distribution.
9288
9289Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9290
9291 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9292 routines which led to bug #120040 and the ones reported by
9293 Martijn Faassen
9294
9295Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9296
9297 * include/libxml/parserInternals.h include/libxml/relaxng.h
9298 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9299 parameters after taint.
9300
9301Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9302
9303 * include/libxml/xmlversion.h.in: moved export defs to a separate
9304 file for consistency.
9305 * include/libxml/xmlexports.h: new file, contains export defs.
9306
9307Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9308
9309 * include/libxml/*.h genUnicode.py: exportability taint
9310 of the headers.
9311
9312Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9313
9314 * SAX.c: make the deprecated interfaces log an error message
9315 to be sure it won't get used.
9316
9317Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9320 Adding new version of the SAX interface, it's not there yet,
9321 currently just preparing the work
9322 * globals.c parser.c SAX.c include/libxml/SAX.h
9323 include/libxml/globals.h include/libxml/parser.h: doing some
9324 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9325 while keeping functionalities, preparing SAX2 integration.
9326 * dict.c: small cleanup.
9327
9328Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9329
9330 * tree.c: fixes a small bug introduced in last commit and detected
9331 by valgrind.
9332
9333Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9334
9335 * dict.c hash.c: optimization when freeing hash tables.
9336 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9337 allocations
9338 * parser.c parserInternals.c include/libxml/parser.h: keep a
9339 single allocated block for all the attributes callbacks,
9340 avoid useless malloc()/free()
9341 * tree.c: do not realloc() when growing a buffer if the buffer
9342 ain't full, malloc/memcpy/free avoid copying memory.
9343
9344Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9345
9346 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9347 --dtdvalidfpi for Tobias Reif
9348
9349Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9350
9351 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9352 new dictionary module to keep a single instance of the names used
9353 by the parser
9354 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9355 switched all parsers to use the dictionary internally
9356 * include/libxml/HTMLparser.h include/libxml/parser.h
9357 include/libxml/parserInternals.h include/libxml/valid.h:
9358 Some of the interfaces changed as a result to receive or return
9359 "const xmlChar *" instead of "xmlChar *", this is either
9360 insignificant from an user point of view or when the returning
9361 value changed, those function are really parser internal methods
9362 that no user code should really change
9363 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9364 the docs were regenerated
9365
9366Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9367
9368 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9369
9370Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9371
9372 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9373 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9374
9375Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9376
9377 * doc/API*.html, doc/html/*: regenerated API documentation
9378 for xmlsoft.org (part of Bug 119535)
9379
9380Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9381
9382 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9383 doc/libxml2-api.xml: Minor changes to comments, etc. for
9384 improving documentation generation
9385 * doc/Makefile.am: further adjustment to auto-generation of
9386 win32/libxml2.def.src
9387
9388Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9389
9390 * News configure.in: preparing libxml2-2.5.10 release
9391 * doc/* : updated the doc and rebuilt
9392
9393Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9394
9395 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9396 Malcolm Tredinnick with the patch he suggested.
9397
9398Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9399
9400 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9401
9402Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9403
9404 * uri.c: fixing an use of strcpy() where both strings overlap
9405 pointed out by valgrind.
9406
9407Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9408
9409 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9410 some compilation warnings.
9411 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9412 plus some cleanup and better error reporting.
9413
9414Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9415
9416 * encoding.c: applied UTF-16 encoding handling patch provided by
9417 Mark Itzcovitz
9418 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9419 not having iconv support.
9420
9421Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9422
9423 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9424 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9425 mingw compiler on Windows.
9426
9427Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9428
9429 * parser.c: fixed the serious CPU usage problem reported by
9430 Grant Goodale
9431 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9432 missing in htmlSAXParseDoc
9433
9434Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9435
9436 * doc/Makefile.am: Removed dependency from libxml2.def.src
9437
9438Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9439
9440 * autogen.sh: took away the requirement for automake-1.4,
9441 changed the messages for getting auto* tools to current
9442 gnu pages.
9443 * configure.in: added check for Linux Dec alpha requiring
9444 -ieee flag, fixed test for ipv6
9445 * trionan.c: fixed problem for compiling on Linux Dec alpha
9446 using native compiler
9447 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9448 whenever libxml2-api.xml is changed.
9449
9450Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9451
9452 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9453 is not used.
9454
9455Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9456
9457 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9458
9459Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9460
9461 * News configure.in: preparing libxml2-2.5.9 release
9462 * doc/* : updated the doc and rebuilt
9463
9464Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9465
9466 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9467 definition to get a correct API XML description. This was apparently
9468 breaking Windows build.
9469
9470Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9471
9472 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9473 the progressive HTML parser front-end on large character data
9474 island leading to an erroneous end of data detection by the
9475 parser. Some cleanup too to get closer from the XML progressive
9476 parser.
9477
9478Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9479
9480 * win32/configure.js: Added in support for the ISO8859X
9481 module (patch provided by Jesse Pelton)
9482
9483Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9484
9485 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9486 when the library is not initialized and one try to save, the
9487 locks in threaded env might not been initialized, playing safe
9488 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9489 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9490 his tests to the regression suite.
9491
9492Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9493
9494 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9495 (with apologies to Igor) - Enhanced handling of docb and
9496 nanohttp.
9497
9498Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9499
9500 * encoding.c: further small changes for warnings when
9501 configured with --with-iconv=no
9502
9503Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9504
9505 * error.c trionan.[ch] testThreads.c python/generator.py:
9506 further small changes to elminate most of the remaining
9507 warnings.
9508
9509Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9510
9511 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9512 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9513 python/libxml.c include/libxml/xmlmemory.h: small changes
9514 to syntax to get rid of compiler warnings. No changes
9515 to logic.
9516
9517Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9518
9519 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9520
9521Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9522
9523 * tree.c: fixed a small problem in the patch for #118763
9524 * result/HTML/doc3.htm*: this reverts back to the previous result
9525
9526Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9527
9528 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9529 and rebuilt, apparently some C++ wrappers are not available,
9530 c.f. bug #118943
9531
9532Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9533
9534 * tree.c: fixing HTML attribute serialization bug #118763
9535 applying a modified version of the patch from Bacek
9536 * result/HTML/doc3.htm*: this modifies the output from one test
9537
9538Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9539
9540 * tree.c include/libxml/tree.h: added a new API to split a
9541 QName without generating any memory allocation
9542 * valid.c: fixed another problem with namespaces on element
9543 in mixed content case
9544 * python/tests/reader2.py: updated the testcase with
9545 Bjorn Reese fix to reader for unsignificant white space
9546 * parser.c HTMLparser.c: cleanup.
9547
9548Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9549
9550 * catalog.c: trying to fix #118754 of possible recursion in the
9551 catalogs. Not fantastically happy about the current fix since
9552 it's likely to break under very thread intensive concurrent
9553 access to the catalog. Better solution might to keep the depth
9554 an extra argument to the resolution functions.
9555
9556Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9557
9558 * valid.c: fixed bug #118712 about mixed content, and namespaced
9559 element names.
9560 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9561 in the regression tests
9562
9563Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9564
9565 Coninuing work on bug 118559
9566 * DOCBparser.c: removed 2 unsed vars
9567 * xmlregexp.c: changed some numeric const to their enum symbols
9568 * xmlreader.c: changed one var define from int to enum
9569 (a little more to be done, awaiting co-ordination)
9570 * relaxng.c: deleted one unused var
9571 * xmllint.c: deleted some unused vars, changed one arg
9572 val from int to enum
9573 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9574 * xmlIO.c: fixed typo from last night (small warning msg)
9575
9576Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9577
9578 Working on bug 118559
9579 * error.c: deleted unused variable
9580 * parserInternals.c: deleted unneeded 'const' qualifier
9581 * parser.c: changed variable type for enum temp storage
9582 * xmlIO.c: changed debugging var to be inside #ifdef
9583 * valid.c: removed unused variable
9584 * HTMLparser.c: removed some unneeded 'const' qualifiers
9585 * xpath.c: added some type casts, removed some unused vars
9586 * xinclude.c: added one type cast
9587 * nanohttp.c: repositioned some #ifdef to avoid unused var
9588 * nanoftp.c: removed unused var
9589
9590Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9591
9592 * HTMLparser.c: applied a patch from William Brack about
9593 the problem of parsing very large HTML instance with comments
9594 as raised by Nick Kew
9595
9596Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9597
9598 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9599 patch from Bjorn Reese for xmlTextReaderNodeType() and
9600 significant whitespace. There is an enum for node type
9601 values now.
9602
9603Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9604
9605 * encoding.c: applying patch from Peter Jacobi to added
9606 ISO-8859-x encoding support when iconv is not available
9607 * configure.in include/libxml/xmlversion.h.in
9608 include/libxml/xmlwin32version.h.in: added the glue needed
9609 at the configure level and made it the default for Windows
9610
9611Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9612
9613 * python/generator.py python/libxml.c python/libxml2class.txt:
9614 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9615 in python
9616
9617Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9618
9619 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9620 cleanup patch, and also avoided a possible memory leak
9621
9622Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9623
9624 * encoding.c: fix the previous commit
9625
9626Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9627
9628 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9629 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9630 some future cleanup of UTF8 handling
9631
9632Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9633
9634 * xpath.c: applied a change suggested by Sean Griffin in bug
9635 #118494 about a memory leak in EXSLT
9636
9637Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9638
9639 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9640 when fixing the previous Relax-NG bugs
9641 * result/relaxng/*: This slightly changes the output messages of
9642 some regression tests.
9643 * configure.in: added support of -with-fexceptions for nested C++
9644 support.
9645
9646Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9647
9648 * doc/tutorial/apa.html
9649 * doc/tutorial/apb.html
9650 * doc/tutorial/apc.html
9651 * doc/tutorial/apd.html
9652 * doc/tutorial/ape.html
9653 * doc/tutorial/apf.html
9654 * doc/tutorial/apg.html
9655 * doc/tutorial/aph.html
9656 * doc/tutorial/ar01s02.html
9657 * doc/tutorial/ar01s03.html
9658 * doc/tutorial/ar01s04.html
9659 * doc/tutorial/ar01s05.html
9660 * doc/tutorial/ar01s06.html
9661 * doc/tutorial/ar01s07.html
9662 * doc/tutorial/ar01s08.html
9663 * doc/tutorial/index.html
9664 * doc/tutorial/ix01.html
9665 * doc/tutorial/xmltutorial.pdf
9666 * doc/tutorial/xmltutorial.xml
9667 update tutorial with XPath example
9668
9669Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9670
9671 * SAX.c parser.c: fixing a bug about a special case of namespace
9672 handling, this closes bug #116841
9673
9674Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9675
9676 * relaxng.c result/relaxng/*: checked and fixed the compilation
9677 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9678 This slightly changes the output messages of some regression tests.
9679
9680Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9681
9682 * xmlreader.c: fixed an out of bound error #118052 , the good
9683 part if that base64 code was not in use yet ...
9684
9685Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9686
9687 * doc/xmllint.html
9688 include html version of the xmllint man page, so an
9689 up-to-date version is visible on the Web
9690
9691Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9692
9693 * xinclude.c include/libxml/xinclude.h: added a new API
9694 xmlXIncludeProcessTree() to process XInclude only on a subtree
9695 this should fix bug #115385
9696
9697Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9698
9699 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9700 the error callback and parameters of parsing and validation
9701 contexts
9702 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9703 on text nodes.
9704
9705Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9706
9707 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9708 when using the push XML parser.
9709 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9710 added the test to the regression suite.
9711
9712Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9713
9714 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9715 as suggested by Rob Richards
9716
9717Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9718
9719 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9720 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9721 to unsigned int and a couple of others.
9722
9723Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9724
9725 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9726
9727Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9728
9729 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9730
9731Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9732
9733 * globals.c threads.c: fixes some problem when freeing unititialized
9734 mutexes
9735
9736Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9737
9738 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9739 directly, some cleanups
9740 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9741 validation code.
9742
9743Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9744
9745 * win32/configure.js: Jesse Pelton pointed out a problem in the
9746 javascript code.
9747
9748Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9749
9750 * NEWS doc/*: regenerated
9751 * nanoftp.c nanohttp.c: might fix includes problems with the
9752 Ipv6 support on solaris
9753 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9754 defined as #IMPLIED
9755
9756Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9757
9758 * configure.in doc/*: preparing release 2.5.8
9759 * nanohttp.c: changed some preprocessor block
9760 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9761 hexBinary schema datatype and adding support for totalDigits and
9762 fractionDigits facets.
9763
9764Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9765
9766 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9767
9768Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9769
9770 * xinclude.c: fixed bug #116095 removing the error message when
9771 reapplying XInclude to a document.
9772
9773Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9774
9775 * xmlIO.c: applied small changes to portability layer for
9776 compilation on DJGPP Ms-DOS compiler.
9777
9778Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9779
9780 * parser.c HTMLparser.c: use the character() SAX callback
9781 if the cdataBlock ain't defined.
9782 * xpath.c: fix bug #115349 allowing compilation when configured
9783 with --without-xpath since the Schemas code needs NAN and co.
9784
9785Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9786
9787 Fixed problem with multi-threading, shown by the test program
9788 testThreads. After fix, ran mutiple tests on various speed
9789 machines (single and dual processor X86), which all seem okay.
9790
9791 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9792
9793 * threads.c: added missing initialisation for condition variable
9794 in xmlNewRMutex.
9795
9796Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9797
9798 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9799 closing bug #114837
9800
9801 * configure.in: Added checks for IPv6 support and getaddrinfo().
9802
9803 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9804
9805 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9806
9807 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9808 field or sockaddr_in field, depending upon the availability of IPv6
9809 support.
9810 have_ipv6(): Added to check for run-time IPv6 support.
9811 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9812 Modified to parse a URI with IPv6 address given in [].
9813 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9814 resolution, if it is available on the system, as gethostbyname
9815 does not return IPv6 addresses on some platforms.
9816 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9817 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9818 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9819 we are dealing with.
9820
9821 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9822 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9823 a URI with IPv6 address given in [].
9824 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9825 available on the system. Also IPv6 addresses will be resolved by
9826 gethostbyname only if IPv6 run-time support is available.
9827 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9828
9829Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9830
9831 * win32/configure.js include/win32config.h
9832 include/libxml/xmlversion.h.in: Applied the patch for BCB
9833 by Eric Zurcher.
9834
9835Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9836
9837 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9838 due to #115104 and while fixing #115101 . HTML URLs must not
9839 be version dependant.
9840
9841Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9842
9843 * entities.c: do not generate &quot; for " outside of attributes
9844 * result//*: this changes the output of some tests
9845
9846Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9847
9848 * parser.c xmlIO.c: trying to fix #114277 about when file
9849 remapping and escaping should really be attempted.
9850
9851Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9852
9853 * doc/*: applied a patch from Gman for building docs
9854 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9855 Gary Pennington to provide an allocator for xmlValidCtxt
9856 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9857 #113580 about data not being passed immediately.
9858
9859Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9860
9861 * tree.c: applied a couple of patches from Mark Itzcovitz
9862 to handle saving back "UTF-16" documents.
9863
9864Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9865
9866 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9867 some work done while in the Maldives (hence the timezone on the
9868 laptop !)
9869 * result/schemas/length3* test/schemas/deter0_*
9870 test/schemas/group0_*: some tests added too
9871
9872Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9873
9874 * encoding.c: small fix
9875 * xmlIO.c: fixed an error message
9876
9877Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9878
9879 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9880 accepting an improper UTF8 sequence
9881
9882Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9883
9884 * threads.c: applied the patch from Stéphane Bidoul for getting
9885 rid of extra threads in a dynamic library.
9886 * win32/configure.js: threads default to 'native' now.
9887
9888Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9889
9890 * HTMLtree.c: fixing bug #112904: html output method escaped
9891 plus sign character in URI attribute.
9892
9893Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9894
9895 * build_glob.py global.data globals.c parser.c
9896 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9897 up threads global defaults.
9898 * doc/libxml2-api.xml: this extends the API with new functions
9899 * python/tests/Makefile.am python/tests/reader2.py
9900 python/tests/thread2.py: integrated the associated testcase and
9901 fixed the error string used in reader2
9902
9903Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9904
9905 * configure.in libxml.spec.in python/Makefile.am: trying
9906 to conciliate --with-python= requirements and RPM builds,
9907 a PITA really...
9908
9909Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9910
9911 * HTMLparser.c: oops last commit introduced a memory leak.
9912
9913Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9914
9915 * xmllint.c doc/xmllint.xml: added --nonet option
9916 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9917 xsltproc or xmllint
9918 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9919 rebuilt
9920 * HTMLparser.c: cleaned up the HTML parser context build when
9921 using an URL
9922
9923Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9924
9925 * libxml.spec.in: added a comment about bug #112902
9926
9927Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9928
9929 * minor cleanup of configure '--help' display
9930 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9931
9932Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9933
9934 * tree.c: PI nodes in external subset were not freed :-\
9935 fixes bug #112842
9936
9937Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9938
9939 * xmllint.c: added --schema option to run WXS schema validation
9940 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9941 tried to improve error reporting in the Schema code, some cleanup
9942 too.
9943
9944Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9945
9946 * xmlschemas.c: fixed some problems in the handling of errors,
9947 and attributes addressed by references.
9948 * test/schemas/* result/schemas/*: dropped the verbosity level
9949 and added a couple of new tests
9950
9951Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9952
9953 * relaxng.c: Stéphane Bidoul found an off by one addressing
9954 error on the error handling.
9955
9956Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9957
9958 * xmlschemastypes.c: trying to fix #112673
9959
9960Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9961
9962 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9963 warning, this fixed a bug and should close #111574
9964
9965Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9966
9967 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9968 holding minOccurs="0"
9969 * test/schemas/all_* result/schemas/all_*: added some regression
9970 tests for that bug
9971 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9972 Garry Pennington to compile without schemas support.
9973
9974Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9975
9976 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9977
9978Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9979
9980 * xml2-config.in: try to fix Red hat bug #89957, do not
9981 output -L/usr/lib64
9982 * xmlreader.c: fixed a typo in a comment
9983
9984Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9985
9986 * doc/tutorial/aph.html, ix01.html
9987 forgot to cvs add the new files. Thanks to Roland van Laar
9988 for pointing this out
9989
9990Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9991
9992 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9993 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9994 to the XML/XSLT doc generation closing #111799
9995 * doc/html/*: complete update of the HTML results
9996
9997Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9998
9999 * win32/defgen.xsl: fixed the conditional for unicode map,
10000 removed hardcoded schema entries
10001
10002Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10003
10004 * win32/defgen.xsl: new file, stylesheet for generating
10005 win32/libxml2.def.src from doc/libxml2-api.xml
10006 * win32/libxml2.def.src: is autogenerated from now on, changes
10007 to this file will not appear here anymore
10008
10009Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10010
10011 * win32/configure.js python/setup.py.in: applied patch
10012 from Stéphane Bidoul for the Python bindings on the new
10013 release.
10014
10015Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10016
10017 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10018 declaration
10019 * win32/configure.js: thread-enabled build is now default
10020 * win32/libxml2.def.src: added more exports
10021
10022Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10023
10024 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10025 developers from common pages, made the transition to XHTML1,
10026 added validity checking to the makefile rules.
10027
10028Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10029
10030 * parser.c: fix for xmlIOParseDTD same as previous and reported
10031 by Petr Pajas
10032
10033Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10034
10035 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10036 closing #111638
10037
10038Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10039
10040 * python/generator.py: fixed a problem in the generator where
10041 the way functions are remapped as methods on classes was
10042 not symetric and dependant on python internal hash order,
10043 as reported by Stéphane Bidoul
10044
10045Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10046
10047 * doc/tutorial:
10048 xmltutorial.xml
10049 xmltutorial.pdf
10050 *.html
10051 add appendix on generating compiler flags, more indexing
10052
10053Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10054
10055 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10056 to get libxml-2.5.7 to compile on OpenVMS
10057
10058Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10059
10060 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10061
10062Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10063
10064 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10065 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10066 man page based on xsltproc and a stylesheet PI in the XML.
10067
10068Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10069
10070 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10071 character preventing rendering by the man command.
10072
10073Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10074
10075 * NEWS configure.in: preparing release 2.5.7
10076 * doc/*: updated and rebuilt the docs
10077 * doc/apibuild.py: fixed the script
10078
10079Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10080
10081 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10082 get in the way of the builds
10083 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10084
10085Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10086
10087 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10088 Memory test from Havoc Pennington #109368
10089 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10090 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10091 include/libxml/parser.h: a lot of memory allocation cleanups
10092 based on the results of the OOM testing
10093 * check-relaxng-test-suite2.py: seems I forgot to commit the
10094 script.
10095
10096Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10097
10098 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10099
10100Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10101
10102 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10103 more places where xmlCanonicPath() must be used to convert
10104 filenames to URLs, trying to fix #111088
10105
10106Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10107
10108 * python/libxml.c python/libxml.py: applied patch from
10109 Brent M Hendricks adding binding for xmlCatalogAddLocal
10110
10111Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10112
10113 * HTMLparser.c: tried to fix #98879 again in a more solid
10114 way.
10115
10116Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10117
10118 * win32/libxml2.def.src: added more exports from the relaxng and
10119 xmlreader clan
10120
10121Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10122
10123 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10124 provided by Brent Hendricks fixing #105992 and integrated the
10125 examples in the testsuite.
10126
10127Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10128
10129 * TODO: updated a bit
10130 * configure.in: fixed the comment, threads now default to on
10131 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10132
10133Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10134
10135 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10136 xmlreader.c include/libxml/parser.h: a lot of performance work
10137 especially the speed of streaming through the reader and push
10138 interface. Some thread related optimizations. Nearly doubled the
10139 speed of parsing through the reader.
10140
10141Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10142
10143 * doc/xmllint.xml
10144 * doc/xmllint.1
10145 update man page to explain use of --stream
10146
10147Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10148
10149 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10150 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10151 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10152 include/libxml/globals.h include/libxml/xmlmemory.h: added
10153 xmlMallocAtomic() to be used when allocating blocks which
10154 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10155 to allow registering the full set of functions needed by
10156 a garbage collecting allocator like libgc, ref #109944
10157
10158Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10159
10160 * configure.in: switched to have thread support enabled by default,
10161 didn't got troubles with ABI compatibility on Linux, hope it
10162 won't break on strange OSes, if yes, report the system ID
10163 * doc/libxml2-api.xml: just rebuilt the API
10164
10165Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10166
10167 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10168 added support for large file, tested with a 3+GB instance,
10169 and some cleanup.
10170 * catalog.c: added a TODO
10171 * Makefile.am: added some "make tests" comments
10172
10173Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10174
10175 * relaxng.c: some cleanups
10176 * doc/xmlreader.html: extended the document to cover RelaxNG and
10177 tree operations
10178 * python/tests/Makefile.am python/tests/reader[46].py: added some
10179 xmlReader example/regression tests
10180 * result/relaxng/tutor*.err: updated the output of a number of tests
10181
10182Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10183
10184 * relaxng.c: valgrind pointed out an uninitialized variable error.
10185
10186Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10187
10188 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10189 xmlreader.c: augnemting the APIs, cleanups.
10190 * parser.c: cleanup bug #111005
10191 * xmlIO.c: added some missing comments
10192
10193Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10194
10195 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10196 trying to improve the subset compiled, and more testing.
10197 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10198 documentation
10199 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10200 * result/relaxng/*.err: fix some of the outputs
10201
10202Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10203
10204 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10205 include/libxml/xmlreader.h: implemented streaming of
10206 RelaxNG (when possible) on top of the xmlReader interface,
10207 provided it as xmllint --stream --relaxng .rng .xml
10208 This seems to mostly work.
10209 * Makefile.am: updated to test RelaxNG streaming
10210
10211Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10212
10213 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10214 based validity checking of fragments of the document for
10215 which the RNG can be compiled to regexps. Works on all regression
10216 tests, only fix needed is related to error messages.
10217
10218Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10219
10220 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10221 include/libxml/xmlregexp.h: Starting work precompiling
10222 parts of RelaxNG schemas. Not plugged onto validity checking
10223 yet, just the regexp building part. Needed to extend some
10224 of the automata and regexp APIs.
10225
10226Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10227
10228 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10229 xmllint --stream and xmllint --stream --valid returns errors
10230 code appropriately
10231
10232Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10233
10234 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10235 and Next() operation to work on subtrees within the reader
10236 framework.
10237 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10238 * python/tests/reader5.py: added an example for those new
10239 functions of the reader.
10240
10241Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10242
10243 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10244
10245Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10246
10247 * xmlreader.c: fixing HasValue for namespace as raised by
10248 Denys Duchier
10249
10250Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10251
10252 * HTMLparser.c include/libxml/HTMLparser.h: exported
10253 htmlCreateMemoryParserCtxt() it was static
10254
10255Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10256
10257 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10258 update from Charles Bozeman for date and duration types
10259 * test/schemas/date_0.* test/schemas/dur_0.*
10260 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10261
10262Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10263
10264 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10265 fixing bug #107129, removing excessive allocation and calls
10266 to *printf in the code to build QName strings.
10267
10268Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10269
10270 * win32/libxml2.def.src: fixed conditional exports, reported by
10271 Luke Murray.
10272
10273Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10274
10275 * parser.c: fixed a possible problem with xmlRecoverMemory()
10276
10277Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10278
10279 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10280 triostr.h: Bjorn sent an update for the TRIO portability layer.
10281
10282Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10283
10284 * win32/libxml2.def.src: exported new functions
10285
10286Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10287
10288 * configure.in NEWS: preparing release 2.5.6
10289 * doc/*: updated and rebuilt the docs
10290
10291Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10292
10293 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10294 on C14Ntests
10295
10296Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10297
10298 * relaxng.c: one more fixup of error message reporting
10299
10300Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10301
10302 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10303 variable pointed out by valgrind
10304
10305Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10306
10307 * relaxng.c: try to work on bug #109225 and provide better
10308 error reports.
10309 * result/relaxng/* : this change the output of a number of tests
10310 * xinclude.c: fixing the parsed entity redefinition problem
10311 raised on the list.
10312 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10313
10314Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10315
10316 * xmlschemastypes.c: fixed date comparison to handle the tzo
10317 The only failures left are disagreements on Notations and
10318 '+1' not being allowed for ulong, uint, ushort and ubyte.
10319
10320Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10321
10322 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10323 to the XML Schemas errata
10324 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10325
10326Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10327
10328 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10329 and facets support. Currently only schemas with binHex or
10330 base64 don't compile. A few error left in the test suite:
10331 found 1035 test instances: 919 success 23 failures
10332 most are gdate or gdateyear failing check, and a few cases where
10333 James clark tests results are strange.
10334 * valid.c: allow to reuse the Notation checking routine without
10335 having a validation context.
10336 * SAX.c: removed a #if 0
10337
10338Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10339
10340 * xinclude.c: forgot to apply one check from #106931 patch
10341 * xmlschemastypes.c: more work on XML Schemas datatypes
10342
10343Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10344
10345 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10346 on cleaning up XML Schemas datatypes based on James Clark tests
10347 test/xsdtest/xsdtest.xml
10348
10349Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10350
10351 * relaxng.c: implemented comparisons for Schemas values.
10352 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10353 some bugs in duration handling, comparisons for durations
10354 and decimals, removed all memory leaks pointed out by James
10355 testsuite. Current status is now
10356 found 238 test schemas: 197 success 41 failures
10357 found 1035 test instances: 803 success 130 failures
10358
10359Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10360
10361 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10362 leaks in the W3C XML Schemas code
10363 * xmlschemastypes.c: implemented nonPositiveInteger
10364 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10365 fixed the test and result.
10366
10367Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10368
10369 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10370 parser and a typo
10371 * xmlschemastypes.c: reindenting, fixing a memory access
10372 problem with dates.
10373
10374Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10375
10376 * parser.c: fixing #109227 providing more context in case of
10377 start/end tag mismatch
10378 * python/tests/ctxterror.py python/tests/readererr.py: update the
10379 tests accordingly
10380
10381Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10382
10383 * xinclude.c: should fix #109327 errors on memory accesses
10384
10385Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10386
10387 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10388 is an URI reference
10389
10390Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10391
10392 * xpath.c: fixed bug #109160 on non-ASCII IDs
10393
10394Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10395
10396 * parser.c: Norm suggested a nicer error message for xml:space values
10397 errors
10398
10399Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10400
10401 * xpath.c include/libxml/xpath.h: first part of the fix to
10402 performance bug #108905, adds xmlXPathOrderDocElems() providing
10403 document order for nodes.
10404 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10405
10406Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10407
10408 * xmlschemastypes.c: removing a warning with Sun compiler
10409 bug #109154
10410
10411Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10412
10413 * doc/xmllint.xml
10414 * doc/xmllint.1
10415 update xmllint man page with --relaxng option
10416
10417Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10418
10419 * python/setup.py.in : was missing "drv_libxml2.py"
10420
10421Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10422
10423 * tree.c xpath.c: some changes related to the new way of
10424 handling Result Value Tree, before 2.5.5
10425
10426Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10427
10428 * configure.in NEWS: preparing release 2.5.5
10429 * doc/* : updated the documentation and regenerated it.
10430
10431Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10432
10433 * xpath.c: fixed some problems related to #75813 about handling
10434 of Result Value Trees
10435
10436Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10437
10438 * uri.c: applied a set of patches from Lorenzo Viali correcting
10439 URI parsing errors.
10440
10441Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10442
10443 * parser.c: validity status was not passed back when validating in
10444 entities, but raised by Oliver Fischer
10445
10446Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * HTMLtree.c: avoid escaping ',' in URIs
10449
10450Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10451
10452 * parser.c: fixing bug #108976 get the ID/REFs to reference
10453 the ID in the document content and not in the entity copy
10454 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10455 stuff, better solution for #107208
10456 * xmlregexp.c: removed a direct printf, dohhh
10457 * xmlreader.c: fixed a bug on streaming validation of empty
10458 elements in entities
10459 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10460 cleanup of the validation tests
10461 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10462 added more ID/IDREF tests to the suite
10463
10464Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10465
10466 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10467 compiler.
10468
10469Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10470
10471 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10472
10473Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10476 defined in entities content
10477
10478Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * SAX.c: Fixed validation bug #108858 on namespace names using
10481 entities and reported by Brent Hendricks
10482 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10483 --debug output.
10484
10485Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10486
10487 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10488 about the DocType node not being reported sometimes.
10489 * python/tests/reader.py: added to test to the regression checks
10490
10491Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10494 reported by Edd Dumbill
10495
10496Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10497
10498 * HTMLparser.c parser.c parserInternals.c: patch from
10499 johan@evenhuis.nl for #107937 fixing some line counting
10500 problems, and some other cleanups.
10501 * result/HTML/: this result in some line number changes
10502
10503Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10506 instead of libxml.spec
10507 * relaxng.c: fixed some of the error reporting excessive
10508 verbosity
10509 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10510 xmlschemastypes.c: removed some warnings from gcc
10511 * doc/libxml2-api.xml: rebuilt
10512
10513Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10514
10515 * relaxng.c: another optimization, for choice this time
10516 * result/relaxng/spec1* result/relaxng/tutor12_1*
10517 result/relaxng/tutor3_7: cleanups.
10518
10519Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10520
10521 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10522 * test/relaxng/testsuite.xml: augmented the test suite
10523 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10524 some schemas validation tests in the presence of foreign
10525 namespaces.
10526
10527Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10528
10529 * relaxng.c: added another interleave speedup.
10530
10531Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10532
10533 * xmlschemastypes.c: added integer and fixed one of the
10534 IDREFS regression tests pbm
10535 * result/relaxng/docbook_0.err: updated
10536
10537Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10538
10539 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10540 declared both in the DTD and in the Schemas <grin/>
10541 * relaxng.c: more debug, added a big optimization for <mixed>
10542 * test/relaxng/testsuite.xml: augmented the testsuite
10543 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10544 DocBook example to the regression tests
10545
10546Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10547
10548 * check-xsddata-test-suite.py: cosmetic change for output
10549 * relaxng.c: try to minimize calls to malloc/free for states.
10550
10551Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10552
10553 * tree.c: removed a warning
10554 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10555 support
10556 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10557 cleanup/improvements of the regression tests batch
10558 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10559
10560Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10561
10562 * relaxng.c: fixed error msg cleanup deallocation
10563 * xmlschemastypes.c: added a function to handle lists of
10564 atomic types, added support for IDREFS
10565
10566Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10567
10568 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10569 and IDREF, usable from RelaxNG now
10570 * include/libxml/xmlschemastypes.h: need to add a new interface
10571 because the validation modifies the infoset
10572 * test/relaxng/testsuite.xml: extended the testsuite
10573
10574Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10575
10576 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10577 shemas datatype ID/IDREF support still missing though.
10578 * xmlreader.c: fix a crashing bug with prefix raised by
10579 Merijn Broeren
10580 * test/relaxng/testsuite.xml: augmented the testsuite with
10581 complex inheritance tests
10582
10583Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10584
10585 * relaxng.c: switched back to the previous Relax-NG code base,
10586 the derivation algorithm need severe constraining code to avoid
10587 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10588 TEI based example and other bugs
10589 * result/relaxng/*err: updated the results
10590 * test/relaxng/testsuite.xml: started a new test suite
10591
10592Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10593
10594 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10595 that the original RelaxNG validation code was un-fixeable, it got
10596 rewritten to use the derivation algorithm from James Clark and
10597 redebugged it (nearly) from scratch:
10598 found 373 test schemas: 372 success 1 failures
10599 found 529 test instances: 529 success 0 failures
10600
10601Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10602
10603 * SAX.c parser.c: fix some recursion problems introduced in the
10604 last release.
10605 * relaxng.c: more debugging of the RNG validation engine, still
10606 problems though.
10607
10608Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10609
10610 * Makefile.am: stop generating wrong result file with * in name
10611 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10612 * result/relaxng/demo* test/relaxng/demo: added the tests from
10613 Sebastian reproducing the problem.
10614
10615Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10616
10617 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10618 up Aleksey's change
10619
10620Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10621
10622 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10623 variable to control the indentation for the xmllint "--format"
10624 option
10625
10626Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10627
10628 * encoding.c: applied Gennady's patch against buffer overrun
10629
10630Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10631
10632 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10633 Clark it appeared I had bug in URI parsing code ...
10634 * relaxng.c include/libxml/relaxng.h: completely revamped error
10635 reporting to not loose message from optional parts.
10636 * xmllint.c: added timing for RNG validation steps
10637 * result/relaxng/*: updated the result, all error messages changed
10638
10639Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10640
10641 * xpath.c: fix bug #107804, the algorithm used for document order
10642 computation was failing on attributes.
10643
10644Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10645
10646 * valid.c: fix bug #107764 , possibility of buffer overflow
10647 in xmlValidDebug()
10648
10649Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10650
10651 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10652 from Philipp Dunkel
10653
10654Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10655
10656 * xmlschemastype.c: made powten array static it should not be exported
10657 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10658 parser function.
10659 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10660
10661Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10662
10663 * tree.c: fixed a node dump crash on attributes
10664 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10665 an URI test bug and get better output.
10666
10667Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10668
10669 * check-xsddata-test-suite.py: give more infos
10670 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10671 REF->DEF in attribute values.
10672
10673Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10674
10675 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10676 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10677 regression tests from James Clark.
10678
10679Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10680
10681 * relaxng.c xmlschemas.c xmlschemastypes.c
10682 include/libxml/xmlschemastypes.h: added param support for relaxng
10683 type checking, started to increment the pool of simple types
10684 registered, still much work to be done on simple types and
10685 facets checkings.
10686
10687Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10688
10689 * entities.c: fixes again one of the problem raised by
10690 James Clark in #106788
10691
10692Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10693
10694 * relaxng.c: Fixed a couple of problem raised by James Clark
10695 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10696 datatype level still not fixed though.
10697
10698Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10699
10700 * configure.in: preparing release 2.5.4
10701 * doc/*: updated and rebuilt the docs
10702 * relaxng.c: removed warnings
10703 * result/relaxng/*: updated the results
10704
10705Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10706
10707 * valid.c: fixes a DTD regexp generation problem.
10708
10709Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10710
10711 * parser.c: fixes bug #105998 about false detection of
10712 attribute consumption loop.
10713
10714Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10715
10716 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10717
10718Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10719
10720 * SAX.c: fixed bug #105992
10721
10722Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10723
10724 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10725 element.
10726 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10727 found 373 test schemas: 369 success 4 failures
10728 found 529 test instances: 525 success 4 failures
10729 * check-relaxng-test-suite.py: added memory debug reporting
10730
10731Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10732
10733 * uri.c parser.c: some warning removal on Igor's patch
10734 * tree.c: seems I messed up with #106788 fix
10735 * python/libxml.c: fixed some base problems when Python provides
10736 the resolver.
10737 * relaxng.c: fixed the interleave algorithm
10738 found 373 test schemas: 364 success 9 failures
10739 found 529 test instances: 525 success 4 failures
10740 the resulting failures are bug in the algorithm from 7.3 and
10741 lack of support for params
10742
10743Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10744
10745 * parser.c: another fix for nodeinfo in entities problem
10746 * tree.c entities.c: fixed bug #106788 from James Clark
10747 some spaces need to be serialized as character references.
10748
10749Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10750
10751 * parser.c uri.c: fixed the bug I introduced in the path
10752 handling, reported by Sebastian Bergmann
10753
10754Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10755
10756 * parser.c: fixing some nodeinfo in entities problem raised
10757 by Glenn W. Bach
10758 * relaxng.c: implemented the first section 7.3 check
10759 * result/relaxng/*: updated the results
10760
10761Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10762
10763 * relaxng.c: fixed some problems in the previous commit
10764 and finished implementing 4.16 rules checking
10765 found 373 test schemas: 353 success 20 failures
10766 found 529 test instances: 519 success 6 failures
10767 * result/relaxng/*: updated the results
10768
10769Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10770
10771 * relaxng.c: implemented checks from section 7.2
10772
10773Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10774
10775 * relaxng.c: implemented the checks from section 7.1, fixed
10776 some of the 4.20 and 4.21 problems.
10777 found 373 test schemas: 338 success 35 failures
10778 found 529 test instances: 519 success 6 failures
10779 * result/relaxng/*: updated the results
10780
10781Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10782
10783 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10784 * result/relaxng/*: updated the results
10785
10786Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10787
10788 * relaxng.c: more bugfixes
10789 * result/relaxng/*: updated the results
10790
10791Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10792
10793 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10794 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10795 * SAX.c: ensured xmlDoc.URL is always canonic
10796 * parser.c: obsoleted xmlNormalizeWindowsPath
10797 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10798 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10799 * win32/libxml2.def.src: added few exports
10800
10801Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10802
10803 * Makefile.am configure.in: patched to have shared libraries
10804 for Python regression tests and static binaries for gdb debug
10805 in my development environment
10806 * relaxng.c: more bugfixes
10807 found 373 test schemas: 296 success 77 failures
10808 found 529 test instances: 516 success 8 failures
10809 * result/relaxng/*: updated the results
10810
10811Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10812
10813 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10814
10815Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10816
10817 * xmlschemastypes.c: float/double check bugfix
10818 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10819 validation
10820 * xmlreader.c: add a TODO for Jody
10821 * relaxng.c: bugfix bugfix bugfix
10822 found 373 test schemas: 300 success 73 failures
10823 found 529 test instances: 507 success 10 failures
10824 * result/relaxng/*: updated the results
10825
10826Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10827
10828 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10829
10830Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10831
10832 * relaxng.c check-relaxng-test-suite.py: more work on the
10833 RelaxNG implementation conformance testing.
10834 found 373 test schemas: 284 success 89 failures
10835 found 529 test instances: 448 success 47 failures
10836 * result/relaxng/*: updated the results
10837
10838Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10839
10840 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10841 a patch from Kjartan Maraas to fix some typos
10842
10843Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10844
10845 * relaxng.c: more bug-hunting
10846 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10847 intermediate rng tree
10848 * python/generator.py: patch from Stephane Bidoul to fix the generator
10849 on python < 2.2
10850
10851Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10852
10853 * check-relaxng-test-suite.py relaxng.c: more testing on the
10854 Relax-NG front, cleaning up the regression tests failures
10855 current state and I forgot support for "mixed":
10856 found 373 test schemas: 280 success 93 failures
10857 found 529 test instances: 401 success 68 failures
10858 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10859 moved the Name, NCName and QName validation routine in tree.c
10860 * uri.c: fixed handling of URI ending up with #, i.e. having
10861 an empty fragment ID.
10862 * result/relaxng/*: updated the results
10863
10864Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10865
10866 * check-xinclude-test-suite.py: improved the script accordingly
10867 to the XInclude regression tests updates
10868 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10869 November 2002
10870 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10871 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10872 augmented the Xpointer testsuite for the element() scheme
10873
10874Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10875
10876 * relaxng.c: added TODO for the DTD compatibility spec
10877 * xinclude.c: more bug fixes driven by the testsuite
10878
10879Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10880
10881 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10882 regression tests for XInclude, improved the script, improving
10883 XInclude error reporting mechanism
10884
10885Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10886
10887 * NEWS doc/* configure.in: preparing release 2.5.3
10888
10889Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10890
10891 * tree.c: trying to fix #104934 about some XHTML1 serialization
10892 issues.
10893
10894Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10895
10896 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10897 encoding conversion when the input buffer stops in the
10898 middle of a multibyte char
10899
10900Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10901
10902 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10903 * check-relaxng-test-suite.py: python script to run regression
10904 against OASIS RelaxNG testsuite
10905 * relaxng.c: some cleanup tweaks
10906 * HTMLparser.c globals.c: cleanups in comments
10907 * doc/libxml2-api.xml: updated the API
10908 * result/relaxng/*: errors moved files, so large diffs but
10909 no changes at the semantic level.
10910
10911Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10912
10913 * tree.c: fixing #105678 problem when dumping a namespace node.
10914
10915Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10916
10917 * xpath.c: fixed doc comment problems
10918 * python/generator.py python/libxml_wrap.h python/types.c: adding
10919 RelaxNG wrappers
10920 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10921 test of those early Python RelaxNG bindings
10922
10923Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10924
10925 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10926 * relaxng.c: found the validation problem I had with interleave
10927 when not covering all remaining siblings
10928 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10929 testsuite and check the RNG schemas against the RNG schemas
10930 given in appendix A
10931
10932Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10933
10934 * win32/Makefile.msvc: updates for RelaxNG
10935 * win32/Makefile.mingw: updates for RelaxNG
10936 * win32/libxml2.def.src: added RelaxNG exports
10937
10938Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10939
10940 * xinclude.c: applied another bug fix from Sean Chittenden
10941
10942Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10943
10944 * configure.in xmllint.c: I f...ed up the default configuration
10945 of schemas and --relaxng option display in xmllint, pointed by
10946 Morus Walter.
10947 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10948 detection module, fixes bug #105374.
10949
10950Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10951
10952 * xmlschemastypes.c: added the boolean base type.
10953
10954Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10955
10956 * xmlschemastypes.c: started implementing some of the missing
10957 default simple types
10958 * result/relaxng/*: updated the results
10959
10960Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10961
10962 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10963
10964Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10965
10966 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10967 * Makefile.am: use xmllint for doing the RelaxNG tests
10968 * configure.in: preparing 2.5.2 made schemas support default to
10969 on instead of off
10970 * relaxng.c: removed the verbosity
10971 * xmllint.c: added --relaxng option
10972 * python/generator.py python/libxml_wrap.h: prepared the integration
10973 of the new RelaxNG module and schemas
10974 * result/relaxng/*: less verbose output
10975
10976Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10977
10978 * valid.c: do not run content model validation if the
10979 content is not determinist
10980
10981Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10982
10983 * SAX.c: added the redefinition of namespaced attribute
10984 check that was missing as Fabrice Desré pointed out.
10985
10986Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10987
10988 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10989 improvements from Nick Kew, allowing to do more checking
10990 to HTML elements and attributes.
10991
10992Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10993
10994 * xinclude.c: fixing bug #105137 about entities declaration
10995 needing to be copied to the including document.
10996
10997Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10998
10999 * catalog.c: fixed bug #104817 with delegateURI
11000 * xpath.c: fixing bugs #104123 and #104125
11001
11002Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11003
11004 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11005 python/types.c: fixing #104096 to compile without regexps
11006
11007Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11008
11009 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11010 when building the automata for elem*
11011
11012Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11013
11014 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11015 bug #103827
11016
11017Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11018
11019 * HTMLparser.c: updating a comment, fixing #103776
11020
11021Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11022
11023 * parser.c: fixing bug 105049 for validity checking of content
11024 within recursive entities.
11025
11026Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11027
11028 * HTMLparser.c: try to fix # 105049
11029 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11030 * tree.c: updated a function comment
11031
11032Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11033
11034 * relaxng: more work on grammars and refs/defs
11035 * test/relaxng/* result/relaxng/*: augmented/updated the
11036 regression tests
11037
11038Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11039
11040 * relaxng: more work on name classes, except support
11041 * test/relaxng/* result/relaxng/*: augmented/updated the
11042 regression tests
11043
11044Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11045
11046 * relaxng: more work on name classes, the "validate all" schemas
11047 seems to work now.
11048 * test/relaxng/* result/relaxng/*: augmented/updated the
11049 regression tests
11050
11051Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11052
11053 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11054 * parser.c: put a guard against infinite document depth, basically
11055 trying to avoid another kind of DoS attack.
11056 * relaxng.c: some code w.r.t. nameClasses
11057
11058Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11059
11060 * test/relaxng/* result/relaxng/*: check all the namespace support
11061 was actually correct based on tutorial section 10.
11062
11063Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11064
11065 * relaxng: include seems to work okay now
11066 * test/relaxng/* result/relaxng/*: augmented/updated the
11067 regression tests
11068
11069Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11070
11071 * relaxng.c: a bit of work done in the train back.
11072 * test/relaxng/*: added one of the include tests
11073
11074Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11075
11076 * relaxng: more work done in the train
11077 * test/relaxng/* result/relaxng/*: augmented/updated the
11078 regression tests
11079
11080Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11081
11082 * relaxng.c: debugging of externalRef
11083 * test/relaxng/* result/relaxng/*: augmented/updated the
11084 regression tests
11085
11086Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11087
11088 * relaxng.c: more work on Relax-NG, implementing externalRef
11089 * test/relaxng/* result/relaxng/*: augmented/updated the
11090 regression tests
11091 * Makefile.am: cleanup to Relaxtests target
11092
11093Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11094
11095 * relaxng.c: more work on Relax-NG, implementing interleave
11096 * test/relaxng/* result/relaxng/*: augmented/updated the
11097 regression tests
11098
11099Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11100
11101 * relaxng.c: more work on Relax-NG, implementing interleave
11102 * test/relaxng/* result/relaxng/*: augmented/updated the
11103 regression tests
11104
11105Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11106
11107 * doc/tutorial/customfo.xsl
11108 * doc/tutorial/customhtml.xsl
11109 adding stylesheet customizations used to generate fo
11110 for pdf and html
11111
11112Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11113
11114 * relaxng.c: more work on Relax-NG
11115 * test/relaxng/* result/relaxng/*: augmented/updated the
11116 regression tests
11117 * xmlschemastypes.c: added a number of base type definition but not
11118 the associated checks, those are still TODOs
11119
11120Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11121
11122 in docs/tutorial:
11123 * apa.html
11124 * apb.html
11125 * apc.html
11126 * apd.html
11127 * ape.html
11128 * apf.html
11129 * apg.html
11130 * ar01s02.html
11131 * ar01s03.html
11132 * ar01s04.html
11133 * ar01s05.html
11134 * ar01s06.html
11135 * ar01s07.html
11136 * ar01s08.html
11137 * index.html
11138 * xmltutorial.pdf
11139 * xmltutorial.xml
11140 add index to tutorial
11141
11142Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11143
11144 * doc/xmlcatalog.1
11145 * doc/xmlcatalog_man.html
11146 * doc/xmlcatalog_man.xml
11147 belatedly fixing bug #93622 (adds rewriteURI type to
11148 "--add" option in xmlcatalog man page
11149
11150Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11151
11152 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11153 Julio Merino, closing #104475
11154
11155Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11156
11157 * relaxng.c: more work on Relax-NG
11158 * test/relaxng/* result/relaxng/*: augmented/updated the
11159 regression tests
11160
11161Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11162
11163 * relaxng.c: more work on Relax-NG
11164 * test/relaxng/* result/relaxng/*: augmented/updated the
11165 regression tests
11166
11167Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11168
11169 * README: updated the policy on private mail answers
11170 * relaxng.c: more work on Relax-NG
11171 * test/relaxng/* result/relaxng/*: augmented/updated the
11172 regression tests
11173
11174Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11175
11176 * error.c parser.c tree.c: applied a documentation patch from
11177 Stefan Kost
11178
11179Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11180
11181 * relaxng.c: more work on Relax-NG
11182 * doc/*: regenerated the docs
11183 * test/relaxng/* result/relaxng/*: updated and augmented the
11184 Relax-NG regression tests and results
11185
11186Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11187
11188 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11189 First commit of the new Relax-NG validation code, not generally
11190 useful yet.
11191 * test/relaxng/* result/relaxng/*: current state of the regression
11192 tests
11193
11194Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11195
11196 * tree.c: minimized the memory allocated for GetContent
11197 and a bit of cleanup.
11198
11199Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11200
11201 * python/generator.py: seems there is no good reasons to
11202 not generate bindings for XPointer
11203
11204Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11205
11206 * xmlreader.c doc/apibuild.py: applied a new patch from
11207 Stéphane Bidoul for cleanups
11208 * doc/libxml2-api.xml: rebuilt the API description with
11209 new entry points
11210
11211Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11212
11213 * xmlreader.c python/drv_libxml2.py python/generator.py
11214 python/libxml.c python/libxml.py python/libxml_wrap.h
11215 python/types.c: patch from Stéphane Bidoul for better per
11216 context error message APIs
11217 * python/tests/ctxterror.py python/tests/readererr.py:
11218 update of the tests
11219
11220Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11221
11222 * doc/guidelines.html
11223 grammar and spelling cleanup
11224
11225Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11226
11227 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11228 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
11229 a patch from Stéphane Bidoul to allow per XMLtextReader error
11230 and warning handling
11231 * python/tests/Makefile.am python/tests/readererr.py: adding the
11232 specific regression test
11233
11234Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11235
11236 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11237 should raise a syntax error
11238
11239Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11240
11241 * python/libxml.c: cleanup patch from Stéphane Bidoul
11242
11243Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11244
11245 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11246
11247Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11248
11249 * python/generator.py python/libxml.c python/libxml.py
11250 python/libxml_wrap.h python/types.c: applied and fixed a patch
11251 from Stéphane Bidoul to provide per parser error handlers at the
11252 Python level.
11253 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11254 regression test for it.
11255
11256Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11257
11258 * xmlreader.c: fixed the streaming property of the reader,
11259 it was generating tree faster than consuming it. Pointed out
11260 by Nate Myers
11261 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11262
11263Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11264
11265 * win32/libxml2.def.src: added more xmlreader and other exports
11266
11267Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11268
11269 * xpath.c: fix to the XPath implementation for parent and
11270 ancestors axis when operating on a Result Value Tree.
11271 Fixes bug #100271
11272
11273Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11274
11275 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11276 to fix some URI/file escaping problems
11277
11278Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11279
11280 * python/generator.py: fixed a bug raised by Raymond Wiker,
11281 docSetRootElement() should not raise an exception if the
11282 return is None
11283
11284Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11285
11286 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11287 fixed bug #102181 by applying the suggested change and fixing
11288 the generation/registration problem.
11289
11290Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11291
11292 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11293 routines.
11294
11295Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11296
11297 * parser.c: one more IsEmptyElement crazyness, that time in
11298 external parsed entities if substitution is asked.
11299 * python/tests/reader3.py: added a specific test.
11300
11301Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11302
11303 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
11304 support and improved error handler registration
11305
11306Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11307
11308 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11309 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11310 * README: fixed a link
11311
11312Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11313
11314 * configure.in doc/* NEWS: preparing 2.5.1 release
11315 * SAX.c parser.c: fixing XmlTextReader bug
11316
11317Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11318
11319 * SAX.c: fuck, I introduced a memory leak on external parsed
11320 entities in 2.5.0 :-(
11321
11322Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11323
11324 * xmllint.c: another fix needed as pointed by Christophe Merlet
11325 for --stream --debug if compiled without debug support.
11326
11327Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11328
11329 * doc/xmllint.xml
11330 * doc/xmllint.1:
11331 update man page with --stream and --chkregister
11332
11333Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11334
11335 * globals.c: fixed --with-threads compile
11336 * xmllint.c: fixed --without-debug compile
11337 * include/libxml/globals.h: cleanup
11338 * include/libxml/schemasInternals.h: add a missing include
11339
11340Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11341
11342 * configure.in NEWS: preparing 2.5.0 release
11343 * SAX.c: only warn in pedantic mode about namespace name
11344 brokeness
11345 * globals.c: fix a doc generation problem
11346 * uri.c: fix #101520
11347 * doc/*: updated and rebuilt the doc for the release, includuding
11348 stylesheet update
11349 * python/Makefile.am: fix a filename bug
11350
11351Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11352
11353 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11354 should not be called.
11355
11356Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11357
11358 * libxml-2.0.pc.in: applied the patch to fix #101894
11359
11360Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11361
11362 * tree.c : applied patch from Lukas Schroeder for register callbacks
11363 * valid.c: modified patch from Lukas Schroeder to test
11364 register callbacks with --chkregister
11365
11366Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11367
11368 * xmlreader.c: seriously changed the way data are pushed to
11369 the underlying parser, go by block of 512 bytes instead of
11370 tryng to detect tag boundaries at that level. Changed the
11371 way empty element are detected and tagged.
11372 * python/tests/reader.py python/tests/reader2.py
11373 python/tests/reader3.py: small changes mostly due to context
11374 reporting being different and DTD node being reported. Some
11375 errors previously undetected are now caught and fixed.
11376 * doc/xmlreader.html: flagged last section as TODO
11377
11378Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11379
11380 * python/libxml.py: integrated the Python 2.2 optimizations
11381 from Hannu Krosing, while maintaining compatibility with
11382 1.5 and 2.1
11383
11384Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11385
11386 * xmllint.c: a bit of cleanup
11387 * xmlreader.c: small fix
11388 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11389 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11390
11391Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11392
11393 * python/setup.py.in: patch from Stéphane Bidoul to include
11394 drv_libxml2.py in setup.py
11395
11396Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11397
11398 * doc/xmlreader.html: starting documenting the new XmlTextReader
11399 interface.
11400
11401Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11402
11403 * xmllint.c: added the --stream flag to use the TextReader API
11404 * xmlreader.c: small performance tweak
11405
11406Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11407
11408 * xmlreader.c python/tests/reader2py: okay the DTD validation
11409 code on top of the XMLTextParser API should be solid now.
11410
11411Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11412
11413 * xmlreader.c python/tests/reader2py: Fixing some more mess
11414 with validation and recursive entities while using the
11415 reader interface, it's getting a bit messy...
11416
11417Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11418
11419 * xmlreader.c python/tests/reader.py: another couple of problem
11420 related to IsEmptyElement reported by Stéphane Bidoul needed
11421 some fixes.
11422
11423Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11424
11425 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
11426 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
11427 based on the python XmlTextReader interface.
11428
11429Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11430
11431 * tree.c: backing out one change in the last patch which broke the
11432 regression tests
11433
11434Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11435
11436 * global.data globals.c tree.c include/libxml/globals.h: applied
11437 an old patch from Lukas Schroeder to track node creation and
11438 destruction. Probably missing a lot of references at the moment
11439 and not usable reliably.
11440
11441Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11442
11443 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11444 from doc/news.html and a stylesheet
11445
11446Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11447
11448 * xmlreader.c python/tests/reader.py: fixed another couple of
11449 xmlreader bugs reported by Stéphane Bidoul and added tests.
11450
11451Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11452
11453 * xmlreader.c python/tests/reader2.py: fixed another validity
11454 checking in external parsed entities raised by Stéphane Bidoul
11455 and added a specific regression test.
11456 * python/tests/reader3.py: cleanup
11457
11458Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11459
11460 * xmlreader.c python/tests/reader2.py: fixed a problem with
11461 validation within entities pointed by Stéphane Bidoul, augmented
11462 the tests to catch those.
11463
11464Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * python/generator.py: modified the generator to allow keeping
11467 class references when creating new classes, needed to fix a bug
11468 pointed by Stéphane Bidoul where the input buffer of the
11469 xmlTextReader instance gets destroyed if the python wrapper for
11470 the input is not referenced anymore.
11471
11472Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11473
11474 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11475 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11476
11477Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11478
11479 * xmlreader.c python/tests/reader.py: fixed another problem
11480 pointed by Stéphane Bidoul
11481
11482Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11483
11484 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11485 with "<a/>"
11486
11487Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11488
11489 * SAX.c: warn on xmlns:prefix="foo"
11490 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11491 for namespace attributes handling.
11492
11493Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11494
11495 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11496 a really nasty problem raised by a DocBook XSLT transform
11497 provided by Sebastian Bergmann
11498
11499Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11500
11501 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11502 by Stéphane Bidoul and integrated it into the tests
11503
11504Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11505
11506 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11507 extended the XmlTextReader API a bit, addding accessors for
11508 the current doc and node, and an entity substitution mode for
11509 the parser.
11510 * python/libxml.py python/libxml2class.txt: related updates
11511 * python/tests/Makefile.am python/tests/reader.py
11512 python/tests/reader2.py python/tests/reader3.py: updated a bit
11513 the old tests and added a new one to test the entities handling
11514
11515Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11516
11517 * python/generator.py python/libxml2class.txt
11518 python/tests/reader.py python/tests/reader2.py: changed the
11519 generator to provide casing for the XmlTextReader similar to
11520 C# so that examples and documentation are more directly transposable.
11521 Fixed the couple of tests in the suite.
11522
11523Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11524
11525 * doc/guidelines.html: added a document on guildeline for
11526 publishing and deploying XML
11527
11528Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11529
11530 * valid.c xmlreader.c: final touch running DTD validation
11531 on the XmlTextReader
11532 * python/tests/Makefile.am python/tests/reader2.py: added a
11533 specific run based on the examples from test/valid/*.xml
11534
11535Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11536
11537 * python/libxml.py: added a few predefined xmlTextReader parser
11538 configuration values.
11539
11540Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11541
11542 * python/libxml_wrap.h: trying to fix #102037
11543
11544Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11545
11546 * SAX.c: fixing bug #95296, when the predefined entities
11547 are redefined in the DTD the default one must be used
11548 instead anyway.
11549
11550Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11551
11552 * doc/xmllint.xml
11553 * doc/xmllint.1
11554 Add discussion of XML_DEBUG_CATALOG to xmllint man
11555 page - bug #100907
11556
11557Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11558
11559 * xmlreader.c: Fixed the empty node detection to avoid reporting
11560 an inexistant close tag.
11561
11562Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11565 for Python 2.1
11566
11567Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11568
11569 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11570
11571Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11572
11573 * doc/libxml2-api.xml python/tests/reader.py: one really need
11574 to provide the base URI information when creating a reader parser
11575 from an input stream. Updated the API and the example using it.
11576
11577Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11580 include/libxml/valid.h include/libxml/xmlreader.h: working on
11581 DTD validation on top of xml reader interfaces. Allows to
11582 validate arbitrary large instances. This required some extensions
11583 to the valid module interface and augmenting the size of xmlID
11584 and xmlRef structs a bit.
11585 * uri.c xmlregexp.c: simple cleanup.
11586
11587Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11590 work on the xml reader interfaces.
11591 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11592 Web page for the Windows binaries.
11593
11594Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11595
11596 * xmlIO.c: applied a patch for VMS following the report by
11597 Nigel Hall
11598
11599Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11600
11601 * parser.c: the parseStartTag bug fix wasn't complete.
11602
11603Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11604
11605 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11606 parseStartTag, fixing it.
11607 * test/att4 result/att4 result/noent/att4: adding the test
11608 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11609 more methods to XmlTextReader.
11610
11611Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11612
11613 * win32/libxml2.def.src: added more xml reader exports
11614 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11615 to the build
11616
11617Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11618
11619 * doc/tutorial/xmltutorial.xml
11620 plus generated html and pdf
11621 Updating tutorial again based on further comments from Niraj
11622 Tolia on the last iteration
11623
11624Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11625
11626 * doc/tutorial/xmltutorial.xml
11627 * doc/tutorial/includekeyword.c
11628 * doc/tutorial/includegetattribute.c
11629 plus generated html and pdf
11630 Adding fix from Niraj Tolia to tutorial to properly free memory.
11631
11632Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11633
11634 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11635 more methods of XmlTextReader.
11636 * python/libxml2class.txt python/tests/reader.py: this increased the
11637 methods in the bndings, augmented the test to check those new
11638 functions.
11639
11640Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11641
11642 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11643 methods of XmlTextReader.
11644 * python/generator.py python/libxml_wrap.h python/types.c
11645 python/libxml2class.txt: added the reader to the Python bindings
11646 * python/tests/Makefile.am python/tests/reader.py: added a specific
11647 test for the Python bindings of the Reader APIs
11648 * parser.c: small cleanup.
11649
11650Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11651
11652 * xinclude.c: fallback was only copying the first child not the
11653 full child list of the fallback element, closes #89684 as reopened
11654 by Bernd Kuemmerlen
11655
11656Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11657
11658 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11659
11660Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11661
11662 * configure.in: preparing release of 2.4.30
11663 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11664 gives enum values, fix functype return type, put back fields in
11665 structs
11666 * doc/*: updated the docs rebuilt
11667
11668Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11669
11670 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11671 about htmlNodeDumpOutput location.
11672 * xpath.c: removed an undefined function signature
11673 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11674 too many symbols in the API breaking the python bindings.
11675 Updated with the libxslt/libexslt changes.
11676
11677Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * configure.in: preparing release of 2.4.29
11680 * doc/*: rebuilt the docs and API
11681 * xmlreader.c: a few more fixes for the XmlTextReader API
11682
11683Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11684
11685 * include/win32config.h: applied mingw patch from Magnus Henoch
11686
11687Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11688
11689 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11690
11691Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11692
11693 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11694 building Python script, does the C parsing directly, generates
11695 a better API description including structure fieds defs and
11696 enums. Still a couple of bugs, but good enough for the python
11697 wrappers now.
11698 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11699 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11700 include/libxml/schemasInternals.h include/libxml/tree.h: more
11701 cleanup based on the python analysis script reports.
11702 * libxml.spec.in: make sure the API XML description is part of the
11703 devel package.
11704
11705Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11706
11707 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11708 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11709 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11710 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11711 code cleanup, especially the function comments.
11712 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11713
11714Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11715
11716 * Makefile.am xmlreader.c include/libxml/Makefile.am
11717 include/libxml/xmlreader.h: Adding a new set of APIs based on
11718 the C# TextXmlReader API but converted to C. Allow to parse
11719 in constant memory usage, far simpler to program and explain
11720 than the SAX like APIs, unfinished but working.
11721 * testReader.c: test program
11722
11723Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11724
11725 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11726
11727Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11728
11729 * tree.c: Chip turner indicated that XHTML1 serialization
11730 rule for style actually break on both IE and Mozilla,
11731 try to avoid the rule if escaping ain't necessary
11732
11733Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11734
11735 * nanhttp.c: handle HTTP URL escaping, problem reported by
11736 Glen Nakamura and Stefano Zacchiroli
11737
11738Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11739
11740 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11741
11742Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11743
11744 * uri.c: Johann Richard pointed out some XPointer problems for
11745 URN based URI references in XInclude. Modified the URI parsing
11746 and saving routines to allow correct parsing and saving of
11747 XPointers, especially when attached to "opaque" scheme accordingly
11748 to RFC 2396
11749
11750Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11751
11752 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11753 of refactoring to the HTML saving code.
11754 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11755 in the doc.
11756
11757Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11758
11759 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11760 to a buffer API to reuse the generic dump to an OutputIO layer,
11761 this reduces code, fixes xmlNodeDump() for XHTML, also made
11762 xmlNodeDump() now return the number of byte written.
11763
11764Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11765
11766 * python/setup.py.in: another patch from Stéphane Bidoul for
11767 Python bindings on Windows
11768 * doc/parsedecl.py: small cleanup
11769
11770Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11771
11772 * libxml.spec.in configure.in: add a line in %changelog for releases
11773
11774Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11775
11776 * parser.c: patch from Marcus Clarke fixing a problem in entities
11777 parsing that was detected in KDe documentations environment.
11778
11779Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11780
11781 * python/libxml.c (libxml_prev): Return the previous as opposed to
11782 the next node (I guess this is the result of some cut & paste programming:)
11783
11784Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11785
11786 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11787
11788Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11789
11790 * python/generator.py python/libxml.c python/setup.py.in: trying
11791 to fix the Python bindings build on Windows (Stéphane Bidoul)
11792
11793Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11794
11795 * win32/configure.js: added option for python bindings
11796 * win32/libxml2.def.src: added more exports
11797
11798Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11799
11800 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11801 pthreads
11802 * win32/wince/*: applied updates to Windows CE port from Javier
11803
11804Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11805
11806 * configure.in: preparing 2.4.28
11807 * libxml.spec.in doc/Makefile.am: some cleanup
11808 * doc/*: updated the news and regenerated.
11809
11810Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11811
11812 * HTMLparser.c: final touch at closing #87235 </p> end tags
11813 need to be generated.
11814 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11815 this change slightly the output of a few tests
11816 * doc/*: regenerated
11817
11818Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11819
11820 * parserInternals.c: fixing bug #99190 when UTF8 document are
11821 parsed using the progressive parser and the end of the chunk
11822 is in the middle of an UTF8 multibyte character.
11823
11824Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11825
11826 * threads.c: fixed initialization problem in xmlNewGlobalState
11827 which was causing crash.
11828 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11829 in xmlInitializeGlobalState.
11830 * parserInternals.c: cleaned up ctxt->sax initialisation.
11831
11832Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11833
11834 * tree.c include/libxml/tree.h: modified the existing APIs
11835 to handle XHTML1 serialization rules automatically, also add
11836 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11837 libxslt serialization uses it when needed without changing
11838 the library API.
11839 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11840 result/xhtml1: added a new test specifically for xhtml1 output
11841 and updated the result of one XHTML1 test
11842
11843Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11844
11845 * xinclude.c parserInternals.c encoding.c: fixed #99082
11846 for xi:include encoding="..." support on text includes.
11847 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11848 test/XInclude/ents/isolatin.txt : added a specific regression test
11849 * python/generator.py python/libxml2class.txt: fixed the generator
11850 the new set of comments generated for doc/libxml2-api.xml were
11851 breaking the python generation.
11852
11853Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11854
11855 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11856 * configure.in: patch for Solaris on new autoconf closes #98880
11857 * doc/parsedecl.py: repair the frigging API building script,
11858 did I say that python xmllib sucks ?
11859 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11860 and some comment are no more truncated.
11861
11862Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11863
11864 * parser.c: Martin Stoilov pointed out a potential leak in
11865 xmlCreateMemoryParserCtxt
11866
11867Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11868
11869 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11870 included in HTML documents and using the push parser.
11871
11872Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11873
11874 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11875 specified, look for the Python interpreter not just in the
11876 specified root but also in the specified location. Fixes #98825
11877
11878Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11879
11880 * python/libxml.c: fixing bug #98792 , node may have no doc
11881 and dereferencing without checking ain't good ...
11882
11883Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11884
11885 * configure.in: preparing release 2.4.27
11886 * doc/* : updated and rebuilt the docs
11887 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11888 and all the docs are actually packaged and in the final RPMs
11889 * parser.c parserInternals.c include/libxml/parser.h: restore
11890 xmllint --recover feature.
11891
11892Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11893
11894 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11895 processing of parsed entities, and XPath computation on sustitued
11896 entities.
11897 * testXPath.c: make sure entities are substitued.
11898
11899Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11900
11901 * parser.c: fixed #96594, which was totally dependent on the
11902 processing of internal parsed entities, which had to be changed.
11903
11904Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11905
11906 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11907 trying to fix bug #98517 about building outside the source tree
11908 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11909
11910Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11911
11912 * include/win32config.h: cleanup
11913 * win32/Makefile.mingw: integrated mingw in JScript configure
11914 * win32/Makefile.msvc: modified to allow mingw coexistence
11915 * win32/configure.js: integrated mingw
11916 * win32/Readme.txt: cleanup
11917
11918Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * HTMLparser.c: strengthen the guard in the Pop macros,
11921 like in the XML parser, closes bug #97315
11922
11923Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11924
11925 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11926 callback is never used.
11927
11928Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11929
11930 * parserInternals.c: fixed the initialization of the SAX structure
11931 which was breaking xsltproc
11932 * xpath.c: patch from Petr Pajas for CDATA nodes
11933 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11934 * parser.c include/libxml/parser.h: patch from Peter Jones
11935 removing a leak in xmlSAXParseMemory() and adding the
11936 function xmlSAXParseMemoryWithData()
11937
11938Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11939
11940 adding pdf of tutorial, changing web page to link to it
11941 * doc/tutorial/xmltutorial.pdf
11942 * doc/xml.html
11943 * doc/docs.html
11944
11945Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11946
11947 * doc/tutorial/ar01s08.html
11948 adding file what I forgot for tutorial
11949
11950Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11951
11952 Adding encoding discussion to tutorial
11953 Added:
11954 * doc/tutorial/images/*.png: DocBook admonition image files
11955 * doc/tutorial/apf.html, apg.html: new generated html
11956 * doc/tutorial/includeconvert.c: conversion code entity file
11957 changed:
11958 * doc/tutorial/xmltutorial.xml: DocBook original
11959 * doc/tutorial/*.html: generated html
11960
11961Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11962
11963 * include/libxml/*.h: retired xmlwin32version.h
11964 * doc/Makefile.am: retired xmlwin32version.h
11965 * win32/configure.js: retired xmlwin32version.h
11966
11967Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11968
11969 * win32/libxml2.def.src: exported additional symbols
11970 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11971 sisterhood
11972
11973Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11974
11975 * globals.c: fixed a typo pointed out by Igor
11976 * xpath.c: try to speed up node compare using line numbers
11977 if available.
11978
11979Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11980
11981 * tree.c: make xmlFreeNode() handle attributes correctly.
11982
11983Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11984
11985 * catalog.c: completed the #96963 fix, as reported by Karl
11986 Eichwalder
11987
11988Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11989
11990 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11991
11992Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11993
11994 * Makefile.am: switched the order of a couple of includes
11995 to fix bugs #97100
11996
11997Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11998
11999 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12000 xmlLoadCatalogs that used to separate directories with a ':'.
12001
12002Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12003
12004 * threads.c: improvements to the Windows-side of thread handling
12005 * testThreads.c: conditionally excluded unistd.h
12006 * testThradsWin32.c: broke overlong lines
12007 * include/win32config.h: adapted thread-related macros to the new
12008 scheme and for pthreads on Windows
12009 * win32/Makefile.msvc: introduced a more flexible thread build,
12010 added testThreads[Win32].c to the build
12011 * win32/configure.js: introduced a more flexible thread config
12012
120132002-10-31 John Fleck <jfleck@inkstain.net>
12014
12015 * doc/xml.html (and, by implication, FAQ.html)
12016 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12017
12018Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12019
12020 * configure.in: removed xmlwin32version.h
12021 * include/libxml/Makefile.am: removed xmlwin32version.h
12022
12023Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12024
12025 * tree.c: applied patch from Brian Stafford to fix a bug
12026 in xmlReconciliateNs()
12027
12028Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12029
12030 * tree.c: applied patch from Christian Glahn to allow
12031 xmlNewChild() on document fragment nodes
12032
12033Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12034
12035 * parser.c: Christian Glahn found a problem with a recent
12036 patch to xmlParseBalancedChunkMemoryRecover()
12037 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12038 problems
12039 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12040 test/schemas/seq*: added the test cases from Charles
12041
12042Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12043
12044 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12045 serious cleanup of the spec file and associated changes
12046 in the Makefiles.
12047 * valid.c: try to remove some warnings on x86_64
12048
12049Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12050
12051 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12052 fix bug #96586
12053
12054Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12055
12056 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12057 parsing, applied his patch
12058 * result/HTML/attrents.html result/HTML/attrents.html.err
12059 result/HTML/attrents.html.sax test/HTML/attrents.html:
12060 added the test and result case provided by Mikhail Sogrine
12061
12062Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12063
12064 * vms/build_libxml.com vms/config.vms vms/readme.vms
12065 include/libxml/parser.h include/libxml/parserInternals.h
12066 include/libxml/tree.h include/libxml/xmlIO.h
12067 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12068 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12069 Applied the VMS update patch from Craig A. Berry
12070 * doc/*.html: update
12071
12072Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12073
12074 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12075
12076Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12077
12078 * debugXML.c: adding a grep command to --shell in xmllint
12079 for T.V. Raman
12080
12081Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * xmlcatalog.c: tried to fix some of the problem with --sgml
12084
12085Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12086
12087 * parser.c: tried to fix bug #91500 where doc->children may
12088 be overriden by a call to xmlParseBalancedChunkMemory()
12089
12090Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12091
12092 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12093 identifiers in SGML catalogs containing '&'
12094
12095Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12096
12097 * python/types.c: fixed bugs when passing result value tree
12098 to Python functions.
12099
12100Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12101
12102 * configure.in: preparing the release of 2.4.26
12103 * doc/*: updated and rebuilt the documentation
12104
12105Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * parser.c: fixed a XML Namespace compliance bug reported by
12108 Alexander Grimalovsky
12109
12110Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12111
12112 * HTMLtree.c: fixed serialization of script and style when
12113 they are not lowercase (i.e. added using the API to the tree).
12114
12115Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12116
12117 * valid.c: make xmlValidateDocument emit a warning msg if there
12118 is no DTD, pointed by Christian Glahn
12119
12120Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12121
12122 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12123 content model when some of the blocks have min or max, and a couple
12124 of bugs found in the process.
12125 * result/schemas/list0* test/schemas/list0*: added some specific
12126 regression tests
12127
12128Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * README: updated the contact informations
12131
12132Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12133
12134 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12135 misses it, reported by Peter Bray.
12136
12137Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12140 and removed a few warnings
12141
12142Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12143
12144 * parser.c: Christian Glahn found a small bug in the push parser.
12145 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12146 public
12147
12148Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12149
12150 * xmlschemas.c include/libxml/xmlschemas.h: added
12151 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12152 * testSchemas.c: added --memory to test the new interface
12153
12154Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12155
12156 * doc/index.py doc/search.php: integrated the XSLT indexing,
12157 a few fixed in the indexer, added a scope selection at the
12158 search level.
12159
12160Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12161
12162 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12163 this was due to uninitialized parts of the validation context
12164
12165Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12166
12167 * debugXML.c: applied patch from Mark Vakoc except the API
12168 change, preserved it.
12169 * doc/*: updated the docs to point to the search engine for
12170 information lookup or before bug/help reports.
12171
12172Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12173
12174 * doc/index.py doc/search.php: added mailing-list archives
12175 indexing and lookup
12176
12177Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12178
12179 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12180
12181Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12182
12183 * doc/index.py: improved HTML indexing
12184 * doc/search.php: make the queries also lookup the HTML based indexes
12185
12186Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12187
12188 * doc/index.py: added HTML page indexing
12189
12190Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12191
12192 * xmlIO.c: extended Windows path normalisation to fix the base
12193 problem in libxslt.
12194 * catalog.c: fixed list handling in XML_CATALOG_FILES
12195
12196Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12197
12198 * valid.c: typo/bug found by Christian Glahn
12199
12200Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12201
12202 * xmlIO.c: applied Windows CE patch from Javier.
12203 * win32/wince: new directory, contains support for the PocketPC
12204 with Windows CE from Javier.
12205 * include/win32config.h: reorganised, removed duplicate
12206 definitions and applied WinCE patch from Javier.
12207 * include/wsockcompat.h: new file, now contains WinSock
12208 compatibility macros.
12209 * win32/Makefile.msvc: introduced double-run compilation.
12210
12211Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12212
12213 * configure.in include/libxml/xmlwin32version.h: preparing release
12214 of 2.4.25
12215 * doc/*: updated and regenerated teh docs and web pages.
12216
12217Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12218
12219 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12220 error were not covering namespace declarations.
12221 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12222 it was missing the attribute declaration for the namespace
12223 * result/VC/NS3: the fix now report breakages in that test
12224
12225Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12226
12227 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12228
12229Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12230
12231 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12232 and regenerated the docs and web site
12233
12234Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12235
12236 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12237 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12238 not before
12239
12240Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12241
12242 * python/generator.py python/libxml2class.txt: fixed a stupid error
12243 breaking the python API
12244
12245Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12246
12247 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12248 triostr.c triostr.h: applied a trio update patch from
12249 Bjorn Reese which should work with MinGW
12250
12251Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12252
12253 * tree.c: improving some documentation comments
12254 * xmlregexp.c: found and fixed a mem leak with python regression tests
12255 * doc/*: rebuilt the doc and the API XML file including the
12256 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12257 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12258 python/types.c: added access to the XML Schemas regexps from
12259 python
12260 * python/tests/Makefile.am python/tests/regexp.py: added a
12261 simple regexp bindings test
12262
12263Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12264
12265 * doc/xml.html:
12266 fixing ftp links - thanks to Vitaly Ostanin
12267
12268Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12269
12270 * xmlregexp.c: fixed the data callback on transition functionality
12271 which was broken when using the compact form
12272 * result/schemas/*: updated the results, less verbose, all tests
12273 pass like before
12274 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12275 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12276 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12277 annoying warnings
12278 * xpath.c: try to provide better error report when possible
12279
12280Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12281
12282 * Makefile.am: fixed a breakage raised by Jacob
12283
12284Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12285
12286 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12287 which don't use sockets
12288
12289Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12290
12291 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12292 * win32/configure.js: applied zlib patch from Daniel Gehriger
12293
12294Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12295
12296 * win32/configure.js: applied the patch from Mark Vakoc for
12297 regexp support
12298 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12299 for regexp support
12300
12301Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12302
12303 * xmlschemastypes.c: as pointed by Igor Float and Double
12304 parsing ain't finished yet
12305
12306Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12307
12308 * Makefile.am configure.in: trying to fix #88412 by bypassing
12309 all the python subdir if python ain't detected
12310
12311Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12312
12313 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12314 made configuring with regexps/automata/unicode the default
12315 but without schemas ATM
12316 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12317 fixed the regexp based DTD validation performance and memory
12318 problem by switching to a compact form for determinist regexps
12319 and detecting the determinism property in the process. Seems
12320 as fast as the old DTD validation specific engine :-) despite
12321 the regexp built and compaction process.
12322
12323Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12324
12325 * valid.c: determinism is debugged, new DTD checking code now works
12326 but xmlFAComputesDeterminism takes far too much CPU and the whole
12327 set usues too much memory to be really usable as-is
12328
12329Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12330
12331 * tree.c: fixed another stupid bug in xmlGetNodePath()
12332 * xmllint.c: --version now report the options compiled in
12333
12334Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12335
12336 * HTMLparser.c: small cleanup
12337 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12338 when configured with them. A bit of debugging around the determinism
12339 checks is still needed
12340
12341Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12342
12343 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12344
12345Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12346
12347 * xmlIO.c: small portability glitch fixed.
12348
12349Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12350
12351 * xmlschemastypes.c: incomplete steps for real/double support
12352 * testAutomata.c include/libxml/xmlautomata.h
12353 include/libxml/xmlregexp.h: avoiding a compilation problem
12354 * valid.c include/libxml/valid.h: starting the work toward using
12355 the regexps for actual DTD validation
12356
12357Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12358
12359 * hash.c: cosmetic cleanup
12360 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12361 integrating a DTD validation layer based on the regexps
12362
12363Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12364
12365 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12366 the determinism was tested before eliminating the epsilon
12367 transitions :-(
12368
12369Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12370
12371 * python/generator.py python/libxml.c python/libxml.py
12372 python/libxml2-python-api.xml python/libxml2class.txt
12373 python/libxml_wrap.h python/types.c: updated the python
12374 bindings, added code for easier File I/O, and the ability to
12375 define a resolver from Python fixing bug #91635
12376 * python/tests/Makefile.am python/tests/inbuf.py
12377 python/tests/outbuf.py python/tests/pushSAXhtml.py
12378 python/tests/resolver.py python/tests/serialize.py: updated
12379 and augmented the set of Python tests.
12380
12381Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12382
12383 * win32/configure.js: added more readme info for the binary
12384 package.
12385
12386Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12387
12388 * xmlIO.c: fixed a stupid out of bound array error
12389
12390Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12391
12392 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12393 messing around with support for Windows path, cleanups,
12394 trying to identify and fix the various code path to the
12395 filename access. Added xmlNormalizeWindowsPath()
12396
12397Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12398
12399 * error.c valid.c: working on better error reporting of validity
12400 errors, especially providing an accurate context.
12401 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12402 error reports in those cases.
12403
12404Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12405
12406 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12407 parser.c parserInternals.c xmlIO.c: get rid of all the
12408 perror() calls made in the library execution paths. This
12409 should fix both #92059 and #92385
12410
12411Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12412
12413 * xmllint.c: memory leak reporting was broken after a change
12414 of the preprocessor symbol used to activate it.
12415
12416Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12417
12418 * tree.c: try to make the copy function work for node of
12419 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12420 DOM layers though, not libxml2 itself.
12421
12422Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * valid.c: try to provide file and line informations, not all
12425 messages are covered, but it's a (good) start
12426
12427Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12428
12429 * xinclude.c: reimplemented a large part of the XInclude
12430 processor, trying to minimize resources used, James Henstridge
12431 provided a huge test case which was exhibiting severe memory
12432 consumption problems.
12433
12434Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12435
12436 * python/Makefile.am: applied patch from Christophe Merlet to
12437 reestablish DESTDIR
12438
12439Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12440
12441 * libxml.spec.in: fixes libary path for x86_64 AMD
12442
12443Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12444
12445 * doc/tutorial/includekeyword.c
12446 * doc/tutorial/xmltutorial.xml:
12447 (plus resulting generated html files)
12448 fixing one spot I missed in the tutorial where I hadn't freed
12449 memory properly
12450
12451Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12452
12453 * doc/tutorial/includeaddattribute.c
12454 * doc/tutorial/includeaddkeyword.c
12455 * doc/tutorial/includegetattribute.c
12456 * doc/tutorial/includekeyword.c
12457 * doc/tutorial/xmltutorial.xml
12458 * doc/tutorial/*.html:
12459 update tutorial to properly free memory (thanks to Christopher
12460 R. Harris for pointing out that this needs to be done)
12461 * doc/tutorial/images/callouts/*.png:
12462 added image files so the callouts are graphical, making it
12463 easier to read ( use "--param callout.graphics 1" to generate
12464 html with graphical callouts)
12465
12466Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12467
12468 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12469 nice logos generated by Marc Liyanage
12470 * doc/site.xsl *.html: changed the stylesheet to show the new
12471 logo and regenerated the pages
12472
12473Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12474
12475 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12476
12477Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12478
12479 * xpath.c: possible mem leak patch from Jason Adams
12480
12481Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12482
12483 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12484 in the XQuery namespace
12485 * configure.in: preparing 2.4.24
12486 * doc/*.html: updated the web pages
12487
12488Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12489
12490 * python/generator.py: closing bug #85258 by generating conditional
12491 compile check to avoid linking to routines not configured in.
12492
124932002-08-22 Havoc Pennington <hp@pobox.com>
12494
12495 * autogen.sh: update error message for missing automake
12496
12497Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12498
12499 * python/Makefile.am: typo in target name resulted in libxml2.py
12500 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12501
12502Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12503
12504 * win32/win32/Makefile.mingw: updated with version from
12505 Elizabeth Barham at http://soggytrousers.net/repository/
12506
12507Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12508
12509 * win32/Makefile.msvc: added the prefix location to the include
12510 and lib search path.
12511
125122002-08-18 Havoc Pennington <hp@pobox.com>
12513
12514 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12515 both automake 1.6 and 1.4 installed get the right automake. Means
12516 compilation from CVS will now require the latest automake 1.4
12517 release, or manually creating symlinks called "automake-1.4" and
12518 "aclocal-1.4"
12519
12520Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12521
12522 * configure.in python/Makefile.am: more AMD 64 induced changes from
12523 Frederic Crozat
12524
12525Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12526
12527 * xinclude.c: oops I was missing the xml:base fixup too
12528 * result/XInclude/*.xml: this adds xml:base attributes to most
12529 results of the tests
12530
12531Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12532
12533 * xinclude.c: quick but apparently working implementation of
12534 xi:fallback, should close bug #89684
12535 * Makefile.am test/XInclude/docs/fallback.xml
12536 result/XInclude/fallback.xml: added a basic test for fallback,
12537 and run with --nowarning to avoid a spurious warning
12538 * configure.in: applied patch from Frederic Crozat for python
12539 bindings on AMD 64bits machines.
12540
12541Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12542
12543 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12544 the caller don't pass a SAX callback block.
12545
12546Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * tree.c: applied the same fix for the XML-1.0 namespace to
12549 xmlSearchNsByHref() as was done for xmlSearchNs()
12550
12551Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12552
12553 * libxml.3: small cleanup of the man page
12554 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12555 when serializing HREF attributes generated by XSLT.
12556
12557Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12558
12559 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12560 version of Marc Liyanage' patch for boolean attributes in HTML
12561 output
12562
12563Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * python/tests/serialize.py: fixed the test results, indenting
12566 behaviour changed slightly
12567
12568Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12569
12570 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12571 new c14n function to Windows def files
12572
12573Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12574
12575 * c14n.c: fixed a memory leak in c14n code
12576
12577Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12578
12579 * parser.c include/libxml/parser.h: adding a new API for Christian
12580 Glahn: xmlParseBalancedChunkMemoryRecover
12581 * valid.c: patch from Rick Jones for some grammar cleanup in
12582 validation messages
12583 * result/VC/* result/valid/*: this slightly change some of the
12584 regression tests outputs
12585
12586Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12587
12588 * tree.c: trying to fix a problem in namespaced attribute handling
12589 raised by Christian Glahn
12590
12591Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12592
12593 * encoding.c include/libxml/encoding.h: Opening the interface
12594 xmlNewCharEncodingHandler as requested in #89415
12595 * python/generator.py python/setup.py.in: applied cleanup
12596 patches from Marc-Andre Lemburg
12597 * tree.c: fixing bug #89332 on a specific case of loosing
12598 the XML-1.0 namespace on xml:xxx attributes
12599
12600Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12601
12602 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12603 corner case from new Merlin's test suite and added a callback
12604 that will be used to improve xmlsec performance
12605
12606Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12607
12608 * HTMLtree.c: trying to fix the <style> escaping problem in
12609 HTML serialization bug #89342
12610
12611Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12612
12613 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12614 and rebuilt the web site.
12615
12616Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12617
12618 * include/libxml/tree.h: added _private member to xmlNs struct
12619
12620Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12621
12622 * HTMLparser.c: fixing bug #84876 based on the xml working
12623 code.
12624
12625Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12626
12627 * python/Makefile.am: enhanced to fix bug 72012 (errors
12628 when using '-jX' make parameter)
12629
12630Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12631
12632 * xpath.c: small additional enhancement for booleans
12633 compared to nodesets
12634
12635Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * HTMLtree.c: changed the order of the encoding declaration
12638 attributes in the meta tags due to a bug in IE/Mac
12639
12640Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12641
12642 * xpath.c: enhanced handling of booleans (especially '='
12643 and '!=' for nodesets) - fixes bug 85256. Added new
12644 routine xmlXPathNotEqualValues for more proper handling
12645 of '!=' when nodesets are involved.
12646
12647Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12648
12649 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12650 doc/xmlcatalog_man.xml to the source distribution
12651
12652Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12653
12654 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12655 asked for this.
12656
12657Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12658
12659 * configure.in: preparing 2.4.23
12660 * doc/*: rebuilt the docs
12661
12662Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12663
12664 * parser.c: fixing bug #84169 by fixing the
12665 comment of xmlCreatePushParserCtxt to describe the
12666 encoding detection parameters better.
12667
12668Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12669
12670 * valid.c: fixing bug #79331 in one path the lookup for
12671 ID attributes on a namespaced node wasn't handled correctly :-\
12672
12673Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12674
12675 * HTMLparser.c: trying to fix 87235 about discarded white
12676 spaces in the HTML parser.
12677 * result/HTML/*: this changes the output of a number of HTML
12678 regression tests
12679
12680Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12681
12682 * xpath.c: applied patch from Richard Jinks for the namespace
12683 axis + fixed a memory error.
12684 * parser.c parserInternals.c: applied patches from Peter Jacobi
12685 removing ctxt->token for good.
12686 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12687 popped out by the regression tests.
12688 * Makefile.am: patch for threads makefile from Gary Pennington
12689
12690Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12691
12692 * xpath.c: enhanced behaviour of position() after usage of
12693 expressions involving preceding-sibling (et al).
12694
12695Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12696
12697 * hash.c: applied a patch from Peter Jacobi to solve a problem
12698 when compiling with the Watcom C on Win32
12699 * result/schemas/*.err: the change of hashing algo generated
12700 permutations in the output
12701
12702Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12703
12704 * hash.c: applied patch from Sander Vesik improving the quality of
12705 the hash function.
12706
127072002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12708
12709 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12710 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12711 xmllint.c xpath.c: replaced sprintf() with snprintf()
12712 to prevent possible buffer overflow (the bug was pointed
12713 out by Anju Premachandran)
12714
12715Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12716
12717 * parser.c: removed an uninitialized data error popped by valgrind
12718 on PE references
12719
12720Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12721
12722 * doc/xml.html
12723 adding tutorial reference to the web page
12724
12725Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12726
12727 * doc/tutorial/xmltutorial.xml
12728 * doc/tutorial/ar01s07.html
12729 * doc/tutorial/ape.html
12730 * doc/tutorial/includegetattribute.c
12731 adding section to tutorial about retrieving an attribute
12732 value
12733
12734Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12735
12736 * parser.c: applied a couple of patches from Peter Jacobi to start
12737 to get rid of ctxt->token, with a possible significant speed
12738 improvement to be gained once done. Better compliance with PE
12739 references constructs in DTDs too.
12740 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12741 from Peter too
12742
12743Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12744
12745 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12746 xmlParseElement was likely to have been deallocated at the
12747 time of the report, possibly leading to segfault. Just report
12748 the tag name now.
12749
12750Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12751
12752 * xpath.c: patch from Richard Jinks for XPath substring() function
12753 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12754
127552002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12756
12757 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12758
12759Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12760
12761 *doc/FAQ.html
12762 fixing typos in FAQ, thanks to Robert Funnell for the
12763 editing help
12764
12765Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12766
12767 * NEWS: got complaints from rpmlint that it was empty
12768
12769Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12770
12771 * added doc/tutorial, including:
12772 apa.html
12773 apb.html
12774 apc.html
12775 apd.html
12776 ar01s02.html
12777 ar01s03.html
12778 ar01s04.html
12779 ar01s05.html
12780 ar01s06.html
12781 includeaddattribute.c
12782 includeaddkeyword.c
12783 includekeyword.c
12784 includestory.xml
12785 index.html
12786 xmltutorial.xml
12787 libxml tutorial, including generated html
12788
12789Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12790
12791 * result/c14n/exc-without-comments/merlin-c14n-two-*
12792 result/c14n/without-comments/merlin-c14n-two-*
12793 test/c14n/exc-without-comments/merlin-c14n-two-*
12794 test/c14n/without-comments/merlin-c14n-two-*
12795 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12796 c14n/exc-c14n and slightly modified test script to handle
12797 these test cases
12798 * c14n.c: fixed bugs for complicated nodes set (namespace
12799 without node and others from merlin-c14n-two.tar.gz)
12800 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12801 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12802 for xmlsec performance patch
12803 * xpath.c: fixed self::node() for namespaces and attributes
12804
12805Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12806
12807 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12808 but with the format parameter
12809 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12810
12811Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12812
12813 * Makefile.am: updated c14n tests suite
12814 * c14n.c: performance improvement for previous c14n patch
12815
12816Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * parser.c: another peroformance patch from Peter Jacobi, that
12819 time on parsing attribute values.
12820
12821Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12822
12823 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12824 into LibXML2 test suite
12825
12826Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12827
12828 * c14n.c: propagating xpath ancesstors node fix to c14n
12829 plus small performance improvement to reduce number of
12830 mallocs
12831 * xpath.c: fixed ancestors axis processing for namespace nodes
12832
12833Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12834
12835 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12836 Peter Jacobi
12837
12838Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12839
12840 * configure.in: preparing 2.4.22
12841
12842Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12843
12844 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12845 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12846 a public entry point.
12847 * doc/*: rebuilt the API and docs
12848
12849Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12850
12851 * xpath.c: patch from Richard Jinks to fix a problem introduced
12852 in the previous patch and pointed by Norm
12853
12854Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12855
12856 * libxml.spec.in: fixing bug #81112
12857
12858Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12859
12860 * uri.c: fixing bug #82848
12861
12862Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12863
12864 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12865 output of one catalog test
12866
12867Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12868
12869 * global.data globals.c tree.c include/libxml/globals.h
12870 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12871 default value for global parameter xmlIndentTreeOutput to 1 and
12872 introduced new global parameter xmlTreeIndentString (the string
12873 used to do one-level indent) with default value " " (as it was
12874 in tree.c)
12875
12876Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12877
12878 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12879 with trio and schemas.
12880
12881Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12882
12883 * xpath.c: patch from Richard Jinks to fix the problem raised in
12884 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12885
12886Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12887
12888 * xmlschemas.c: a bit of work on import.
12889 * xmlschemastypes.c: Charles Bozeman provided a compare function
12890 for date/time types so min/max facet restrictions should work,
12891 indeterminate comparisons return an error instead of equal.
12892 * test/schemas/date_0* result/schemas/date_0_0: specific test
12893 from Charles Bozeman too
12894
12895Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12896
12897 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12898 from Christian Cornelssen fixing the man pages and the Catalog
12899 building script.
12900 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12901 next step is <xs:import> I now have a reasonable understanding
12902 of how it works.
12903
12904Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12905
12906 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12907
12908Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12909
12910 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12911
12912Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12913
12914 * xpath.c: fixing an XPath function evalutation bug pointed out
12915 by Alexey Efimov where the context was lost when evaluating
12916 the function arguments
12917
12918Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12919
12920 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12921 function public for XMLSec performance optimizations
12922
12923Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12924
12925 * python/generator.py python/libxml2class.txt : fixed a problem
12926 with the HTML parser pointed by Gary Benson
12927 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12928 example
12929
12930Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12931 * parser.c: fixed bug #81159 (memory growth in SAX)
12932
12933Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12934 * xpath.c: fixed bug #78858 (the real fix)
12935
12936Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12937 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12938
12939Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12940
12941 * tree.c: modified xmlNodeSetBase to allow changing the
12942 base of a document.
12943
12944Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12945
12946 * xmlschemastypes.c: patch Charles Bozeman for validation of
12947 all the date, time, and duration types
12948 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12949 * configure.in: fixed an error pointed by an user
12950 * xml2-config.in: fixed an error pointed by an user
12951
12952Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12953
12954 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12955 win32/libxml2.def.src xmlIO.c: exported default
12956 'file:', 'http:' and 'ftp:' protocols input handlers
12957 and maked protocols comparisson case insensitive
12958
12959Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12960
12961 * configure.in: Neven Has detected a typo
12962
12963Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12964
12965 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12966 as one of the persons allowed to commit directly to the
12967 module.
12968
12969Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12970
12971 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12972 * valid.c: raised a too low limit
12973 * doc/*: rebuilt the docs
12974
12975Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12976
12977 * test/XPath/expr/floats test/XPath/expr/functions
12978 result/XPath/expr/floats result/XPath/expr/functions
12979 xpath.c: another XPath conformance patch from Richard Jinks
12980
12981Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12982
12983 * xmlschemas.c: fixed validation of attribute groups.
12984 * test/schemas result/schemas: added an example from the primer
12985
12986Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12987
12988 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12989 * test/schemas result/schemas: updated the test list
12990
12991Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12992
12993 * TODO: updated a bit
12994 * parser.c: made a comment more specific
12995 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12996 Schemas conformance.
12997 * test/schemas result/schemas: updated the test list
12998
12999Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13000
13001 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13002 implementing xs:all with minOccurs = 0
13003 * tes/schemas/* result/schemas/*: added more tests covering
13004 xs:all
13005
13006Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13007
13008 * xmlregexp.c: first implementation of the all particle, this
13009 may need to be revisited for case where not all transitions
13010 must be crossed.
13011
13012Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13013
13014 * tree.c: another entity processing update from Markus Henke
13015
13016Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13017
13018 * trionan.c: fixed crash on OSF/1
13019
13020Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13021
13022 * xmlschemas.c: more Schemas work
13023 * test/schemas/* result/schemas/*: added more tests coming
13024 from the spec.
13025
13026Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13027
13028 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13029 ExcC14N specification
13030
13031Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13032
13033 * tree.c: patch from Markus Henke, fix for recursive entities.
13034
13035Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13036
13037 * xpath.c: fix a problem with string() on a document node.
13038
13039Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13040
13041 * Makefile.am xmlschemas.c: more Schemas work
13042 * test/schemas/* result/schemas/*: added more tests coming
13043 from the spec.
13044
13045Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13046
13047 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13048 * result/HTML/*: this changes a few things in the results
13049
13050Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13051
13052 * include/libxml/tree.h: eliminated 'declaration different than
13053 prototype' warning
13054 * include/win32config.h: "resolved" conflicts with errno.h
13055
13056Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13057
13058 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13059 on the automata interfaces and debug of counted choices
13060 * test/schemas/* result/schemas/*: added a number of tests
13061
13062Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13063
13064 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13065 a bit of work on Schemas
13066 * testSchemas.c: try to make it more useful
13067 * test/schemas/* result/schemas/* Makefile.am: changed the
13068 Schemas regression test procedure, started adding a few samples
13069
13070Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13071
13072 * include/libxml/encoding.h: Patch for the Borland C++ builder
13073 * include/libxml/tree.h: Patch for the Borland C++ builder
13074 * threads.c: Patch for the Borland C++ builder
13075 * win32/bcb5: New directory for the Borland C++ builder
13076 project files
13077
13078Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13079
13080 * win32/Makefile.msvc: Update for XML Schema support
13081 * win32/configure.js: Update for XML Schema support
13082 * win32/libxml2.def.src: Update for XML Schema support
13083
13084Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13085
13086 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13087 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13088 xmlunicode.c include/libxml/Makefile.am
13089 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13090 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13091 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13092 include/libxml/xmlversion.h.in : merged the current state of
13093 XML Schemas implementation, it is not configured in by default,
13094 a specific --schemas configure option has been added.
13095 * test/automata test/regexp test/schemas Makefile.am
13096 result/automata result/regexp result/schemas:
13097 merged automata/regexp/schemas regression tests
13098
13099Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13100
13101 * xpath.c: Gary found a compile time problem, fixes #78823
13102
13103Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13104
13105 * configure.in: release of 2.4.20
13106 * doc/*: updated and rebuilt the docs
13107
13108Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13109
13110 * python/Makefile.am: patch from Cristian Gafton to build on
13111 Red Hat 6.2, should also fix #75779
13112
13113Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13114
13115 * valid.c: first part of fixing #78729
13116
13117Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13120 escaping of URI when saving HTML files.
13121 * result/HTML/*: this impacted some tests
13122
13123Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13124
13125 * configure.in: trying to fix #77441
13126
13127Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13128
13129 * include/libxml/xmlIO.h: Hallski complained it could not be
13130 included by itself.
13131
13132Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13133
13134 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13135
13136Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13137
13138 * win32/configure.js: patch from Nilo for the c14n option
13139 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13140
13141Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13142
13143 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13144 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13145 LIBXML_THREAD_ENABLED
13146
13147Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13148
13149 * xpath.c: another patch from Richard Jinks for substring conformance
13150 * test/XPath/expr/floats test/XPath/expr/strings
13151 result/XPath/expr/floats result/XPath/expr/strings: update of the
13152 test suite to check those.
13153
13154Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13155
13156 * xpath.c: patch from Richard Jinks for .x float parsing.
13157
13158Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13159
13160 * parser.c: patch from Markus Henke when an encoding ain't recognized
13161
13162Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13163
13164 * libxml.m4: got a report that #include <string.h> was needed
13165
13166Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13167
13168 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13169
13170Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13171
13172 * doc/example.html: fixing typo
13173
13174Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13175
13176 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13177 pointed out by Melvyn Sopacua.
13178
13179Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13180
13181 * libxml.m4: Frédéric Crozat gave a patch related to the change
13182 of Include paths breaking the libxml.m4
13183
13184Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13185
13186 * xpath.c: Fix bug #76927 forgot to save some context
13187 when evaluating binary expressions
13188
13189Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13190
13191 * configure.in: fixed configure for MPE/iX from Markus Henke
13192 * xmlmemory.c: fixed initialization problems
13193 * xpath.c: another set of patches from Richard Jinks this
13194 fixes "make XPathtests" on linux
13195
13196Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13197
13198 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13199 * test/XPath/expr/compare test/XPath/expr/equality
13200 test/XPath/expr/floats test/XPath/expr/functions
13201 test/XPath/expr/strings result/XPath/expr/compare
13202 result/XPath/expr/equality result/XPath/expr/floats
13203 result/XPath/expr/functions result/XPath/expr/strings: Updated
13204 tests though they show a divergence on Linux
13205
13206Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13207
13208 * xpath.c trionan.c: previous commit also included patches
13209 from Richard Jinks on some IEEE support corner case
13210
13211Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13212
13213 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13214 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13215 that $(datadir) should be used for docs
13216
13217Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13218
13219 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13220 could leak filedescriptors
13221
13222Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13223
13224 * configure.in nanohttp.c: applied patch from Allan Clark for
13225 UnixWare/OpenServer
13226
13227Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13228
13229 * configure.in: preparing 2.4.19
13230 * doc/*: rebuilt the docs
13231
13232Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13233
13234 * nanohttp.c: fixing #76043, got fed up with non-portability
13235 of that piece of code.
13236
13237Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13238
13239 * valid.c SAX.c: Never commit without running "make tests" :-(
13240 fix a couple of stupidities in the previous commit
13241 * result/*: a few changes in some attribute order result of previous
13242 commit.
13243
13244Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13245
13246 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13247 the internal subset should not raise duplicate ID errors,
13248 also there was a small bug in conjunction to namespace
13249 declarations defaulted and xml:xxx attributes DTD definitions.
13250
13251Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13252
13253 * xpath.c: Richard Jinks also raised some rounding problems
13254 this tries to fix them
13255
13256Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13257
13258 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13259 behaviour in xmlXPathCastToString()
13260
13261Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13262
13263 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13264 raised by Morus Walter
13265
13266Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13267
13268 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13269 from Igor
13270
13271Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13272
13273 * xpath.c: fixing #75619, related to a problem when trying
13274 to evaluate condition when the current node set resulting
13275 from that sub-step evaluation is empty. Also fixes 2 potential
13276 problem with previous-sibling and next-siblings axis.
13277
13278Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13279
13280 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13281 HTML support is not configured in.
13282
13283Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13284
13285 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13286 include/libxml/tree.h: dohh I really didn't intended to commit
13287 this test version :-(
13288
13289Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13290
13291 * testSAX.c: I wanted to see the real speed at the SAX interface
13292 after a little too many Ximianer started complaining about the
13293 parser speed.
13294 added a --quiet option:
13295 paphio:~/XML -> ls -l db100000.xml
13296 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13297 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13298 3200006 callbacks generated
13299 real 0m1.270s
13300 Which means 16MBytes/s and 3Mcallback/s
13301
13302Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13303
13304 * xpath.c: valgrind spotted another error that time when running
13305 on libxslt regression tests
13306
13307Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13308
13309 * Makefile.am: adding "make valgrind" running the full regression
13310 tests (except python ones) under Valgrind (using valgrind -q
13311 which was kindly added by the author).
13312 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13313 passes cleanly now except an obcure floating point initialization
13314 raised in log10() in one XPath regression test ???
13315 * tree.c: edited some comments to close #75244
13316
13317Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13318
13319 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13320 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13321 context of ScrollKeeper, made sure that if the number is
13322 an integer, the serialization follows the description at
13323 http://www.w3.org/TR/xpath#section-String-Functions
13324
13325Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13326
13327 * configure.in: preparing 2.4.18
13328 * doc/*: updated and rebuilt the web site
13329 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13330 the Windows and Cygwin maintainers.
13331 * parser.c: humm, changed the way the SAX parser work when
13332 xmlSubstituteEntitiesDefault(1) is set, it will then
13333 do the entity registration and loading by itself in case the
13334 user provided SAX getEntity() returns NULL.
13335 * testSAX.c: added --noent to test the behaviour.
13336
13337Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13338
13339 * parser.c: Wilfried Teiken provided a hackish but working
13340 way to get context reported back on entities when parsing
13341 with SAX and without breaking the DOM build.
13342
13343Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13344
13345 * c14n.c: applied a new patch from Aleksey Sanin
13346 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13347 to reference Aleksey implementation of XML digital Signatures
13348
13349Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13350
13351 * xpath.c: small fix to avoid potential problem due to
13352 ordering of freeing data
13353 * python/Makefile.am: people were complaining about
13354 the generated file in python dir not being built
13355
13356Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13357
13358 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13359 python/generator.py python/libxml.c python/types.c: Cleanup
13360 of the python Makefiles based on Jacob and James feedback,
13361 fixed the spec file accordingly, fixed the number of warning
13362 that passing my pedantic CFLAGS was generating. Conclusion
13363 is that Python includes are real crap.
13364
13365Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13366
13367 * configure,in: it was reported quite a few times that
13368 xml2-config --cflags should not output
13369 -I$includeprefix/libxml2/libxml because libxml2 header names
13370 clashes with existing names like list.h from C++ stl.
13371 Includes should be #include<libxml/xxx.h> so ...
13372
13373Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13374
13375 * c14n.c: another patch from Aleksey Sanin
13376
13377Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13378
13379 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13380 canonicalization algorithm
13381 * doc/xml.html doc/index.html: added the C14N references on the
13382 index page.
13383
133842002-03-13 jacob berkman <jacob@ximian.com>
13385
13386 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13387 usage, redundant, and gcc specific
13388
13389Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13390
13391 * xpath.c: speedup some node selection operations, this can
13392 have a significant impact on DocBook Norm's stylesheets
13393 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13394 make sure it's always the case
13395 * debugXML.c: distinguish CDATA and comments in ls operations
13396
13397Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13398
13399 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13400 to generate better API descriptions etc...
13401
13402Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13403
13404 * c14n.c: Fixing #74186, made sure all boolean expressions
13405 get fully parenthesized, ran indent on the output
13406 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13407 include/libxml/tree.h: also #74186 related, removed the
13408 --with-buffers option, and all the preprocessor conditional
13409 sections that were resulting from it.
13410
13411Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13412
13413 * valid.c: applied patch from Dodji Seketeli fixing an
13414 uninitailized variable in xmlValidGetValidElements()
13415
13416Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13417
13418 * c14n.c: fixed a few comments
13419 * doc/*.html doc/*/*.html: regenerated the docs and added
13420 the C14N API
13421 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13422
13423Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13424
13425 * check-xml-test-suite.py: fix to adapt varaiations in the
13426 bindings
13427 * configure.in python/setup.py python/setup.py.in: fixed to
13428 have the version of the python scripts automatically updated
13429
13430Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13431
13432 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13433 in xmlCopyProp()
13434
13435Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13436
13437 * configure.in: preparing 2.4.17 release
13438 * doc/*: updated and rebuilt the docs
13439 * xpath.c: fixed a comment
13440 * python/libxml.c: fixed a possible reentrancy problem
13441
13442Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13443
13444 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13445 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13446 added a specific regression test
13447 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13448 not raise exceptions when failing to find the attribute.
13449
13450Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13451
13452 * configure.in xmllint.c: owen pointed out a problem with the
13453 ftme fix, gettimeofday() was not detected by configure and
13454 the ftime header wasn't included, dohhh
13455
13456Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13457
13458 * configure.in xmllint.c: trying to fix #71457 for timing
13459 precision when gettimeofday() is not availble but ftime() is
13460
13461Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13462
13463 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13464 are now copied on install and part of the -devel RPM
13465
13466Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13467
13468 * xpath.c: trying to avoid bug #72150 which was apparently
13469 caused by a gcc bug (or a processor problem) as detailed
13470 at http://veillard.com/gcc.bug
13471
13472Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13473
13474 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13475 fixed xmlReconciliateNs(), added a Python test/example for
13476 inter-document cut'n paste
13477 * python/libxml.py: fixed node.doc on document nodes and added
13478 xpathEval() onto node objects
13479
13480Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13481
13482 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13483 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13484 fixup and integrated tests for the serialization stuff
13485
13486Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13487
13488 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13489 moved the libxml man page to section 3
13490
13491Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13492
13493 * tree.c: fix bug #72490
13494 * python/libxml.c python/libxml.py: added methods serialize()
13495 and saveTo() to all node elements.
13496
13497Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13498
13499 * xmlIO.c: closed #73430, don't read from an input source
13500 which indicated an end-of-file or an error.
13501
13502Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13503
13504 * parser.c: make sure SAX endDocument is always called as
13505 this could result in a Python memory leak otherwise (it's
13506 used to decrement ref-counting)
13507 * python/generator.py python/libxml.c python/libxml.py
13508 python/libxml2-python-api.xml python/libxml2class.txt
13509 python/tests/error.py python/tests/xpath.py: implemented
13510 the suggestions made by Gary Benson and extended the tests
13511 to match it.
13512
13513Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13514
13515 * python/generator.py: applied patch fixing #73450
13516
13517Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13518
13519 * xpath.c: fixing #61290 "namespace nodes have no parent"
13520 long standing divergence from the XPath REC. NodeSets
13521 simply hold a copy of namespace nodes and those node ->next
13522 points to the parent (which may not be the node carrying the
13523 definition).
13524 * include/libxml/xpath.h: flagged but didn't added a possible
13525 speedup
13526 * DOCBparser.c HTMLparser.c: removed some warnings from push
13527 parser due to new state being added.
13528 * tree.c: new fix from Boris Erdmann
13529 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13530 the XML Canonalization support from Aleksey Sanin
13531
13532Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13533
13534 * tree.c: patch from Boris Erdmann fixing some namespace odities
13535 with xmlCopyNode()
13536
13537Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13538
13539 * xmlIO.c: fix bug #72706 when loading a NULL entity
13540
13541Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13544 actually change in a future XML Namespace revision.
13545
13546Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13547
13548 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13549 added the possibility of returning nodesets from XPath extension
13550 functions written in Python
13551
13552Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13553
13554 * python/*: commiting some Python bindings work done while travelling
13555
13556Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13557
13558 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13559 explicitely with memory debugging switched on
13560
13561Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13564 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13565 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13566 the accessor generator for strings
13567 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13568 regression test.
13569
13570Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13571
13572 * python/README python/generator.py python/libxml.c python/setup.py:
13573 added the 'usual' setup.py to allow building a libxml2-python
13574 module based on the same code. The initialization is however
13575 different the 2 .so files fo libxml2 and libxslt are identical and
13576 they entry point initialize both libraries. this is done to avoid
13577 some possible nasty problem since the Python don't merge the maps
13578 of all shared modules.
13579
13580Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13581
13582 * parser.c: fixed a push/encoding bug reported by Michael
13583 on librsvg
13584
13585Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13586
13587 * include/libxml/parserInternals.h: fixes a misplaced #endif
13588
13589Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13590
13591 * parser.c valid.c: found and fixed a couple of allocation bugs
13592
13593Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13594
13595 * doc/xml.html doc/python.html doc/*: added a Python and binding
13596 page describing the current state of the Python bindings and
13597 giving pointers to the other languages wrappers.
13598
13599Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13600
13601 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13602 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13603 rebuilt the API and web site
13604 * xpath.c: fixed #71978 portability bugs
13605
13606Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13607
13608 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13609
13610Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13611
13612 * include/libxml/parserInternals.h parser.c: had to change
13613 2 internal parsing API when processing document content
13614 to check the start and end of element content are defined
13615 in the same entity
13616 * valid.c include/libxml/valid.h: attribute normalization can
13617 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13618 with the context to report it.
13619 * SAX.c: fixed the last known bugs, crazy validation constraints
13620 when a document is standalone seems correctly handled. There
13621 is a couple of open issues left which need consideration especially
13622 PE93 on external unparsed entities and standalone status.
13623 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13624 The 2 tests left failing are actually in error. Cleanup done.
13625
13626Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13627
13628 * valid.c: implemented E59 spaces in CDATA does not match the
13629 nonterminal S
13630
13631Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13632
13633 * SAX.c parser.c valid.c: more validation test fixups
13634 * check-xml-test-suite.py: added duration info for the tests
13635
13636Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13637
13638 * parser.c valid.c: a couple of errors were reported but not
13639 saved back as such in the parsing context. Down to 1% failure rate
13640 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13641
13642Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13643
13644 * xmlInternald.c: isExtender was missing a char
13645 * parser.c include/libxml/parser.h: % are acceptable in the
13646 internal subset if within a PUBLIC ID
13647
13648Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13649
13650 * SAX.c parserInternals.c valid.c: more work on the conformance
13651 suite. Took the step to finally block documents with encoding
13652 errors. It's a fatal error per the spec, people should have fixed
13653 their documents by now.
13654
13655Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13656
13657 * check-xml-test-suite.py: fixed the test script after some discussion
13658 on the semantic of TYPE="error"
13659 * Makefile.am: added the script to the distrib
13660
13661Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13662
13663 * SAX.c entities.c: fixed a couple of conformances issues deep
13664 into the validation code (standalone and undeclared Notations)
13665
13666Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13667
13668 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13669 stayed there for years !
13670
13671Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13672
13673 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13674 missing
13675
13676Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13677
13678 * check-xml-test-suite.py: improved the behaviour a bit as
13679 well as the logs
13680 * parser.c valid.c SAX.c: fixed a few more bugs
13681 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13682
13683Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13684
13685 * check-xml-test-suite.py: python script to run regression tests
13686 against the XML Test suite of W3C/OASis
13687 * SAX.c: fixed a validation bug
13688 * parser.c: fixed 3 errors pointed by the test suite
13689 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13690 * python/Makefile.am: fixed a dependendy
13691
13692Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * xmlmemory.c: avoid a warning bug #71594
13695
13696Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13697
13698 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13699 warning on alpha/Tru64
13700
13701Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13702
13703 * include/libxml/entities.h: fixing a comment
13704 * valid.c: fixing some troubles with validity check on namespaces
13705 * result/VC/NS3 test/VC/NS3: added a specific regression test
13706
13707Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13708
13709 * tree.c: Fixing #71342 serializing '\n' in attribute values
13710 * result/noent/att3 result/att3 test/att3: added a specific
13711 test.
13712
13713Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13714
13715 * python/libxml.c: couple of bug fixes
13716
13717Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13718
13719 * python/*.py: removed tabs and used spaces.
13720
13721Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13722
13723 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13724 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13725
13726Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13727
13728 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13729 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13730
13731Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13732
13733 * include/libxml/encoding.h include/libxml/entities.h
13734 include/libxml/globals.h include/libxml/parser.h
13735 include/libxml/threads.h include/libxml/tree.h
13736 include/libxml/xmlmemory.h: trying to fix the include mess
13737
13738Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13739
13740 * include/libxml/xmlmemory.h: reverted part of the previous
13741 attempt to provide #69655, this was breaking the build.
13742
13743Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13744
13745 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13746 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13747 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13748 include/libxml/parserInternals.h include/libxml/tree.h
13749 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13750 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13751 clean.
13752 * python/libxml.c: fixed a warning.
13753
13754Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13755
13756 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13757 copying of node, merge back IDs in the target document.
13758 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13759 test/XInclude/ents/ids.xml: test case
13760 * result/VC/ElementValid4: output changed due to a typo fix
13761
13762Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13763
13764 * python/Makefile.am: seems some version of automake didn't
13765 generate the dependencies right as Jacob found out. Add
13766 an extra dependency rule.
13767
13768Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13769
13770 * parserInternals.c valid.c: Justin Fletcher found some parts
13771 of the code needing cleanup
13772 * libxml.spec.in python/Makefile.am python/generator.py
13773 python/libxml.c python/libxml.py: Fixed the python Makefiles
13774 corrected a bug showing up on ia64, changed the name of the
13775 python internal module too
13776
13777Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13778
13779 * Makefile.am: applied patch from Andris Pavenis for binary
13780 name suffixes
13781
13782Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13783
13784 * xmllint.c win32/win32config.h: fixing #68748
13785
13786Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13787
13788 * valid.c: fixing #70166
13789
13790Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13791
13792 * valid.c: fixing #70077
13793
13794Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13795
13796 * Copyright Makefile.am README configure.in libxml.spec.in:
13797 Changed to the MIT Licence
13798 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13799 doc/xmlio.html: updated the doc accordingly
13800 * include/libxml/xmlwin32version.h configure.in: preparing
13801 2.4.14 release
13802 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13803 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13804 fixed the const xmlChar * wrapper and generator, XPath extension
13805 functions now use the context as first argument
13806 * python/tests/tstxpath.py python/tests/xpath.py
13807 python/tests/xpathext.py: Updated the tests accordingly
13808 * tree.c: fixed bug #70067
13809
13810Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13811
13812 * Makefile.am: cleanup
13813 * debugXML.c: always use stdout if output is NULL
13814 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13815 * python/Makefile.am python/generator.py python/libxml2class.txt
13816 python/libxml_wrap.h python/types.c: augmented the number of bindings
13817 handling FILE * and XPath contexts
13818 * python/tests/Makefile.am: avoid a stupid problem due to the
13819 use of TEST.
13820
13821Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13822
13823 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13824
13825Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13826
13827 * python/TODO python/libxml.c: cleanup the extension function lookup
13828 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13829
13830Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13831
13832 * configure.in python/Makefile.am: do not install outside
13833 of prefix
13834
13835Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13836
13837 * python/TODO python/libxml.c: started adding SAX interfaces
13838 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13839 SAX test
13840
13841Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13842
13843 * tree.c: hardened the addChild function
13844 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13845 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13846 added accessors needed for xmlNode, a bit more testing and
13847 extension of interfaces
13848 * python/tests/Makefile.am python/tests/build.py: added a test
13849 build from scratch/save/load/check
13850
13851Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13852
13853 * parserInternals.c: change a small bit in the way valididy
13854 error messages get initialized
13855 * python/TODO python/libxml.c python/libxml2-python-api.xml
13856 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13857 added some memory debugging to track leaks at the libxml2 level
13858 * python/tests/*.py: changed all tests to check for leaks,
13859 there is just one left in XPath extension registrations.
13860
13861Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13862
13863 * python/TODO python/generator.py python/libxml2-python-api.xml
13864 python/libxml2class.txt: more accessor classes for the parser
13865 context, allow to switch on and check validity
13866 * python/tests/Makefile.am python/tests/error.py
13867 python/tests/invalid.xml python/tests/valid.xml
13868 python/tests/validate.py: attded more test and and added error.py
13869 which I forgot to commit in the last step
13870
13871Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * python/Makefile.am python/types.c: cleanup
13874 * python/libxml.c python/libxml.py python/libxml_wrap.h
13875 python/generator.py python/libxml2-python-api.xml
13876 python/libxml2class.txt: added class for parser context, added
13877 first cut for push mode support. Added a framework to generate
13878 accessors functions.
13879 * python/tests/Makefile.am python/tests/push.py: added a push
13880 test
13881
13882Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13883
13884 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13885 bug a bit of cleanup.
13886
13887Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13888
13889 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13890 python/libxml2class.txt: adding error redirections and preformat
13891 to a python handler
13892 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13893 tests self checking
13894
13895Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13896
13897 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13898 a function
13899
13900Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13901
13902 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13903 python/libxml.c python/libxml2-python-api.xml
13904 python/libxml2class.txt: Progressing through the TODOs, class
13905 description output, extra XML API, RPM now builds the wrappers
13906 for all python installed versions
13907
13908Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13909
13910 * configure.in libxml.spec.in python/Makefile.am python/TODO
13911 python/generator.py python/libxml2class.txt: added more informations
13912 in the libxml2-python package including docs. Slightly changed
13913 the class hierarchy
13914 * python/tests/*: added basic regression tests infrastructure too
13915
13916Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13917
13918 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13919 added libxml2-python as part of the packages installed
13920
13921Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13922
13923 * python/Makefile.am python/generator.py python/libxml.c
13924 python/libxml.py: more work, now able to extend the
13925 XPath interpreter with functions written in python.
13926
13927Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13928
13929 * python/Makefile.am: Jacob sent a patch to allow building from
13930 tarfile.
13931
13932Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13933
13934 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13935 inserted the python wrappers build, I hope this won't be too
13936 unportable
13937
13938Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13939
13940 * xpath.c: minor optimization
13941 * python/generator.py python/libxml.c python/libxml.py
13942 python/libxml_wrap.h: more work on the python bindings,
13943 they now support XPath and there is no evident leak
13944
13945Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13946
13947 * python/generator.py python/libxml.c python/libxml.py:
13948 more work on the python bindings generator.
13949
13950Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13951
13952 * python/generator.py python/libxml.c python/libxml_wrap.h:
13953 more work on the python bindings.
13954
13955Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13956
13957 * python/generator.py python/libxml.c python/libxml.py
13958 python/libxml_wrap.h: commited early version of a python binding
13959 for private use only ATM
13960
13961Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13962
13963 * entities.c tree.c include/libxml/entities.h: applied patch
13964 from Anthony Jones to implement copy of DTD subtree too. Had
13965 just to keep 2 function private which really ought to become
13966 public ones.
13967
13968Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13969
13970 * xmllint.c: added pointers to the web pages in the usage()
13971
13972Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13973
13974 * tree.c: more fixes from Petr Kozelka for attribute handling
13975 in the tree API to align the semantic with DOM.
13976
13977Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13978
13979 * valid.c tree.c entities.c: another set of patches from
13980 Anthony Jones for copy operations cleanup and robustness
13981
13982Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13983
13984 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13985 an alphabetic index based on comments content
13986 * doc/*: rebuilt the web site with the new references
13987
13988Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13989
13990 * parserInternals.h: Greg Sjaardema suggested to use an
13991 eponential buffer groth policy in xmlParserAddNodeInfo()
13992
13993Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13994
13995 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13996 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13997 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13998 to generate cross-references, and added/updated the stylesheets
13999 to generate and link API indexes. The generic keyword index
14000 is not done yet.
14001 * doc/*.html: regenerated all the usual docs too
14002
14003Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14004
14005 * debugXML.c: added an xpath function to the shell for T. V. Raman
14006
14007Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14008
14009 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14010 debug routines.
14011
14012Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14013
14014 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14015 support of attribute nodes
14016
14017Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14018
14019 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14020 hopefully near complete and fully documented of the API in XML
14021 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14022 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14023 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14024 include/libxml/parserInternals.h include/libxml/valid.hi
14025 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14026 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14027 include/libxml/xpath.h include/libxml/xpathInternals.h:
14028 Cleaned up the doc comments a lot in the process, the interface
14029 coverage is now 100%
14030
14031Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14032
14033 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14034 extracts comments from the gtk-doc DocBook output (a bit
14035 convoluted but seems to work).
14036
14037Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14038
14039 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14040 added an XML description of the API, moved the script generating
14041 it here. Added a "make api" target
14042
14043Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14044
14045 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14046
14047Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14048
14049 * xpath.c include/libxml/xpathInternals.h: the change made to
14050 xmlXPathFuncLookupFunc was incompatible roll it back
14051
14052Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14053
14054 * SAX.c: cleanup patch from Anthony Jones
14055 * doc/Makefile.am: fix the headers to avoid in make scan
14056 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14057 includes, * vs Ptr and general cleanup
14058 * parsedecl.py: first version of a script to extract the
14059 module interfaces, the goal will be to provide .decl or XML
14060 specification of the interfaces to build wrappers.
14061
14062Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14063
14064 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14065 now provides return codes in case of errors
14066
14067Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14068
14069 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14070 Upgraded to trio baseline 1.6
14071 * strio.h strio.c: Replaced by triostr.h and triostr.c
14072
14073Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14074
14075 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14076 of strdup usage in the code
14077
14078Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14079
14080 * parser.c error.c: Keith Isdale complained rightly that
14081 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14082
14083Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14084
14085 * tree.c: fixed the funxtion to set the xml: attributes
14086 * debugXML.c: added "setbase" to test it.
14087
14088Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14089
14090 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14091 to allow updating an attribute content
14092
14093Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14094
14095 * libxml.h: try to avoid problems when compiling on Windows
14096
14097Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14098
14099 * hash.c: patch from Anthony Jones for hash.c allocation size
14100 * Makefile.am: trying to work around Yet Another Libtool Madness
14101 and build the 2.4.13 release finally ...
14102
14103Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14104
14105 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14106 * doc/* : update of the documentation
14107
14108Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14109
14110 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14111 at fixing #61290 :-(
14112
14113Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14114
14115 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14116 Fixes bug #67229
14117
14118Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14119
14120 * tree.c: trying to avoid troubles when a subtree is copied
14121 and coalesced in part with the target tree. Should fix
14122 bug #67407
14123
14124Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14125
14126 * valid.c: fixed validation of attributes content of type
14127 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14128 values, very old bug. Fixes #67671
14129
14130Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14131
14132 * parser.c include/libxml/parserInternals.h tree.c: integrated
14133 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14134 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14135
14136Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14137
14138 * threads.c: applied Serguei Narojnyi's patch to add native
14139 thread support on the Win32 platform
14140 * testThreadsWin32.c Makefile.am: added the test program also
14141 from Serguei, Win32 specific
14142 * include/win32config.h include/libxml/xmlwin32version.h.in:
14143 added patch from Igor for the Windows thread specific defines.
14144
14145Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14146
14147 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14148
14149Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14150
14151 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14152 output page into XMLinfo.html. Close bug #66951 and
14153 raised by Robert Collins too.
14154
14155Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14156
14157 * encoding.c: Paul Keogh pointed out a possibility of segfault
14158 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14159 Closes bug # 68238
14160
14161Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14162
14163 * doc/*.html: updated the Gdome2 links
14164
14165Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14166
14167 * libxml.h: Applied following patches from Robert Collins
14168 and make sure IN_LIBXML is defined when compiling it
14169 -------
14170 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14171 as well as Visual C.
14172 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14173 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14174 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14175 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14176 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14177 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14178 xmlSysIDExists xmlNoNetExists).
14179 * xmllint.c: Don't include winsock2.h for Cygwin.
14180
14181Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14182
14183 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14184 when the version info is not present.
14185
14186Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14187
14188 * tree.c: Anthony Jones pointed out a problem in
14189 xmlStringGetNodeList() and provided a fix for it
14190
14191Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14192
14193 * parser.c: patch from Frank J Franklin to remove a bug in
14194 xmlCreatePushParserCtxt() when the initial buffer passed
14195 is large.
14196
14197Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14198
14199 * win32/*: big cleanup of the Windows/MSVC project files
14200 from Igor Zlatkovic
14201
14202Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14203
14204 * doc/Makefile.am: should fix #67674 and avoid troubles if
14205 xsltproc is not available or fails in the prefix provided
14206
14207Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14208
14209 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14210
14211Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14212
14213 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14214 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14215 Fixed a few other problems raised by Charlie Bozeman.
14216 * result/VC/ElementValid[5-7]: fixed the output
14217
14218Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14219
14220 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14221 patches from Charlie Bozeman. Regenerated the HTML docs.
14222
14223Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14224
14225 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14226 for Windows from Igor
14227
14228Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14229
14230 * xmllint.c: applied Justin Fletcher patch for --output or -o
14231
14232Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14233
14234 * win32/libxml2/libxml2.def.src: close #67019
14235
14236Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14237
14238 * xmllint.c: applied Justin Fletcher generic timing patch
14239 similar to the one already applied to xsltproc.
14240
14241Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14242
14243 * include/libxml/tree.h tree.c: applied documentation patches
14244 from Charlie Bozeman
14245
14246Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14247
14248 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14249
14250Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14251
14252 * valid.c: fix the xmlStrdup() used in the previous patch.
14253 * valid.c: added --dropdtd
14254 * tree.c: fixed xmlUnlinkNode so it also removes the references
14255 from the document if the node is a DTD
14256
14257Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14258
14259 * HTMLtree.c valid.c: cleanup some static declarations
14260
14261Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14262
14263 * xmllint.c: removed another strdup()
14264 * doc/FAQ: removed the HP/UX entry
14265
14266Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14267
14268 * valid.c: fix bug #66816 when validating.
14269 * xmllint.c: don't use sys/time.h if configure did not found it
14270
14271Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14272
14273 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14274 xmlcatalog_man.xml
14275
14276Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14277
14278 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14279 xmlInitMemory() was declared twice
14280
14281Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14282
14283 * globals.c: do not reference strdup() !
14284 * configure.in libxml-2.0.pc.in: trying to fix the libs
14285 of the various config extraction modules
14286
14287Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14288
14289 * configure.in : preparing 2.4.12
14290 * doc/* : updated and rebuilt the docs
14291
14292Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14293
14294 * uri.c: closed bug #66159
14295 * testURI.c: added --escape option
14296 * configure.in: some cleanup for xml2-config --cflags
14297
14298Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14299
14300 * globals.c testThreads.c: removed some misplaced includes
14301 of xmlversion.h
14302
14303Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14304
14305 * threads.c: patch from Gary Pennington fixing a possible
14306 problem at initialization time.
14307
14308Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14309
14310 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14311 Eric Lavigne contribution to build libxml2 on MacOS using
14312 CodeWarrior.
14313
14314Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14315
14316 * xmllint.c: applied Geert Kloosterman's patch to fix
14317 --repeat --timing output
14318
14319Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14320
14321 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14322 where non-wellformed XML declaractions were not detected.
14323
14324Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14325
14326 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14327
14328Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14329
14330 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14331 gets reset by xmlCleanupInputCallbacks() and this makes the
14332 function useless. Same for output.
14333
14334Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14335
14336 * xmlIO.c: robert pointed out a loop error in callback cleanups
14337
14338Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14339
14340 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14341 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14342 they are not really tied to debugging
14343
14344Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14345
14346 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14347 * xmllint.c: better --catalogs description
14348
14349Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14350
14351 * tree.c: fixed a couple of problems in xmlSetProp()
14352
14353Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14354
14355 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14356 unappropriate stdout output.
14357
14358Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14359
14360 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14361 by Denis Beurive, closes #65111
14362
14363Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14364
14365 * valid.c: in case of content model validity error, don't
14366 print it if validity warnings were not requested.
14367
14368Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14369
14370 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14371 * parserInternals.c: removed the last exit() call. Print an
14372 unmaskable error on stderr instead (library mismatch detection)
14373
14374Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14375
14376 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14377 shell instructions from Heiko Rupp
14378
14379Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14380
14381 * catalog.c: use the URL notation file:// for default catalog paths
14382
14383Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14384
14385 * include/libxml/tree.h: better comments for _private fields
14386 * tree.c: removed a problem when copying an entity reference.
14387
14388Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14389
14390 * vms/*: updated instructions and diffs from John A Fotheringham
14391
14392Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14393
14394 * include/libxml/xmlerror.h: avoid an include problem if
14395 #include <libxml/xmlerror.h> happens first in code
14396 seems to be the case in KDE libs
14397
14398Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14399
14400 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14401 from Igor for Windows
14402
14403Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14404
14405 * Makefile.am: Gary Pennington pointed out a missing prefix
14406
14407Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14408
14409 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14410 * doc/*: upgraded and rebuilt the docs
14411
14412Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14413
14414 * HTMLparser.c: fix comment in scripts element parsing.
14415 * result/HTML/doc3*: updated the results.
14416
14417Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14418
14419 * uri.c: another URI bug fix #63336, using Joel Young patch.
14420
14421Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14422
14423 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14424 a cleaned up version of the Pwd shell string generation.
14425
14426Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14427
14428 * valid.c include/libxml/tree.h: trying to fix namespaces +
14429 validation problems for good, closing #63619 in the process
14430 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14431 wrong in this respect, fixed it.
14432
14433Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14434
14435 * xmllint.c: Morus Walter patch to allow --format and --encode
14436
14437Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14438
14439 * debugXML.c: Stefan Kost provided an help command for the shell
14440
14441Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14442
14443 * debugXML.c: Heiko Rupp pointed that the shell would crash
14444 on empty nodesets returns.
14445
14446Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14447
14448 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14449 migh need the history libraries
14450
14451Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14452
14453 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14454 handle the case of < in quoted attributes, Bastian Kleineidam
14455
14456Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14457
14458 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14459 fixing catalog breakages
14460 * Makefile.am catalog.c result/catalogs/catal
14461 result/catalogs/mycatalog.* test/catalogs/catal*:
14462 fixed more problems in catalog support, added more regression tests
14463 for both XML and SGML catalog handling
14464
14465Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14466
14467 * debugXML.c: applied an improvement to xmlGetLineNo() from
14468 Keith Isdale
14469
14470Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14471
14472 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14473 Side effect of the progressive catalog loading
14474
14475Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14476
14477 * Makefile.am: confexecdir and confexec_DATA were defined twice
14478 pointed out by Karl Eichwalder
14479
14480Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14481
14482 * xmlcatalog.c: avoid unlink() and use remove() instead.
14483
14484Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14485
14486 * libxml.spec.in: cleanup
14487 * include/libxml/xmlwin32version.h: updated with 2.4.8
14488
14489Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14490
14491 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14492 of compiling libxml with a non standard set of options
14493
14494Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14495
14496 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14497 document --sgml option, fixing gnome bugzilla #63382
14498
14499Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14500
14501 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14502 breakage of 2.4.7, added a couple of really needed APIs
14503 like xmlCatalogIsEmpty() and xmlNewCatalog()
14504 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14505 for install-catalog
14506 * configure.in: preparing 2.4.8
14507
14508Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14509
14510 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14511 include/libxml/tree.h include/libxml/xmlIO.h: more include
14512 cleanups, export cleanly one html output + format function.
14513
14514Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14515
14516 * parser.c: removed initGenericErrorDefaultFunc call from
14517 xmlInitParser() since it could destroy previous calls to
14518 xsltSetGenericErrorFunc() effects
14519
14520Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14521
14522 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14523 keyword.
14524
14525Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14526
14527 * Makefile.am: cleanup
14528 * threads.c: cleanup too
14529 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14530 from xsltproc
14531 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14532 dependency loop.
14533
14534Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14535
14536 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14537 was not used anymore !
14538
14539Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14540
14541 * configure.in: preparing 2.4.7
14542 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14543 manual page from John
14544 * doc/*: updated the doc and rebuilt the generated pages
14545
14546Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14547
14548 * xmlIO.c: closing bug #62711, the library should never
14549 close stdin or stdout.
14550
14551Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14552
14553 * uri.c: second pass at fixing #63336, using Joel Young
14554 final patch. looks okay.
14555
14556Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14557
14558 * uri.c include/libxml/uri.h: trying to clear #63336
14559 allowing the escaping routine to parse unconformant
14560 URI-References.
14561
14562Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14563
14564 * vms/readme.vms vms/build_libxml.com nanoftp.c
14565 include/libxml/xmlversion.h.in: a few VMS updates from
14566 John A Fotheringham
14567 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14568 and xmlCleanupOutputCallbacks() for the Perl binding people.
14569
14570Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14571
14572 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14573 apply fixes to close #63271 and avoid segfaults when
14574 the error routine gets callbed before xmlInitParser()
14575 get called.
14576 * nanoftp.c error.c: Applied patches from Justin Fletcher
14577 correcting some xmlGenericError misuses.
14578
14579Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14580
14581 *doc/xmllint.xml, doc/xmllint.1
14582 New and improved man page for xmllint - .xml is the original, .1
14583 is the generated man page
14584
14585Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14586
14587 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14588 the web site from the main HTML document.
14589
14590Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14591
14592 * parser.c: fixed an erroneous validation bug when PE refs
14593 occurs in external parsed entities referenced from the
14594 internals subset
14595 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14596 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14597 added the associated testcase, it's a nice one.
14598 * HTMLparser.c: generate the DTD node as HTML still ...
14599 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14600
14601Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14602
14603 * HTMLparser.c: fixed a bug in htmlNewDoc()
14604
14605Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14606
14607 * test/threads/*: added entities testing to the Thread test
14608 * testThreads.c: make the test reasonable
14609 * DOCBparser.c: fix the DTD public and system ID
14610 * xmllint.c: added --sgml for SGML DocBook importing
14611 * Makefile.am: added Docbtests target
14612
14613Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14614
14615 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14616 * testThreads.c: removed bogus include
14617
14618Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14619
14620 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14621 fixed a very serious (looping) validation bug
14622
14623Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14624
14625 * include/libxml/globals.h include/libxml/threads.h threads.c
14626 testThreads.c: far more testing, cleaning up bugs
14627 * *.c : make sure globals.h is always included.
14628
14629Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14630
14631 * HTMLparser.c: try to get rid of parser loops for good.
14632
14633Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14634
14635 * configure.in: fixed some bugs in CFLAGS passing.
14636 * test/threads Makefile.am testThreads.c: added a specific
14637 threaded test case (really nasty, guaranteed).
14638
14639Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14640
14641 * catalog.c: serious cleanup on the management of the
14642 XML catalog tree, more tests done, especially with
14643 the catalog PI.
14644
14645Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14646
14647 * catalog.c: avoid a problem in catalog cleanup on SMP if
14648 catalogs were not initialized.
14649
14650Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14651
14652 * catalog.c xpath.c: trying to cleanup the not thread safe
14653 parts of the library.
14654
14655Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14656
14657 * include/libxml/globals.h configure.in global.data: make
14658 the allocation be per-thread a configure option
14659 * encoding.c include/libxml/parser.h: fixed compilation
14660 errors
14661
14662Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14663
14664 * include/libxml/parser.h: Norm reported that a few lines
14665 added were breaking libxslt compile, removed them for now
14666
14667Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14668
14669 * parser.c parserInternals.c threads.c: debugged and fixed
14670 initialization problems which were giving troubles on SMP
14671 boxes.
14672
14673Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14674
14675 * include/libxml/Makefile.am: missing globals.h
14676
14677Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14678
14679 * globals.c: added a couple of standard includes.
14680
14681Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14682
14683 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14684 include/libxml/parserInternals.h include/libxml/tree.h
14685 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14686 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14687 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14688 Applied the last patches from Gary, cleanup, activated threading
14689 all user accessible global variables are now handled in globals.[ch]
14690 Still a bit rought but make tests passes with either
14691 --with-threads defined at configure time or not.
14692 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14693 linking options
14694
14695Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14696
14697 * Makefile.am include/libxml/Makefile.am
14698 include/libxml/globals.h globals.c include/libxml/threads.h
14699 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14700 configure.in: started integrating the core of the thread support
14701 not activated yet but half integrated. The code should still
14702 compile and work anyway.
14703
14704Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14705
14706 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14707 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14708 integrating the non-controversial parts of Gary Pennington
14709 multithread patches
14710 * catalog.c: corrected a small bug introduced
14711
14712Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14713
14714 * catalog.c include/libxml/catalog.h: very serious cleanup,
14715 isolating unportable code and as much as possible the accesses
14716 to the global shared catalog. May need more testing !
14717
14718Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14719
14720 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14721 Keith Isdale patches for the XSLT debugger interfaces. Some
14722 cleanup
14723
14724Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14725
14726 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14727 * DOCBparser.c: generate line nubers in elements
14728
14729Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14730
14731 * configure.in: preparing 2.4.6 release
14732 * doc/xml.html doc/html/*: updated and rebuilt the docs
14733 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14734
14735Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14736
14737 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14738 adding documentation for DV's supercatalog support
14739
14740Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14741
14742 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14743 super catalog support adding one API and one flag --sgml to
14744 xmlcatalog
14745
14746Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14747
14748 * doc/xmlcatalog_man.xml, xmlcatalog.1
14749 One more crack at
14750 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14751
14752Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14753
14754 * xpath.c: implemented xmlXPathObjectCopy for external objects
14755 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14756
14757Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14758
14759 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14760 finishing up fix to
14761 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14762 the xmlcatalog man page display more elegantly
14763
14764Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14765
14766 * configure.in: closing bug #61832
14767 * HTMLparser.c: removed a warning
14768
14769Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14770
14771 * xpath.c: fixing #61673 part I, do not loose doc information
14772 when copying result value trees.
14773
14774Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14775
14776 * xpath.c: trying to harden the XPath interpreter
14777
14778Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14779
14780 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14781 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14782
14783Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14784
14785 * HTMLparser: repaired another loop problem
14786
14787Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14788
14789 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14790 parsing.
14791 * xpath.c: fix bug #61291 the default XML namespace node is
14792 missing from the namespace axis.
14793 * tree.c: refuse to create namespaces nodes with prefix "xml"
14794
14795Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14796
14797 * SAX.c: ouch a non-defined namespace could lead to a crash,
14798 fixed #61215
14799
14800Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14801
14802 * parserInternals.c: closed bug #61054
14803
14804Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14805
14806 * include/libxml/Makefile.am: closing #60708
14807
14808Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14809
14810 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14811 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14812
14813Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14814
14815 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14816
14817Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14818
14819 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14820 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14821
14822Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14823
14824 * catalog.c: Justin Fletcher provided cleaup code in case
14825 HAVE_STAT is not defined
14826 * include/win32config.h: Igor Zlatkovic suggested to have
14827 HAVE_STAT defined there
14828
14829Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14830
14831 * catalog.c - fixed typing error reported by M. Barros
14832
14833Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14834
14835 * xmllint.c - fixing typo
14836
14837Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14838
14839 * HTMLparser.c: small enhancement to prevent loop on
14840 unrecognizable data
14841
14842Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14843
14844 * parserInternals.c: applying patch from bug #60757 this
14845 should close it
14846
14847Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14848
14849 * catalog.c xmlcatalog.c: removed a couple of warning
14850 * xpath.c: try to solve the linking problem on platforms
14851 needing trio to compile
14852
14853Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14854
14855 * Makefile.am libxml.spec.in: backing up non-documented changes
14856 commited without review or aproval by Jens Finke <jens@gnome.org>
14857 * HACKING: made 100% clear that no commit should be done directly
14858
14859Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14860
14861 * configure.in: Joe Orton provided a patch fixing a problem
14862 when iconv is specified to be in a non-standard directory
14863 but wasn't exported in xml2-config --cflags
14864
14865Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14866
14867 * configure.in: let's ship 2.4.5 before getting too much
14868 troubles with 2.4.4 errors.
14869
14870Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14871
14872 * encoding.c entities.c: do not output hexadecimal charrefs
14873 when serializing HTML since some version of Netscape can't
14874 grok it, generate decimal ones.
14875 * result/HTML/doc3.htm: output changed due to previous test
14876 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14877
14878Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14879
14880 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14881 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14882
14883Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14884 Released 2.4.4
14885
14886 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14887 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14888 updated the configuration scripts systems accordingly
14889
14890Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14891
14892 * configure.in: preparing for 2.4.4
14893 * doc/xml.html doc/html/*: updated and rebuilt the docs
14894
14895Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14896
14897 * win32/dsp/libxml2.def.src: tried to incorporate comments
14898 from bug #59220
14899
14900Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14901
14902 * parser.c result/noent/wml.xml: fixed bug #59981 related
14903 to handling of '&' in attributes when entities are substitued
14904
14905Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14906
14907 * libxml.h include/libxml/xmlversion.h.in
14908 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14909 Tried to close bug #60131
14910
14911Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14912
14913 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14914
14915Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14916
14917 * SAX.c: fixing bug #59946 on xmlns=""
14918
14919Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14920
14921 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14922 but allocates a new error code.
14923
14924Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14925
14926 * xmllint.c: John Fleck fixed typos in the options output
14927 * parser.c SAX.c: fix ignorable white space SAX selection
14928
14929Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14930
14931 * entities.c: Steve Underwood found the possibility of an
14932 ininite loop in case of error.
14933
14934Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14935
14936 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14937
14938Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14939
14940 * parser.c: warn if version is not 1.0 but it's not
14941 strictly speaking an error after analyzing the spec
14942
14943Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14944
14945 *doc/catalog.html - add link to the html version of the
14946 man page, other linguistic cleanups
14947
14948Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14949
14950 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14951 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14952 file, has not yet been included in the build.
14953
14954Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14955
14956 * catalog.c: removed a duplicate affectation Justin Fletcher
14957
14958Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14959
14960 * tree.c: Armin Sander pointed a possible text coalescing
14961 problem, completed his patch.
14962
14963Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14964
14965 * trionan.c: Fixed const and volatile re-definition problem
14966
14967Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14968
14969 * libxml.4 parser.c: doc updates from Heiko Rupp
14970 * parserInternals.c: 2 sanity checks from Heiko Rupp
14971
14972Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14973
14974 * tree.c: applied patch from Armin Sander to make some pointers
14975 const in xmlCopyNode()
14976 * include/libxml/tree.h: added fix to the header
14977
14978Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14979
14980 * xpath.c: hum, restrict the integer usage gcc bug workaround
14981 to only gcc compilers so that other architecture don't get
14982 penalized by this limitation.
14983 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14984
14985Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14986
14987 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14988 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14989
14990Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14991
14992 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14993 --convert option to xmlcatalog to convert SGML ones to
14994 the XML syntax.
14995 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14996
14997 2.4.3 got released at that point
14998Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14999
15000 * catalog.c xmlIO.c: started some serious testing and fixed
15001 a few bug and optmization needs.
15002
15003Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15004
15005 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15006 preparing for a 2.4.3 release even if it may not be ready yet
15007 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15008 all file parsing lookup to go through the entity resolver, add
15009 to add an API to bypass it (needed to load catalogs themselves),
15010 some cleanup on the catalog code too.
15011 * nanoftp.c: small cleanup
15012 * doc/catalog.html: small update
15013
15014Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15015
15016 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15017 Jun Kuriyama
15018
15019Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15020
15021 * doc/catalog.html: finished the catalog documentation
15022
15023Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15024
15025 * doc/catalog.html doc/xml.html: added documentation about
15026 Catalog support, misses an API description
15027 * doc/html/*: reextracted the API pages
15028
15029Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15030
15031 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15032 Added the part about section 7.2 on URI resolution,
15033 fixed a side effect in the HTML parser, look complete
15034 and ready to rock except the URI/SystemID part!
15035
15036Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15037
15038 * include/libxml/catalog.h include/libxml/parser.h
15039 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15040 xmlIO.c: added support and APIs needed for the catalog PI
15041 * include/libxml/xmlIO.h: cleanup
15042
15043Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15044
15045 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15046 include/libxml/catalog.h: starts to look okay, really
15047 plugged the new framework, cleaned a lot of stuff,
15048 added some APIs, except the PI's support missing this
15049 should be mostly complete
15050 * result/catalogs/* test/catalogs/*: added new test, enriched
15051 the existing one with URN ID tests
15052
15053Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15054
15055 * catalog.c: fixed nextCatalog
15056 * result/catalogs/docbook test/catalogs/*: started adding
15057 a small regression test
15058
15059Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15060
15061 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15062 more work on the XML catalog support.
15063 * parser.c include/libxml/parser.h: small cleanup seems using
15064 list as a public parameter name can give portability troubles
15065 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15066 include/libxml/xpath.h include/libxml/Makefile.am: removed
15067 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15068 wrappers
15069
15070Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15071
15072 * Makefile.am trio.c triodef.h trionan.c xpath.c
15073 include/libxml/Makefile.am include/libxml/trionan.h:
15074 Re-worked Not-A-Number and Infinity support.
15075 * xmlcatalog.c: added readline include files
15076
15077Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15078
15079 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15080 testCatalog as xmlcatalog, making it an installed app
15081 adding a shell, and preparing it to be a /etc/xml/catalog
15082 management tool, though not ready yet
15083 * catalog.c include/libxml/catalog.h: adding support for
15084 XML Catalogs http://www.oasis-open.org/committees/entity/
15085 not finished, there is some interesting tradeoffs and a
15086 few open questions left.
15087
15088Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15089
15090 * xmllint.c: fixed a line formatting problem
15091
15092Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15093
15094 * SAX.c: removed a couple of unused variable (Albert Chin)
15095
15096Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15097
15098 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15099 trying to fix some troubles w.r.t. function returning
15100 const xxxPtr.
15101
15102Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15103
15104 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15105 defined
15106
15107Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15108
15109 * xpointer.c: removed unused var
15110
15111Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15112
15113 * testXPath.c: another small cleanup closing bug #59110
15114
15115Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15116
15117 * win32/dsp/libxml2.def.src: small cleanup closing bug
15118 #59108
15119
15120Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15121
15122 * example/gjobread.c: add xmlCleanupParser() before leaving
15123
15124Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15125
15126 * config.h.in configure.in include/libxml/xmlwin32version.h:
15127 released 2.4.2
15128
15129Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15130
15131 * include/libxml/valid.h debugXML.c valid.c: deprecate
15132 the non-boundchecking Sprintf functions, add Snprintf
15133 this should close bug #57984
15134
15135Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15136
15137 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15138 URIs before doing the lookups (pointed by Mark Vakoc)
15139
15140Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15141
15142 * xpath.c: serious changes on Result Value Trees and NodeSets
15143 w.r.t. deallocation and collect operations. Probably not
15144 100% clean (merge of allocated trees smells like a problem).
15145 Seems sufficient to close #58943
15146
15147Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15148
15149 * xmllint.c: adding a --format option
15150
15151Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15152
15153 * xpath.c: count() was broken on Result Value Tree
15154 * xmlIO.c: fixed file:/// accesses on _WIN32
15155
15156Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15157
15158 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15159 macro was renamed, this should close bug #58683
15160
15161Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15162
15163 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15164 entity substitution mode text at the end of the entity might
15165 be added due to text coalescing.
15166 * nanoftp.c parser.c: small cleanup
15167
15168Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15169
15170 * HACKING: added John Fleck right to commit in the doc subdir
15171
15172Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15173
15174 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15175 allow to inherit attributes from the DTD directly in the
15176 tree, this is needed for XPath and can be a useful feature.
15177 Inherited namespaces are always provided at the tree level now
15178 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15179 of tests for this feature (XSLT being the prime user).
15180
15181Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15182
15183 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15184 testSAX.c xmlIO.c xmllint.c include/win32config.h
15185 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15186 include/libxml/xmlwin32version.h.in win32/README.MSDev
15187 win32/dsp/*: applied Win32 Facelift No.2 patches from
15188 Igor Zlatkovic for Windows/MSC
15189
15190Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15191
15192 * SAX.c: unparsedEntityDecl() the URI computation of the
15193 entity wasn't done breaking XSLT unparsed-entity-uri()
15194
15195Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15196
15197 * xpath.c: fixed a bug when walking the descendants and
15198 the current node has no children
15199 * debugXML.c: show up when a text node is supposed to not be escaped
15200
15201Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15202
15203 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15204 worked like the set:leading() function)
15205 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15206
15207Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15208
15209 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15210
15211Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15212
15213 * include/libxml/xmlIO.h: apply change to close #58141
15214 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15215
15216Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15217
15218 * parser.c: when the internal subset uses a PE, then the
15219 included entity can use conditional sections.
15220
15221Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15222
15223 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15224 when walking the namespace axis showing up in
15225 libxst/tests/general/bug-12
15226 * xmlmemory.c: added the possibility to trace a given block
15227 defined by its address
15228
15229Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15230
15231 * parser.c: don't override existing encoding specified before
15232 starting xmlParseDocument()
15233
15234Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15235
15236 * include/libxml/xmlwin32version.h: reinserted, needed for
15237 Windows users of CVS
15238
152392001-07-27 Darin Adler <darin@bentspoon.com>
15240
15241 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15242 * testCatalog.c: Add include of <libxml/parser.h>.
15243
152442001-07-27 Darin Adler <darin@bentspoon.com>
15245
15246 * include/libxml/.cvsignore:
15247 * include/libxml/xmlwin32version.h:
15248 Remove this file from CVS because it's generated.
15249
15250Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15251
15252 * parser.c include/libxml/parser.h: applied const patches from
15253 Tom Moog #58002
15254
15255Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15256
15257 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15258 lookup framework
15259
15260Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15261
15262 * tree.c: fixed xmlCopyNode() for documents
15263
15264Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15265
15266 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15267
15268Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15269
15270 * parser.c: fixes bug #57652 reported by Morus Walter
15271
15272Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15273
15274 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15275
15276Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15277
15278 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15279 errors, lesson don't add new functions at 1am before a release
15280 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15281 from XPath initialization when possible.
15282
15283Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15284
15285 * result/scripts/base*: removing history/readline changed
15286 this slightly
15287 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15288 xmllint.c: make element content line number generation
15289 optionnal to avoid breaking old apps added interface to switch
15290
15291Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15292
15293 * configure.in: get rid of the readline and libhistory
15294 dependencies by default, release 2.4.1 with IA64 fix
15295 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15296 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15297 John Kroll fixes to allow saving to HTTP via PUT (or
15298 POST of needed).
15299 * doc/html/*.html: regenerated the docs
15300
15301Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15302
15303 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15304 xmlHashScanFull and xmlHashScannFull3 to get passed the
15305 three keys as arguments to the callback function
15306
15307Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15308
15309 * configure.in Makefile.am: removed libxml softlink for good
15310 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15311 100% coverage by gtk-doc
15312
15313Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15314
15315 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15316 fixed serious troubles due to size_t vs. int mismatch
15317
15318Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15319
15320 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15321
15322Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15323
15324 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15325 convenient extension API for value and context managing
15326 Now handles external objects through xmlXPathPopExternal,
15327 xmlXPathWrapExternal and xmlXPathReturnExternal.
15328 Added functions for sets operations (intersection, etc.)
15329
15330Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15331
15332 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15333 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15334 HTMLparser.c: cleanup of global variables, marking some
15335 const or private.
15336
15337Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15338
15339 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15340 fixed xmlXPathNodeSetItem when passing index=0
15341
15342Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15343
15344 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15345
15346Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15347
15348 * xmllint.c: fixed compilation under Cygwin #57503
15349 * TODO: update
15350
153512001-07-13 Peter Williams <peterw@ximian.com>
15352
15353 * config.h.in: add #undef HAVE_DLFCN_H
15354
15355 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15356 builddir.
15357
15358Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15359
15360 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15361 raised by #57348 and #57381
15362
15363Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15364
15365 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15366 tree.c xpointer.c: store the line numbder in element->content,
15367 may break some software, need a configuration mechanism
15368
153692001-07-10 Darin Adler <darin@bentspoon.com>
15370
15371 * .cvsignore:
15372 * example/.cvsignore:
15373 * include/.cvsignore:
15374 * include/libxml/.cvsignore:
15375 Various things that are generated and should be ignored.
15376
15377Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15378
15379 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15380 * doc/xml.html doc/html/*: updated the docs
15381
15382Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15383
15384 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15385 validation occured on content with element child
15386
15387Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15388
15389 * tree.c: fixed XML Base computation which was broken
15390 * debugXML.c: added a base function to the shell
15391 * Makefile.am result/scripts/* test/scripts/*: added scripts
15392 based regression tests, and adding 2 XML Base tests
15393
15394Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15395
15396 * tree.c: set properties doc and call xmlSetListDoc for properties
15397 content when grafting them in a different tree.
15398 * aclocal.m4: remove from CVS
15399
15400Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15401
15402 * win32/libxml2/libxml2.def.src: added some missing entry point
15403 for XPath (Mark Vakoc)
15404
15405Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15406
15407 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15408 layer should URI-Unescape before trying to open resources.
15409
15410Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15411
15412 * xpath.c: fix the name() bug for elements in the default
15413 namespace reported by Charlie Bozeman
15414
15415Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15416
15417 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15418 led to an XPath fix, improvements of SAX initialization, and
15419 an added option --nocdata to testXPath
15420
15421Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15422
15423 * doc/libxml-doc.el: Felix Natter provided anew version working
15424 with XEmacs too
15425
15426Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15427
15428 * include/libxml/xpath.h: small cleanup
15429 * doc/xml.html: update
15430
15431Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15432
15433 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15434 released 2.3.14
15435
15436Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15437
15438 * doc/html/*: rebuilt the docs for the release
15439 * doc/xml.html: added 2.3.14 release.
15440
15441Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15442
15443 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15444 were not equal to empty strings
15445
15446Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15447
15448 * SAX.c: fixed a URI-Reference computation problem when validating
15449 * xmlIO.c: small cleanup
15450
15451Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15452
15453 * parser.c: improved the description of a couple of interfaces
15454 upon Larry Stamper suggestion
15455
15456Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15457
15458 * SAX.c entities.c parser.c: changed completely the way entities
15459 are handled when running the parser in entity substitution mode.
15460 This fixes a bug reported by Stephan Kulow and nearly divides
15461 by 3 the amount of memory required by libxslt to load and process
15462 DocBook TDG.
15463
15464Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15465
15466 * HTMLparser.c: fixing a too early root closing problem raised
15467 byt Prashanth Naidu
15468
15469Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15470
15471 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15472 raised by Mark Vakoc.
15473
15474Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15475
15476 * example/Makefile.am: fixed the include path to add srcdir/include
15477 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15478 and some cleanup
15479
15480Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15481
15482 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15483 lot of optimization work, results in significant improvements
15484 when handling really complex XPath queries. Add a small optimizer
15485 for unions, improve [n] and [last()], avoid some costly ops.
15486
15487Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15488
15489 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15490 * xpath.c: small cleanup
15491 * xmlGetNsList: reformated, fixed problems if used on Entities
15492
15493Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15494
15495 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15496
15497Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15498
15499 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15500 * Makefile.am example/Makefile.am: workaround automake generating
15501 erroneous deps
15502
15503Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15504
15505 * include/win32config.h: bug #56801 Yon Derek provided a patch
15506 to the windows config file.
15507
15508Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15509
15510 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15511 libxml.h : Yon Derek provided a set of changes to compile from
15512 CVS on Windows/MSC
15513
15514Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15515
15516 * parser.c: fixed UTF8 BOM support in push mode
15517 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15518 added a specific testcase
15519
15520Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15521
15522 * Makefile.am: added --push regression tests
15523 * parserInternals.c: the XML parser segfaulted in --push mode
15524
15525Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15526
15527 * configure.in: moved the symlinks detection within a CVS
15528 check, this is not portable and will be removed soon.
15529 * xpath.c: small cleanup/speedup
15530
15531Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15532
15533 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15534 release of 2.3.12
15535 * parser.c: make an error message if unknow entities in all cases
15536
15537Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15538
15539 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15540
15541Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15542
15543 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15544 includes were installed in the wrong dir
15545
15546Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15547
15548 * doc/html.xml: warn against sending code to exhibit bugs.
15549
15550Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15551
15552 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15553 Tru64 from Thomas Leitner
15554
15555Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15556
15557 * AUTHORS: added William and Bjorn
15558 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15559 daniel@veillard.com hopefully I won't have to do this again
15560 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15561 docs can be rebuilt cleanly now
15562 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15563 from CVs it's generated, added include/libxml/xmlwin32version.h
15564 also generated but which should change far less frequently.
15565 * catalog.c nanoftp.c: made sure to include libxml.h not
15566 libxml/xmlversion.h directly
15567 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15568 when compiling on WIN32 and MSC
15569
15570Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15571
15572 * include/Makefile.am include/libxml/Makefile.am configure.in:
15573 fixed make distcheck and rebuilding the rpms
15574
15575Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15576
15577 * configure.in: should finish the migration of exported includes
15578 into a real include/libxml in CVS, at least for CVS users.
15579 * removed the exported headers, added in include/libxml (as well
15580 as xmlversion.h.in).
15581
15582Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15583
15584 * configure.in: fixed the way to detect symlink
15585
15586Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15587
15588 * configure.in: updated, include/libxml is now a real CVS dir
15589
15590Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15591
15592 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15593 version works with both libxml1 and libxml2 (it autodetects
15594 the prefix of the html-files) from Felix Natter.
15595 * doc/xml.html: updated doc accordingly
15596
15597Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15598
15599 * xpath.c: fixed the bug generating a template loop in libxslt
15600 when using docbook-xsl-1.4, * should filter out document nodes
15601 * HACKING: added William
15602 * TODO: updated
15603
15604Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15605
15606 * doc/FAQ.html: added a warning about gcc-3.0
15607 * doc/xml.html: added reference to gdome2 and removed a confusing
15608 sentence
15609
15610Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15611
15612 * xmlversion.h: okay this is a generated file, but Windows
15613 users need it and they can't generate it, and I want CVS
15614 Windows users ...
15615 * win32/libxml2/libxml2_so.dsp: Windows project file for
15616 the shared lib version of libxml2
15617 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15618 resources needed for libxslt/xsltproc by Yon Derek
15619
15620Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15621
15622 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15623
15624Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15625
15626 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15627
15628Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15629
15630 * include/win32config.h: Yon Derek provided a first fix
15631 to be able to compile libxslt/xsltproc on Windows
15632
15633Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15634
15635 * xpath.c: attempt to work around what seemed a gcc optimizer
15636 bug when handling floats on i386 http://veillard.com/gcc.bug
15637 * tree.c entities.c encoding.c: doing some cleanups while
15638 chasing it
15639
15640Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15641
15642 * Makefile.am: cleanup when --without-debug is specified
15643 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15644 w.r.t. --without-debug and other include points
15645 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15646 Catalogs
15647 * configure.in entities.h tree.h HTMLparser.c: removed
15648 --without-corba, made the _private field mandatory
15649
15650Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15651
15652 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15653 outputs a BOM in UTF8, an errata has been issued to avoid the
15654 problem, that was the most reasonable solution... Add support
15655 for a leading UTF8 BOM in entities.
15656
15657Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15658
15659 * valid.c: fixed a bug found when post validating an entity ref
15660 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15661 activate it too
15662
15663Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15664
15665 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15666 weakness in the node copy the XPointer and the XInclude
15667 implementations. Serious cleanup.
15668
15669Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15670
15671 * Makefile.am: Kjartan Maraas provided a small patch to
15672 add xml2-config.in to EXTRA_DIST
15673
15674Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15675
15676 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15677 provided another failing case found in KDE, the way the
15678 ctxt->vctxt.nodeTab was allocated and freed changed over
15679 time but it wasn't completely cleaned up. This should fix it.
15680
15681Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15682
15683 * parser.c: Stephan Kulow also raised the fact that line number
15684 could get miscounted making debug harder, fixed the problem
15685 in xmlParseCharData()
15686
15687Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15688
15689 * valid.c: Stephan Kulow pointed out a problem when validating
15690 and using an empty entity, forgot a 'break' in a case.
15691
15692Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15693
15694 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15695 * doc/xml.html: updated with 2.3.11
15696
15697Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15698
15699 * TODO: updated adding cleanup of generated doc
15700 * configure.in: prepared to release 2.3.11
15701 * xmllint.c: added --version for bug reporting
15702 * doc/html/*.html: rebuilt the doc
15703
15704Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15705
15706 * xpath.c: first part of the work on selecting namespace to
15707 fix bug #56115
15708
15709Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15710
15711 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15712 when using -liconv
15713 * TODO: updated
15714
15715Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15716
15717 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15718 cleanup, encoding support.
15719
15720Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15721
15722 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15723
15724Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15725
15726 * xpath.c: bug detected by Ankh when / is used as a function arg
15727
15728Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15729
15730 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15731 of element and use it to avoid outputting formatting spaces at
15732 the wrong place. Implemented the format parameter for HTML save.
15733 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15734 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15735 result/HTML/wired.html: of course this impact the result of a
15736 number of HTML tests
15737
15738Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15739
15740 * HTMLtree.[ch]: started augmenting the HTML save API with
15741 encoding and formatting parameters
15742
15743Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15744
15745 * HTMLtree.h: cleanup and started evaluating the work needed on
15746 revamping the HTML output code
15747
15748Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15749
15750 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15751
15752Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15753
15754 * valid.c: fixed bug #56049, forgot one check in the
15755 validation routine
15756
15757Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15758
15759 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15760
15761Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * libxml.h: fixed an error in last commit
15764 * doc/FAQ.html: added an entry for compilation from CVS
15765
15766Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15767
15768 * xmlversion.h.in libxml.h: Cygwin patches
15769 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15770 * tree.h: cleanup
15771
15772Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15773
15774 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15775 memory block in a strange case where libxml is linked twice
15776 in the binary.
15777
15778Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15779
15780 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15781 state far too often, simple fix used to avoid it.
15782
15783Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15784
15785 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15786 being processed, applied his patch
15787 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15788
15789Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15790
15791 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15792 provided fixes to compile on MSCC again
15793 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15794 also provided an update for the project files.
15795
15796Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15797
15798 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15799 bug #55810
15800
15801Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15802
15803 * tree.c: fixed xmlGetNsProp() to close bug #55683
15804 Note this requires libxslt to use it's own function instead.
15805
15806Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15807
15808 * HTMLtree.c: when in a pre element no formatting space should
15809 be added.
15810 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15811
15812Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15813
15814 * configure.in: added tests for signal() and signal.h
15815
15816Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15817
15818 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15819
15820Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15821
15822 * doc/libxml-doc.el: Felix Natter provided a new version for
15823 libxml2
15824
15825Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15826
15827 * HTMLtree.c: when in a pre element no formatting space should
15828 be added.
15829
15830Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15831
15832 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15833
15834Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15835
15836 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15837 hack
15838 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15839 * uri.c: fixed a warning
15840
15841Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15842
15843 * HTMLtree.c: trying to close bug #55772 escaping in script
15844 elements
15845 * doc/xml.html: suggest to send mail to the list
15846
15847Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15848
15849 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15850 good. Use a macro and based on the solution provided in
15851 vsnprintf manual page from GNU.
15852
15853Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15854
15855 * error.c: Workaround for non-preserving variadic list.
15856 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15857
15858Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15859
15860 * doc/xml.html: added 2.3.10 release
15861
15862Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15863
15864 * configure.in: releasing 2.3.10
15865
15866Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15867
15868 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15869
15870Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15871
15872 * encoding.c: Robert Collins provided a patch to add the
15873 "US-ASCII" encoding alias
15874
15875Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15876
15877 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15878 string oriented functions and started cleaning the related areas
15879 in xpath.c which needed fixing in this respect
15880
15881Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15882
15883 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15884 #55380
15885 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15886
15887Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15888
15889 * TODO: updated
15890 * nanohttp.[ch] : started adding APIs to get the redirected URL
15891 when this occurs (needed for further base computation
15892 * tree.h: cleanup
15893 * encoding.c: cleanup
15894 * SAX.c: minor change around ctxt->loadsubset
15895
15896Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15897
15898 * Makefile.am include/Makefile.am: small change to have
15899 include/libxml rebuilt if working from CVS.
15900 * uri.c: applied another patch from Carl Douglas for URI escaping,
15901 this should close bug #51876
15902
15903Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15904
15905 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15906 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15907 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15908 added specific regression test
15909 * parser.h: preparing for the XSLT mode where DTD inherited
15910 attributes are added to the tree.
15911
15912Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * xinclude.[ch]: Updated the namespace for the Last Call version
15915 * result/XInclude/include test/XInclude/include: updated the
15916 testsuite accordingly
15917
15918Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15919
15920 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15921 related to bug #51876
15922
15923Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * tree.c: fixed a gross mistake in base computation, xml:base is
15926 not completely correct yet (need cascade).
15927 * xpath.[ch]: added the few things needed to find a function name
15928 and URI from the XPath context when it is called.
15929
15930Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15931
15932 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15933 * DOCBparser.c: small cleanup
15934 * xmllint.c: added a --catalogs option to load catalogs from
15935 $SGML_CATALOG_FILES
15936 * tree.c: cleanup
15937 * configure.in: iconv library fixup, ICONV_LIBS
15938
15939Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15940
15941 * catalog.c: handling of CATALOG entries. detection of recursion,
15942 and a few bugfixes
15943 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15944 against the default namespace
15945
15946Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15947
15948 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15949
15950Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15951
15952 * parser.c: fixed propagation context info when parsing an
15953 external entity.
15954 * doc/html/*.html: regenerated a couple of docs
15955
15956Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * doc/xml.html: update with 2.3.9 informations
15959
15960Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15961
15962 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15963 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15964 * doc/html/* : rebuilt the docs
15965 * valid.c: small patch which may improve some case when
15966 validating.
15967
15968Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15969
15970 * HTMLparser.c: Closed bug #54891
15971 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15972 to the suite
15973
15974Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15975
15976 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15977 applied a documentation patch from LotR and filled in a few missing
15978 descriptions
15979
15980Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15981
15982 * xpath.c tree.c parser.c: speed optimizations at the parser level
15983 document tree freeing and xpath evaluation
15984
15985Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15986
15987 * parser.c parser.h parserInternals.h: fixed a couple of
15988 interfaces for handling memory buffer input to const char *
15989 upon suggestion of JamesH.
15990
15991Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15992
15993 * configure.in: LoTR sent a patch fixing the previous commit
15994
15995Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15996
15997 * configure.in: trying to deal again with the stoopid -R linking
15998 flag of Solaris
15999
16000Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16001
16002 * xpath.h: two nodeset access macros from Thomas Broyer
16003
16004Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16005
16006 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16007 patch from Thomas Broyer
16008
16009Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16010
16011 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16012 case
16013 * INSTALL: was empty added stuff from the FAQ
16014
16015Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16016
16017 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16018 attributes handling and #54433 by adding xmlUnsetProp()
16019 and xmlUnsetNsProp()
16020
16021Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16022
16023 * HTMLparser.c: Patch from Jonas Borgström
16024 (htmlGetEndPriority): New function, returns
16025 the priority of a certain element.
16026 (htmlAutoCloseOnClose): Only close inline elements if they
16027 all have lower or equal priority.
16028 * result/HTML: this of course changed a number of tests results.
16029
16030Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16031
16032 * xmlIO.c catalog.c: plugged in the default catalog resolution
16033 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16034 documentations
16035 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16036
16037Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16038
16039 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16040 integrating catalogs
16041 * catalog.[ch] testCatalog.c: adding a small catalo API
16042 (only SGML catalog support).
16043 * parser.c: restaured xmlKeepBlanksDefault(0) API
16044
16045Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16046
16047 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16048
16049Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16050
16051 * parser.c: added xmlParseExternalEntityPrivate() to allow
16052 propagation of ctxt->_private when parsing external entities
16053
16054Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16055
16056 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16057
16058Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16059
16060 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16061
16062Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16063
16064 * valid.c: warn when indeterminist content model is detected
16065 * result/VC/ElementValid8: this adds a message
16066 * Makefile.am: add --novalid for VCM tests
16067 * parserInternals.c: added a call to Init memory
16068
16069Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16070
16071 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16072 when both parameters are NULL.
16073
16074Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16075
16076 * valid.c: applied small patch from Gary Pennington, reindented
16077 some part of the code.
16078
16079Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16080
16081 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16082 release, updated and regenerated the docs
16083
16084Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16085
16086 * xpath.c result/XPath/expr/floats : clarified and cleanup
16087 printing of abnormal floats in tests.
16088
16089Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16090
16091 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
16092 * results/HTML/ : a few changes in the output of the HTML tests as
16093 a result.
16094 * configure.in: tying to fix -liconv where needed
16095
16096Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16097
16098 * Makefile.am: fixed a stupid error
16099
16100Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16101
16102 * configure.in Makefile.am: make the inclusion of the trio
16103 modules in the library conditional
16104
16105Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16106
16107 * DOCBparser.c: patche from László Kovács, fixed entities refs
16108 in attributes handling
16109
16110Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16111
16112 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16113 flushing
16114
16115Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16116
16117 * xpath.c: fix of an XSLT namespace bug reported on the list
16118 general/bug-8-
16119
16120Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16121
16122 * strio.h trio.c: Dan McNichol suggested a couple of small
16123 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16124
16125Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16126
16127 * tree.c parser.c encoding.c: spent a bit more time looking
16128 at the parsing speed and DOM handling. Added a few more
16129 speedups.
16130
16131Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16132
16133 * parser.c: small but effective parsing speed improvement
16134
16135Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16136
16137 * configure.in: default on the DocBook parser inclusion (for Gnome)
16138 * DOCBparser.h: fixed a header reference
16139
16140Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16141
16142 * configure.in xpath.c: applied Bjorn patches for FPE on the
16143 alpha
16144
16145Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16146
16147 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16148 xmlSaveFormatFileTo()
16149
16150Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16151
16152 * xpath.c: simple and efficient optimization, XPath functions
16153 aways bind to the same code, cache this
16154 * TODO: updated (by saying some is obsolete)
16155
16156Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16157
16158 * xpath.c: more cleanup work on XPath name parsing routines
16159
16160Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16161
16162 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16163 xmlXPathParseName
16164 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16165 * debugXML.c: avoid compilation problems if compiling without
16166 HTML support, Igor Zlatkovic
16167 * win32/libxml2/libxml2.def.src: being able to compile without
16168 XPath on Windows
16169
16170Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16171
16172 * libxml.m4: yet another patch from Toshio Kuratomi
16173
16174Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16175
16176 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16177
16178Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16179
16180 * tree.[ch]: added xmlSaveFormatFile interface for saving
16181 and indenting a file.
16182
16183Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16184
16185 * xpath.c: fixed bug #53689 related to processing-instruction()
16186
16187Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16188
16189 * DOCBparser.c: patche from László Kovács
16190
16191Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16192
16193 * parser.c: applied fixes from Christian Glahn bug report #53391
16194
16195Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16196
16197 * error.c: Jean François Lecomte provided a complete description
16198 and a fix to bug #53537
16199
16200Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16201
16202 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16203
16204Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16205
16206 * DOCBparser.c SAX.c: a bit more work on entities processing.
16207 Still Need to cleanup XML output and references in attributes
16208
16209Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16210
16211 * DOCBparser.c include/Makefile.am: two patches from László Kovács
16212
16213Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16214
16215 * tree.c: trying to fix #53574, not completely complete,
16216 I would like xmllint --copy --debug test/ent1 and
16217 xmllint --debug test/ent1 to show the same result.
16218 * xpath.c: fix a bug when trying to sort namespace nodes
16219
16220Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * HTMLtree.c: real fix for #53402
16223
16224Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16225
16226 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16227 PIs when using xsl:output
16228 * valid.c: closing #53537 some case generate segfaults if there
16229 is validity errors
16230
16231Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16232
16233 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16234 of external parsed entities, added --noent to testDocbook
16235 * valid.c: Garry Pennington found an uninitialized variable
16236 access in xmlValidateElementContent()
16237
16238Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16239
16240 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16241 with madness
16242 * result/HTML/ : this modified the result of the regression tests
16243 a lot.
16244
16245Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16246
16247 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16248 to doc where it wasn't checked against NULL reported by
16249 Jens Laas
16250
16251Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16252
16253 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
16254 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16255
16256Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16257
16258 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16259 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16260 * SAX.[ch]: cleanup and updates for DocBook
16261 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16262 ex SGML identifier changes
16263 * valid.c: removed a static unused function.
16264
16265Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16266
16267 * HTMLtree.c: applied change for Paul Sponagl on script saving
16268 * Makefile.am: the warning about entity title.xml are normal.
16269
16270Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16271
16272 * configure.in: release of 2.3.7
16273 * Makefile.am: fixing make distcheck
16274
16275Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16276
16277 * doc/html/* doc/xml.html: updated and regenerated the docs
16278
16279Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16280
16281 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16282
16283Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16284
16285 * tree.c: fixed #53388 with the provided patch
16286
16287Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16288
16289 * valid.c: Bjorn detected an invalid memory access. Fixed
16290 vstateVPush()
16291
16292Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16293
16294 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16295
16296Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16297
16298 * libxml.h: new header used only for the compilation of libxml
16299 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16300 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16301 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16302 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16303 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16304 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16305 baseline (version 1.2 plus a single patch).
16306 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16307 scientific notation for numbers. Tests added.
16308 * xpath.c: formatting of numbers changed to use sprintf
16309 (contribution from William Brack)
16310
16311Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16312
16313 * valid.c: cleanup, more useful debugging
16314 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16315 * xmlIO.c: entity loading is printed as an error when validating
16316
16317Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16318
16319 * valid.c: fixed to validate within entities
16320 * test/VCM/v22.xml: added a specific testcase
16321
16322Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16323
16324 * valid.c: forgot an epsilon transition in for ()+
16325 * test/VCM/v21.xml : added a specific test case
16326
16327Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16328
16329 * valid.c: removed a state explosion exhibited by RSS
16330 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16331 from bug #51872
16332
16333Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16334
16335 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16336 validation without using an ugly NFA -> DFA algo in the source.
16337 Made a specific algorithm easier to maintain, using a single
16338 stack and without recursion.
16339 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16340 * hash.c: made the growing routine static
16341 * tree.h parser.c: added the parent information to an
16342 xmlElementContent node.
16343
16344Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16345
16346 * SAX.c parser.c xpath.c: generating IDs when not validating
16347 from an external parsed entity was poisoning the ID has table
16348 with removed values. This was killing XSLT on the KDE help
16349 browser.
16350
16351Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16352
16353 * entities.h: andrew@ugh.net.au detected a double declaration
16354
16355Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16356
16357 * debugXML.c hash.c tree.h valid.c : some changes related to
16358 the validation suport to improve speed with DocBook
16359 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16360 the way validation errors get reported
16361
16362Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16363
16364 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16365 by P C Chow and William M. Brack for XSLT HTML output
16366
16367Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16368
16369 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16370 Igor Zlatkovic patches for MSC compilation and added his
16371 updates
16372
16373Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16374
16375 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16376 prefix lookup.
16377 * parserInternals.c: fixed the bug reported by Morus Walter
16378 due to an off by one typo in xmlStringCurrentChar()
16379
16380Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16381
16382 * HTMLparser.c result/HTML/*: revamped the way the HTML
16383 parser handles end of tags or end of input
16384
16385Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16386
16387 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16388
16389Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16390
16391 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16392 bug where the linktime verions of free() won't work ...
16393
16394Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16397
16398Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16399
16400 * doc/xml.html: added 2.3.6 release
16401
16402Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16403
16404 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16405 * result/wml.xml: resulted in a small output change
16406
16407Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16408
16409 * tree.c: xmlNewDoc was missing the charset initialization
16410 * xmllint.c: added --auto to autogenerate a doc, allow to
16411 reproduce the problem fixed on xmlNewDoc
16412
16413Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16414
16415 * xpath.c: trying to get 52979 solved
16416 * tree.c result/ result/noent/: trying to get 52712 solved, this
16417 also made me clean up the fact that XML output in general should
16418 not add formating blanks by default, this changed the output of
16419 a few tests
16420
16421Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16422
16423 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16424
16425Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16426
16427 * configure.in: finally released 2.3.6
16428
16429Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16430
16431 * xpath.c: checking for null pointer generated by new code
16432
16433Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16434
16435 * xpath.c: fixed a [] evaluation problem reported
16436 * test/XPath/tests/simpleaddr: extended test
16437 * result/XPath/simpleaddr: updated result
16438
16439Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16440
16441 * xmllint.c: Dan Timis reported a portability problem
16442 on Macs without mmap, fixed it.
16443
16444Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16445
16446 * testXPath.c : added a --tree option allowing to display the
16447 tree dump of the XPath expression
16448
16449Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16450
16451 * xpath.c: fixed a memleak when comparing nodesets
16452 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16453 * tree.c: added a TODO
16454
16455Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16456
16457 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16458 we need string functions
16459 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16460 to be able to use them where needed. Applied some changes
16461 to reduce name linking pollution and compile in only what's
16462 needed.
16463 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16464 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16465 for the string manipulation functions
16466 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16467 to the free() function of xmlmemory.c
16468 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16469 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16470 usage.
16471
16472Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16473
16474 * error.c: applied the context output patch of the error
16475 handling submitted by Chuck Griffith
16476 * error/VC/*: this slightly change some error logs
16477
16478Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16479
16480 * parser.c: fixed line number reporting on error
16481
16482Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16483
16484 * parser.c: Sullivan and Darin found a parser bug,
16485 applied the patch.
16486
16487Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16488
16489 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16490 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16491 xmlversion.h.in xpointer.c: of course the way I defined
16492 UNUSED breaks on old gcc version. Try to be smart and
16493 also define it directly in xmlversion.h
16494 * configure.in: removed -ansi flag from the pedantic set
16495
16496Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16497 Huge cleanup, I switched to compile with
16498 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16499 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16500 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16501 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16502 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16503 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16504 encoding.h entities.c error.c list.[ch] nanoftp.c
16505 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16506 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16507 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16508 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16509 Cleanup, staticfied a number of non-exported functions,
16510 detected and cleaned up a dozen of problem found this way,
16511 avoided a lot of public function name/typedef/system names clashes
16512 * doc/xml.html: updated
16513 * configure.in: switched private flags to the really pedantic ones.
16514
16515Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16516
16517 * configure.in: 2.3.5
16518 * doc/html/*: rebuilt the docs
16519
16520Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16521
16522 * parser.c: fixed a reported bug in NOTATION parsing
16523 * uri.c: accepted but not fixed bug 51876, added TODO
16524 * Makefile.am: fixed bug 51876
16525
16526Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16527
16528 * config.h.in configure.in error.c: fix a compilation problem
16529 on platforms without vsnprintf (xml@thewrittenword.com)
16530
16531Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16532
16533 * parser.c: fixed a function name header typo
16534 * SAX.c: notations can also occur in external subset.
16535
16536Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16537
16538 * error.c: removed a C++ like comment
16539
16540Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16541
16542 * parser.c: fixing bug 52299 strange condition leading
16543 to a parser crash due to a buffer overflow
16544 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16545 added the specific test case
16546
16547Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16548
16549 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16550 xmlXPathConvert{String,Number,Boolean} to be able to make
16551 type casts without a context stack, fixed some implementation
16552 problems related to the absence of context at parse-time,
16553 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16554 in the public API too
16555 * xpointer.c xpathInternals.h: we need to know at parse time
16556 whether we are compiling an XPointer
16557
16558Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16559
16560 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16561 cleaned up the parser internals, refactored XPath code, added
16562 new compilation based APIs and cleanly separated public and
16563 private APIs.
16564
16565Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16566
16567 * xpath.h: the comp field must be added at the end to avoid
16568 killing binary compat.
16569
16570Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16571
16572 * Makefile.am: detect XPath memleaks in regreson tests
16573 * error.c: fixed and error w.r.t. error reporting still using
16574 stderr
16575 * hash.c: added new line at end of file
16576 * tree.h: minor cleanup
16577 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16578 expression parsing from evaluation, resulted in a number of
16579 changes internally, and in XPointer. Likely to break stuff
16580 using xpathInternals.h but should remain binary compatible,
16581 new interfaces will be added.
16582
16583Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16584
16585 * configure.in: fixed a couple of problems reported by
16586 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16587 without gcc on non linux platforms.
16588
16589Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16590
16591 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16592 a fix for --with-html-dir= configure support. I hope it won't
16593 break rpm generation
16594
16595Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16596
16597 * xmlIO.c: one function comment cleanup.
16598
16599Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16600
16601 * SAX.c: external subset notations were improperly registered
16602 in the internal subset.
16603
16604Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16605
16606 * README.cvs-commits: added, pointing to HACKING
16607 * HACKING: updated
16608
16609Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16610
16611 * parser.c: and Matt Sergeant found one in the XML push
16612 parser (erroneous check I forgot to remove when I fixed the
16613 main parser).
16614
16615Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16616
16617 * xpath.c: ptittom found a small bug in UnaryExpr
16618
16619Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16620
16621 * configure.in: bumped to 2.3.4
16622 * error.c: fixed bug #51860
16623 * tree.c: fixed bug #51861
16624 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16625 * tree.[ch] : added xmlDefaultBufferSize
16626 * nanoftp.c: typo in function name header block
16627 * doc/xml.html : updated, added link to XML::LibXSLT
16628 * doc/html/* : rebuilt the docs
16629
16630Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16631
16632 * parser.c SAX.c: the new content parsing code raised an
16633 ugly bug in the characters() SAX callback. Found it
16634 just because of strangeness in XSLT XML Rec ouptut :-(
16635
16636Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16637
16638 * Makefile.am: Martin Baulig suggested to add -lm
16639 * tree.c: found another bug in xmlNodeGetContent()
16640
16641Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16642
16643 * xpath.c: Bjorn found the error related to strictness of comparison.
16644
16645Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16646
16647 * parser.c: trying to fix the Dtd parsing problem reported
16648 by Gary, side effect of last week speed optimizations.
16649
16650Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16651
16652 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16653 * parserInternals.c: removed unneeded test raised by Stric
16654
16655Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16656
16657 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16658 and fixed by William Brack). Added xmlXPathFormatNumber.
16659 Changed the sorting slightly.
16660 * configure.in Makefile.am example/Makefile.am: Added -lm.
16661 Please note that applications linking with libxml2, must
16662 also like with the math library from now on.
16663
16664Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16665
16666 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16667
16668Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16669
16670 * parser.c: one must report spaces even if the Dtd element
16671 content proves that this is not part of the element content.
16672 * result/valid/*.xml: this changed the ouptu slightly
16673
16674Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16675
16676 * configure.in: bumped to 2.3.3
16677 * doc/xml.html: updated
16678
16679Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16680
16681 * tree.c: minor doc fix
16682 * xpath.c: deallocation issues when a result tree has been
16683 converted to a node-set
16684
16685Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16686
16687 * doc/xml.html: oops corrected dates s/2000/2001
16688
16689Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16690
16691 * valid.c: new patch from Gary Pennington
16692
16693Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16694
16695 * doc/xml.html: applied patch from Ankh
16696
16697Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16698
16699 * xinclude.c: fixed a problem building on Mac
16700
16701Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16702
16703 * parser.c: more work on increasing parsing ferformances
16704
16705Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16706
16707 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16708 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16709 avoiding memcpy in production builds MEM_CLEANUP macro use
16710 * parser.[ch] parserInternals.c: optimizations of the tightest
16711 internal loops inside the parser. Better checking of I/O
16712 flushing/loading conditions
16713 * xmllint.c : added --timing
16714
16715Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16716
16717 * configure.in: bumped to 2.3.2
16718 * doc/xml.html: updated for release
16719
16720Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * xpath.c: found a memleak and fixed a nasty bug
16723
16724Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16725
16726 * xmllint.[c1] : added return code errors for xmllint
16727 * xpath.c: specific debug dump function for result value trees
16728
16729Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16730
16731 * xpath.c: finally implemented xmlXPathCompareNodeSets
16732 * test/XPath/expr/floats results/XPath/expr/floats: added
16733 a test for float expressions
16734
16735Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16736
16737 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16738 * parserInternals.[ch]: trying to speed up parsing
16739 * xpath.c : speeded up node set equality op
16740
16741Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16742
16743 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16744 better handling of ID/IDREF and the list modules associated
16745 * configure.in: small CFLAGS cleanup
16746
16747Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16748
16749 * configure.in: fixed iconv detection on AIX (stric)
16750
16751Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16752
16753 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16754
16755Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16756
16757 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16758 and optimized xmlXPathNodeSetSort
16759
16760Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16761
16762 * xpath.c: bug fix when context size is 0
16763 * parser.c: I like Norm's Dtd because they still manage to break
16764 the parser occasionally
16765
16766Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16767
16768 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16769
16770Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16771
16772 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16773 attributes within the XML-1.0 namespace
16774
16775Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16776
16777 * xpathInternals.h: exported a few axis functions
16778 * doc/xml.html: updated the doc
16779
16780Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16781
16782 * configure.in: applied patch from Daniel van Balen for OpenBSD
16783 and bumped version to 2.3.1
16784 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16785 attempt to find autoclosing was simply broken, removed it,
16786 updated the examples, this is better
16787
16788Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16789
16790 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16791 hash functionnalities.
16792 * doc/html/* : rebuild the doc
16793
16794Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16795
16796 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16797 on predicate
16798 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16799 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16800 really want to have tags closed on output even if we accept
16801 unclosed ones on input
16802
16803Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16804
16805 * xpath.c: ouch don't free NULL, rare case fixed
16806 * tree.c: don't coalesce text nodes if they don't have the
16807 same behaviour wrt escaping on output
16808
16809Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16810
16811 * xpath.c: small fixup
16812 * SAX.c: don't warn on empty namespaces.
16813
16814Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16815
16816 * README: a bit of cleanup
16817 * configure.in: preparing for 2.3.0 release
16818
16819Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16820
16821 * hash.[ch]: added a first version of xmlHashSize()
16822 * valid.c: another bug fix from Gary Pennington
16823
16824Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16825
16826 * valid.c: couple of bug fixes pointed by Gary Pennington
16827 * HTMLtree.c: #if 0 cleanup
16828
16829Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16830
16831 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16832 which removes a time consuming check of xmlXPathNodeSetAdd()
16833 and use it in places where we are sure to not break unicity
16834
16835Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16836
16837 * xpath.c: bug fixes found from XSLT
16838 * tree.c: preserve node->name special values when copying nodes.
16839 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16840 external subset are fetched when available but without full
16841 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16842 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16843 output with encoding disabled.
16844
16845Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16846
16847 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16848 xmlCheckFilename should not be called from xmlFileOpenW
16849 and xmlGzfileOpenW
16850
16851Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16852
16853 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16854 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16855 added the new tests for URI normalization
16856 * testURI.c: fixed stoopid bugs
16857 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16858 the URI in the error messages are now properly normalized
16859
16860Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16861
16862 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16863
16864Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16865
16866 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16867
16868Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16869
16870 * xpath.c: fixed mod operator
16871
16872Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16873
16874 * parser.c: fixed xmlStrcat doc
16875 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16876 trees.
16877
16878Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16879
16880 * xpath.c result/XPath/tests/chaptersbase
16881 result/XPath/tests/simplebase: fixed XPath node()
16882 * tree.c: small fix in xmlNewNs()
16883 * Makefile.am: removed extraneous xml2Conf.sh rule
16884
16885Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16886
16887 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16888 Changed the library name, in order to get libxml-devel and
16889 libxml2-devel to coexist on a single system
16890 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16891 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16892
16893Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16894
16895 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16896 libxml2-devel installable in // as libxml-devel.
16897
16898Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16899
16900 * doc/Makefile.am: fixed make rebuild in doc
16901 * doc/html/*.html: rebuilt the docs
16902
16903Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16904
16905 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16906
16907Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16908
16909 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16910 the HTML doc to go into the -devel RPM ...
16911 * aclocal.m4 config.h.in: some updates due to auto* magic
16912
16913Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16914
16915 * xpath.h: added a hook in the context structure allowing to
16916 link to extra support, needed for XSLT
16917
16918Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16919
16920 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16921 xmlXPtrCmpPoints to use it.
16922 * propagated the following patch from Alejandro Forero
16923 * include/win32config.h xmlIO.c: applied further suggestions
16924 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16925 * example/gjobread.c: fixed warnings, now that it builds
16926
16927Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16928
16929 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16930
16931 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16932 filename points to a valid file (not a directory).
16933 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16934 Added calls to xmlCheckFilenameDir.
16935
16936 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16937 `path' (rather than `filename') as the parameter to gzopen and open.
16938
16939Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16940
16941 * Makefile.am: fixed a problem with EXTRA_DIST
16942
16943Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16944
16945 * Makefile.am example/Makefile.am: finally found the trick
16946 to build the example, i.e. add "." in SUBDIRS before example
16947 in the list <grin/>
16948
16949Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16950
16951 * doc/xml.html: updated with an XSLT section, removed pointer to
16952 W3C CVS base.
16953
16954Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16955
16956 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16957 too, and deallocation need to occur the same way.
16958
16959Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16960
16961 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16962 type correponding to an XSLT result tree fragment. Share most
16963 of the data format with node set, as well as operators.
16964 * HTMLtree.c: added a newline at the end of the doctype output
16965 whe this one is not present initially.
16966 * tree.c: make sure taht the parent and doc pointers are properly
16967 set when copying attributes (lists).
16968
16969Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16970
16971 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16972
16973Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16974
16975 * xpath.c: seems I finally killed that ugly path evaluation
16976 context bug (tagged 9999 in case is is wrong)
16977
16978Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16979
16980 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16981 for XSLT
16982
16983Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16984
16985 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16986 for xmlGzfileOpen() bug
16987
16988Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16989
16990 * xpath.c: removed an error found by XSLT usage
16991 * tree.c parserInternals.h: use a predefined static string
16992 for text and comment nodes, avoid freeing them in xmlFreeNode,
16993 exported the string name in parserInternals.h and added
16994 another value to disable encoding at output (for XSLT),
16995 gain memory, time.
16996
16997Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16998
16999 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17000 win32/libxml2/libxml2_so.dsp: new makefiles and update
17001 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17002
17003Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17004
17005 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17006 Gary Pennington
17007
17008Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17009
17010 * xpath.c: fixed the comaprision of values and nodelists,
17011 need to compare nodelist still ...
17012 * debugXML.c: avoided a possible core dump
17013 * HTMLparser.c: cleanup
17014 * nanohttp.c: contributed fix.
17015 * tree.c: fixes in properties handling added xmlSetNsProp
17016 needed by libxslt
17017 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17018 comment
17019 * TODO: updated
17020
17021Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17022
17023 * parser.c parserInternals.c: applied Bjorn Reese optimization
17024 patch
17025
17026Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17027
17028 * Makefile.am: applied patch fro make check from Martin Vidner
17029
17030Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17031
17032 * configure.in: preparing 2.2.11
17033 * doc/html/*: rebuild the HTML files
17034 * doc/xml.html : updated
17035
17036Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17037
17038 * tree.c: fixed a stupid bug
17039 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17040 patches related to validation of an XInclude processing result
17041 * TODO: updated
17042
17043Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17044
17045 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17046 on large files
17047
17048Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17049
17050 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17051
17052Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17053
17054 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
17055 reported by Jonas Borgström
17056 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17057
17058Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17059
17060 * testXPath.c xpath.c: fixing the XPath union expressions problem
17061 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17062
17063Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17064
17065 * xmllint.c: Made is so if the file name is "-" is will read form
17066 standard input. Sven Heinicke <sven@zen.org>
17067 * tree.c: fixed a problem when growing buffer
17068 * tree.h: fixed the comment of the node types following andersca
17069 comment
17070 * TODO: updated
17071
17072Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17073
17074 * HTMLparser.[ch]: added a way to avoid adding automatically
17075 omitted tags. htmlHandleOmittedElem() allows to change the
17076 default handling.
17077 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17078 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17079 of xmllint too when using --memory flag, added a memory test
17080 suite at the Makefile level.
17081 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17082 with namespace use when encountering QNames in XPath evalation,
17083 added xmlns() scheme in XPointer.
17084 * nanoftp.c : incorporated a fix
17085 * parser.c xmlIO.c: fixed problems raised with encoding when using
17086 the memory I/O
17087 * parserInternals.c: closed bug 25934 reported by
17088 torsten.landschoff@innominate.de
17089 * TODO: updated
17090
17091Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17092
17093 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17094 on a non-updated tree :-(, made a 2.2.10 release to correct the
17095 situation
17096
17097Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17098
17099 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17100 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17101 integrated a set of OpenVMS changes from Howard Taylor
17102 <Howard.Taylor@pacoast.com>
17103
17104Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17105
17106 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17107 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17108
17109Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17110
17111 * HTMLparser.c: some fixes on auto-open of html/head/body
17112 * encoding.c: fixed a compilation error on some gcc env
17113 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17114 XPointer implementation
17115 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17116 related XPointer tests and associated results
17117
17118Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17119
17120 * doc/xmldtd.html doc/xml.html: following a short step by step
17121 guidance on IRC to help maciej with DTDs I started a small
17122 page on the subject.
17123
17124Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17125
17126 * HTMLparser.c: fixed handling of broken charrefs
17127 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17128 patches
17129
17130Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17131
17132 * doc/xml.html doc/html/* : rebuilt the docs after adding
17133 xinclude and updated page for 2.2.7 and 2.2.8
17134 * configure.in: releasing 2.2.8
17135
17136Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17137
17138 * parser.[ch] parserInternals.c: applied the conditional
17139 section processing fix from Jonathan P Springer
17140 <jonathan.springer2@gte.net>
17141 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17142 project file, fixed iconv default non support
17143 * xpath.c: fixed the problem of evaluating relative expressions
17144 when a node context is provided.
17145
17146Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17147
17148 * nanoftp.c: fixed gcc 2.95 new warnings
17149 * SAX.c: fixed a stupid bug
17150 * tree.c: fixed a formatting problem when round-tripping
17151 from/to memory
17152 * xinclude.c: chased memleak, fixed a base problem
17153 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17154 xmlXPtrBuildNodeList()
17155 * TODO: updated
17156 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17157 adding a first small set of regression tests for XInclude
17158
17159Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17160
17161 * nanohttp.[ch]: applied Wayne Davison patches to access
17162 the WWW-Authorization header.
17163 * parser.c: Closed Bug#30847: Problems when switching encoding
17164 in short files by applying Simon Berg's patch.
17165 * valid.c: fixed a validation problem
17166 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17167 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17168 Wayne Davison
17169 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17170 need to be extended to non full nodes selections.
17171 * xinclude.c: starts to work decently
17172
17173Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17174
17175 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17176 debugXML.c xmlversion.h.in: Started adding XInclude support,
17177 this is a new xmllint option
17178 * tree.c xpath.c: applied TOM patches for XPath
17179 * xpointer.c: fixed a couple of errors.
17180 * uri.c: added an escaping function needed for xinclude
17181 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17182 new warning from RH70 gcc's version
17183
17184Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17185
17186 * HTMLparser.c: fixed loop on invalid char in scripts
17187 * parser.c: update to description of xmlIOParseDTD()
17188 * libxml.m4 xmlversion.h.in: changes contributed by
17189 Michael Schmeing <m.schmeing@internet-factory.de>
17190 * configure.in: preparing for 2.2.7
17191 * Makefile.am: trying to avoid config.h and acconfig.h
17192 being included in the distrib
17193 * configure.in: released 2.2.7
17194
17195Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17196
17197 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17198 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17199
17200Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17201
17202 * parser.[ch]: added xmlIOParseDTD()
17203 * xpointer.c: added support for the 2 extra parameters of
17204 string-range, fixed a stoopid error when '0' was present
17205 in XPointer expressions
17206 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17207 testsuite for the above
17208
17209Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17210
17211 * libxml.spec.in: improved package descriptions
17212
17213Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17214
17215 * xpath.c xpathInternals.h: applied a large cleaning patch
17216 from TOM <ptittom@free.fr>, it also add namespace support
17217 for function and variables registration.
17218
17219Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17220
17221 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17222 * Makefile.mingw: Wayne Davison's update adding hash.c
17223
17224Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17225
17226 * xpath.c: fixed the root evaluation problems
17227 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17228 ignorable spaces with <b> <bold> <em>
17229 * tree.c: fixed a loop in xmlSearchNsByHref()
17230
17231Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17232
17233 * xpath.c: applied another XPath patch from TOM
17234 * xpath.c include/makefile.am: applied another patch from
17235 china@thewrittenword.com (cleanup on IRIX).
17236
17237Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17238
17239 * xml-config.1: received a fixed version from Fredrik Hallenberg
17240 <hallon@lysator.liu.se>
17241
17242Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17243
17244 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17245 cleanup patch for XPath
17246
17247Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17248
17249 * patched to redirrect all "out of context" error messages to
17250 a reconfigurable routine. The changes are:
17251 * xmlerror.h : added the export of an error context type (void *)
17252 an error handler type xmlGenericErrorFunc there is an interface
17253 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17254 to reset the error handling routine and its argument
17255 (by default it's equivalent to respectively fprintf and stderr.
17256 * all the c files: all wild accesses to stderr or stdout within
17257 the library have been replaced to calls to the handler.
17258
17259Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17260
17261 * configure.in: release 2.2.6
17262 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17263 exporting the inner functions of xpath for extension modules
17264 * doc/*: updated and rebuilt the doc
17265
17266Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17267
17268 * nanohttp.c : applied Wayne HTTP cleanup patch
17269 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17270 and xmlNodeSetSpacePreserve()
17271
17272Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17273
17274 * xpath.c: closing bug #29260
17275
17276Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17277
17278 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17279 multikey tuples, made hash structure opaque
17280 * valid.[ch]: moved elements, attributes, notations decalarations
17281 as well as ID and refs to hash tables.
17282 * entities.c: hash cleanup
17283 * xmlmemory.c: fixed a dump problem in debug mode
17284 * include/Makefile.am: problem passing in DESTDIR= values patch
17285 from Marc Christensen <marc@calderasystems.com>
17286 * nanohttp.c: removed debugging remains
17287 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17288 * HTMLparser.c parser.c: fixing a number of problems with the
17289 macros in the *parser.c files (Wayne).
17290 * HTMLparser.c: close the previous option when opening a new one
17291 (Marc Sanfacon).
17292 * result/HTML/*: updated the HTML results accordingly
17293
17294Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17295
17296 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17297 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17298 XPath functions and XML entities table to them. More to come...
17299 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17300
17301Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17302
17303 * tree.c: coalesce adjacent text nodes
17304 * valid.c: handling of blank nodes in DTd validation (raised
17305 by problems with a posteriori validation).
17306 * nanohttp.c: changing behaviour on HTTP write stuff.
17307 * HTMLtree.c: forced body and html to be explicitely closed.
17308 * xpath.h: exported more XPath functions.
17309
17310Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17311
17312 * Release of 2.2.5
17313 * xpointer.c: range() range-inside and other helper functions
17314 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17315
17316Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17317
17318 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17319 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17320
17321Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17322
17323 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17324 and XPointer modules
17325
17326Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17327
17328 * SAX.h: closed #25107
17329
17330Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17331
17332 * testSAX.c: fixed problem with cdata reporting
17333 * SAXresult/* : updated
17334
17335Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17336
17337 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17338 Closed bug #27499, added to regression tests
17339 * TODO: updated
17340
17341Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17342
17343 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17344 support for SCRIPT and STYLE with help from Bjorn Reese
17345 * test/HTML/* result/HTML/*: added simple testcase and updated
17346 the existing ones.
17347
17348Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17349
17350 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17351 string-range for empty strings
17352 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17353 test/XPath/xptr/strrange: augmented the XPointer testsuite
17354
17355Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17356
17357 * doc/xml.html doc/xmlmem.html: added a module describing memory
17358 interfaces and use, updated the main page.
17359
17360Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17361
17362 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17363 nanoftp code work on Windows too now
17364
17365Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17366
17367 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17368 * xpointer.c: implemented string-range() at least a good first version
17369 * test/XPath/docs/str test/XPath/xptr/strrange
17370 result/XPath/xptr/strrange: the string-range() tests
17371
17372Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17373
17374 * Makefile.am include/Makefile.am include/win32config.h
17375 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17376 and make distcheck
17377
17378Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17379
17380 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17381 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17382 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17383
17384Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17385
17386 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17387 patch for socklen_t detection by
17388 Albert Chin-A-Young <china@thewrittenword.com>
17389
17390Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17391
17392 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17393 and added a --dtdvalid option to xmllint used to test it
17394
17395Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17396
17397 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17398 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17399
17400Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17401
17402 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17403 handlings (registration, lookup, cleanup)
17404
17405Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17406
17407 * configure.in Makefile.am include/makefile.am: adding XPointer
17408 and XPtrtests target
17409 * xpointer.[ch] : new files for XPointer support
17410 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17411 more XPath tests
17412
17413Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17414
17415 * configure.in: fixed, very broken, make distcheck works again
17416
17417Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17418
17419 * More work toward 2.2.5, integrated a number of patches
17420 * configure.in Makefile.am win32config.h.in: trying to cleanup
17421 make distcheck .... huh ...
17422 * include/Makefile.am include/win32config.h: new directory
17423 for includes
17424 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17425 updated teh makefiles and instructions for WIN32
17426 * xpath.c: small fixes
17427 * test/XPath/ results/XPath: updated the testcases and results
17428 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17429 suggested patches
17430 * valid.c: fixed an ID bug
17431
17432Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17433
17434 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17435 the automake bug where wrong dependencies were generated.
17436 * xpath.[ch]: worked on XPointer
17437
17438Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17439
17440 * configure.in Makefile.am: 2.2.5, ship the include in an
17441 include/libxml subdirectory, use symlinks when using CVS
17442 * testSAX.c: fixed small bug
17443 * testXPath.c: changed the way testfiles are parsed
17444 * debugXML.c: same kind of cleanup when parsing an argument expression
17445 XPath/XPointers can have blanks embedded
17446 * xpath.[ch]: more cleanup, reorgs for XPointer work
17447 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17448 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17449
17450Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17451
17452 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17453 in the XPath engine, rewrote large parts of it, now it's far
17454 cleaner and in sync with the REC not an old WD. Fixed a parsing
17455 problem in the interactive XML shell found when testing XPath.
17456
17457Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17458
17459 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17460 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17461 examples with the extra test
17462
17463Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17464
17465 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17466 the global init function.
17467
17468Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17469
17470 * HTMLparser.c: Doohhh, attribute name parsing was still case
17471 sensitive ! Fixed this ...
17472 * result/HTML/* : updated the tests results accordingly
17473
17474Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17475
17476 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17477 engine, should be far more stable, incorporated a new version of
17478 preceding/following axis, need testing
17479 * uri.c: fixed file:///c:/a/b/c problem
17480 * test/XPath/tests/idsimple: augmented the XPath tests
17481
17482Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17483
17484 * doc/* rebuilding docs for 2.2.4 release
17485
17486Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17487
17488 * configure.in: releasing 2.2.4
17489 * parser.[ch]: added xmlStrEqual()
17490 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17491 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17492 use xmlStrEqual instead
17493 * TODO: updated
17494 * added an XPath test
17495
17496Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17497
17498 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17499 * entities.h: exported xmlInitializePredefinedEntities
17500 * parser.[ch] : added xmlInitParser()
17501 * parserInternals.h : had to export htmlInitAutoClose()
17502
17503Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17504
17505 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17506 problems
17507 * Makefile.am : added XPath regression tests to normal tests
17508 * uri.c: fixed a problem with local paths, cleanup
17509 * parser.c: fixed a problem with large CData sections
17510
17511Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17512
17513 * configure.in xml-config.in: patch from "Ben Taylor"
17514 <sol7x86@hotmail.com> for solaris shared libs lookup
17515
175162000-09-30 Martin Baulig <baulig@suse.de>
17517
17518 * libxml-2.0.pc.in: Provide pkg-config script.
17519
17520 * configure.in: Create the libxml-2.0.pc script from the
17521 libxml-2.0.pc.in templates.
17522 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17523 script in `$(libdir)/pkgconfig'.
17524
17525Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17526
17527 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17528 when compiling with MSC
17529
17530Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17531
17532 * xpath.c: patch for normalize-string() substring-before(),
17533 substring-after() and translate() functions from Bjorn Reese
17534 <breese@mail1.stofanet.dk>
17535 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17536 Fredrik Hallenberg <hallon@lysator.liu.se>
17537 * TODO: updated
17538
17539Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17540
17541 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17542 problem of socklen_t being undefined on a number of platforms
17543 * debugXML.c: fixed a compilation problem when without snprintf
17544
17545Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17546
17547 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17548 an URI bug and a fix for the control-character-induced infinite loop
17549 * nanohttp.c: preventive fix for compiling on WIN32
17550
17551Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17552
17553 * xmlint.c: closing bug #25000
17554
17555Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17556
17557 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17558 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17559 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17560 related function, fixing xmlStrncmp(), and associated cleanup
17561 * result/HTML/entities.html.sax: updating result
17562
17563Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17564
17565 * uri.c: applied patch for URI escaping from Wayne Davison
17566 <wayned@blorf.net>
17567 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17568 from Denis Barbier <barbier@imacs.polytechnique.fr>
17569 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17570 patch from Wayne Davison
17571
17572Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17573
17574 * doc/xml.html : updated with new releases, adding "how to help"
17575
17576Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17577
17578 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17579 removed a few warnings in pedantic mode ...
17580 * parserInternals.c parser.c: moved encoding switching function
17581 to parserInternals.c
17582 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17583
17584Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17585
17586 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17587 error or warning handlers
17588
17589Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17590
17591 * parserInternals.c parserInternals.h parser.c Makefile.am:
17592 created a new module parserInternals.c, moved most of the
17593 code shared by the various parsers there, as well as
17594 deprecated code from parser.c. More cleanup of parser.c
17595 * uri.c: fixed a problem when URI is NULL
17596 * valid.c: speedup when looking for an attribute declaration
17597
17598Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17599
17600 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17601 the cleanup of the computation of URI references when seeking
17602 external entities. The URI reference string and the resulting
17603 URI are both stored now.
17604 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17605 large s(n)printf checks and cleanup from Denis Barbier
17606 <barbier@imacs.polytechnique.fr>
17607 * xmlversion.h.in tree.h: couple of SGML declarations for a
17608 possible docbook module.
17609 * result/VC/ : a couple of test output changed due to the change
17610 of the entities URI
17611
17612Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17613
17614 * parser.h: added a _private field for linking user's data
17615
17616Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17617
17618 * parser.c parserInternals.h: demacroified most of the IS_XXX
17619 the gain in size is significant so ...
17620
17621Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17622
17623 * entities.c: cases where looking up entities with doc==NULL
17624 covered
17625
17626Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * uri.c: applied Wayne Davison patch
17629 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17630
17631Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17632
17633 * uri.c testUri.c: applied Wayne Davison patches
17634 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17635 * Makefile.in: added URItest and included thenin "make tests"
17636
17637Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17638
17639 * xmlversion.h.in: closed bug 22941
17640
17641Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17642
17643 * doc/xmlio.html: added doc and example for entity loader
17644 redefinition.
17645
17646Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17647
17648 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17649 used by libxml
17650
17651Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17652
17653 * parser.c: Fixed bug on invalid ontent characters and when using
17654 push.
17655 * xmllint.c: fixed xmllint endling of errors in push mode
17656
17657Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17658
17659 * HTMLparser.c testHTML.c: applied two new patches from
17660 Wayne Davison <wayned@users.sourceforge.net>
17661 * result/HTML/*.sax: regenerated HTML SAX output
17662 * parser.c: more cleanup.
17663
17664Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17665
17666 * HTMLparser.[ch] testHTML.c: applied the second set of
17667 patches from Wayne Davison <wayned@users.sourceforge.net>,
17668 adding htmlEncodeEntities()
17669 * HTMLparser.c: fixed an ignorable white space detection bug
17670 occuring when parsing with SAX only
17671 * result/HTML/*.sax: updated since the output is now HTML
17672 encoded...
17673
17674Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17675
17676 * HTMLparser.[ch]: applied some of Wayne Davison
17677 <wayned@users.sourceforge.net> patches
17678
17679Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17680
17681 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17682 undeclared namespace prefix was used, added a warning.
17683 Cleaned up support w.r.t. entities, spilling out a warning
17684 and being pedantic on lookups.
17685 * test/warning/ent9 : added testcase for previous example.
17686 * TODO: updated
17687 * parserInternals.h parser.c: changed the way names are parsed
17688 now allow infinite size and decrease penalty for normal use
17689 * parser.c: Started a big cleanup/check of the parser code,
17690 fixed some of the most tortuous entity code, spotted code
17691 unused anymore
17692 * test/*: added tests for very long names and related nasty
17693 things.
17694
17695Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17696
17697 * doc/encoding.html: added encoding aliases doc
17698 * doc/xml.html: updates
17699 * encoding.[ch]: added EncodingAliases functions
17700 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17701 bottleneck affecting large DTDs like Docbook
17702 * parser.[ch] xmllint.c: added a pedantic option, will be
17703 useful
17704 * SAX.c: redefinition of entities is reported in pedantic mode
17705 * testHTML.c: uninitialized warning from gcc
17706 * uri.c: fixed a couple of bugs
17707 * TODO: added issue raised by Michael
17708
17709Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17710
17711 * doc/encoding.html: propagated Martin Duerst suggestions
17712
17713Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17714
17715 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17716 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17717 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17718 by Wayne Davison
17719
17720Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17721
17722 * nanoftp.c nanohttp.c: small cleanup
17723 * TODO: updated
17724
17725Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17726
17727 * added an old VC testcase and updated title.xml entity
17728
17729Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17732 done on auto-opening of <p> tags and cleanup of SAX output
17733
17734Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17735
17736 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17737
17738Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17739
17740 * doc/xml.html libxml.* structure.*: updated the doc a bit
17741
17742Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17743
17744 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17745 of SAX tests
17746
17747Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17748
17749 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17750 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17751
17752Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17753
17754 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17755 * testHTML.c: fix core dump on Solaris 2.x systems
17756 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17757 * result/HTML/*.sax: previous bug fix lead to new results
17758
17759Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17760
17761 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17762 * configure.in: added --with-readline=DIR to accept alternate
17763 path for readline include/library
17764 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17765 for ANSI under HP-UX
17766 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17767 includes @LIBS@
17768
17769Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17770
17771 * doc/* : rebuilt the docs
17772 * getting ready for 2.2.2 release
17773
17774Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17775
17776 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17777 and xmlAddFeature()
17778 * tree.[ch]: added xmlAddChildList()
17779 * xmllint.c: MAP_FAILED macro test
17780 * parser.h: added xmlParseCtxtExternalEntity()
17781 * valid.c: applied bug fixes removed warning
17782 * tree.c: added CDATA block to elements content
17783 * testSAX.c: cleanup of output
17784 * testHTML.c: added SAX testing
17785 * encoding.c: better error recovery
17786 * SAX.c, parser.c: fixed one of the external entity processing
17787 of the OASis testsuite
17788 * Makefile.am: added HTML SAX regression tests
17789 * configure.in: bumped to 2.2.2
17790 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17791 SAX results
17792
17793Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17794
17795 * configure.in: patch for HP compiler
17796
177972000-08-04 Sven Heinicke <sven@zen.org>
17798
17799 * xmllint.c: Was coredumping sometimes when the file given didn't
17800 exist.
17801
17802Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17803
17804 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17805
17806 when using in memory parsing. Need some cleanup.
17807 * xmllint.c configure.in: added a --memory flag to test memory
17808 parsing
17809
17810Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17811
17812 * nanohttp.c: fixed socklen_t replacement to unsigned int
17813 * parser.c: fixed a space handdling missing at the end of
17814 production 28 DOCTYPE.
17815 * xmlmemory.c: fixed a stupid bug on the routine to override
17816 allocation functions
17817 * TODO: updated
17818
17819Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17820
17821 * doc/ regenerated the docs
17822
17823Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17824
17825 * doc/encoding.html doc/xml.html: added I18N doc
17826 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17827 improvements, both parser and filters, added ASCII & HTML,
17828 fixed the ISO-Latin-1 one
17829 * xmllint.c testHTML.c: added/made visible --encode
17830 * debugXML.c : cleanup
17831 * most .c files: applied patches due to warning on Windows and
17832 when using Sun Pro cc compiler
17833 * xpath.c : cleanup memleaks
17834 * nanoftp.c : added a TESTING preprocessor flag for standalong
17835 compile so that people can report bugs more easilly
17836 * nanohttp.c : ditched socklen_t which was a portability mess
17837 and replaced it with unsigned int.
17838 * tree.[ch]: added xmlHasProp()
17839 * TODO: updated
17840 * test/ : added more test for entities, NS, encoding, HTML, wap
17841 * configure.in: preparing for 2.2.0 release
17842
17843Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17844
17845 * nanoftp.c: fixed the way the control connection is handled
17846 * libxml.spec.in: fixed the dependencies and cleanup
17847
17848Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17849
17850 * doc/xml.html: changed the xmlsoft.org structure, updated the
17851 examples w.r.t. root and childs
17852
17853Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17856
17857Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17858
17859 * HTMLparser.c: Work on character encoding support for the HTML parser
17860 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17861 * encoding.c: Fixed a potential memleak in the encoding stuff
17862
17863Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17864
17865 * doc/FAQ.html doc/Makefile.am : added a FAQ
17866
17867Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17868
17869 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17870 of the HTML parser to force it to not bypass SAX
17871
17872Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * win32config.h.in: updated
17875 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17876 lacks iconv support :-( need to release 2.1.1
17877 * configure.in: release 2.1.1
17878 * HTMLparser: fixed bug #14784
17879 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17880 by Windows compiler
17881 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17882 the SAX startDocument() callback.
17883 * TODO: updated
17884
17885Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17886
17887 * added xmlStopParser()
17888
17889Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17890
17891 * configure.in: 2.1.0 prerelease
17892 * Large resync between W3C and Gnome tree
17893 * nanoftp, nanohttp.c: fixed stalled connections probs
17894 * HTMLtree.c SAX.c : support for attribute without values in
17895 HTML for andersca
17896 * valid.c: Fixed most validation + namespace problems
17897 * HTMLparser.c: start document callback for andersca
17898 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17899 * parser.h, SAX.c: serious speed improvement for large
17900 CDATA blocks
17901 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17902 different encoding
17903 * example/Makefile.am example/gjobread.c tree.h: work on
17904 libxml1 libxml2 convergence.
17905 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17906 and the LIBXML_TEST_VERSION macro
17907
17908Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17909
17910 * doc/xml.html: various patches and improvements typo fixed by
17911 Felix Natter
17912 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17913 from Felix Natter <fnatter@gmx.net>
17914
17915Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17916
17917 * doc/upgrade.html: updated with instructions for support of both
17918 libxml-1.x and libxml-2.x
17919 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17920 for 2.x support and also fixed includes
17921
17922Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17923
17924 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17925 the encoding support, added iconv support, so now libxml if
17926 compiled with iconv automatically support japanese encodings
17927 among others. Work based on initial patch from Yuan-Chen Cheng
17928 I may have broken binary compat in the encoding handler
17929 registration scheme, but that was so utterly broken I don't
17930 expect anybody to have used this feature until now.
17931 * parserInternals.h: fixup on the CHAR range macro
17932 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17933 code.
17934 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17935 * uri.c: added xmlParseURI() I can't believe I forgot to
17936 implement this one in 2.0 !!!
17937 * SAX.c: moved doc->encoding update in the endDocument() call.
17938 * TODO: updated.
17939
17940Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17941
17942 * tree.h: removed extraneous xmlRemoveProp definition
17943 * TODO: added item about --disable-corba configure switch
17944 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17945 * nanoftp.c: fixed include problems giving troubles on AIX and
17946 slowlaris
17947 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17948 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17949 comment and headers changes to lower gtk-doc number of warnings
17950 * doc/html/*: rebuilt docs
17951
17952Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17953
17954 * HACKING: documented the tag for 1.x and instructions
17955
17956Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17957
17958 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17959 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17960 xmlCreateIOParserCtxt
17961 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17962 significant overall improvement
17963 * xmllint.c: added I/O test to xmllint
17964 * testSAX.c: added a speed test
17965 * doc/* : updated/regenerated
17966
17967Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17968
17969 * xpath.c uri.h parserInternals.h: cosmetic changes from
17970 "Timur I. Bakeyev" <timur@bat.ru>, including making
17971 xmlCreateURI() public
17972
17973Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17974
17975 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17976 and the code at the same time. Added a clean mechanism for
17977 overload or added input methods: xmlRegisterInputCallbacks()
17978 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17979 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17980 * TODO: updated
17981 * doc/* : updated/regenerated
17982 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17983 source dir
17984
17985Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17986
17987 * testURI.c: yet another forgotten commit, I should get some sleep !
17988
17989Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17990
17991 * xmllint.c: forgot to commit this too ?
17992
17993Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17994
17995 * xmlversion.h.in : forgot to commit this previously
17996
17997Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17998
17999 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18000 * README TODO: updated for release
18001 * uri.c uri.h: added authority parsing/saving
18002 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18003 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18004 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18005 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18006 Makefile.am : added compile-time customization of libxml
18007 --with-ftp --with-http --with-html --with-xpath --with-debug
18008 --with-mem-debug
18009 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18010 #include <libxml/xxx.h> I hope it won't break too much stuff
18011 and will be manageable in the future...
18012 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18013 and added xmllint to the installed programs
18014 * uri.h: added xmlFreeURI()
18015
18016Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18017
18018 * uri.c uri.h: finished the escaping handling, the base support
18019 and the URI path normalization. Looks good just lacks the
18020 authority content parsing code.
18021 * Makefile.am: added instructions to generate testURI
18022 * TODO: updated
18023 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18024 added links and icons for W3C and Gnome
18025
18026Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18027
18028 * xmlmemory.[ch] : seems I forgot to actually update the files in
18029 the last commit :-)
18030 * doc/xml.html doc/html/* : updated and uploaded the docs
18031
18032Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18033
18034 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18035 * TODO: updated
18036 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18037 libxml default allocation function with another set (like gmalloc/
18038 gfree).
18039 * Makefile.am, uri.c, uri.h: added a set of functions to do
18040 exact (litteraly copied from the RFC 2396 productions) parsing
18041 and handling of URI. Will be needed for XLink, one XML WFC,
18042 XML Base and reused in the nano[ftp/http] modules. Still work
18043 to be done.
18044
18045Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18046
18047 * configure.in, libxml.spec.in : libxml2
18048 * doc/* : updated the doc page, rebuilt the docs
18049
18050Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18051
18052 * all: tagged LIB_XML_1_X
18053 * *.c *.h : updated from W3C CVS tree
18054 * configure.in : 2.0.0-beta
18055 * libxml.spec.in : libxml2 package nam
18056 * result/* : new version of the tests output
18057
18058Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18059
18060 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18061
18062Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18063
18064 * doc/* : rebuilt the docs
18065 * parser.c: final patch on #6766
18066 * valid.c: small patch on validity checks.
18067
18068Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18069
18070 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18071 added
18072 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18073 compatibility w.r.t. XML spec and existing code.
18074
18075Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18076
18077 * parser.c: seems a better solution to <a> </a> exists,
18078 will try it for a while
18079
18080Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18081
18082 * parser.c: tried to remove the <a> </a> generating <a/>
18083 this is hard. Left a flag for that purpose. Fixed bug #6766
18084 * configure.in: prepared 1.8.7 not released, due to previous
18085 problem
18086
18087Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18088
18089 * doc/xml.html : applied second patch from Paul DuBois
18090
18091Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18092
18093 * doc/xml.html : applied patch from Paul DuBois
18094
18095Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18096
18097 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18098
18099Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18100
18101 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18102 compilation warnings on various platforms.
18103 * parser.c: Fixed #5281 validity error callbacks are now desactived
18104 by default if not validating.
18105
18106Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18107
18108 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18109
18110Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18111
18112 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18113 <gkatsi@cs.toronto.edu>
18114
18115Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18116
18117 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18118 processing URLs
18119
18120Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18121
18122 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18123 xmlNanoFTPUpdateURL for persistent control connections.
18124 * configure.in: 1.8.6
18125
18126Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18127
18128 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18129 * tree.[ch] : added xmlSaveNoEmptyTags
18130
181312000-01-29 James Henstridge <james@daa.com.au>
18132
18133 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18134
18135 * Makefile.am: added nanoftp.[ch] to the build.
18136
18137Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18138
18139 * nanoftp.[ch]: cleanup, comments, API
18140 * debugXML.c : fixed a bug in the cat command
18141 * doc/*: regenerated the docs
18142
18143Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18144
18145 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18146 * debugXML.c : fixed a bug in the cat command
18147 * valid.c: fixing some small probs
18148 * libxml.spec.in: get rid of the SNAP suffix
18149 * doc/xml.html: updated the status
18150
18151Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18152
18153 * xml-config.in: xml-config --version to just return the
18154 version number
18155 * xpath.c: some cleanup w.r.t. axis when the current node is
18156 an attribute.
18157 * TODO: updated
18158
18159Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18160
18161 * configure.in: prepared for libxml-1.8.5
18162 * doc/* recompiled the documentation
18163
181642000-01-17 Jody Goldberg <jgoldberg@home.com>
18165
18166 * configure.in : WARNING autoconf subtlety alert :
18167 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18168 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18169 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18170 get defined by AC_CHECK_HEADERS.
18171
18172Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18173
18174 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18175 Rune.Djurhuus@fast.no
18176
18177Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18178
18179 * TODO: updated
18180 * tree.c, parser.c: made sure that only memory alloc problems
18181 and internal parser errors are allowed to write to stdout or
18182 stderr.
18183
18184Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18185
18186 * tree.c : restored xmlNewGlobalNs since this seems used by
18187 a lot of existing code :-(, fixed a bug in xmlNewNs
18188 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18189 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18190 to exit() from the library code.
18191 * xpath.c, parser.c: removed bugs or unused code detected by
18192 Windows compilers
18193 * parser.c: started adding interfaces for parsing well balanced
18194 XML fragments
18195 * configure.in: releasing 1.8.4
18196 * doc/* : rebuilt the docs
18197
18198Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18199
18200 * tree.[ch] : added xmlNewDocFragment() for DOM
18201 * testHTML.c: uninitialized variable.
18202
18203Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18204
18205 * doc/* : rebuild the docs
18206
18207Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18208
18209 * acconfig.h: readline and history patch
18210 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18211 * tree.c: added check and handling when possibly removing an ID
18212 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18213 and saving.
18214 * test/HTML/entities.html result/HTML/entities.html* : test for
18215 various entities reference cases
18216 * result/HTML/* : as a result output of some testcase have
18217 changed
18218 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18219 by previous example. added xmlParseTryOrFinish().
18220 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18221 entities.h debugXML.h HTMLparser.h: changed the way struct are
18222 declared to allow gtk-doc to expose those
18223 * parser.c: closed bug #4960
18224 * Makefile.am configure.in: Applied patch from
18225 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18226 and math/socket libs detection
18227
18228Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18229
18230 * configure.in, Makefile.am: link tester against readline
18231 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18232
18233Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18234
18235 * tree.[ch]: added xmlRemoveProp
18236 * win32config.h.in nanohttp.c: avoid including the Windows
18237 socket stuff in every C files
18238 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18239 the XmL parser(s)
18240 * test/ns4 result/ns4 etc...: added test case for previous prob
18241 * tree.c: xmlNewNs wasn't checking for double definition
18242 * Makefile.in: fixed a problem with dist-hook duplicates
18243 * parser.[hc], xmlIO.c: fixed the loading of external entities
18244 APIs, now xmlLoadExternalEntity() is used everywhere and
18245 setting up an app specific front-end using the
18246 * SAX.c parser.c: some fixes, now the xhtml spec validates
18247 with the xhtml DTD.
18248 * error.c: fixed crashes in case of no input stream
18249 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18250 to the validation tests and results
18251
18252Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18253
18254 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18255 too htmlCreatePushParserCtxt() and htmlParseChunk()
18256 * parser.c: a bit of cleanup.
18257 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18258 to XML) removed the last mem leak known
18259 * HTMLtree.c: output message cleanup
18260 * xmlmemory.c: display content info about memory blocks
18261 * result/HTML/wired.* : missing att value warning change
18262
18263Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18264
18265 * doc/* : rebuilt the documentation
18266
18267Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18268
18269 * parser.[ch] parserInternals.h: Push parser for XML,
18270 seems to work fine now
18271 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18272 --push for push testing
18273 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18274 * testSAX.c: added --push
18275 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18276 subtree
18277 * xmlIO.[ch] : enriched API + fixes for push mode
18278 * entities.[ch]: added the entity content length to the struct.
18279 * xmlmemory.[ch]: new API to show the last entries for the shell
18280 * valid.c: added required attribute testing
18281 * SAX.c: the cdata callback now merge contiguous fragments
18282 * HTMLparser.c: cleanup of some macros
18283
18284Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18285
18286 * parser.c: fix for PIs name starting with xml
18287 * tree.c: fixed a potential problem with || and && ops
18288 * *.c, configure.in win32config.h.in : generate win32config.h for
18289 those on the Other Side !
18290
18291Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18292
18293 * parser.c: fixed a stupid = vs. == bug :-(
18294 * doc/gnome-xml.sgml: s/glade/xml/
18295
18296Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18297
18298 * configure.in, doc/xml.html : bug fix release 1.8.2
18299 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18300 Hopefully the end of that silly C++ include problem
18301 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18302 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18303 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18304 troubles with autoclosed elements when the stree shape doesn't
18305 follow the DtD specs. Added htmlIsAutoClosed() and
18306 htmlAutoCloseTag()
18307 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18308 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18309 * debugXML.c: fixed a bug on printing default namespaces.
18310 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18311
18312Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18313
18314 * result/HTML/*.htm[l] : updated the HTML regression tests according
18315 to the new output
18316 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18317 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18318 problem due to intermix of extern "C" { ... } declarations for C++
18319 and recursive includes in the headers
18320
183211999-12-20 Chris Lahey <clahey@umich.edu>
18322
18323 * HTMLtree.c: Made it so that html nodes with a single child do
18324 not insert a carriage return before or after the child node.
18325
18326Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18327
18328 * configure.in, doc/xml.html : bug fix release 1.8.1
18329 * parser.c: fixed bug #4344
18330 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18331 added the glue to avoid C++ problems
18332 * doc/* : regenerated the documentation
18333
18334Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18335
18336 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18337 namespace recognition, and Dia as a resul :-(
18338 * encoding.c: closed bug #3950
18339
18340Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18341
18342 * valid.c: debugging a posteriori validation, except URI expansion
18343 stuff this should be fixed now
18344 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18345 Carl Nygard <cnygard@bellatlantic.net>
18346 * tester.c: added --postvalid, cleaning of the code
18347 * tree.[ch]: added xmlDocGetRootElement()
18348
18349Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18350
18351 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18352 c++ losage.
18353
18354Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18355
18356 * configure.in, doc/xml.html : bumped to 1.8.0
18357 * xlink.[ch], Makefile.am : added framework for link detection
18358 * parser.h: added nbChars to parser context, needed for cleanup.
18359 * xmlmemory.c: removed a nasty bug when out of mem
18360 * valid.[ch]: adding namespace support for attribute decl
18361 * tester.c: added --debugent option
18362 * debugXML.[ch]: added xmlDebugDumpEntities()
18363 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18364 buffers instead, this was really needed, validation was breaking
18365 in strange ways due to that. Added xmlParseStringPEReference()
18366 and other parsing from strings functions. Entities processing
18367 modified again, but PERef are still not handled correcly but
18368 unless you're Eve Maller you won't notice :-)
18369 * HTMLparser.c: large changes toward reliability, and switched to
18370 lowercase internal tags, XHTML is lowercase, so it will help
18371 that output is closer to next version.
18372 * doc/* : regenerated the documentation, it is now hosted at
18373 http://xmlsoft.org/ (same bits I just bought the domain :-)
18374
18375Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18376
18377 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18378 doc generation
18379 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18380 in the SAX API
18381 * doc/*: rebuilt the doc making sure everything appears in the
18382 HTML files
18383
18384Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18385
18386 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18387 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18388 which allow impressive speed improvement on dataset with
18389 large text pieces, but at the cost of broken binary
18390 compatibility and slightly bigger memory usage.
18391 Configure with --with-buffers to activate them, they
18392 are protected with XML_USE_BUFFER_CONTENT define.
18393 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18394 goal is 0 memory left allocated once parser is no more used
18395 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18396 call xmlCleanupParser() and xmlMemoryDump()
18397
18398Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18399
18400 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18401 * parser.[ch] encoding.[ch]: added memory cleanup routines
18402 * parser.c: closing bug #3788
18403 * doc/*: rebuilt the doc
18404
18405Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18406
18407 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18408 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18409 * tester.c: added --compress option
18410 * doc/*: rebuilt the documentation
18411
18412Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18413
18414 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18415 if given /proc/kcore as input !
18416 * doc/xml.html doc/*: updated and rebuilt the documentation
18417
18418Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18419
18420 * parser.c: Fixed some wrongly space collapsing code due to
18421 a misreading of the spec.
18422 * result/*: fixed the output accordingly
18423
18424Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18425
18426 * encoding.c: bug fix and typos
18427 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18428 * parser.c: added attribute normalization closing bug #3597
18429 * test/att* result/att* SAXresult/att*: testcase for attribute
18430 normalization
18431
18432Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18433
18434 * configure.in: closing bug #3163 by adding extra flags for the
18435 cc compiler on HP-UX
18436
18437Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18438
18439 * valid.[ch] : removed a typo and an enumerated type bug in the
18440 xmlAddElementDecl() function
18441 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18442 call to xmlEncodeEntitiesReentrant() so that the functions
18443 New, Set and Get are at the same level.
18444 * parser.c HTMLparser.c: extra memory allocation bug for
18445 attributes detected by someone using libxml in embedded systems :-)
18446
18447Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18448
18449 * xmlmemory.h: turned off mem debug :-\
18450
18451Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18452
18453 * parser.c: closed bug #2784 a one line fix, but worth pushing
18454 a new release out
18455 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18456 some structures, comments before and after the
18457 main element, and other nastyness
18458 * HTMLtree.c tree.c: accomodate the extended HTML supported
18459 * configure.in: pushing 1.7.4
18460 * test/ent8 and related outputs : added a new test for bug #2784
18461 * test/HTML/wired.html and related output: a nasty HTML example
18462 * Makefile.am: improved the test scripts
18463 * docs/* : reran the documentation extractor, updated xml.html
18464
18465Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18466
18467 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18468 HTMLparser and debugged the HTML related code. HTML documents
18469 now have their own type
18470 * entities.c: do not dump &apos; for HTML output
18471 * xmlmemory.c: improvement, breakpoint mechanism
18472 * testHTML.c: added --sax --repeat ...
18473 * Makefile.am: improved the HTML tests
18474 * valid.[ch]: added xmlValidGetValidElements and
18475 xmlValidGetPotentialChildren
18476 * tester.c: added --insert to test the 2 new functions
18477 * test//* result//* SAXresult//* : regression test cleanup
18478 and extension.
18479 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18480 gnome-xml-nanohttp.html
18481
18482Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18483
18484 * HTMLparser.c: fixed problems with some autoclose tags
18485 * tree.c: fixed XML output problems.
18486 * result/* SAXresult/*: update of the tests output
18487
18488Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18489
18490 * Makefile.am: Arturo patch for xmlConf.sh version info
18491 * parser.c: Tim Josling patch for single quoted items
18492 * tester.c: Tim Josling patch for tester options usage
18493 * tree.h: indent cleanup
18494
18495Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18496
18497 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18498 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18499
18500Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18501
18502 * tree.c : Raph patch for initialization of CORBA fields
18503 * parser.c, xpath.c, ...: modification of doc comments
18504 * xpath.c : allow spaces in xpath expressions
18505
18506Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18507
18508 * xmlmemory.h: turning off memory debug :-(
18509
18510Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18511
18512 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18513 better SAX interfaces.
18514 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18515 entity.
18516 * configure.in: 1.7.2
18517
18518Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18519
18520 * libxml.spec.in: fixed the URL
18521 * doc/xml.html: improved the documentation front-end
18522
18523Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18524
18525 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18526
18527Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18528
18529 * libxml.spec.in: fixed the alpha compile problem
18530 * parser.[ch]: changed errno to errNo in the parser context :-(
18531 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18532 * doc/xml.html: changed CHAR to xmlChar
18533 * doc/html/*: recompiled the documentation
18534 * configure.in: 1.7.1
18535
18536Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18537
18538 * parser.h: modified the parser context struct to regain 1.4.0
18539 binary compatibility
18540 * parser.c, xml-error.h: added errno ot teh context and defined
18541 a set of errors values with update of errno
18542 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18543 DTDs and entities
18544 * *.h, *.c: complete cleanup of the use of config.h and include
18545 protection depending on the current setup.
18546 * overalll debugging, maintenance and bug-fixing on all modules
18547 * updated the documentation
18548 * ready for 1.7.0
18549
18550Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18551
18552 * HTMLparser.c : cleanup
18553 * SAX.c valid.c valid.h: added ID/IDREF checking
18554 * tree.c tree.h: extended doc structure for refs
18555 * configure.in: 1.6.2
18556 * parser.c: patched bug in SAX user arg call
18557 * parserInternals.h: patched missing close in C++ wrapping
18558 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18559 especially upcoming XPointer implementation.
18560 * doc/xml.html: augmented, typo
18561
18562Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18563
18564 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18565 not all invocations of install understand -d.
18566
18567Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18568
18569 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18570 to make 'check' works, when builddir != srcdir.
18571
18572Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18573
18574 * doc/xml.html : updated the documentation
18575
18576Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18577
18578 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18579 not deallocated memory blocks
18580 * *.c : replaces all calls to malloc() free() and realloc() to
18581 the wrapper functions/macros
18582 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18583 instead of xmlFreeNodeList()
18584
18585Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18586
18587 * HTMLparser.c: corrected a stupid bug leading to core dump at
18588 tree deallocation. Removed warnings indicated by
18589 Stephane.Conversy@lri.fr
18590 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18591 looked for in the external subset
18592
18593Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18594
18595 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18596 on SGI by Stephane.Conversy@lri.fr
18597
18598Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18599
18600 * all .h : changed the prototype declaration indent as in gtk
18601 * most .c : working on reducing the TODOs in the code
18602 * most .c : cleanup though -pedantic and Insure++
18603 * improvements on validation ID checkings.
18604 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18605 * xml-config.in: closed #1810
18606
18607Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18608
18609 * tree.h, valid.c, valid.h: more work on validity, IDs
18610 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18611 definition for AIX
18612
18613Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18614
18615 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18616 the distribution due to a cut'n paste error at last commit
18617
18618Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18619
18620 * configure.in: upgraded to version 1.4.0
18621 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18622 Big update, added a large part of the validation process,
18623 it should be usable, but some parts are missing
18624 * xpath.c: improved the implementation w.r.t. root.
18625 * Makefile.am: added more tests
18626 * test and result trees: added a lot of tests
18627 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18628
18629Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18630
18631 * Added an HACKING file
18632
18633Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18634
18635 * xpath.[ch] : improvements and debug of the XPath implementation
18636 * parser.c, HTMLparser.c : modified the parsers to be progressive
18637 * tree.[ch] : extended the Buffer promitives
18638 * xmlIO.[ch] : added basic I/O routines providing progressive
18639 parsing and ready for I18N conversion plugins
18640 * SAXresult/* : the SAX callback sequence maybe slightly different
18641 now
18642 * test*.c : improved/updated the tests programs
18643 * doc/* : recompiled the docs.
18644
186451999-07-26 Michael Meeks <michael@edenproject.org>
18646
18647 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18648
18649 * tree.c: Ditto.
18650
18651Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18652
18653 * configure.in: upgraded to version 1.4.0
18654 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18655 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18656 XML query language, see http://www.w3.org/TR/xpath for more details.
18657 * parser.c, parser.h: added CHAR* related string functions for XPath
18658 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18659 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18660 rebuild the docs.
18661 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18662 and regression testing capabilities for XPath.
18663
18664Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18665
18666 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18667 closing bug #1646
18668
18669Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18670
18671 * Makefile.am, example/Makefile.am: closed bug #1683
18672
18673Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18674
18675 * example/Makefile.am, configure.in: added the makefile for the
18676 gjobread example
18677
18678Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
18679
18680 * doc/Makefile.am:
18681 - fix which allow "make install DESTDIR=</install/prefix>".
18682
18683Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18684
18685 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18686 which fixed a problem on the file reading-code.
18687
18688Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18689
18690 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18691 output.
18692 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18693
18694Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18695
18696 * parser.h : Oops removed the binary compatibility problem
18697 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18698 * parser.c, HTMLparser.c: applied patches for reading from stdin
18699
18700Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18701
18702 * parser.c, entities.c, valid.c: cleanup bug #1591
18703 * configure.in: cleanup bug #1592
18704 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18705 the same tree back-end. Hence gdome will be available for it.
18706 * doc/Makefile.am: close bug #617
18707
18708Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18709
18710 * parser.c: alloctate a per parser context SAX interface block
18711
18712Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18713
18714 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18715 and xmlEncodeEntitiesReentrant with the correct one :-\
18716
18717Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18718
18719 * commit of my internal XML base changes, quite a lot of
18720 changes, cleanups, better entities support, framework for
18721 new I/O and charset detection and handling
18722 * Fixed the configure/Makefile stuff to generate shared libs
18723 with the proper version info, so we jumped on rev from
18724 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18725 xmlEncodeEntities() result need to be freed now, and a string
18726 xmlParserVersion provide the current library version.
18727
18728Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18729
18730 * parser.c: fixed a buffer overrun for when you have a very long
18731 attribute with no entities in it.
18732
18733Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18734
18735 * added example directory
18736 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18737
18738Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18739
18740 * Release of libxml-1.1, nearly everything has been touched for
18741 this.
18742 * Added more regression tests
18743 * Updated the documentation
18744
18745Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18746
18747 * tree.[ch]: unified the XML_NO_CORBA defines.
18748 * parser.c encoding.[ch]: started plugging in char encoding detection
18749
18750Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18751
18752 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18753 Also freed allocated buffer.
18754
18755Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18756 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18757 reentrancy problem at printing. One is left in entities.c, to
18758 remove ASAP
18759 * testSAX.c : added a test example showing the use of the SAX
18760 interface if one doesn't want to build the DOM tree.
18761 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18762
18763Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18764
18765 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18766 large revamping of the parser to use SAX callbacks
18767 http://www.megginson.com/SAX/ (or at least a C like interface
18768 a la Expat). It's now possible to set up your own callbacks
18769 and the parser will not build a DOM tree.
18770 * test/* result/*: updated the test suite, I finally removed
18771 the old Namespace draft support (PI based).
18772
18773Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18774
18775 * Makefile.am: added test result to EXTRA_DIST for make tests
18776
18777Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18778
18779 * parser.c, parserInternals.h: moved the chars macro definitions
18780 to parserInternals.h
18781 * parser.c, error.c: applied patches from "Knut Ã…kesson"
18782 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18783
18784Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18785
18786 * xml-config.in : applied patch to make --version work
18787
187881999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18789
18790 * Makefile.am (check-local): Alias for `tests' target. This will
18791 cause `make check' to do the right thing.
18792 (tests): Don't run tests in srcdir. Also, replaced calls to
18793 basename with a `sed' "equivalent".
18794
18795Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18796
18797 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18798 it in the header and not the sources, updated the doc.
18799 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18800 pointing this out.
18801
18802Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18803
18804 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18805 exported the inputStream routines.
18806 * doc/html/* : updated accordingly
18807
18808Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18809
18810 * parser.c, parser.h, parserInternals.h: added a few extra
18811 internal calls to allocate and free parser contexts ...
18812 * doc/html/* : updated accordingly
18813
18814Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18815
18816 * configure.in, Makefile.am, doc/makefile.am : General changes for
18817 1.0.0 release and including the generated HTML documentation.
18818
18819Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18820
18821 * makefile.am : added parserInternals.h, oops.
18822
18823Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18824
18825 * parserInternals.h: added this header giving access to the parser
18826 internal functions.
18827 * doc/Makefile.am : added a rebuild target which rebuilds the full
18828 set of documentations
18829 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18830 the internal subset.
18831 * *.c *.h: modifications needed to generate the documentation using
18832 gtk-doc, cleanup of functions blocks, reorganisation of struct
18833 declarations.
18834
18835Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18836
18837 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18838 the tar and spec file to include the beginning of the doc.
18839
188401999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18841
18842 * doc/.cvsignore: Added this file.
18843
18844Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18845
18846 * tree.c: fixed xmlGetProp to return "" when the attribute
18847 exists, even if the node-list is NULL.
18848
18849Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18850
18851 * tree.c: patched an error outputting empty attribute values.
18852 * Makefile.am and doc/makefile.am: have been updated during the
18853 week-end. Sorry for an empty CVS log, I got a shell problem.
18854
18855Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18856
18857 * tree.h: cleaned up using enums instead of defines
18858 * parser.c, valid.[ch]: more work on parsing/output of element
18859 declarations
18860
18861Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18862
18863 * valid.[ch], tree.c, parser.c : more work toward full parsing
18864 of XML DTDs.
18865 * README: added informations about mailing-list and on-line
18866 documentation
18867
188681999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18869
18870 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18871
18872Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18873
18874 * parser.c, tree.[ch] : more work toward conformance testing,
18875 added a last element to accelerate parsing of very flat structures
18876 started working on internal subset Element content declaration.
18877 * valid.[ch] : first cut at adding code toward validation.
18878 * previous changes had also small impact on most files, especially
18879 the conformance testing using James Clark test suite.
18880
18881Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18882
18883 * test/* : updated the examples, most of them were not well
18884 formed (humm), and added rdf2.
18885 * result/* : resulting changes in the output.
18886
18887Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18888
18889 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18890
18891Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18892
18893 * tree.c: patched a bug in the generation of empty attributes
18894
18895Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18896
18897 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18898 for node/trees/documents/... Biggest problem is namespace
18899 support when copying subtrees.
18900
18901Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18902
18903 * parser.c, entities.c: improve entities and char ref encoding,
18904 and cleanups of error messages.
18905
18906Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18907
18908 * parser.c, entities.c: simple bug hunting done during rpm2html and
18909 rpmfind integration.
18910
18911Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18912
18913 * parser.[ch]: Added interfaces allowing to specify a SAX
18914 handler before parsing.
18915
18916Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18917
18918 * parser.c: redirrect all errors reporting through the SAX
18919 error function
18920
18921Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18922
18923 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18924 * libtool, tlmain ...: update of the libtool files
18925
189261998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18927
18928 * entities.c: Use g_snprintf insteda of snprintf.
18929
18930Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18931
18932 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18933 added ent5 test for this purpose.
18934 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18935
18936Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18937
18938 * parser.c: fixed? a strange error due to compression on a GWP
18939 document.
18940
18941Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18942
18943 * tree.[ch]: bug fixing
18944 * entities.[ch]: defined a specific type for predefined entities
18945 * doc/xml.html: more documentation on the library, how to use it,
18946 overview of the interfaces.
18947
18948Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18949
18950 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18951
18952Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18953
18954 * tree.c: corrected a small bug
18955 * doc/xml.html: continuing writing documentation.
18956
18957Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18958
18959 * debugXML.h debugXML.c: added debugging utilities.
18960 * tester.c: added --debug switch.
18961 * tree.c: patched an incorrect node->type assignment.
18962 * parser.c: formatting, ensure that node->doc != NULL in attributes
18963
18964Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18965
18966 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18967 entity support and provide an internal representation close to
18968 DOM one (entity ref nodes, and attribute value as tree). I tried
18969 to preserve the interface but this will surely break some apps
18970 (I have to change rpm2html/rpmfind for example). I had to change
18971 two interfaces, and the generated tree is somewhat different.
18972 * doc/* : started documenting the XML library, the tree and
18973 DOM/Corba. This is a first step.
18974
18975Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18976
18977 * parser.c: Set up the fonctions comment block, boring but useful.
18978 * parser.h, SAX.c, parser.c: now attributes are processed through
18979 the SAX interface. The problem is that my SAX interface diverged
18980 quite a bit from the original one, well this is not an official
18981 spec, and translating it from Java to C is hairy anyway...
18982
18983Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18984
18985 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18986 fonctions comment block, boring but useful.
18987
18988Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18989
18990 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18991 conversion routines. However they are not yet used to convert the
18992 inputs. The core will run with UTF-8.
18993
18994Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18995
18996 * tree.c : make sure that the type id is properly set-up when
18997 a new object is allocated, needed for DOM.
18998
18999Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19000
19001 * tree.h, tree.c: Ok, the main objects in the tree will be native
19002 corba objects, it costs 8 bytes per Node, Attribute and Document
19003 but it simplifies the Corba integration a lot (no extra interface
19004 objects to allocate/free).
19005
19006Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19007
19008 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19009 and changed NODEs contants for conformity with DOM Level 1
19010
19011Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19012
19013 * added hooks to keep track of servants when creating objects
19014 xmlDoc and xmlNode (for Corba export).
19015
19016Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19017
19018 * added xml-config script.
19019
19020Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19021
19022 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19023 to autoupdate libtool and automake conf files.
19024
190251998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19026
19027 * Makefile.am: Use '?' to separate the sed
19028 commands as ',' is used when people pass -Wl,something.
19029
19030Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19031
19032 * tree.c, tree.h: added a per-document compression interface.
19033
19034Tue Sep 22 20:47:38 EDT 1998
19035
19036 * tree.c, tree.h: added saving with compression and added interfaces
19037 to control the compression level (xmlGetCompressMode,
19038 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19039
19040Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19041
19042 * parser.c: corrected a loop for files of size 0
19043
190441998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19045
19046 * error.h: New file. Contains prototyes from `error.c'.
19047
19048Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19049
19050 * Makefile.am (xmlincdir): New macro.
19051 (xmlinc_HEADERS): Renamed from include_HEADERS.
19052
19053Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19054
19055 * applied small patch on numeric entities from
19056 Christopher Blizzard <blizzard@appliedtheory.com>
19057
19058Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19059
19060 * New release 0.2, removed the old xml_* files so that it's
19061 coherent with the other CVS base (W3C), far better conformance
19062 to standard, new namespaces, decent entities support, beginning
19063 of a SAX-like interface. Nearly nothing left intact, even the
19064 test examples ...
19065
190661998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19067
19068 * .cvsignore: Add .deps dir
19069
19070Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19071
19072 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19073
19074Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19075
19076 * configure.in: added test for CPP
19077 * AUTHORS, Changelog: the original ones didn't get commited but the
19078 glib ones instead, fixed.
19079 * Makefile.am: corrected an error in library naming
19080
19081Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19082
19083 * integrated code developped at W3C
19084 * changed the original Copyright
19085 * migrated to automake
19086 * prefixed the filenames by xml_ to avoid filename clashes
19087