blob: 076a29aae20a72c4d2a81c3a783790ec6e839130 [file] [log] [blame]
Rob Richardsb6b2ee12008-05-03 12:34:25 +00001Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
2
3 * dict.c: check for stdint.h and define types when using MSVC
4
Daniel Veillard87303e32008-04-28 18:07:29 +00005Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
6
7 * parserInternals.c: applied patch from Ashwin to avoid a potential
8 double-free
9
Daniel Veillarded86dc22008-04-24 11:58:41 +000010Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
11
12 * uri.c: applied patch from Ashwin fixing a number of realloc problems
13 * HTMLparser.c: improve handling for misplaced html/head/body
14
Daniel Veillarde9100a52008-04-22 08:28:50 +000015Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
16
17 * dict.c: improvement on the hashing of the dictionnary, with visible
18 speed up as the number of strings in the hash increases, work from
19 Stefan Behnel
20
Daniel Veillarddee23482008-04-11 12:58:43 +000021Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
22
23 * include/libxml/xmlschemas.h xmlschemas.c: added new function
24 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
25 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
26 function didn't got any documentation, added more checking in the
27 generator
28 * include/libxml/relaxng.h include/libxml/schematron.h
29 include/libxml/xmlschemas.h include/libxml/c14n.h
30 include/libxml/xmlregexp.h include/libxml/globals.h
31 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
32 and cleanups following the new reports
33
34
Daniel Veillard33fe2882008-04-10 08:09:25 +000035Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
36
37 * Makefile.am: extend the cleanup rule
38 * xmlschemas.c: space cleanup
39
Rob Richardsc3e24352008-04-09 17:49:09 +000040Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
41
42 * include/wsockcompat.h: support older win32 platforms when building
43 with newer versions of VS
44
Daniel Veillard596da972008-04-08 14:58:41 +000045Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
46
47 * configure.in NEWS doc/*: preparing release of 2.6.32
48
Daniel Veillarded939f82008-04-08 08:20:08 +000049Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
50
51 * tree.c: fix a bug introduced when fixing #438208 and reported by
52 Ashwin
53 * python/generator.py: fix an infinite loop bug
54
Daniel Veillard354cf5c2008-04-07 12:46:48 +000055Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
56
57 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
58 * docs/*: rebuilt
59
Daniel Veillard2135fc22008-04-04 16:10:51 +000060Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
61
62 * parser.c: improve the *Recover* functions documentation
63
Daniel Veillard6ccc56d2008-04-03 12:59:06 +000064Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
65
66 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
67 in external parsed entities, should fix #440415
68
Daniel Veillard8f6c2b12008-04-03 11:17:21 +000069Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
70
71 * tree.c: fix some problems with the *EatName functions when
72 running out of memory raised by Eric Schrock , should fix #438208
73
Daniel Veillardbfc42632008-04-03 10:43:52 +000074Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
75
76 * xmlschemastypes.c: horror around the definition of the lexical
77 values for decimal and derived types, fixing to reject empty
78 values, should fix #503268
79
Daniel Veillardf1245392008-04-03 09:46:34 +000080Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
81
82 * encoding.c: buffer may not be large enough to convert to
83 UCS4, patch from Christian Fruth , fixes #504015
84
Daniel Veillard36de63e2008-04-03 09:05:05 +000085Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
86
87 * HTMLparser.c: apparently it's okay to forget the semicolumn after
88 entity refs in HTML, fixing char refs parsing accordingly based on
89 T. Manske patch, this should fix #517653
90
Daniel Veillardfa750972008-04-03 07:31:25 +000091Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
92
93 * error.c: avoid a scary realloc() loop should fix #520383
94
Daniel Veillarda4ba09d2008-04-03 06:24:04 +000095Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
96
97 * parser.c: more realloc problems pointed out by Ashwin
98
Daniel Veillardff8b5412008-04-03 05:41:28 +000099Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
100
101 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
102 fixes #520387
103
Daniel Veillarde43579b2008-04-03 04:56:04 +0000104Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
105
106 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
107 from Jack Jansen, fixes #524759
108 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
109
Daniel Veillardf88d8492008-04-01 08:00:31 +0000110Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
111
112 * xpath.c: two patches from Alvaro Herrera to avoid problem when
113 running out of memory in XPath evaluations.
114
Daniel Veillard68b6e022008-03-31 09:26:00 +0000115Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
116
117 * parser.c: lot of out of memory handling fixes from Ashwin
118 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
119 * include/libxml/threads.h: indenting cleanups
120
Daniel Veillard05b37c62008-03-31 08:27:07 +0000121Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
122
123 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
124 use and the memory documentation
125
Daniel Veillarddc171602008-03-26 17:41:38 +0000126Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
127
128 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
129 seems to not be checked correctly, fixes #520198
130
Daniel Veillard6a31b832008-03-26 14:06:44 +0000131Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
132
133 * parser.c: patch from Ashwin to avoid a problem of attribute
134 redefinition in the DTD. Remove a warning too.
135
Daniel Veillardb3e45362008-03-26 13:39:31 +0000136Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
137
138 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
139 from Ashwin
140
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000141Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
142
143 * parser.c: fix various attribute normalisation problems reported
144 by Ashwin
145 * result/c14n/without-comments/example-4
146 result/c14n/with-comments/example-4: this impacted the result of
147 two c14n tests :-\
148 * test/att9 test/att10 test/att11 result//att9* result//att10*
149 result//att11*: added 3 specific regression tests coming from the
150 XML spec revision and from Ashwin
151
Daniel Veillarde54c3172008-03-25 13:22:41 +0000152Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
153
154 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
155 should fix #524253
156
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000157Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
158
159 * parser.c: fix a problem reported by Ashwin for system parameter
160 entities referenced from entities in external subset, add a
161 specific loading routine.
162 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
163 test/valid/t11.xml result/valid/t11.xml*: added the test to
164 the regression suite
165
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000166Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
167
168 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
169 when testing with W3C test suite
170
Daniel Veillard14d465d2008-03-24 11:12:55 +0000171Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
172
173 * threads.c: check some allocation with Ashwin patch
174
Daniel Veillard24d87d92008-03-19 15:43:00 +0000175Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
176
177 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
178
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000179Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
180
181 * threads.c: check some malloc returns with Ashwin patch, add
182 error messages and reindent the module.
183
Daniel Veillard14dad702008-03-14 14:29:40 +0000184Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
185
186 * xmlreader.c: patch from Ashwin removing duplicate tests
187
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000188Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
189
190 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
191 applied patch from Tobias Minich to allow plugin schematron error
192 reporting in the normal error system, should fix #513998
193
Daniel Veillard37d2d162008-03-14 10:54:00 +0000194Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
195
196 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
197 leaks, should fix 512647
198
Daniel Veillard10bda622008-03-13 07:27:24 +0000199Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
200
201 * xmlregexp.c: found a nasty bug in regexp automata build,
202 reported by Ashwin and Bjorn Reese
203
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000204Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
205
206 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
207 html within html bogus data, still not a complete fix though
208
Daniel Veillard5d279c92008-03-12 09:32:04 +0000209Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
210
211 * python/types.c: fix a memory errro when using namespace nodes
212 returned from XPath queries, should fix #521699
213 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
214 regression test for it
215
Rob Richardsa544c182008-03-10 15:26:27 +0000216Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
217
218 * include/win32config.h: add ICONV_CONST define for win32 build
219 to satisfy encoding.c change in rev 3693
220
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000221Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
222
223 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
224 reported and discussed around #514181 and associated patches
225 * test/emptycdata.xml result/emptycdata.xml*
226 result/noent/emptycdata.xml: added a specific test in the
227 regression suite.
228
Daniel Veillard57c9db02008-03-06 14:37:10 +0000229Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
230
231 * encoding.c: poblem with encoding detection for UTF-16 reported by
232 Ashwin and found by Bill
233 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
234 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
235 the example to the regression tests
236
Daniel Veillardccc476f2008-03-04 13:19:49 +0000237Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
238
239 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
240 a text node.
241 * parser.c: fixed the comment for xmlParserCleanup
242 * globals.c: fixed indentation
243
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000244Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
245
246 * testModule.c: patch from Florent Guiliani to fix build on
247 SCO OpenServer
248
Daniel Veillard30663512008-02-21 22:31:55 +0000249Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
250
251 * debugXML.c: made one of the changes suggested by Brian Krahmer
252 * testRegexp.c: allow to pass '--' on the command line to allow
253 regexps starting with the character '-'
254
Daniel Veillard5ac88232008-02-19 07:54:52 +0000255Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
256
257 * python/Makefile.am python/tests/Makefile.am: applied cleanup
258 patches for cross compilation and MinGW from Roumen Petrov
259
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000260Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
261
262 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
263 Bill
264
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000265Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
266
267 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
268 to simplify the processing of xmlSetProp()
269
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000270Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
271
272 * config.h.in configure.in encoding.c: patch from Roumen Petrov
273 to detect if iconv() needs a const for the second parameter
274
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000275Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
276
277 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
278 from Florent Guiliani
279
Daniel Veillard3ff24112008-02-13 10:17:41 +0000280Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
281
282 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
283 output at the end of document.
284
Daniel Veillard851b2d02008-02-08 10:57:57 +0000285Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
286
287 * doc/examples/examples.xml: regenerated, it was truncated.
288
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000289Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
290
291 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
292 compilation problems with Mingw32
293
Daniel Veillard041b6872008-02-08 10:37:18 +0000294Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
295
296 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
297 when '.' is used in a posCharGroup
298 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
299 added the test to the regression suite
300
Daniel Veillardb242b082008-02-08 09:56:31 +0000301Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
302
303 * dict.c: applied patch from Florent Guilian to remove an
304 useless mutex in the xmlDict structure.
305
306Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
307
308 * SAX2.c: another leak reported by Ashwin
309 * xinclude.c: fixed the behaviour when XIncluding a fragment
310 of the current document, patch from Chris Ryan
311
William M. Brackead35832008-02-06 04:12:46 +0000312Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
313
314 * nanohttp.c: added space for port number (when not 80) in
315 xmlNanoHTTPMethodRedir, plus a few more comments. Should
316 fix #514521.
317
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000318Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
319
320 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
321 error about the SAX callback in cdataBlockSplit when streaming
322 XSD validation
323
Daniel Veillard69f8a132008-02-05 08:37:56 +0000324Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
325
326 * uri.c: applied a patch based on Petr Sumbera one to avoid a
327 problem with paths starting with //
328
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000329Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
330
331 * doc/xml.html doc/xmlmem.html: added a small section on returning
332 memory to the kernel by compacting the heap provided by Wolfram Sang
333
Rob Richards82fbf572008-01-25 19:03:37 +0000334Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
335
336 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
337 patch by David Wimsey
338
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000339Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
340
341 * parser.c: fix a memeory leak in internal subset parsing with
342 a fix from Ashwin
343 * test/errors/content1.xml result/errors/content1.xml*:
344 add test to regressions
345
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000346Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
347
348 * configure.in doc/*: preparing release of 2.6.31
349
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000350Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
351
352 * parser.c: avoid a warning on 64bits introduced earlier
353 * parserInternals.c: make more checking on the UTF-8 input
354
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000355Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
356
357 * HTMLparser.c: avoid stopping parsing when encountering
358 out of range characters in an HTML file, report and
359 continue processing instead, should fix #472696
360
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000361Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
362
363 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
364 Makefile.am python/tests/Makefile.am python/Makefile.am
365 check-xsddata-test-suite.py: patches from John Carr to
366 start cleaning up 'make diskcheck' problems c.f. #506228
367
Daniel Veillard5608b172008-01-11 06:53:15 +0000368Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
369
370 * xmllint.c: apply fix from Stefan Kost to avoid a crash
371 in xmllint, fixes 504284
372
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000373Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
374
375 * xml2-config.in: apply patch from Fred Crozat to avoid
376 outputting -L/usr/lib from xml2-config, fixes #497012
377
Daniel Veillard640f89e2008-01-11 06:24:09 +0000378Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
379
380 * HTMLparser.c: fix definition for <embed> to avoid error
381 when saving back, patch from Stefan Behnel fixing 495213
382
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000383Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
384
385 * parser.c: applied patch from Christian Schmidt fixing a
386 column counter update problem, fixes #472696
387
Daniel Veillardac4118d2008-01-11 05:27:32 +0000388Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
389
390 * parser.c: handle a erroneous parsing of attributes in
391 case said attribute has been redeclared in the DTD with a
392 different type
393 * hash.c: fix the hash scanner to not crash if a first element
394 from the hash list is been removed in the callback
395
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000396Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
397
398 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
399 as raised by Felipe Pena, should fix #508156
400
Rob Richards3108ba92007-12-06 10:08:52 +0000401Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
402
403 * pattern.c: fix crash from double free of name for bug #501760
404
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000405Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
406
407 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
408 reported by Hannes Eder
409
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000410Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
411
412 * xmlregexp.c: remove a cut-and-paste copy error
413
Rob Richards91eb5602007-11-16 10:54:59 +0000414Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
415
416 * globals.c threads.c include/libxml/threads.h:
417 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
418 Patch from Marc-Antoine Ruel.
419
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000420Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
421
422 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
423 schema document ownership for bug #495215
424
Daniel Veillard2a512da2007-10-30 20:24:40 +0000425Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
426
427 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
428 should fix #491651
429
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000430Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
431
432 * testURI.c: add a debug option printing all the fields within
433 the parsed URI structure
434
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000435Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
436
437 * xmlsave.c: fix to avoid a crash when dumping an attribute from
438 an XHTML document, patch contributed to fix #485298
439
Daniel Veillardc821e032007-08-28 17:33:45 +0000440Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
441
442 * xmlregexp.c: another nasty regexp case fixed.
443 * test/regexp/ranges2 result/regexp/ranges2: added to regression
444 suite
445
William M. Brackec720082007-08-24 02:57:38 +0000446Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
447
448 * nanohttp.c: Enhanced to include port number (if not == 80) on the
449 "Header:" URL (bug #469681).
450 * xmlregexp.c: Fixed a typo causing a warning message.
451
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000452Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
453
454 * nanohttp.c: fix an open() call with creation without 3rd argument
455 hopefully that interface is never used.
456
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000457Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
458
459 * configure.in doc/*: preparing release of 2.6.30
460
William M. Brackf1794562007-08-23 12:58:13 +0000461Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
462
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000463 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000464 with object caching (bug #469410)
465
Daniel Veillard3888f472007-08-23 09:29:03 +0000466Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
467
468 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
469 applied patch from Frank Gross fixing Schemas IDC import bug
470 #455953 and also add the test to the regression suite
471
Daniel Veillard76d59b62007-08-22 16:29:21 +0000472Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
473
474 * xmlregexp.c: try to fix for the nth time the automata generation
475 in case of complex ranges. I suppose that time it is actually okay
476
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000477Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
478
479 * parser.c: aligned xmlSAXUserParseMemory() to match
480 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
481 cleanup
482
Rob Richardsf779da32007-08-14 09:41:21 +0000483Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
484
485 * xmlIO.c: fixed windows path determination (patch from
486 Roland Schwarz, bug #462877)
487 * win32/Makefile.mingw win32/configure.js: fixed mingw build
488 (patch from Roland Schwarz, bug #462877)
489
Daniel Veillardda629342007-08-01 07:49:06 +0000490Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
491
492 * parser.c: fixed a parser bug where invalid char in comment may
493 not be detected, reported by Ashwin Sinha
494 * test/errors/comment1.xml result/errors/comment1.xml*: added
495 the example to the regression suite
496
Daniel Veillard3814a362007-07-26 11:41:46 +0000497Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
498
499 * xmlsave.c: fixed problem reported on bug #460415
500
William M. Brack50420192007-07-20 01:09:08 +0000501Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
502
503 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
504
William M. Brackb0a94e82007-07-18 18:04:55 +0000505Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
506
507 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
508 Fixes bug #454608.
509
Daniel Veillard65fcf272007-07-11 17:55:30 +0000510Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
511
512 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
513 should fix bug #358125
514
Daniel Veillardcaa19512007-07-04 15:42:46 +0000515Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
516
517 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
518 uses of xmlTextWriterStartDocument()
519
Daniel Veillard734e7662007-06-26 11:30:31 +0000520Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
521
522 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
523 argument occurs, should fix #450936
524
William M. Brack31700e62007-06-13 20:33:02 +0000525Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
526
527 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
528
Daniel Veillard38431c32007-06-12 16:20:09 +0000529Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
530
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000531 * doc/* configure.in NEWS: release of libxml2 2.6.29
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000532 * valid.c: patch from Dagfinn I. Manns�ker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +0000533 in HTML, c.f. bug #305885.
534
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000535Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
536
537 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
538 should not have namespace processing.
539
Daniel Veillarddfac9462007-06-12 14:44:32 +0000540Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
541
542 * parser.c: fixed the push mode when a big comment occurs before
543 an internal subset, should close bug #438835
544 * test/comment6.xml result//comment6.xml*: added a special
545 test in the regression suite
546
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000547Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
548
549 * parser.c: fix bug #414846 where invalid characters in attributes
550 would sometimes not be detected.
551 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
552 test case to the regression tests
553
Daniel Veillard3130fe92007-06-12 12:24:54 +0000554Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
555
556 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
557 in GNU tar, should fix #396751
558
Daniel Veillarddb670152007-06-12 10:04:37 +0000559Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
560
561 * python/types.c: try to allow compilation on old python version
562 should fix #398125
563
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000564Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
565
566 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
567 fixes bug #438390
568
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000569Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
570
571 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
572
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000573Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
574
575 * relaxng.c: fixed bug #407436 a crash in a specific case of
576 Relax-NG validation
577
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000578Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
579
580 * catalog.c: fixed bug #383687, some case of recursion on next
581 were not caught in the catalog code.
582
Daniel Veillard861101d2007-06-12 08:38:57 +0000583Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
584
585 * HTMLparser.c: fixed bug #381877, avoid reading over the end
586 of stream when generating an UTF-8 encoding error.
587
Daniel Veillard2e620862007-06-12 08:18:21 +0000588Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
589
590 * parser.c: fixed bug #366161, trivially added the check in
591 xmlCtxtReset()
592
Rob Richards90ee8df2007-06-08 19:47:37 +0000593Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
594
595 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
596 for VC8 build support to embed manifest within files. Under MS VC, build
597 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
598
Rob Richardse967f0b2007-06-08 19:36:04 +0000599Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
600
601 * threads.c include/libxml/threads.h: use specified calling convention
602 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
603 add xmlDllMain to header for win32 when building for static dll
604
Rob Richardsb8769d62007-06-08 08:50:47 +0000605Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
606
607 * xmlwriter.c: fixed problem with namespace declaration being
608 written more than once per element start tag
609
William M. Brack97ac8192007-06-06 17:19:24 +0000610Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
611
612 * xpath.c: fixed problem with xmlXPathNodeSetSort;
613 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
614
William M. Brackd611c882007-05-31 05:07:17 +0000615Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
616
617 * xpath.c: fixed problem with string value for PI node
618 (bug #442275)
619
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000620Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
621
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000622 * uri.c: fix bug reported by Fran�ois Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000623
William M. Brack38d452a2007-05-22 16:00:06 +0000624Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
625
626 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
627 by Mark Rowe (bug #440159)
628 * include/libxml/xmlversion.h.in: Added check for definition of
629 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
630 Wendy Doyle and Mark Rowe, bug #346675)
631 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
632 changes to fix compilation warnings - no change to logic.
633
William M. Bracke8827652007-05-16 05:19:13 +0000634Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
635
636 * nanohttp.c: small enhancement to last fix, pointed out
637 by Alex Cornejo
638
William M. Brackd2f682a2007-05-15 19:42:08 +0000639Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
640
641 * nanohttp.c: fixed problem on gzip streams (bug #438045)
642 * xpath.c: fixed minor spot of redundant code - no logic change.
643
William M. Brackca797882007-05-11 14:45:53 +0000644Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
645
646 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
647 in order to produce the required number of significant digits
648 (bug #437179)
649
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000650Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
651
652 * list.c: applied patch to fix xmlListAppend() from
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000653 Georges-Andr� SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000654 * valid.c: also fix the place wher it was called.
655
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000656Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
657
658 * parser.c: tried to fix an error problem on entity content failure
659 reported by Michael Day
660
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000661Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
662
663 * configure.in: typo patch from Bjorn Reese
664
Daniel Veillard491e58e2007-05-02 16:15:18 +0000665Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
666
667 * HTMLparser.c: applied patch from Michael Day to add support for
668 <embed>
669
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000670Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
671
672 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
673 in htmlCreateDocParserCtxt.
674
Daniel Veillarda1413b82007-04-26 08:33:28 +0000675Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
676
677 * uri.c include/libxml/uri.h: patch from Richard Jones to save
678 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000679 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000680
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000681Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
682
683 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
684 patch from Richard Jones to for the silent flag on valgrind
685 when doing "make valgrind"
686 * xmlregexp.c: raise a regexp error when '\' is misused to escape
687 a standard character.
688
Daniel Veillardc9923322007-04-24 18:12:06 +0000689Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
690
691 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
692
Daniel Veillarda44294f2007-04-24 08:57:54 +0000693Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
694
695 * uri.c: fix xmlURIUnescapeString comments which was confusing
696
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000697Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
698
699 * include/win32config.h libxml.h: new patch from Andreas Stricke to
700 better integrate support for Windows CE
701
Daniel Veillard39bcf942007-04-17 14:47:05 +0000702Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
703
704 * doc/* configure.in NEWS: release of libxml2 2.6.28
705
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000706Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
707
708 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
709 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
710 patch from Andreas Stricke to ease the compilation on Windows CE
711
Daniel Veillarded121382007-04-17 12:33:19 +0000712Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
713
714 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
715 a libxml2 patch from Christian Ehrlicher
716
Daniel Veillard42720242007-04-16 07:02:31 +0000717Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
718
719 * HTMLparser.c: change the way script/style are parsed to
720 not try to detect comments, reported by Mike Day
721 * result/HTML/doc3.*: affects the result of that test
722
William M. Brack56578372007-04-11 14:33:46 +0000723Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
724
725 * xmlregexp.c: small enhancement for quantifier range with
726 min occurs of 0; fixes bug 425542.
727
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000728Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
729
730 * xmlIO.c: applied change from Michael Day to avoid a problem when
731 compiled without zlib support.
732
Daniel Veillard7ef51692007-03-21 16:47:12 +0000733Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
734
735 * include/libxml/xpath.h: applied documentation patch from James Dennett
736
William M. Bracka9cbf282007-03-21 13:16:33 +0000737Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
738
739 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
740 * test/regexp/bug420596, result/regexp/bug420596: added regression
741 test for this
742
William M. Bracke978ae22007-03-21 06:16:02 +0000743Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
744
745 * HTMLparser.c: fixed memory access error on parsing of meta data
746 which had errors (bug #382206). Also cleaned up a few warnings
747 by adding some additional DECL macros.
748
Daniel Veillardbd444842007-03-20 08:47:29 +0000749Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
750
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000751 * nanoftp.c: applied patch from Bj�rn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +0000752 the silly __ss_familly problem on various AIXes, should fix #420184
753
William M. Brack0c1e3012007-03-14 12:40:21 +0000754Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
755
756 * configure.in: corrected small error in last commit
757 * xmlreader.c: corrected small typo in last commit
758
William M. Brack06559b32007-03-14 09:34:15 +0000759Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
760
761 * xmlschemas.c: fixed problem with referenced attribute groups
762 (bug #417621)
763 * configure.in: re-ordered some includes for types.h / socket.h
764 (bug #416001)
765
Daniel Veillarda9c56772007-03-09 16:59:05 +0000766Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
767
768 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
769 and state internal flags mixups
770
William M. Brackee0b9822007-03-07 08:15:01 +0000771Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
772
773 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
774 cases when comparing identical nodes (bug #415567) with patch
775 from Oleg Paraschenko
776
William M. Brack7a12e572007-02-16 17:11:09 +0000777Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
778
779 * python/libxml.py: fixed tab problem with patch from
780 Andreas Hanke (bug #408626)
781
782Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000783
784 * doc/xml.html: Changed all references to libxml2 CVS over to
785 the corresponding SVN. A few other spelling/grammar/links
786 also changed.
787 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
788
William M. Brack0bcec062007-02-14 02:15:19 +0000789Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
790
791 * xpath.c: Fixed memory bug with invalid function reported by
792 Francois Delyon on mailing list
793
William M. Brack53ce98c2007-02-13 00:37:20 +0000794Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
795
796 * xinclude.c: fixed problem with invalid char encountered
797 during text include (reported on xslt mailing list)
798
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000799Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
800
801 * Makefile.am: small cleanup to avoid packaging .svn
802 * libxml.h threads.c parser.c: applied patch to avoid a problem
803 in concurrent threaded initialization fix from Ted Phelps
804
William M. Brackd46c1ca2007-02-08 23:34:34 +0000805Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
806
807 * parser.c: added a GROW when parsing complex comments (bug #405666)
808 * gentest.py, testapi.c: added a hack to prevent destruction of any
809 param with 'destroy' in it's description (i.e. param destroyed by
810 the routine under test, so shouldn't be destroyed by testapi)
811 * xmlreader.c: added freeing of 'input' param even on error
812 (fixes leak detected by testapi)
813
William M. Brackc1099be2007-01-31 18:38:56 +0000814Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
815
816 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
817 xmlwriter.c: repositioned #include for libxml.h to avoid
818 compilation error on some architectures (bug #398277)
819 * fixed screwed-up ChangeLog (deleted some duplicate entries)
820
William M. Brack72239ba2007-01-31 18:25:12 +0000821Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000822
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000823 * implemented patch from St�phane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +0000824
William M. Brack72239ba2007-01-31 18:25:12 +0000825Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000826
827 * xpath.c: added checks for alloc fail on calls to
828 xmlXPathNewContext (libxslt bug #400242)
829
830Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
831
832 * Re-generated the documentation (API chunks 27-29 were missing)
833 (also causes changes to testapi.c, elfgcchack.h and
834 win32/libxml2.def.src)
835
836Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
837
838 * python/libxml.c: fix a memory leak in the python string handling
839 when SAX event are passed back to the python handlers
840
841Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
842
843 * xmlreader.c: fix xmlTextReaderSetup() description
844 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
845 test/relaxng/empty1_0.xml test/relaxng/comps.rng
846 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
847 test/relaxng/empty1_1.xml: tests which were apparently
848 never commited to CVS
849
850Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
851
852 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
853 expose xmlTextReaderSetup() function
854
855Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
856
857 * configure.in: adapt the extra versioning code to SVN
858
859Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
860
861 * python/generator.py python/libxml.py: apparently id() sometimes
862 generate negative values and %X outputs -XXXX :-(
863
864Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
865
866 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
867 and XML declaration detection, and associated documentation change
868
869Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
870
871 * xinclude.c: another XInclude user data propagation patch from
872 Michael Day
873
874Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
875
876 * HTMLparser.c: applied patch from Steven Rainwater to fix
877 UTF8ToHtml behaviour on code points which are not mappable to
878 predefined HTML entities, fixes #377544
879
880Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
881
882 * xpath.c: fixed a bug where the principal node type of an axis
883 wasn't tested on name check, fixes bug #377432
884
885Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
886
887 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
888 report and suggestion.
889
890Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
891
892 * uri.c: applied patch from Igor for path conversion on Windows
893
894Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
895
896 * xmlregexp.c: another small change on the algorithm for the
897 elimination of epsilon transitions, should help on #362989 too
898
899Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
900
901 * tree.c: applied documentation patches from Markus Keim
902 * xmlregexp.c: fixed one bug and added a couple of optimisations
903 while working on bug #362989
904
905Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
906
907 * HTMLparser.c: applied a reworked version of Usamah Malik patch
908 to avoid growing the parser stack in some autoclose cases, should
909 fix #361221
910
911Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
912
913 * xpath.c: William spotted an obvious bug
914
915Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
916
917 * NEWS configure.in testapi.c doc//*: preparing release of
918 libxml2-2.6.27
919 * include/libxml/tree.h: fix a small problem with preproc flags
920
921Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
922
923 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
924 * xmllint.c: order XPath elements when using --shell
925
926Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
927
928 * xmlregexp.c: applied fix from Christopher Boumenot for bug
929 #362714 on regexps missing ']'
930
931Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
932
933 * parserInternals.c: applied patch from Marius Konitzer to avoid
934 leaking in xmlNewInputFromFile() in case of HTTP redirection
935
936Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
937
938 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
939 and pointed in #340591
940
941Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
942
943 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
944 htmlReadIO() this should fix #340322
945
946Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
947
948 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
949
950Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
951
952 * HTMLparser.c: fixing HTML minimized attribute values to be generated
953 internally if not present, fixes bug #332124
954 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
955 result/HTML/wired.html.sax: this affects the SAX event strem for
956 a few test cases
957
958Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
959
960 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
961 * result/HTML/entities2.html* test/HTML/entities2.html: added to
962 the regression suite
963
964Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
965
966 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
967 #342556
968 * xmlsave.c: fixed #342556 easy and a whole set of problems with
969 encodings, BOM and xmlSaveDoc()
970
971Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
972
973 * HTMLparser.c: fix #348252 if the document clains to be in a
974 different encoding in the meta tag and it's obviously wrong,
975 don't screw up the end of the content.
976
977Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
978
979 * HTMLparser.c: fix a chunking and script bug #347708
980
981Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
982
983 * HTMLparser.c: remove a warning
984 * encoding.c: check with uppercase for AIX iconv() should fix #352644
985 * doc/examples/Makefile.am: partially handle one bug report
986
987Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
988
989 * parser.c: fix the patch for unreproductable #343000 but
990 also fix a line/column keeping error
991 * result/errors/attr1.xml.err result/errors/attr2.xml.err
992 result/errors/name.xml.err result/errors/name2.xml.err
993 result/schemas/anyAttr-processContents-err1_0_0.err
994 result/schemas/bug312957_1_0.err: affected lines in error output
995 of the regression tests
996
997Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
998
999 * tree.c: fixing bug #344390 with xmlReconciliateNs
1000
1001Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1002
1003 * xmllint.c: added --html --memory to test htmlReadMemory to
1004 test #321632
1005 * HTMLparser.c: added various initialization calls which may help
1006 #321632 but not conclusive
1007 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1008 --with-minimum --with-sax1 and --with-minimum --with-schemas
1009 fixing #326442
1010
1011Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1012
1013 * relaxng.c: fix a Relax-NG bug related to element content processing,
1014 fixes bug #302836
1015 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1016 result/relaxng/302836*: added to regression tests
1017
1018Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1019
1020 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1021
1022Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1023
1024 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1025 Should fix #335085
1026 * testapi.c: reset the http_proxy env variable to not waste time
1027 on regression tests
1028
1029Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1030
1031 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1032
1033Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1034
1035 * parser.c: fixed the heuristic used when trying to detect mixed-content
1036 elememts if the parser wants to treat ignorable whitespaces
1037 in a non-standard way, should fix bug #300263
1038
1039Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1040
1041 * parser.c: fix a first arg error in SAX callback pointed out by
1042 Mike Hommey, and another one still hanging around. Should fix #342737
1043
1044Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1045
1046 * include/libxml/xmlversion.h.in: fix comment on versions
1047 * xmlmemory.c: do not spend too much time digging in dumped memory
1048
1049Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1050
1051 * valid.c: fixed a weird error where validity context whould not
1052 show up if warnings were disabled pointed out by Bob Stayton
1053 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1054 * doc//* testapi.c: rebuilt the docs
1055
1056Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1057
1058 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1059 library flags for shared and static builds, fixes #344594. If this
1060 bites you, use xml2-config.
1061
1062Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1063
1064 * python/Makefile.am: remove the build path recorded in the python
1065 shared module as Peter Breitenlohner pointed out, should fix #346022
1066
1067Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1068
1069 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1070 of unescaping from URL to filepath, should fix #344588.
1071
1072Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1073
1074 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1075 for wget detection and fix of a Python path problem, should fix
1076 #340993
1077
1078Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1079
1080 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1081 fix entities behaviour when using SAX, had to extend entities
1082 content and hack on the entities processing code, but that should
1083 fix the long standing bug #159219
1084
1085Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1086
1087 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1088 to provide a clean conversion when setting up a base
1089 * SAX2.c tree.c: use said function when setting up doc->URL
1090 or using the xmlSetBase function. Should fix #346261
1091
1092Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1093
1094 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1095
1096Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1097
1098 * parser.c: applied and slightly modified a patch from Michael Day to
1099 keep _private in the parser context when parsing external entities
1100
1101Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1102
1103 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1104 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1105
1106Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1107
1108 * xmlsave.c: fixed a comment
1109 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1110 to add a new function providing the _private field for the generated
1111 parser contexts xmlXIncludeProcessFlagsData()
1112
1113Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1114
1115 * xmlIO.c: applied patch from Michael Day doing some refactoring
1116 for the catalog entity loaders.
1117
1118Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1119
1120 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1121 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1122
1123Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1124
1125 * parser.c: applied patch from Ben Darnell on #321545, I could not
1126 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1127
1128Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1129
1130 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1131 * parser.c: fix resulting tree corruption when using XML namespace
1132 with existing doc in xmlParseBalancedChunkMemoryRecover.
1133
1134Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1135
1136 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1137 in the previous patch.
1138
1139Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1140
1141 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1142 with file names in UTF-8 on Windows, and compat on older win9x
1143 versions.
1144
1145Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1146
1147 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1148 on validation errors, the heuristic to guess is a vctxt user
1149 pointer is the parsing context was insufficient.
1150
1151Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1152
1153 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1154 applied patch to man pages from Daniel Leidert and regenerated
1155
1156Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1157
1158 * xmlwriter.c: Add a document to the xmlwriter structure and
1159 pass document when writing attribute content for encoding support.
1160
1161Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1162
1163 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1164 for consistant handling.
1165
1166Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1167
1168 * xpath.c: Applied the proposed fix for the documentation
1169 of xmlXPathCastToString(); see bug #346202.
1170
1171Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1172
1173 * xmlschemas.c: While investigating bug #350247, I noticed
1174 that xmlSchemaIDCMatcher structs are massively recreated
1175 although only a maximum of 3 structs is used at the same
1176 time; added a cache for those structures to the
1177 validation context.
1178
1179Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1180
1181 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1182 bug in xmlSchemaXPathEvaluate should close #351032
1183
1184Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1185
1186 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1187 xmlSchemaClearValidCtxt
1188
1189Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1190
1191 * python/generator.py: fixed the conversion of long parameters
1192
1193Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1194
1195 * xmlsave.c: Removed the automatic generation of CDATA sections
1196 for the content of the "script" and "style" elements when
1197 serializing XHTML. The issue was reported by Vincent Lefevre,
1198 bug #345147.
1199 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1200 results due to the serialization change described above.
1201
1202Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1203
1204 * configure.in parser.c xmllint.c include/libxml/parser.h
1205 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1206 to expose if zlib support was compiled in, in the header, in the
1207 feature API and in the xmllint --version output.
1208
1209Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1210
1211 * SAX2.c: refactor to use normal warnings for entities problem
1212 and not straight SAX callbacks.
1213
1214Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1215
1216 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1217 The simple type, which was the content type definition
1218 of a complex type, which in turn was the base type of a
1219 extending complex type, was missed to be set on this
1220 extending complex type in the derivation machinery.
1221
1222Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1223
1224 * xpath.c: Changed xmlXPathCollectAndTest() to use
1225 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1226 NODE_TEST_TYPE (the ns-node was previously added plainly
1227 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1228 this specialized ns-addition function was already used,
1229 I assume it was missed to be used with NODE_TEST_TYPE.
1230
1231Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1232
1233 * HTMLparser.c: applied const'ification of strings patch from
1234 Matthias Clasen
1235
1236Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1237
1238 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1239 destroy the condition associated to the mutex.
1240
1241Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1242
1243 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1244 revealed by a Libxslt regression test.
1245
1246Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1247
1248 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1249 usable outside predicate evaluation; the intention is to
1250 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1251 like in <xsl:if test="/foo">.
1252
1253Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1254
1255 * xpath.c: Fix a memory leak which occurred when using
1256 xmlXPathCompiledEvalToBoolean().
1257
1258Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1259
1260 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1261 python/tests/Makefile.am:
1262 Added code submitted by Andreas Pakulat to provide node
1263 equality, inequality and hash functions, plus a single
1264 test program to check the functions (bugs 345779 + 345961).
1265
1266Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1267
1268 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1269 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1270 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1271 to be aware of a boolean result request. The new function
1272 is now used to evaluate predicates.
1273
1274Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1275
1276 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1277 introduced field @rewriteType on xmlXPathStepOp was not
1278 initialized to zero here; this could lead to the activation
1279 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1280 @rewriteType is randomly set to the value 1. A test
1281 (hardcoding the intial value to 1) revealed that the
1282 resulting incorrect behaviour is similar to the behaviour
1283 as described by Arnold Hendriks on the mailing list; so I
1284 hope that will fix the issue.
1285
1286Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1287
1288 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1289 was introduced with the addition of the d-o-s rewrite
1290 and made xpath.c unable to compile if XPATH_STREAMING
1291 was not defined (reported by Kupriyanov Anatolij -
1292 #345752). Fixed the check for d-o-s rewrite
1293 to work on the correct XPath string, which is ctxt->base
1294 and not comp->expr in this case.
1295
1296Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1297
1298 * xpath.c: Added optimization for positional predicates
1299 (only short-hand form "[n]"), which have a preceding
1300 predicate: "/foo[descendant::bar][3]".
1301
1302Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1303
1304 * parser.c: try to fix the crash raised by the parser in
1305 recover mode as pointed by Ryan Phillips
1306
1307Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1308
1309 * python/types.c: patch from Nic Ferrier to provide a better type
1310 mapping from XPath to python
1311
1312Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1313
1314 * runtest.c: applied patch from Boz for VMS and reporting
1315 Schemas errors.
1316
1317Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1318
1319 * testapi.c: applied patch from Felipe Contreras when compiling
1320 with --with-minimum
1321
1322Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1323
1324 * tree.c include/libxml/tree.h: Fixed a bug in
1325 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1326 very first given node had an attribute node :-( This was due
1327 to a missed check in the traversal mechanism.
1328 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1329 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1330 reusal; so the map-items don't need to be created for every
1331 cloning/adoption. Added a callback function to it for
1332 retrieval of xmlNsPtr to be set on node->ns; this is needed
1333 for my custom handling of ns-references in my DOM wrapper.
1334 Substituted code which created the XML namespace decl on
1335 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1336 those nastly "warnigns" from the docs of the clone/adopt
1337 functions; they work fine on my side.
1338
1339Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1340
1341 * result/pattern/namespaces: Adjusted the result of a
1342 regression test, since the fix of xmlGetNodePath() revealed a
1343 bug in this test result.
1344
1345Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1346
1347 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1348
1349Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1350
1351 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1352 for elements in the default namespace, rather than generating
1353 an unprefixed named node test and loosing the namespace
1354 information.
1355
1356Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1357
1358 * include/libxml/parser.h: Clarified in the docs that the tree
1359 must not be tried to be modified if using the parser flag
1360 XML_PARSE_COMPACT as suggested by Stefan Behnel
1361 (#344390).
1362
1363Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1364
1365 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1366
1367Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1368
1369 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1370 when the expression was not valid and @comp was NULL and I
1371 tried to do the d-o-s rewrite.
1372
1373Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1374
1375 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1376
1377Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1378
1379 * xpath.c: Enabled the compound traversal again; I added a
1380 check to use this only if the have an expression starting
1381 with the document node; so in the case of "//foo", we
1382 already know at compilation-time, that there will be only
1383 1 initial context node. Added the rewrite also to
1384 xmlXPathEvalExpr().
1385
1386Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1387
1388 * xinclude.c: fix bug #343968, include='text' can't lead to a
1389 recursion.
1390
1391Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1392
1393 * xpath.c: Disabled the compound traversal for the release;
1394 I need first to assure that this is done only if we have
1395 1 initial node.
1396
1397Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1398
1399 * xpath.c: fixed memory leak in xpath error reporting
1400
1401Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1402
1403 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1404
1405Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1406
1407 * xpath.c include/libxml/xpath.h runsuite.c:
1408 Changed the name of the recently added public function
1409 xmlXPathContextSetObjectCache() to
1410 xmlXPathContextSetCache(); so a more generic one, in
1411 case we decide to cache more things than only XPath
1412 objects.
1413
1414Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1415
1416 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1417 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1418 traversal of 2 axes when we have a "//foo" expression.
1419 This is done with a rewrite of the XPath AST in
1420 xmlXPathRewriteDOSExpression(); I added an additional field
1421 to xmlXPathStepOp for this (but the field's name should be
1422 changed). The mechanism: the embracing descendant-or-self
1423 axis traversal (also optimized to return only nodes which
1424 can hold elements), will produce context nodes for the
1425 inner traversal of the child axis. This way we avoid a full
1426 node-collecting traversal of the descendant-or-self axis.
1427 Some tests indicate that this can reduce execution time of
1428 "//foo" to 50%. Together with the XPath object cache this
1429 all significantly speeds up libxslt.
1430
1431Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1432
1433 * xmlschemas.c: A warning will now be reported in the value of
1434 the XSD attribute 'schemaLocation' does not consist of tuples
1435 (namespace-name, document-URI). A warning will be reported
1436 if a schema document could not be found at the specified
1437 location (via 'schemaLocation' or
1438 'noNamespaceSchemaLocation').
1439 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1440 xmlParserErrors.
1441
1442Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1443
1444 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1445 recreation (if possible) of the node-set which is used to
1446 collect the nodes in the current axis for the currect context
1447 node. Especially for "//foo" this will decrease dramatically
1448 the number of created node-sets, since for each node in the
1449 result node-set of the evaluation of descendant-or-self::node()
1450 a new temporary node-set was created. Added node iterator
1451 xmlXPathNextChildElement() as a tiny optimization for
1452 child::foo.
1453
1454Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1455
1456 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1457 It sits on an xmlXPathContext and need to be explicitely
1458 activated (or deactivated again) with
1459 xmlXPathContextSetObjectCache(). The cache consists of 5
1460 lists for node-set, string, number, boolean and misc XPath
1461 objects. Internally the xpath.c module will use object-
1462 deposition and -acquisition functions which will try to reuse
1463 as many XPath objects as possible, and fallback to normal
1464 free/create behaviour if no cache is available or if the cache
1465 is full.
1466 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1467 tests if a cache-creation is turned on by default for the whole
1468 library, e.g. for testing purposes of the cache. It is
1469 deactivated here in order to avoid confusion of the memory leak
1470 detection in runsuite.c.
1471
1472Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1473
1474 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1475 seems we really need to walk the whole list, since those
1476 nastly namespace nodes need to be added with
1477 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1478 A flag on the node-set indicating if namespace nodes are in
1479 the set would help here; this is the 3rd flag which would
1480 be usefull with node-sets. The current flags I have in mind:
1481 1) Is a node-set already sorted?
1482 This would allow for rebust and optimizable sorting
1483 behaviour.
1484 2) Of what type are the nodes in the set (or of mixed type)?
1485 This would allow for faster merging of node-sets.
1486 3) Are namespace nodes in the set?
1487 This would allow to skipp all the namespace node specific
1488 special handling. Faster node-set merging if the first
1489 set is empty; just memcpy the set.
1490
1491Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1492
1493 * xpath.c: Optimization of count(): eliminated sorting
1494 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1495 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1496 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1497
1498Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1499
1500 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1501 with colons in name and no namespace.
1502
1503Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1504
1505 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1506 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1507 xmlXPathCmpNodesExt(). Added additional checks in various code
1508 parts to avoid calling sorting or merging functions if the
1509 node-set(s) don't need them; i.e., if they are empty or contain
1510 just one node.
1511
1512Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1513
1514 * xpath.c: Optimized the comparison for non-element nodes
1515 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1516 of node-sets. This enhancement is related to bug #165547.
1517 There are other places where the old comparison function
1518 xmlXPathCmpNodes() is still called, but I currently don't
1519 know exactly what those calls are for; thus if they can be
1520 substituted (if it makes sense) for the new function.
1521
1522Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1523
1524 * xpath.c: Applied patch from Rob Richards, fixing a potential
1525 memory leak in xmlXPathTryStreamCompile(), when a list of
1526 namespaces was assigned to the XPath compilation context;
1527 here a new namespace list was created and passed to
1528 xmlPatterncompile(); but this list was not freed afterwards.
1529 Additionally we avoid now in xmlXPathTryStreamCompile() to
1530 compile the expression, if it has a colon - indicating
1531 prefixed name tests - and no namespace list was given. The
1532 streaming XPath mechanism needs a namespace list at
1533 compilation time (unlike normal XPath, where we can bind
1534 namespace names to prefixes at execution time).
1535 * pattern.c: Enhanced to use a string dict for local-names,
1536 ns-prefixes and and namespace-names.
1537 Fixed xmlStreamPushInternal() not to use string-pointer
1538 comparison if a dict is available; this won't work, since
1539 one does not know it the given strings originate from the
1540 same dict - and they normally don't do, since e.g.
1541 namespaces are hold on xmlNs->href. I think this would be
1542 worth an investigation: if we can add a @doc field to xmlNs
1543 and put the @href in to a additionan namespace dict hold
1544 in xmlDoc. Daniel will surely not like this idea :-) But
1545 evaluation of tons of elements/attributes in namespaces
1546 with xmlStrEqual() isn't the way we should go forever.
1547
1548Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1549
1550 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1551 The code expected a node (xmlNodePtr) on the info for a
1552 non-existent default attribute, which clearly cannot be
1553 expected, since the attribute does not exist. I can only
1554 guess that this sneaked trying to eliminate the query
1555 for the owner-element, which is unavoidable actually.
1556 Note that creation of default attributes won't have an
1557 effect if validating via SAX/XMLReader; i.e., the processor
1558 won't fire additional start-attribute events (I'm not even
1559 sure if Libxml2 has such a SAX-event; I think it hands them
1560 all over in the start-element event).
1561
1562Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1563
1564 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1565 In xmlSchemaBuildContentModelForSubstGroup(),
1566 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1567 xmlAutomataNewTransition2() to mimic a xs:choice for
1568 substitution-groups.
1569 * test/schemas/subst-group-1_1.xsd
1570 test/schemas/subst-group-1_0.xml
1571 result/schemas/subst-group-1_0_1
1572 result/schemas/subst-group-1_0_1.err: Added regression test
1573 supplied by Michael Romer for bug #341150.
1574
1575Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1576
1577 * relaxng.c: Fixed compilation error with patch supplied by
1578 Graham Bennett.
1579
1580Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1581
1582 * xmlschemas.c: We'll raise an internal error and stop
1583 validation now when an entity is found in the instance
1584 document, since we don't support automatic entity
1585 substitution by the schema processor (yet?) -
1586 see bug #340316, reported by Nick Wellnhofer.
1587
1588Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1589
1590 * configure.in: applied another Python detection patch from Joseph Sacco
1591 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1592 too
1593
1594Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1595
1596 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1597 patch from Kjartan Maraas, fixing #340404
1598
1599Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1600
1601 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1602 input buffer
1603
1604Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1605
1606 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1607 paths at the last moment
1608 * relaxng.c testapi.c tree.c: fix some comments
1609
1610Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1611
1612 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1613 file paths on Windows
1614
1615Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1616
1617 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1618
1619Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1620
1621 * tree.c: fix compilation without tree
1622
1623Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1624
1625 * xmllint.c: applied patch from Gary Coady to really make sure
1626 xmllint --nonet would not reach the network, should fix #337483.
1627
1628Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1629
1630 * configure.in: applied patch from Joseph Sacco changing slightly
1631 the python detection scheme should fix bug #338526
1632
1633Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1634
1635 * parser.c: fix the error message for invalid code point in content
1636 c.f. bug #339311
1637
1638Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1639
1640 * xmlschemas.c test/schemas/restriction-enum-1*
1641 result/schemas/restriction-enum-1*: Fixed incorrect
1642 validation of restricted enumerations. Added related
1643 regression tests.
1644
1645Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1646
1647 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1648 in case of errors, should fix bug #338303
1649
1650Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1651
1652 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1653 in case of errors, should fix bug #338306
1654
1655Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1656
1657 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1658 applied man page improvements from Daniel Leidert
1659
1660Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1661
1662 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1663 fixing #336163 and #336164
1664
1665Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1666
1667 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1668
1669Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1670
1671 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1672 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1673 patches from Aivars Kalvans to make unicode tables const, fixes
1674 bug #336096, this also updates to Unicode 4.01 final with a couple
1675 of character ranges fixes.
1676
1677Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1678
1679 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1680 #335603 and resync'ed genChRanges.py to the expected output.
1681
1682Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1683
1684 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1685 #316338 and adding a couple of optimizations in the regexp
1686 compilation engine.
1687 * test/regexp/bug316338 result/regexp/bug316338: added regression
1688 tests based on the examples provided in the bug report.
1689
1690Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1691
1692 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1693 warning raised by gcc-4.1 and latests changes
1694
1695Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1696
1697 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1698 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1699 pass on coverity reports.
1700
1701Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1702
1703 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1704 on coverity reports.
1705
1706Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1707
1708 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1709 python/libxml.c: more cleanups based on coverity reports.
1710
1711Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1712
1713 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1714 of small cleanups based on coverity reports.
1715
1716Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1717
1718 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1719
1720Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1721
1722 * xml2-config.in: fix Red Hat bug #184170
1723
1724Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1725
1726 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1727 "strict" lookup for namespaces based on a prefix. Fixed a
1728 namespace processing issue in the clone-node function, which
1729 occured if a @ctxt argument was given.
1730
1731Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1732
1733 * valid.c: fix HTML attribute ID checking for input element.
1734 Maintain current attribute "name" behavior for now.
1735
1736Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1737
1738 * tree.c: Bundled lookup of attr-nodes and retrieving their
1739 values into the functions xmlGetPropNodeInternal() and
1740 xmlGetPropNodeValueInternal(). Changed relevant code
1741 to use those functions.
1742
1743Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1744
1745 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1746
1747Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1748
1749 * python/libxml2.py: remove a tab, as pointed out on IRC
1750
1751Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1752
1753 * tree.c: Fix the add sibling functions when passing attributes.
1754 Modify testing for ID in xmlSetProp.
1755 No longer remove IDness when unlinking or replacing an attribute.
1756
1757Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1758
1759 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1760 if /etc/xml/catalog doesn't exist.
1761
1762Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1763
1764 * doc//*: updated the Ruby bindings links, and regenerated the
1765 docs.
1766
1767Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1768
1769 * catalog.c: improve catalog debugging message patch from Rick Jones
1770
1771Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1772
1773 * python/types.c: Nic Ferrier found debug statement left in the
1774 XPath conversion code
1775
1776Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1777
1778 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1779 Daniel Leidert
1780
1781Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1782
1783 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1784 The constructor needs a bucket to be assigned during component
1785 fixup.
1786
1787Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1788
1789 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1790 the empty string (reported by Bas Driessen on the mailing-list).
1791 Fixed schema XSI-acquisition and construction: the schemata
1792 (xmlSchema) didn't get the targetNamespace in some cases, thus
1793 the component resolution mechanism failed to work. The XSI
1794 stuff needs to be tested more intensively; think about how
1795 to test this for regression.
1796
1797Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1798
1799 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1800 Daniel Leidert
1801
1802Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1803
1804 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1805 Leidert, c.f. #331290
1806
1807Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1808
1809 * xmllint.c: fix an error report when using --path and --valid
1810 closes bug #331290
1811
1812Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1813
1814 * relaxng.c: trying to fix #331062, this is again a problem
1815 around interleave, there is no good fix unless reimplementing
1816 but this works around some cases and allow to validate in that
1817 case.
1818
1819Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1820
1821 * tree.c: Fixed bug #328896 reported by Liron. The path
1822 for text- and CDATA-section-nodes was computed incorrectly
1823 in xmlGetNodePath().
1824
1825Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1826
1827 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1828 and more thorough tests on atoms comparisons.
1829
1830Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1831
1832 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1833 Borland C++ 6
1834
1835Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1836
1837 * parser.c: bill pointed out a missing block in xmlParseComment
1838 trying to fill with a normal processing of the given character.
1839
1840Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1841
1842 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1843 * test/badcomment.xml result//badcomment.xml*: added to the regression
1844 suite.
1845
1846Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1847
1848 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1849 the header file.
1850
1851Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1852
1853 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1854 the API. It will be used to reflect DOM's Node.cloneNode and
1855 Document.importNode methods.
1856 The pros: 1) non-recursive, 2) optimized ns-lookup
1857 (mostly pointer comparison), 3) user defined ns-lookup,
1858 4) save ns-processing. The function is in an unfinished
1859 and experimental state and should be only used to test it.
1860
1861Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1862
1863 * uri.c: applied patch from Rob Richards fixing the URI regressions
1864 tests on Windows which seems to indicate bad escaping.
1865
1866Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1867
1868 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1869 the previous addition of the removal of redundant ns-decls.
1870
1871Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1872
1873 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1874 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1875 was given. Note that I haven't moved this option to the
1876 header file yet; so just call this function with an @option
1877 of 1 to test the behaviour.
1878
1879Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1880
1881 * tapi.c win32/Makefile.*: Added changed as proposed on
1882 the mailing list by venkat naidu in order to compile
1883 testapi.c on windows.
1884
1885Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1886
1887 * configure.in xml2-config.in: trying to fix windows/configure
1888 issues reported by Tim Van Holder
1889
1890Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1891
1892 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1893 when operating on an HTML document.
1894
1895Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1896
1897 * relaxng.c include/libxml/relaxng.h: Added
1898 xmlRelaxNGSetParserStructuredErrors() to the API.
1899
1900Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1901
1902 * parser.c: reverted first patches for #319279 which led to #326295
1903 and fixed the problem in xmlParseChunk() instead
1904 * test/ent11 result//ent11*: added test for #326295 to the regression
1905 suite
1906
1907Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1908
1909 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1910 regenerated the docs, preparing for release of 2.6.23
1911 * pattern.c xmlschemas.c: fixed some comments
1912
1913Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1914
1915 * test/XPath/docs/nodes test/XPath/tests/nodespat
1916 result/XPath/tests/nodespat: Added regression tests for
1917 the latest XPath/pattern fixes.
1918
1919Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1920
1921 * pattern.c: Another fix to handle "foo//.": "foo" was not
1922 included in the resulting node-set.
1923
1924Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1925
1926 * pattern.c xpath.c include/libxml/pattern.h:
1927 Fixed bug #322928, reported by Erich Schubert: The bug was
1928 in pattern.c, which is used for a tiny subset of xpath
1929 expression which can be evaluated in an optimized way.
1930 The doc-node was never considered when evaluating "//"
1931 expressions. Additionally, we fixed resolution
1932 to nodes of any type in pattern.c; i.e. a "//." didn't work
1933 yet, as it did select only element-nodes. Due to this
1934 issue the pushing of nodes in xpath.c needed to be adjusted
1935 as well.
1936
1937Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1938
1939 * parser.c: tiny refactoring patch from Bjorn Reese
1940
1941Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1942
1943 * SAX2.c: fix bug #324432 with <xml:foo/>
1944 * test/ns7 resul//ns7*: added to the regression tests
1945
1946Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1947
1948 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1949 MinGW compilation problem, should close bug #324943
1950
1951Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1952
1953 * xmlschemas.c: Removed last dependency on the obsolete enum
1954 xmlSchemaValidError.
1955
1956Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1957
1958 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1959 and doc build fixes from Michael Day
1960
1961Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1962
1963 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1964 Sreeni Nair.
1965
1966Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1967
1968 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1969 a child of an element (fix by Oleksandr Kononenko).
1970 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1971
1972Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1973
1974 * xmlschemas.c xmlstring.c: Fixed a segfault during
1975 text concatenation when validating a node tree:
1976 xmlStrncat was called with a @len of -1; but unlike
1977 xmlStrncatNew, it does not calculate the length
1978 automatically in such a case (reported by Judy Hay
1979 on the mailing list).
1980 Updated the descriptions of the involved string
1981 functions to note this.
1982
1983Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1984
1985 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1986 http resources.
1987
1988Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1989
1990 * win32/configure.js: Added enable/disable of runtime
1991 debugging (LIBXML_DEBUG_RUNTIME).
1992
1993Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1994
1995 * include/libxml/xmlversion.h.in: Fixed to define
1996 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1997
1998Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1999
2000 * test/schemas/bug321475* result/schemas/bug321475*:
2001 Added regression test for bug #321475 (reported by
2002 Gabor Nagy). Fixing of bug #323510 seemed to have
2003 fixed this bug as well.
2004
2005Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2006
2007 * test/schemas/bug323510* result/schemas/bug323510*:
2008 Added regression test for bug #323510.
2009
2010Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2011
2012 * xmlschemas.c: Workaround for bug #323510 (reported by
2013 Jonathan Filiatrault): substituted the epsilon transition
2014 for a labelled transition, in order to avoid a bug in
2015 xmlregexp.c which eliminated the epsilon transition and
2016 marked the initial state as final.
2017
2018Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2019
2020 * xmlreader.c: Gary Coady pointed a memory leak in
2021 xmlTextReaderReadInnerXml() applied patch fixing #323864
2022
2023Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2024
2025 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2026 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2027 of warnings shown by HP-UX compiler and reported by Rick Jones
2028
2029Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2030
2031 * xmlwriter.c: Insert space between pubid and sysid when both
2032 passed to xmlTextWriterStartDTD and indenting not being used.
2033 Remove no longer used Mem callbacks.
2034
2035Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2036
2037 * runsuite.c: Changed to instantly mark instance-tests as
2038 failed if the corresponding schema was invalid. This
2039 reflects the side of the Python code for the XML Schema test
2040 suite. We now get the same number of failed tests on both
2041 sides.
2042
2043Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2044
2045 * xmlreader.c include/libxml/xmlreader.h: Added
2046 xmlTextReaderSchemaValidateCtxt() to the API.
2047
2048Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2049
2050 * xmlschemas.c: Fixed a segfault: the instance document was
2051 still tried to be validated, if the schema, dynamically
2052 acquired using XSI was invalid, thus mangled. The
2053 validation will stop (or rather won't validate) now in
2054 such a case. The schema parser error code will be set
2055 on the validion context now; this is somehow not nice,
2056 but it assures that the validation context indicates an
2057 error in there was a parser error.
2058
2059Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2060
2061 * xmlreader.c: small doc patch from Aron Stansvik
2062 * legacy.c: another doc patch for a deprecated API
2063
2064Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2065
2066 * Makefile.am: Tiny change for 'make tests': raised
2067 the number of expected failures for James Clark's
2068 XML Schema datatype tests from 10 to 11. The additional
2069 reported error was agreed to be correct long time ago,
2070 but we missed to adjust the message reported by
2071 the testing script.
2072
2073Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2074
2075 * result/schemas/decimal* result/schemas/bug322411*:
2076 Added missing regression test results for the latest IDC
2077 and xs:decimal bugs.
2078
2079Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2080
2081 * test/schemas/decimal* test/schemas/bug322411*: Added
2082 regression tests for the latest IDC and xs:decimal bugs.
2083
2084Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2085
2086 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2087 parent's list of duplicates was filled with NULLs instead
2088 of the nodes under certain conditions. This lead to a
2089 segfault when the list's entries were accessed.
2090
2091Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2092
2093 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2094 allow/deny special lexical forms. Fixed the totalDigits
2095 for values in the range (x < 1) && (x > -1) && (x != 0);
2096 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2097 Adjusted the comparison function for decimals due to this
2098 change. As a side effect comparison against zeroes was
2099 optimized.
2100
2101Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2102
2103 * xmlschemas.c: An assignment to a local variable, which was
2104 used to access the IDC node list, was missing after the
2105 reallocation of the list (reported by Fabrice GUY
2106 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2107 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2108 it is used to force bubbling of IDC node tables even
2109 if not necessary; this was intended to be used for test
2110 purposes, but I obviously missed to disable it (although
2111 it apparently helped finding the bug).
2112
2113Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2114
2115 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2116 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2117 this caused XSI-driven-dynamic schema acquisition to fail
2118 with @noNamespaceSchemaLocation (reported by Julien Lamy
2119 on the mailing list).
2120
2121Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2122
2123 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2124 which caused the search for components to stop at the
2125 first encountered attribute group component.
2126 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2127 designation of a not-found component was not reported.
2128
2129Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2130
2131 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2132 in the date and time code raised on IRIX 6.5
2133
2134Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2135
2136 * xmlschemas.c include/libxml/xmlschemas.h:
2137 Added xmlSchemaSetParserStructuredErrors() to the API.
2138 Fixed channeling of error relevant information to
2139 subsequent parser/validation contexts.
2140
2141Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2142
2143 * parserInternals.c: removed unreachable code pointed out by
2144 Oleksandr Kononenko, fixes bug #321695
2145
2146Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2147
2148 * parser.c: use ctxt->standalone = -2 to indicate that the
2149 XMLDecl was parsed but no standalone attribute was found,
2150 suggested by Michael Day to detect if an XMLDecl was found.
2151
2152Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2153
2154 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2155 were not properly reported.
2156
2157Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2158
2159 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2160 which is not needed.
2161
2162Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2163
2164 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2165 to use xmlSchemaGetCanonValueWhtspExt() in order to
2166 correctly report values for xs:anySimpleType.
2167 * test/schemas/idc-keyref-err1*
2168 result/schemas/idc-keyref-err1*: Added a test for this change.
2169
2170Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2171
2172 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2173 Return error condition not len if xmlwriter fails writing to buffer.
2174
2175Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2176
2177 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2178 applied patch from Geert Jansen to implement the save function to
2179 a xmlBuffer, and a bit of cleanup.
2180
2181Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2182
2183 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2184 totalDigits value to be positiveInteger.
2185 Fixed crash in an error report function when we gave it
2186 the document node; only element and attribute nodes are
2187 processed now (reported by Rob Richards).
2188
2189Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2190
2191 * xmlregexp.c: fix bug #319897, problem with counted atoms
2192 when the transition itself is counted too
2193 * result/regexp/hard test/regexp/hard: augmented the regression
2194 tests with the problem exposed.
2195
2196Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2197
2198 * win32/Makefile.mingw include/win32config.h: applied patch from
2199 Mark Junker to fix compilation with MinGW
2200
2201Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2202
2203 * libxml.3: tiny fix from Albert Chin
2204 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2205 needing trio for *printf
2206
2207Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2208
2209 * tree.c: add additional checks to prevent tree corruption. fix problem
2210 copying attribute using xmlDocCopyNode from one document to another.
2211
2212Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2213
2214 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2215 cleanup from Albert Chin
2216 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2217
2218Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2219
2220 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2221 HP-UX and AIX
2222
2223Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2224
2225 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2226 module portability
2227
2228Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2229
2230 * error.c: fixing a portability problem on some old Unices with
2231 patch from Albert Chin
2232
22332005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2234
2235 * c14n.c result/c14n/exc-without-comments/test-2
2236 test/c14n/exc-without-comments/test-2.xml
2237 test/c14n/exc-without-comments/test-2.xpath: fixing
2238 bug in exc-c14n namespace visibility + test case (bug #319367)
2239
2240Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2241
2242 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2243
2244Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2245
2246 * valid.c xmlregexp.c include/libxml/valid.h
2247 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2248 as this seems to give troubles with VC6 and stl as reported by
2249 Samuel Diaz Garcia.
2250
2251Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2252
2253 * parserInternals.c: fix a problem in some error case on Solaris
2254 when passed a NULL filename, pointed by Albert Chin.
2255
2256Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2257
2258 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2259 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2260 to the regression suite
2261
2262Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2263
2264 * HTMLparser.c: typo fix from Michael Day
2265
2266Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2267
2268 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2269 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2270
2271Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2272
2273 * parser.c: fixed second spot where CRLF split between chunks
2274 could cause trouble (bug #319279)
2275 * gentest.py, testapi.c: fixed two problems involved with
2276 --with-minimum compilation (compilation errors with schematron
2277 and formal expressions tests)
2278
2279Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2280
2281 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2282
2283Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2284
2285 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2286 the London airport.
2287
2288Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2289
2290 * xmlschemas.c: Removed creation of a temporary parser context
2291 during validation when processing xsi:type; this previously
2292 added a string to the dict of the schema - to assure thread
2293 safety, we don't want to modify a given schema during
2294 validation.
2295
2296Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2297
2298 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2299 misuse of vsnprintf
2300 * configure.in, config.h.in: added a configuration check for
2301 va_copy and added a define for VA_COPY for xmlwriter.c fix
2302 * parser.c: fixed problem with CRLF split between chunks (bug
2303 #319279) (fix provided by Brion Vibber)
2304
2305Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2306
2307 * xmlschemas.c: Fixed a potential memory leak in
2308 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2309 Fixed setting of ctxt->err to the given error code in
2310 the parsing error functions.
2311 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2312 starting point for IDC XPath compilation; this and some other
2313 tiny changes fixes issues regarding whitespace in the
2314 expressions and IDC selector/field relevant restrictions of
2315 the subset of XPath. Fixed a missing blocking of attributes
2316 in xmlStreamPushInternal().
2317
2318Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2319
2320 * runtest.c: removed the error message
2321 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2322 documentation
2323 * include/libxml/schemasInternals.h: changed warning about API stability
2324 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2325 regexps and automata. Not fully finished but should be way better.
2326
2327Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2328
2329 * xmlschemas.c: Fixed a memory leak in
2330 xmlSchemaContentModelDump(). Added output of local types
2331 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2332 dump output.
2333
2334Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2335
2336 * tree.c pattern.c: Silenced intel compiler warnings (reported
2337 by Kjartan Maraas, bug #318517).
2338 * xmlschemas.c: The above changes in pattern.c revealed an
2339 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2340 we really pushed them beforehand; this was previously not
2341 checked for the case when we discover an element node to be
2342 invalid wrt the content model.
2343 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2344
2345Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2346
2347 * result/schemas/*.err: Adapted regression test results.
2348
2349Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2350
2351 * xmlschemas.c: Fixed some identity-constraint issues:
2352 Restructured IDC node-tables
2353 Allowed IDCs to resolve also to nodes of complex type with
2354 simple content.
2355 Added check for keyrefs with references to keyrefs.
2356 IDC target-nodes were interferring with IDC node-tables,
2357 since they used one list of entries only. I separated this
2358 one big list into 3 lists: 1 for IDC node-table entries,
2359 1 for _duplicates_ of IDC node-table entries and 1 for
2360 IDC target-nodes. More code, but cleaner and it works at last.
2361 Keyrefs will fail to resolve to duplicate key/unique entries.
2362 I thought this was already working this way, but it didn't.
2363 The wording of the definition for [node table] in the spec
2364 can lead to a scenario, where keyrefs resolve perfectly, even
2365 if the relevant key-sequences of the referenced key/unique have
2366 duplicates in the subtree. Currently only Saxon 8.5.1 is
2367 dissallowing resolution to duplicate entries correctly - we
2368 will follow Saxon here.
2369 Removed some intel compiler warnings (reported by
2370 Kjartan Maraas, bug #318517).
2371 * pattern.c: Fixed an IDC-XPath problem when resolving to
2372 attributes.
2373
2374Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2375 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2376 to use getaddrinfo() if supported in Windows build (bug# 317431).
2377
2378Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2379
2380 * result/schemas/*: Adapted regression test results.
2381
2382Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2383
2384 * xmlschemas.c include/libxml/schemasInternals.h
2385 include/libxml/xmlerror.h: Initial implementation for
2386 redefinitions; this still misses checks for restrictions
2387 of the content model of complex types.
2388 Fixed default/fixed values for attributes (looks like they
2389 did not work in the last releases).
2390 Completed constraints for attribute uses.
2391 Seperated attribute derivation from attribute constraints.
2392 Completed constraints for attribute group definitions.
2393 Disallowing <import>s of schemas in no target namespace if the
2394 importing schema is a chameleon schema. This contradicts
2395 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2396 W3C XML Schema WG, thinks it is correct to dissalow such
2397 imports.
2398 Added cos-all-limited constraints.
2399 Restructured reference resolution to model groups and element
2400 declarations.
2401 Misc cleanup.
2402
2403Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2404
2405 * schematron.c xmlregexp.c: remove warnings under Windows.
2406
2407Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2408
2409 * parser.c: applied patch from Massimo Morara fixing bug #317447
2410 about risk of invalid write in xmlStringLenDecodeEntities
2411
2412Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2413
2414 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2415
2416Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2417
2418 * xmlregexp.c: seems a test to avoid duplicate transition is
2419 really needed at all times. Luka Por gave an example hitting
2420 this. Changed back the internal API.
2421
2422Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2423
2424 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2425
2426Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2427
2428 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2429
2430Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2431
2432 * xmlregexp.c: detect combinatory explosion and return with
2433 a runtime error in those case, c.f. #316338 though maybe we
2434 should not see such an explosion with that specific regexp,
2435 more checking needs to be done.
2436
2437Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2438
2439 * include/libxml/schemasInternals.h: Added some comments for the
2440 struct fields.
2441
2442Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2443
2444 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2445 blank path (bug 316224)
2446
2447Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2448
2449 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2450 rebuild.
2451 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2452 xmlSaveOption
2453 * xmlschemas.c: minor cleanups
2454
2455Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2456
2457 * test/schemas/import1_0.xsd: And adapting another one.
2458
2459Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2460
2461 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2462
2463Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2464
2465 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2466 result/schemas/changelog093_1_0.err
2467 result/schemas/derivation-ok-extension_0_0.err
2468 result/schemas/import1_0_0.err
2469 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2470 Adapted regression results.
2471
2472Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2473
2474 * xmlschemas.c include/libxml/schemasInternals.h
2475 include/libxml/xmlerror.h: Completion of the schema graph.
2476 Centralisation, more robustness of the schema document
2477 aquisition story. Centralised and restructured component fixup.
2478 Fixed attribute derivation when 'prohibiting' attribute uses.
2479 Added warnings: when schema documents cannot be localized
2480 during imports; when we get duplicate and pointless attribute
2481 prohibitions. Changed error reports for IDCs to report
2482 the relevant IDC designation as well (requested by GUY Fabrice).
2483 Misc code-cleanup.
2484
2485Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2486
2487 * xmlsave.c: applied second patch from David Madore to be less intrusive
2488 when handling scripts and style elements in XHTML1 should fix #316041
2489 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2490
2491Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2492
2493 * libxml.spec.in doc/devhelp/*: finished the integration with
2494 devhelp, completing the index and inserted into the gtk-doc
2495 database at "make install" stage
2496
2497Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2498
2499 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2500 and use option from xmlSaveCtxtPtr rather than global during output.
2501 * xmlsave.c: fix some output formatting for meta element under XHTML.
2502
2503Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2504
2505 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2506 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2507 * doc/Makefile.am: build devhelp before the examples.
2508 * doc/*: regenerated the API
2509
2510Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2511
2512 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2513 given a document pointer instead of an element
2514
2515Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2516
2517 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2518 should be complete with navigation, what is left done is glueing
2519
2520Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2521
2522 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2523 doc/devhelp/*: started work needed to generate devhelp content,
2524 not too hard based on the existing format and extractor.
2525
2526Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2527
2528 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2529
2530Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2531
Rob Richardsb6b2ee12008-05-03 12:34:25 +00002532 * xmllint.c: patch from St�phane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00002533
2534Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2535
2536 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2537 when handled a namespace node.
2538
2539Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2540
2541 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2542 releasing 2.6.21
2543 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2544 * threads.c include/libxml/threads.h xmllint.c: added the more
2545 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2546
2547Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2548
2549 * configure.in doc/* configure.in: prepare for release
2550 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2551
2552Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2553
2554 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2555 than initially expected as ctxt->error == NULL had behaviour side
2556 effects at the compilation level itself.
2557
2558Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2559
2560 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2561 pattern induced XPath bug #314282
2562 * relaxng.c: reverted back last change it was seriously broken
2563
2564Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2565
2566 * xmlsave.c: check for NULL to prevent crash with meta elements
2567
2568Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2569
2570 * relaxng.c: structured error reporting problem with Relax-NG
2571 should fix #314881 and #314759
2572
2573Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2574
2575 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2576
2577Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2578
2579 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2580 but more generally related to attributes and ID handling, fixes
2581 #314358 among other things
2582
2583Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2584
2585 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2586 first argument.
2587 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2588 based on Andrew W. Nosenko idea.
2589 * doc/* elfgcchack.h: regenerated the API
2590
2591Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2592
2593 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2594 reverting back to AM_PATH_PROG
2595
2596Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2597
2598 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2599 changing the behaviour when text nodes are found in body
2600 * result/HTML/*: this changes the output of some tests
2601
2602Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2603
2604 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2605 c.f. #160598
2606
2607Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2608
2609 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2610 bug #314853
2611
2612Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2613
2614 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2615 to serialization and no longer modify internal tree.
2616
2617Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2618
2619 * libxml.spec.in: the profiling usually don't work, disabled
2620 * doc/*: rebuilt
2621
2622Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2623
2624 * configure.in: trying to fix the first part of #310033 by
2625 detecting gcc <= 3.2
2626
2627Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2628
2629 * error.c: fixed bug #310033, the URI extraction code given a
2630 node is a bit twisted and broke in the last months.
2631
2632Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2633
2634 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2635 fix on test.
2636
2637Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2638
2639 * debugXML.c: change verbosity depending on API
2640 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2641 to previous outputs
2642
2643Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2644
2645 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2646 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2647 added a parser XML_PARSE_COMPACT option to allocate small
2648 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2649 directly within the node, various changes to cope with this.
2650 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2651 slightly change the output
2652
2653Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2654
2655 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2656 instead of $CC = 'gcc' because GCC may have a different name
2657
2658Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2659
2660 * configure.in: changes the way the python binary is found, should
2661 also fix bug #308004
2662
2663Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2664
2665 * parser.c: found another bug while looking at #309616 on missing
2666 entities.
2667 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2668 SAX stream in missing conditions for a few tests
2669
2670Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2671
2672 * encoding.c: applied the patch suggested #309565 which can avoid
2673 looping in error conditions.
2674
2675Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2676
2677 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2678 xmlGetLineNo() c.f. bug #309205
2679
2680Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2681
2682 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2683 the encoding module to the common error reporting mechanism
2684 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2685
2686Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2687
2688 * xpath.c: removed a potentially uninitialized variable error
2689 * python/generator.py: fixed a deprecation warning
2690 * python/tests/tstLastError.py: silent the damn test when Okay !
2691
2692Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2693
2694 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2695 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2696 when configured --without-sax1 and other cleanups fixes bug #172683
2697 * doc/* elfgcchack.h: regenerated
2698
2699Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2700
2701 * parser.c: fixed bug #170489 reported by Jirka Kosek
2702 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2703 result/valid/objednavka*: added the test to the regression suite.
2704
2705Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2706
2707 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2708 for the HTML parser based on the suggestions of bug #169834 by
2709 Paul Loberg
2710
2711Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2712
2713 * elfgcchack.h testapi.c doc/*: regenerated
2714 * schematron.c: fixed a compilation problem
2715 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2716 * result/expr/base: slightly changes the number of Cons.
2717
2718Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2719
2720 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2721 * xmlregexp.c: small cleanup
2722 * include/libxml/schematron.h include/libxml/xmlexports.h
2723 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2724
2725Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2726
2727 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2728 #313982
2729 * result/schemas/bug313982* test/schemas/bug313982*: also added
2730 the test case to the regression suite.
2731
2732Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2733
2734 * testRegexp.c: printed the wrong string
2735
2736Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2737
2738 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2739 xmlExpExpDerive(), added it to the testRegexp command line
2740 tool when providing multiple expressions.
2741
2742Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2743
2744 * Makefile.am result/expr/base test/expr/base: added the first
2745 regression test suite set for the new expression support
2746
2747Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2748
2749 * valid.c: fixed an uninitialized variable
2750 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2751 add the parser, serializer and some debugging
2752 * include/libxml/xmlversion.h.in: made the new support compiled
2753 by default if Schemas is included
2754 * testRegexp.c: cleanup and integration of the first part of the
2755 new code with a special switch
2756 * xmllint.c: show up Expr in --version if compiled in
2757 * include/libxml/tree.h: moved the xmlBuffer definition up
2758
2759Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2760
2761 * xmlschemas.c: Some preparation for the creation of a graph
2762 of imported/included/redefined schemas; this is needed for
2763 at least the redefinitions.
2764 Centralized the creation of the parser context in one function.
2765
2766Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2767
2768 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2769 handling code to have it in CVs from now. Not plugged, and misses
2770 APIs it's not compiled in yet.
2771
2772Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2773
2774 * xmlreader.c: applied another patch from Rob Richards to fix
2775 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2776
2777Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2778
2779 * xmlreader.c: applied patch from Rob Richards to fix
2780 xmlTextReaderGetAttribute behaviour with namespace declarations
2781
2782Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2783
2784 * xmlschemas.c include/libxml/xmlerror.h:
2785 Changed output for keyref-match errors; the target-node will
2786 be now reported rather than the scope-node of the keyref
2787 definition - allowing easier chasing of instance errors.
2788 This was reported by Guy Fabrice to the mailing list.
2789 Some initial parsing code for schema redefinitions.
2790 * result/schemas/bug303566_1_1.err
2791 result/schemas/bug312957_1_0.err: Adapted test results due
2792 to the keyref changes.
2793
2794Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2795
2796 * valid.c: applied patch from Derek Poon fixing bug #310692
2797
2798Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2799
2800 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2801 context type was not always properly initialized.
2802
2803Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2804
2805 * relaxng.c: fixed bug #307377 about validation of choices in
2806 list values.
2807 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2808 added examples to the regression tests, problem is that streaming
2809 version gives slightly more informations.
2810
2811Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2812
2813 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2814
2815Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2816
2817 * result/schemas/any6_1_0*: Added missing test results.
2818
2819Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2820
2821 * xmlregexp.c: fixed a determinism detection problem exposed by
2822 ##other tests commited by Kasimier, also added a small speedup
2823 of determinism detection.
2824 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2825 the results to the regression tests now
2826
2827Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2828
2829 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2830 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2831 Added some more tests for element wildcards.
2832
2833Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2834
2835 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2836 streaming XPath states were not popped in every case,
2837 thus failed to resolve correctly for subsequent input.
2838 * test/schemas/bug312957* result/schemas/bug312957*:
2839 Added the test submitted by Carol Hunter.
2840
2841Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2842
2843 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2844 ##other issues
2845 * result/schemas/any7* test/schemas/any7: completed the tests
2846 and added the results
2847 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2848 result/schemas/any5_1_0.err: this slightly chnages the output
2849 from 3 existing tests
2850
2851Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2852
2853 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2854 Marcus Boerger to remove warnings on Windows.
2855
2856Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2857
2858 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2859 an xmlSaveOption to omit XML declaration
2860
2861Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2862
2863 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2864 patch for HTML UTF-8 serialization
2865 * result/HTML/script2.html: this changed the output of that test
2866
2867Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2868
2869 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2870 of count based transition, when going though the counter must
2871 be reset to 0
2872 * test/schemas/bug310264* result/schemas/bug310264*: added the
2873 regression test.
2874
2875Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2876
2877 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2878 only freeing the first annotation in the list.
2879
2880Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2881
2882 * xmlreader.c: applied patch from Rob Richards fixing
2883 xmlTextReaderGetAttribute
2884
2885Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2886
2887 * HTMLparser.c: fixed an uninitialized memory access spotted by
2888 valgrind
2889
2890Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2891
2892 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2893 installed DTD
2894 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2895 cleanup the Path/URI conversion mess, needed fixing in various
2896 layers and a new API to the uri module which also fixes #306861
2897 * runtest.c: integrated a regression test specific to check the
2898 URI conversions done before calling the I/O handlers.
2899
2900Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2901
2902 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2903
2904Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2905
2906 * win32/configure.js: applied patch from Rob Richards to allow
2907 disabling modules in win32, fixes #304071
2908
2909Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2910
2911 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2912 xmlAttr.parent(), closing #312181
2913
2914Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2915
2916 * schematron.c: report improvement
2917 * test/schematron/zvon* result/schematron/zvon*: more tests
2918
2919Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2920
2921 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2922 Richards to add schematron to the build on Windows
2923 * test/schematron/zvon3* result/schematron/zvon3*: second test
2924 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2925 real second test 10 and 2 are swapped.
2926
2927Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2928
2929 * schematron.c: more bug fixes, improve the error reporting.
2930 * test/schematron/zvon2* result/schematron/zvon2*: second test
2931
2932Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2933
2934 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2935 text error rendering
2936 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2937 started integrating within "make tests"
2938
2939Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2940
2941 * test/schematron/*: a few first tests from Zvon unfortunately
2942 with the old syntax
2943
2944Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2945
2946 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2947 work done on the plane last week-end
2948
2949Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2950
2951 * runtest.c: allows an extra argument to subset the tests
2952 * xmlregexp.c: big speedup for validation, basically avoided
2953 transition creation explosion when removing epsilon transition
2954
2955Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2956
2957 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2958 xmlwriter.c: more cleanups based on sparse reports, added
2959 "make sparse"
2960
2961Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2962
2963 * python/libxml.c: don't output any message on failed resolver lookups,
2964 better done by the python user provided resolver layer.
2965
2966Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2967
2968 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2969 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2970 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2971 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2972 small cleanups based on Linus' sparse check output.
2973
2974Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2975
2976 * include/libxml/Makefile.am: added schematron.h, oops ...
2977
2978Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2979
2980 * xmlschemastypes.c: Added creation of the content type of
2981 xs:anyType. This is needed when trying to extend xs:anyType
2982 (although it makes no sense to extend it; IMHO the schema
2983 people should have ruled this out). This was reported
2984 by Yong Chen to the mailing list.
2985 * xmlschemas.c: Fixed handling of xs:anyType in
2986 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2987 adjustment to an error report output.
2988 * test/schemas/extension2* result/schemas/extension2*:
2989 Added a test case provided by Young Chen.
2990
2991Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2992
2993 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2994 base to be in "relative" form
2995
2996Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2997
2998 * schematron.c xmllint.c: started adding schematron to the xmllint
2999 tool, the report infrastructure is gonna be fun.
3000
3001Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3002
3003 * test/schemas/any6* test/schemas/any7*: Added regression tests
3004 (they fail currently), but did not added results yet.
3005
3006Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3007
3008 * xmlschemas.c: Removed the workaround code in
3009 xmlSchemaValidateElemWildcard() for the <any> wildcard
3010 with namespace == ##other. Support for such wildcards was
3011 implemented by Daniel at the automaton level recently, and
3012 the workaround code iterfered with it.
3013
3014Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3015
3016 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3017 signature to pass an int and not an enum since it can generate
3018 ABI compat troubles.
3019 * include/libxml/schematron.h schematron.c: adding the new
3020 schematron code, work in progress lots to be left and needing
3021 testing
3022 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3023 Makefile.am configure.in: integration of schematron into the
3024 build
3025 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3026 options right now just XML_XPATH_CHECKNS.
3027
3028Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3029
3030 * xmlschemas.c: Removed an "internal error" message from
3031 xmlSchemaBuildAContentModel() when an empty model group
3032 definition is hit.
3033
3034Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3035
3036 * pattern.c: Changed xmlCompileStepPattern() and
3037 xmlCompileAttributeTest() to handle the "xml" prefix without
3038 caring if the XML namespace was supplied by the user.
3039
3040Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3041
3042 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3043 output the given string arguments correctly.
3044
3045Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3046
3047 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3048 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3049 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3050 include/libxml/valid.h include/libxml/xmlIO.h
3051 include/libxml/xmlerror.h include/libxml/xmlexports.h
3052 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3053 to fix problems with calling conventions on Windows this should
3054 fix #309757
3055
3056Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3057
3058 * parser.c: an optimization of the char data inner loop,
3059 can gain up to 10% in pure SAX2 parsing speed
3060 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3061 a bug in XML Schemas facet comparison #310893
3062
3063Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3064
3065 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3066 not transitions
3067 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3068 result/schemas/any5_1_0*: fixed output
3069
3070Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3071
3072 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3073 bug #172215 about foreign namespaces by adding support for
3074 negated string transitions. Error messages still need to be
3075 improved.
3076 * test/schemas/any5* result/schemas/any5*: adding regression
3077 tests for this.
3078
3079Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3080
3081 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3082 on namespaced attributes #310417.
3083
3084Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3085
3086 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3087 ducplicated
3088
3089Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3090
3091 * xmlschemas.c: fixed xsd:all when used in conjunction with
3092 substitution groups
3093 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3094 regression tests, strangely missing from NIST/Sun/Microsoft
3095 testsuites
3096
3097Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3098
3099 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3100 this showed as an indeterminist result
3101
3102Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3103
3104 * xmlschemastypes.c: found the last bug raised by NIST tests in
3105 comparing base64 strings, result from runsuite:
3106 ## NIST test suite for Schemas version NIST2004-01-14
3107 Ran 23170 tests (3953 schemata), no errors
3108
3109Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3110
3111 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3112 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3113 affecting NIST regression tests
3114
3115Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3116
3117 * configure.in: applied a patch from Gerrit P. Haase to add
3118 module support on cygwin
3119
3120Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3121
3122 * HTMLparser.c: fixed a potential buffer overrun error introduced
3123 on last commit to htmlParseScript() c.f. #310229
3124
3125Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3126
3127 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3128 return TRUE if a nodeset with a numeric value of NaN is compared
3129 for inequality with any numeric value (bug 309914).
3130
3131Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3132
3133 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3134 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3135 to route relaxng and schemas error messages when using the reader
3136 through the structured interface if activated.
3137 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3138 to test.
3139
3140Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3141
3142 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3143 Jiri Netolicky
3144 * result/HTML/script2.html* test/HTML/script2.html: added the test
3145 case from the regression suite
3146
3147Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3148
3149 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3150 patch provided by Peter Breitenlohner
3151
3152Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3153
3154 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3155 * xmllint.c: removed a compilation problem
3156
3157Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3158
3159 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3160 preparing to make testsuite releases along with code source releases
3161 * gentest.py testapi.c: fixed a couple of problem introduced by
3162 the new Schemas support for Readers
3163 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3164 but simple way.
3165 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3166 raised by the doc builder.
3167 * doc/*: made rebuild
3168
3169Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3170
3171 * xmlschemas.c: fixed a bug introduced on last commit
3172
3173Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3174
3175 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3176 pointed by Jeroen Ruigrok
3177 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3178 the APIs for xmlReader schemas validation support
3179 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3180 implementation and testing as xmllint --stream --schema ...
3181
3182Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3183
3184 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3185
3186Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3187
3188 * parser.c: fix for #309761 from Dylan Shell
3189 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3190 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3191 * xmllint.c: couple of fixes plus added descriptions for --sax and
3192 --sax1
3193
3194Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3195
3196 * xmlschemas.c: Added c-props-correct constraint to check
3197 for equal cardinality of keyref/key.
3198 * include/libxml/xmlerror.h: Added an error code.
3199
3200Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3201
3202 * pattern.c: Fixed evaluation of attributes. Actually only
3203 attribute at the first level were evaluated (e.g. "@attr");
3204 expression like "foo/@attr" always failed.
3205
3206Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3207
3208 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3209 user-provided SAX handler is given.
3210
3211Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3212
3213 * parser.c: fix some potential leaks in error cases.
3214 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3215 various other combinations.
3216 * xmlschemas.c: fix a couple of tiny problems in
3217 xmlSchemaValidateStream()
3218
3219Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3220
3221 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3222 xmlSchemaValidateStream() internally.
3223
3224Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3225
3226 * test/relaxng/docbook_0.xml: added the missing entity to the
3227 document internal subset to avoid errors if the DocBook catalogs
3228 are not there
3229 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3230 untested yet
3231
3232Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3233
3234 * parser.c: fixed problem with free on dupl attribute in
3235 dtd (bug309637).
3236 * test/errors/attr3.xml, result/errors/attr3.*: added
3237 regression test for this
3238
3239Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3240
3241 * win32/Makefile.msvc: try again to fix file format for Windows
3242
3243Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3244
3245 * win32/Makefile.msvc: removed spurious ^M
3246 * runtest.c: added check for option O_BINARY
3247 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3248 sticky tag to 'binary'
3249
3250Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3251
3252 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3253 in xmlCtxtGenericNodeCheck
3254 * runtest.c: changed "open" calls to include O_BINARY for Windows
3255
3256Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3257
3258 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3259 in areBlanks which failed.
3260 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3261 added the input file to the regression tests
3262
3263Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3264
3265 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3266 Anotolij.
3267 * test/schemas/bug309338* result/schemas/bug309338*:
3268 Added a regression test for the above bug.
3269
3270Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3271
3272 * Makefile.am: first steps toward a testsuite dist
3273 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3274
3275Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3276
3277 * runsuite.c runtest.c: Tiny portability adjustment for win.
3278 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3279 be created.
3280
3281Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3282
3283 * runsuite.c: first stb at unimplemnted detection
3284 * runtest.c: fixing Windows code
3285
3286Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3287
3288 * runsuite.c: fix on schemas error
3289 * runtest.c: portability glob() on Windows
3290
3291Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3292
3293 * runsuite.c runtest.c: cleanups, logfile and portability
3294 * xmllint.c: fixed a memory leak
3295
3296Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3297
3298 * parser.c: fixed a bug failing to detect UTF-8 violations in
3299 CData in push mode.
3300 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3301 to the regressions
3302
3303Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3304
3305 * debugXML.c: added enhancement for #309057 in xmllint shell
3306
3307Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3308
3309 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3310 bug in push mode
3311 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3312 regression suite
3313
3314Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3315
3316 * testapi.c tree.c: fixing a leak detected by testapi in
3317 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3318 seems to pass tests fine now.
3319 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3320 to push mode
3321 * error.c: remove a warning
3322 * runtest.c xmllint.c: avoid compilation errors if only some parts
3323 of the library are compiled in.
3324
3325Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3326
3327 * gentest.py testapi.c: fix a problem with previous patch to
3328 testapi.c
3329
3330Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3331
3332 * runsuite.c runtest.c tree.c: fixing compilations when
3333 disabling parts of the library at configure time.
3334
3335Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3336
3337 * parserInternals.c: fix bug raised by zamez on IRC
3338 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3339 * tree.c: added comments missing.
3340 * doc/*: regenerated
3341
3342Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3343
3344 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3345 assorted bugs
3346 * python/generator.py python/libxml2-python-api.xml: fixed
3347 conditionals in generator too
3348 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3349 cleanups too and rebuilt
3350
3351Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3352
3353 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3354
3355Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3356
3357 * runsuite.c: expanded test
3358 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3359
3360Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3361
3362 * runsuite.c: a bit of progresses on xstc
3363
3364Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3365
3366 * runsuite.c: completed the simple checks for Relax-NG suites
3367 back to the same 11 errors as in the Python runs.
3368
3369Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3370
3371 * runtest.c: complete, checking on other platforms is needed
3372 * README: updated
3373 * debugXML.c: fix a bug raised by bill on IRC
3374 * relaxng.c: fix a leak in weird circumstances
3375 * runsuite.c Makefile.am: standalone test tool agaisnt
3376 the regression suites, work in progress
3377
3378Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3379
3380 * runtest.c: adding URI tests
3381
3382Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3383
3384 * runtest.c: adding xml:id
3385
3386Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3387
3388 * runtest.c: finishing XPath, adding XPointer
3389
3390Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3391
3392 * runtest.c: adding more coverage, XInclude and starting XPath
3393
3394Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3395
3396 * tree.c include/libxml/tree.h: Added allocation/deallocation
3397 functions for the DOM-wrapper context.
3398
3399Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3400
3401 * tree.c: Commented the new functions to be experimental.
3402
3403Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3404
3405 * error.c valid.c: working some weird error reporting problem for
3406 DTD validation.
3407 * runtest.c: augmented with DTD validation tests
3408 * result/VC/OneID*: slight change in validation output.
3409
3410Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3411
3412 * runtest.c: added most HTML tests
3413
3414Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3415
3416 * test/namespaces/reconcile/tests.xml
3417 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3418 for some new DOM-wrapper helping functions.
3419
3420Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3421
3422 * xstc/xstc-to-python.xsl: Cleanup.
3423 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3424 Removed, those are not needed anymore due to the new test suite.
3425
3426Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3427
3428 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3429 missing.
3430 * runtest.c: added SAX1/SAX2 checks.
3431
3432Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3433
3434 * tree.c include/libxml/tree.h: Added
3435 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3436 xmlDOMWrapRemoveNode() to the API. These are functions intended
3437 to be used with DOM-wrappers.
3438
3439Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3440
3441 * runtest.c: continue to increase the tests
3442
3443Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3444
3445 * runtest.c: continue to increase the tests
3446
3447Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3448
3449 * runtest.c: continue to increase the tests
3450
3451Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3452
3453 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3454 it matches the glob() routine.
3455 * runtest.c Makefile.am: first steps toward a C regression test
3456 framework.
3457
3458Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3459
3460 * configure.in: fixed a problem with the detection of
3461 ss_family for ipV6, as reported on the mailing list by
3462 Doug Orleans.
3463
3464Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3465
3466 * test/schemas/empty-value* result/schemas/empty-value*:
3467 Added regression tests (from Dhyanesh).
3468
3469Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3470
3471 * xmlschemas.c: Fixed NULL values to be validated as empty
3472 string values (reported by Dhyanesh to the mailing list).
3473 Adjusted text concatenation of mixed content.
3474
3475Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3476
3477 * tree.c valid.c: applied patch from Rob Richards for removal
3478 of ID (and xml:id)
3479 * xmlreader.c: applied patch from James Wert implementing
3480 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3481
3482Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3483
3484 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3485 namespace list, appending of element character content.
3486 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3487
3488Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3489
3490 * xmlschemastypes.c: Added missing function descriptions.
3491
3492Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3493
3494 * xmllint.c: if sax1 is used and input is a file use the old
3495 API xmlParseFile()
3496 * xmlschemas.c: cleanups
3497 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3498 for the new functions in Schemas.
3499
3500Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3501
3502 * xmlschemas.c include/libxml/xmlschemas.h: Added
3503 xmlSchemaValidateFile() to the public API. This will use
3504 SAX2-driven validation.
3505
3506Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3507
3508 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3509 Added schema test results (Tom Browder, bug #306806).
3510
3511Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3512
3513 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3514 Added schema tests submitted by Tom Browder (bug #306806).
3515
3516Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3517
3518 * pattern.c: adjusted last change to xmlCompilePathPattern,
3519 fixed one compilation warning
3520
3521Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3522
3523 * pattern.c: Some changes/fixes to the streaming evaluation.
3524 * xmlschemas.c: A bit of support for parsing the schema for
3525 schema. Fixed attribute derivation when the use is
3526 "prohibited" and was "optional". Fixed an attribute construction
3527 bug, a left-over from the time, where <complexContent>,
3528 <extension>, etc. where created as structs.
3529
3530Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3531
3532 * libxml-2.0.pc.in: removed a redundant include path
3533
3534Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3535
3536 * xstc/Makefile.am: Some more adjustments.
3537
3538Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3539
3540 * xstc/Makefile.am: Changed test extraction process, since some
3541 boxes don't know about "tar --strip-path".
3542
3543Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3544
3545 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3546 * result//compare0* test//compare0*: added the regression test in
3547 the suite as this went unnoticed !
3548
3549Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3550
3551 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3552 enhancement for XPath streaming, consolidated with
3553 schemas usage of pattern.c. Added a new enum
3554 xmlPatternFlags.
3555 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3556 enum.
3557 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3558 result/XPath/mixedpat: added regression test for problems
3559 reported in bug306348
3560
3561Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3562
3563 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3564 default namespace if existent.
3565
3566Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3567
3568 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3569 values were not duplicated corrently when creating a computed value
3570 in xmlSchemaValAtomicType.
3571
3572Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3573
3574 * xmlschemas.c result/schemas/include1_0_0.err:
3575 Fixed an attribute fixed/default value constraint error.
3576
3577Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3578
3579 * result/schemas/*: Adapted regression test results.
3580
3581Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3582
3583 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3584 include/libxml/xmlschemastypes.h: Changed the validation process
3585 to be able to work in streaming mode. Some datatype fixes,
3586 especially for list and union types. Due to the changes the
3587 error report output has changed in most cases. Initial migration to
3588 functions usable by both, the parser and the validator. This should
3589 ease a yet-to-come XS construction API in the long term as well.
3590
3591Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3592
3593 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3594 troubles on rollback parsing of elements start #304761
3595 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3596 added it to the regression tests.
3597
3598Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3599
3600 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3601 for xml:space and xml:lang handling with SAX2 api.
3602
3603Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3604
3605 * globals.c: applied patch from Morten Welinder, closing bug #306901
3606 on compiling subsets of the library
3607
3608Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3609
3610 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3611 XS tests to use the new release of tests and test-definitions.
3612
36132005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3614
3615 * c14n.c: fix rendering of attributes when parent node
3616 is not in the node set
3617
36182005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3619
3620 * c14n.c: fixed xml attributes processing bug in exc c14n
3621 * xmllint.c: added --exc-c14n command line option
3622
3623Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3624
3625 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3626 handling of depth/level for cases like union operator
3627 (bug #306348 reported by Bob Stayton). Also enhanced
3628 several comments throughout pattern.c.
3629 * doc/apibuild.py: fixed problem in handling of
3630 'signed' declaration. Rebuilt the docs.
3631
3632Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3633
3634 * xinclude.c: Enhanced handling of xml:base for included
3635 elements, fixing bugs 169209 and 302353.
3636
3637Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3638
3639 * xmlschemas.c: Fixed facet errors to be channelled back for
3640 union type members; facet-validation will stop now on the
3641 first error. Reported by GUY Fabrice to the mailing-list.
3642 * xmlschemastypes.c: Changed to ignore lengh-related facet
3643 validation for QNames and NOTATIONs as proposed by the
3644 schema people.
3645 * test/schemas/union2* result/schemas/union2*: Added
3646 regression tests for union types (by GUY Fabrice).
3647
3648Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3649
3650 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3651 CDATA with NULL content.
3652
3653Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3654
3655 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3656 the timezone to -840 to 840.
3657
3658Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3659
3660 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3661 for "signed int" of the date-time timezone field. Silenced
3662 a warning.
3663
3664Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3665
3666 * tree.c: applied patch for replaceNode from Brent Hendricks
3667
3668Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3669
3670 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3671
3672Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3673
3674 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3675 problem exposed in bug #303640
3676
3677Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3678
3679 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3680 Added regression a test provided by Heiko Oberdiek (bug #303566).
3681
3682Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3683
3684 * pattern.c: Changed the XPath "." to resolve only on the first
3685 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3686 This should not affect pattern-like resolution on every level.
3687
3688Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3689
3690 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3691
3692Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3693
3694 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3695 * doc/apibuild.py: fixed __attribute() parsing problem
3696 * doc/* testapi.c: regenerated the descriptions and docs.
3697
3698Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3699
3700 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3701 to avoid linking with pthread library on non-threaded environments.
3702 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3703 list allocation.
3704
3705Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3706
3707 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3708 attributes were treated as being bound to the default namespace.
3709
3710Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3711
3712 * xmlschemastypes.c: Fixed date-time related validation
3713 (reported by David Crossley, bug #300576).
3714
3715Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3716
3717 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3718 dereferences (reported by Andriy, bug #301074).
3719
3720Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3721
3722 * xpath.c: Added some code to avoid integer overflow for
3723 ceil, floor and round functions (bug 301162)
3724
3725Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3726
3727 * xmlschemas.c: Removed workaround for bug #172215, since it
3728 does more harm in some scenarios. Added some of the
3729 "Particle Restriction OK" constraints - not yet enabled.
3730
3731Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3732
3733 * result/schemas/changelog093*: Added test results.
3734
3735Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3736
3737 * xmlschemas.c: Added output of canonical values in
3738 identity-constraint error messages.
3739 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3740 Added xmlSchemaGetCanonValueWhtsp() to the API.
3741 Further enhancement of the canonical value
3742 conversion.
3743 * test/schemas/changelog093_0.*: Added test with an XSD
3744 submitted by Randy J. Ray.
3745
3746Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3747
3748 * valid.c: Applied Daniel's fix for memory leak in dtd
3749 prefix (bug 300550).
3750 * xpath.c: minor change to comment only
3751
3752Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3753
3754 * xmlmemory.c: added the call to the breakpoint routine
3755 when a monitored block is reallocated or freed
3756
3757Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3758
3759 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3760 about HTTP query string parameter being lost
3761
3762Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3763
3764 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3765 adding namespace removal at the python level #300209
3766 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3767 test
3768
3769Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3770
3771 * xpath.c: fixed several places where memory cleanup was not
3772 properly done after an error was detected (problem was
3773 reported on the mailing list by Pawel Palucha)
3774
3775Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3776
3777 * xmlschemas.c: Added substitution group constraints; changed
3778 the build of the pre-computed substitution groups. Channeled
3779 errors during xsi assembling of schemas to the validation
3780 context. Fixed a big memory leak, which occured when using
3781 IDCs: the precomputed value of attributes was not freed if
3782 the attribute did not resolve to an IDC field (discovered
3783 with the help of Randy J. Ray's schema, posted to the
3784 xmlschema-dev maling list).
3785
3786Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3787
3788 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3789 Added handling substitution groups inside <choice> and <sequence>;
3790 for <all> this is not supported yet. Changed circular checks for
3791 model groups definitions. "memberTypes" are processed at different
3792 levels now: component resolution first, construction later; this
3793 goes hand in hand with a global change to handle component
3794 resolution in a distinct phase. Fixed invalid default values for
3795 elements to mark the schema as invalid; this just resulted in an
3796 error report previously, but the schema was handled as valid.
3797 Separated the assignment of the model groups to referencing
3798 model group definition references (i.e. particles); this was
3799 needed to perform the circularity check for model group definitions.
3800 Added "Element Declaration Properties Correct (e-props-correct)"
3801 constraints. Separated component resolution for simple/complex
3802 types.
3803 * include/libxml/schemasInternals.h: Added a flag for substitution
3804 group heads.
3805
3806Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3807
3808 * win32/Makefile.*: make install cleanup
3809
3810Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3811
3812 * win32/Makefile.mingw: fixed mingw compilation
3813 * testModule.c: removed mingw warnings
3814
3815Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3816
3817 * .cvsignore: added Eclipse project files to ignore list
3818
3819Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3820
3821 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3822 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3823 test/XPath/docs/lang: added a regression test
3824
3825Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3826
3827 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3828
3829Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3830
3831 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3832 and anchored them in the "Element Locally Valid (Element)"
3833 constraints. This restricts the type substitution via "xsi:type".
3834
3835Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3836
3837 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3838 facets validation messages.
3839
3840Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3841
3842 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3843 rebuilding.
3844
3845Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3846
3847 * xstc/Makefile.am: integrated fixup-tests.py
3848
3849Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3850
3851 * xmlschemastypes.c: fixed a lack of comment and missing test for
3852 a pointer in the API.
3853
3854Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3855
3856 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3857 files used for the tests.
3858
3859Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3860
3861 * xmlschemas.c include/libxml/schemasInternals.h
3862 result/schemas/src-element2-*.err result/schemas/element-*.err:
3863 Committing again, since the CVS server aborted.
3864
3865Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3866
3867 * xmlschemastypes.c: Corrected 'length' facet validation for
3868 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3869 data types did not return a value if already in normalized
3870 form.
3871 * xmlschemas.c include/libxml/schemasInternals.h:
3872 Eliminated creation of structs for <restriction>, <extension>,
3873 <simpleContent>, <complexContent>, <list> and <union>: the
3874 information is now set directly on the corresponding simple/
3875 complex type. Added some more complex type constraints.
3876 Added facet derivation constraints. Introduced "particle"
3877 components, which seem to be really needed if applying
3878 constraints. Corrected/change some of the parsing functions.
3879 This is all a bit scary, since a significant change to the code.
3880 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3881 Adapted regression test results.
3882
3883Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3884
3885 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3886 format to cope with gcc4 change of aliasing allowed scopes, had
3887 to add extra informations to doc/libxml2-api.xml to separate
3888 the header from the c module source.
3889 * *.c: updated all c library files to add a #define bottom_xxx
3890 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3891 * doc//* testapi.c: regenerated when rebuilding the API
3892
3893Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3894
3895 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3896 encoding UTF-8 should really be assumed. This may break if
3897 the HTTP headers indicates for example ISO-8859-1 since this
3898 then becomes a well formedness error.
3899
3900Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3901
3902 * SAX.c: fixed #172260 redundant assignment.
3903 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3904 xmlParseDoc() signatures #172257.
3905
3906Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3907
3908 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3909 is NULL as reported by bug #172255
3910
3911Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3912
3913 * relaxng.c: fixed a problem in Relax-NG validation #159968
3914 * test/relaxng/list.* result/relaxng/list_*: added the test
3915 to the regression suite
3916
3917Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3918
3919 * python/libxml.c: fixed bug #168504
3920
3921Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3922
3923 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3924 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3925 since apparently IBM can't avoid breaking common defines #166922
3926
3927Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3928
3929 * encoding.c: fix unitinialized variable in not frequently used
3930 code bug #172182
3931
3932Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3933
3934 * python/generator.py python/libxml.py: another patch from Brent
3935 Hendricks to add new handlers with the various validity contexts
3936 * python/tests/Makefile.am python/tests/validDTD.py
3937 python/tests/validRNG.py python/tests/validSchemas.py: also
3938 added the regression tests he provided
3939
3940Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3941
3942 * python/generator.py python/libxml.c: applied patch from Brent
3943 Hendricks to avoid leak in python bindings when using schemas
3944 error handlers.
3945
3946Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3947
3948 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3949
3950Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3951
3952 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3953 by Rob Richards
3954
3955Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3956
3957 * gentest.py, testapi.c: fixed problem with 'minimal library'
3958 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3959 by Greg Morgan
3960
3961Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3962
3963 * xmlschemas.c: Fixed call to a facet error report: the type of
3964 the error was wrong, resulting in a segfault (bug #171220, reported
3965 by GUY Fabrice).
3966
3967Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3968
3969 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3970 failing to build a linked list correctly (bug #169898, reported
3971 by bing song, hmm...).
3972
3973Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3974
3975 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3976 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3977 a variable was missed to be reset in a loop. Deactivated bubbling,
3978 if not referenced by a keyref.
3979
3980Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3981
3982 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3983 in c14n relative namespaces check and add structured error messages
3984 to c14n code
3985
3986Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3987
3988 * xmlschemas.c: Removed inheritance of "mixed" content type for
3989 short-hand restrictions of "anyType" (reported by Guy Fabrice
3990 to the mailing list). Added the namespace conversion (chameleon
3991 includes) for the base type reference of <restriction> and
3992 <extension>.
3993 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3994 of "mixed" inheritance.
3995
3996Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3997
3998 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3999
4000Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4001
4002 * xmlschemas.c: more debug messages from Matthew Burgess
4003 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4004
4005Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4006
4007 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4008 by Daniel, which I overwrote with the previous commit.
4009
4010Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4011
4012 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4013 Hopefully finished validation against facets to use the normalized
4014 value of both, the facets and instance values. Added
4015 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4016 and xmlSchemaGetValType() to the schema API.
4017
4018Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4019
4020 * libxml.spec.in: do not package .la files
4021 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4022 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4023 at public API entry points.
4024
4025Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4026
4027 * xmlschemastypes.c: a couple of more changes to various
4028 decimal-handling routines. Fixes python some problems
4029 turned up by the python tests.
4030 * Makefile.am: change SchemasPythonTests message to warn
4031 that there are 10 'expected' errors (rather than 6) since
4032 we now reject a '+' sign on an unsigned.
4033
4034Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4035
4036 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4037 normalized values of facets during validation: changed the
4038 arguments of some string comparison functions; added a static
4039 xmlSchemaValidateFacetInternal() with more arguments to be
4040 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4041 to use the comparison functions. Fixed some assignments in
4042 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4043
4044Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4045
4046 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4047 updated docs and rebuilt
4048 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4049
4050Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4051
4052 * encoding.c: removed a static buffer in xmlByteConsumed(),
4053 as pointed by Ben Maurer, fixes #170086
4054 * xmlschemas.c: remove a potentially uninitialized pointer warning
4055
4056Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4057
4058 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4059 and much of the routine xmlSchemaCompareDecimals. The
4060 changes were necessary to fix a problem reported on the
4061 mailing list by John Hockaday.
4062
4063Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4064
4065 * xmlschemas.c: The schema parser will stop if components could
4066 not be resolved. This is not conforming to the spec but for now
4067 will avoid internal errors during type fixup and content model
4068 creation. Restructured inclusion/import of schemata: this avoids
4069 duplicate, self and circular inclusion. Chameleon includes are
4070 still workarounded. Added restriction to disallow references to
4071 non-imported namespaces. Corrected parsing of <group>.
4072 * result/schemas/bug167754_0_0*: Added a missing test result.
4073
4074Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4075
4076 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4077 link and foreword warning to avoid problem with ignorant
4078 programmers, c.f #169721
4079
4080Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4081
4082 * python/tests/Makefile.am python/tests/readernext.py: added
4083 a regression test from Rob Richards for the previous bug
4084
4085Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4086
4087 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4088 Rob Richards
4089
4090Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4091
4092 * xmlmodule.c: second patch from Rick Jones, portability fix for
4093 HP-UX
4094 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4095 to avoid warnings.
4096
4097Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4098
4099 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4100 patches, including a serious aliasing bug exposed in s390
4101 when trying to convert data pointer to code pointer.
4102
4103Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4104
4105 * xmlschemas.c: Tiny restructuring of the validation start-up
4106 functions. Added cleanup of the validation context at the
4107 end of validation. This takes care of the validation context
4108 being reused.
4109
4110Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4111
4112 * xmlschemastypes.c: Tiny changes in the comparison functions
4113 I forgot to commit last time.
4114
4115Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4116
4117 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4118 values; anyway the IDC key comparison is restricted to
4119 anySimpleType <--> string based types. For other types we
4120 would possibly need the canonical lexical representation of
4121 them; this sounds not performant, since we would need to
4122 build such a representation each time we want to compare against
4123 anySimpleType. TODO: think about buffering the canonical values
4124 somewhere. Fixed error reports for default attributes to work
4125 without a node being specified. This all and the enabling of IDC
4126 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4127 not read his last name correctly from bugzilla).
4128
4129Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4130
4131 * xmlschemas.c: Enabled IDC parsing and validation.
4132 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4133 Added xmlSchemaCopyValue to the API; this was done due to
4134 validation of default attributes against IDCs: since IDC keys
4135 consume the precomputed value, one needs a copy.
4136 * pattern.c: Enabled IDC support; this is currently done
4137 via calling xmlPatterncompile with a flag arg of 1.
4138
4139Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4140
4141 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4142 xstc/Makefile.am: try to fix a problem with valgrind.
4143 * python/generator.py python/libxml.c python/tests/Makefile.am
4144 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4145 c.f. bug #165349
4146
4147Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4148
4149 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4150 the prefix instead of the namespace name.
4151 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4152 Adapted invalid values of the "id" attribute, since they are
4153 validated now.
4154
4155Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4156
4157 * threads.c: new version with fixes from Rob Richards
4158
4159Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4160
4161 * threads.c: applied patch from Rich Salz for multithreading on
4162 Windows.
4163
4164Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4165
4166 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4167 of bugs in the writer
4168
4169Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4170
4171 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4172 * xpath.c: fixed compilation warning, no change to logic.
4173 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4174
4175Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4176
4177 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4178 xmlTextWriterStartAttributeNS
4179
4180Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4181
4182 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4183 and switched XPath to use it by default when possible
4184
4185Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4186
4187 * xmlschemastypes.c: a bit of cleanup
4188 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4189 the documentation as a result.
4190
4191Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4192
4193 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4194 Aron Stansvik to add xmlTextReaderByteConsumed()
4195 * testReader.c: added a test option
4196 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4197
4198Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4199
4200 * test/schemas/bug167754_0*: Added the regression test of Frans
4201 Englich for bug #167754.
4202
4203Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4204
4205 * xmlschemas.c: Started support for IDC resolution to default
4206 attributes. If building the content model for <all>: ensured
4207 to put element declarations and not the particles into the
4208 content model automaton (this was bug #167754, reported by
4209 Frans Englich).
4210
4211Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4212
4213 * pattern.c pattern.h: Some experimental addition for parsing
4214 of expressions and streamable validation.
4215 Added xmlStreamPushAttr to the API.
4216
4217Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4218
4219 * xmlschemas.c: Added validation for the attribute "id" in the
4220 schemata; doing this needed error report fixes for notations,
4221 facets and group. Changed NOTATION validation to work with the
4222 declared NOTATIONs in the schema; this does have no impact on
4223 the validation via the relaxng module.
4224 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4225 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4226 the NOTATION validation described above.
4227 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4228 Fixed the values of the "id" attributes, which were not validated
4229 previously.
4230
4231Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4232
4233 * xmlschemas.c: Fixed comparison for default/fixed attribute
4234 values, if the type was 'xsd:string'. Changed the comparison
4235 for IDCs to use the whitespace aware comparison function.
4236 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4237 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4238 xmlSchemaCompareValuesWhtsp to the API. Added functions
4239 to compare strings with whitespace combinations of "preserve",
4240 "replace" and "collapse".
4241
4242Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4243
4244 * xmlschemas.c: Further work on IDCs, especially evaluation for
4245 attribute nodes.
4246
4247Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4248
4249 * encoding.c: fix the comment to describe the real return values
4250 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4251 the patterns, pluggin in the XPath default evaluation, but
4252 disabled right now because it's not yet good enough for XSLT.
4253 pattern.h streaming API are likely to be changed to handle
4254 relative and absolute paths in the same expression.
4255
4256Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4257
4258 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4259 Made 'nil'ed elements work. Added a specific error message
4260 for 'strict' attribute wildcards.
4261 * include/libxml/xmlerror.h: Added an error code for
4262 wildcards.
4263 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4264
4265Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4266
4267 This change started out as a simple desire to speed up the
4268 execution time of testapi.c, which was being delayed by
4269 nameserver requests for non-existent URL's. From there it
4270 just sort of grew, and grew....
4271 * nanohttp.c, nanoftp.c: changed the processing of URL's
4272 to use the uri.c routines instead of custom code.
4273 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4274 * uri.c: added accepting ipV6 addresses, in accordance with
4275 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4276 * gentest.py, testapi.c: fixed a few problems with the
4277 testing of the nanoftp and nanohttp routines.
4278 * include/libxml/xmlversion.h: minor change to fix a
4279 warning on the docs generation
4280 * regenerated the docs
4281
4282Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4283
4284 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4285 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4286 (bug 166199)
4287 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4288 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4289 PYTHONPATH is set, to assure new libxml2 routines are used.
4290
4291Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4292
4293 * parser.c: fixed problem when no initial "chunk" was
4294 given to xmlCreatePushParser (bug 162613)
4295
4296Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4297
4298 * dict.c: fixed compilation warning
4299 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4300 * xmllint.c: changed to return non-zero status if error
4301 on xinclude processing
4302 * xmlsave.c: minor deletion of a redundant condition statement
4303
4304Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4305
4306 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4307
4308Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4309
4310 * pattern.c xmllint.c: fixed implementation for |
4311 * test/pattern/conj.* result/pattern/conj: added a specific regression
4312 test
4313
4314Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4315
4316 * pattern.c: first implementation for | support
4317
4318Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4319
4320 * pattern.c: fixed the namespaces support
4321 * tree.c: fixed xmlGetNodePath when namespaces are used
4322 * result/pattern/multiple result/pattern/namespaces
4323 test/pattern/multiple.* test/pattern/namespaces.*: added
4324 more regression tests
4325
4326Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4327
4328 * xmlschemas.c: fixed one internal function
4329 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4330 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4331
4332Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4333
4334 * Makefile.am: use the walker to test the patterns instead of
4335 the normal reader
4336 * pattern.c xmllint.c: bug fixes in the train including fixing the
4337 stupid build break.
4338
4339Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4340
4341 * pattern.c: more bug fixes for the XPath streaming code.
4342
4343Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4344
4345 * xmlschemas.c: Integrated the streaming pattern from the
4346 pattern module. Fixed some IDC code bugs. Changed
4347 fallback for attribute declaration addition to work like for
4348 element declarations.
4349
4350Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4351
4352 * pattern.c xmllint.c: bugfixes around the streaming patterns
4353
4354Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4355
4356 * Makefile.am configure.in result/pattern/simple
4357 test/pattern/simple.*: added first test for the patterns
4358 * pattern.c xmllint.c: a few fixes
4359
4360Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4361
4362 * pattern.c include/libxml/pattern.h xmllint.c: added a
4363 streaming pattern detector for a subset of XPath, should
4364 help Kasimier for identity constraints
4365 * python/generator.py: applied Stephane Bidoul patch to find
4366 paths without breaking.
4367
4368Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4369
4370 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4371
4372Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4373
4374 * xmlreader.c: implementation of xmlTextReaderReadString by
4375 Bjorn Reese
4376
4377Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4378
4379 * xmlschemas.c: Corrected an ambigious symbol-space for
4380 local attribute declarations. IFDEFed more IDC code to
4381 surpress compiler warnings.
4382
4383Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4384
4385 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4386 files for the Bakefile generator for Makefiles from Francesco
4387 Montorsi
4388 * win32/configure.js: fixes for Windows compilation with non-default
4389 flags by Joel Reed
4390
4391Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4392
4393 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4394 by Martijn Faassen
4395
4396Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4397
4398 * xmlschemas.c include/libxml/schemasInternals.h:
4399 Added an initial skeleton for indentity-constraints. This is all
4400 defined out, since not complete, plus it needs support from other
4401 modules.
4402 Added machanism to store element information for the
4403 ancestor-or-self axis; this is needed for identity-constraints
4404 and should be helpfull for a future streamable validation.
4405 * include/libxml/xmlerror.h: Added an error code for
4406 identity-constraints.
4407
4408Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4409
4410 * gentest.py testapi.c: had to fix generation and rebuild.
4411 * valid.c: the testapi found a bug in the last code of course !
4412
4413Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4414
4415 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4416 is generated, fixes bug #161386
4417 * dict.c: fix a comment typo
4418 * elfgcchack.h doc/*: regenerated
4419
4420Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4421
4422 * parser.c: found and fixed 2 problems in the internal subset scanning
4423 code affecting the push parser (and the reader), fixes #165126
4424 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4425 to the regression tests.
4426
4427Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4428
4429 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4430 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4431 speedups, start to deprecate 3 ElementDef related entry point
4432 and replace them with better ones.
4433
4434Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4435
4436 * xmlschemas.c: more hash dictionary interning changes
4437
4438Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4439
4440 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4441 the hash reuses the dictionnary for internal strings
4442 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4443 speedup when parsing for example DocBook documents.
4444
4445Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4446
4447 * parser.c: small speedup in skipping blanks characters
4448 * entities.c: interning the entities strings
4449
4450Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4451
4452 * parser.c: boosting common commnent parsing code, it was really
4453 slow.
4454 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4455 regression tests
4456
4457Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4458
4459 * parser.c: small optimization back.
4460
4461Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4462
4463 * dict.c parser.c include/libxml/dict.h: a single lock version
4464 mostly avoid the cost penalty of the lock in case of low
4465 parallelism, so applying that version instead.
4466
4467Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4468
4469 * dict.c: patch from Gary Coady to fix a race in dict reference
4470 counting in multithreaded apps.
4471
4472Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4473
4474 * parser.c: fixed bug #164556 where non-fatal errors stopped
4475 push parsing and xmlreader.
4476 * Makefile.am: fixup
4477 * test/errors/webdav.xml result/errors/webdav*: adding regression
4478 test for this problem.
4479
4480Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4481
4482 * xmlschemas.c: Corrected targetNamespace in
4483 xmlSchemaElementDump. Cosmetic changes to the dump output.
4484
4485Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4486
4487 * configure.in NEWS doc/*: preparing release of 2.6.17,
4488 updated and rebuilt the docs
4489
4490Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4491
4492 * parser.c: better fix for #151694 not killing c14n regression tests
4493 * xmlschemastypes.c: fixing bug #157653
4494
4495Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4496
4497 * parser.c: fixing bug #151694, line should always be set in the
4498 elements.
4499
4500Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4501
4502 * xmlschemastypes.c: trying to fix at least the message from
4503 bug #158628
4504 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4505 for format, c.f. bug #159997
4506
4507Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4508
4509 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4510 bug #157872
4511
4512Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4513
4514 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4515
4516Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4517
4518 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4519 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4520 tests about it.
4521 * doc/*: rebuilt
4522 * testdso.c: removed a warning due to a missing void in signature.
4523
4524Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4525
4526 * include/libxml/schemasInternals.h xmlschemas.c:
4527 Exposed targetNamespace for simple/complex types, model groups,
4528 attribute groups and notations (reported by Michael Hewarth
4529 to the mailing list). Added targetNamespace to xmlSchemaType,
4530 xmlSchemaAttributeGroup and xmlSchemaNotation.
4531 Tiny cosmetic change to the content model error report output.
4532 * result//all_*.err result//any3_0_0.err result//choice_*.err
4533 result//list0_0_1.err result//list0_1_1.err: Adapted output
4534 of regression tests.
4535
4536Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4537
4538 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4539 back in, since I missed to update xmlschemas.c before doing
4540 the previous commit.
4541
4542Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4543
4544 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4545 from xmlregexp.c to report expected elements on content model errors.
4546 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4547 Adapted output of regression tests.
4548
4549Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4550
4551 * config.h.in configure.in xmlmodule.c: trying to work around
4552 the compilation problem on HP-UX
4553
4554Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4555
4556 * pattern.c: fixed the fixed size array structure problem reported by
4557 Patrick Streule
4558
4559Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4560
4561 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4562 the API description, rebuilt, improved navigation in documentation
4563 a bit.
4564
4565Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4566
4567 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4568 and xmlRegExecNextValues() to return error transition strings too,
4569 and sink state detection and handling.
4570
4571Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4572
4573 * xmlschemas.c: fixed bug #163641 when the value passed for
4574 an atomic list type is NULL.
4575
4576Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4577
4578 * Makefile.am configure.in: fixed dependency on python 2.3,
4579 also small improvement for cygwin (bug 163273)
4580
4581Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4582
4583 * gentest.py testapi.c: William noticed I forgot to add special
4584 support for xmlmodules.c define
4585 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4586 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4587 entry point and refactored to use both code.
4588
4589Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4590
4591 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4592 setting up a "private" library (after some list posts about
4593 people having trouble doing it)
4594
4595Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4596
4597 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4598 rollback
4599
4600Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4601
4602 * TODO: small update
4603 * xmlregexp.c: trying to add an API to get useful error informations
4604 back from a failing regexp context.
4605
4606Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4607
4608 * xpath.c: fixed problem with xmlXPathErr when error number
4609 subscript was out of range (bug 163055)
4610
4611Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4612
4613 * uri.c: fixed problem with xmlURIEscape when query part was
4614 empty (actually fixed xmlURIEscapeStr to return an empty
4615 string rather than NULL for empty string input) (bug 163079)
4616
4617Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4618
4619 * parser.c, parserInternal.c: fixed "col" calculation for
4620 struct _xmlParserInput (based on patch from Rob Richards)
4621 * include/libxml/xmlerror.h, error.c: propagated error column
4622 number in the xmlError structure
4623
4624Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4625
4626 * parser.c: fixed namespace bug in push mode reported by
4627 Rob Richards
4628 * test/ns6 result//ns6*: added it to the regression tests
4629 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4630 added an extra option argument to module opening and defined
4631 a couple of flags to the API.
4632
4633Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4634
4635 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4636 Bjorn Reese, plus some cleanups
4637 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4638 add the new header
4639 * doc/* testapi.c: regenerated the API
4640
4641Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4642
4643 * configure.in: making DSO support an option
4644 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4645 and documentation cleanups
4646 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4647 checks for new module
4648 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4649 previously
4650
4651Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4652
4653 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4654 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4655 include/libxml/Makefile.am include/libxml/xmlerror.h
4656 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4657 include/libxml/xmlwin32version.h.in: applied DSO support
4658 patch 2 from Joel Reed
4659
4660Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4661
4662 * configure.in: applied patch from Marcin Konicki for BeOS
4663
4664Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4665
4666 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4667
4668Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4669
4670 Re-examined the problems of configuring a "minimal" library.
4671 Synchronized the header files with the library code in order
4672 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4673 were the same in both. Modified the API database content to more
4674 accurately reflect the conditionals. Enhanced the generation
4675 of that database. Although there was no substantial change to
4676 any of the library code's logic, a large number of files were
4677 modified to achieve the above, and the configuration script
4678 was enhanced to do some automatic enabling of features (e.g.
4679 --with-xinclude forces --with-xpath). Additionally, all the format
4680 errors discovered by apibuild.py were corrected.
4681 * configure.in: enhanced cross-checking of options
4682 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4683 doc/libxml2-api.xml, gentest.py: changed the usage of the
4684 <cond> element in module descriptions
4685 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4686 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4687 testSAX.c: cleaned up conditionals
4688 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4689 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4690 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4691 synchronized the conditionals with the corresponding module code
4692 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4693 added additional conditions required for compilation
4694 * doc/*.html, doc/html/*.html: rebuilt the docs
4695
4696Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4697
4698 * parserInternals.c: fixed to skip (if necessary) the BOM for
4699 encoding 'utf-16'. Completes the fix for bug #152286.
4700 * tree.c, parser.c: minor warning cleanup, no change to logic
4701
4702Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4703
4704 * python/generator.py: added most required entires to
4705 foreign encoding table, plus some additional logic to
4706 assure only the 1st param uses the 't#' format. Fixes
4707 bug #152286, but may still have some other UTF-16 problems.
4708
4709Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4710
4711 * Makefile.am, gentest.py: enhanced for enabling build in
4712 a different directory. Added (optional) param to gentest.py
4713 to specify the source directory (bug #155468)
4714 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4715 to (top_builddir) (bug #155468)
4716 * python/Makefile.am, python/generator.py: enhanced for enabling
4717 build in a different directory(bug #155468). Added (optional)
4718 param to generator.py to specify the source directory. Added
4719 a new table of functions which have possible "foreign" encodings
4720 (e.g. UTF16), and code to use python 't' format instead of
4721 'z' format (mostly solving bug #152286, but still need to
4722 populate the table).
4723
4724Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4725
4726 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4727 Change reference to new site for Solaris binaries, fixing bug
4728 160598
4729
4730
4731Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4732
4733 * parser.c: reset input->base within xmlStopParser
4734 * xmlstring.c: removed call to xmlUTF8Strlen from within
4735 xmlUTF8Strpos (Bill Moseley pointed out it was not
4736 useful)
4737
4738Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4739
4740 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4741 instead of ctxt->error for its reports (bug #160662)
4742
4743Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4744
4745 * python/generator.py: modified to allow the ns and nsDefs
4746 accessors to return None instead of error when no namespace
4747 is present (bug #)
4748
4749Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4750
4751 * doc/Makefile.am: changed maintainer-clean dependency with
4752 suggestion from Crispin Flowerday (bug #157634)
4753 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4754 were specified with debugDumpNode (bug #160621)
4755
4756Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4757
4758 * valid.c: fixed ID deallocation problem based on patch from
4759 Steve Shepard fixes bug #160893
4760 * xmlmemory.c: improving comment.
4761 * testapi.c: new test for xmlDictExists() is generated.
4762
4763Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4764
4765 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4766 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4767 warnings on function pointer <-> object pointer (a hack).
4768
4769Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4770
4771 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4772
4773Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4774
4775 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4776 a dead loop on bad data (bug 159550)
4777
4778Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4779
4780 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4781 of elements for which a declaration existed were still processed
4782 by the wildcard mechanism (reported by philippe ventrillon to the
4783 mailing list).
4784 Changed the import and include machanism to share dictionaries.
4785
4786Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4787
4788 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4789 go through the catalog resolution.
4790 * gentest.py testapi.c: fix a side effect wrning of the change
4791
4792Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4793
4794 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4795 dictionnary interface.
4796 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4797 from Rob Richards
4798
4799Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4800
4801 * xmlschemas.c: tiny enhancement for content model error reports
4802 (#157190, #143948). Removed abbreviations: CT, ST and WC
4803 (#157190, reported by Frans Englich).
4804 Initial: no report of local components.
4805 * result/schemas/all* result/schemas/any3_0_0.err
4806 result/schemas/choice*
4807 result/schemas/cos-st-restricts-1-2-err_0_0.err
4808 result/schemas/derivation-ok-extension-err_0_0.err
4809 result/schemas/derivation-ok-extension_0_0.err
4810 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4811 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4812 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4813 result/schemas/facet-unionST-err1_0_0.err
4814 result/schemas/hexbinary_0_1.err
4815 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4816 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4817 Adapted output.
4818
4819Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4820
4821 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4822 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4823 checked prior to facets of derived types - which caused a seg
4824 fault otherwise (bug #158216, reported by Frans Englich).
4825
4826Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4827
4828 * gentest.py, testapi.c: further enhancement, now all
4829 compilation warnings have been fixed.
4830 * xmlschemastypes.c: added NULL check for one function
4831
4832Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4833
4834 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4835 on a couple of lines)
4836 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4837
4838Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4839
4840 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4841
4842Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4843
4844 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4845 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4846 normalization for 'normalizedString'.
4847 Added xmlSchemaWhiteSpaceReplace to the API.
4848
4849Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4850
4851 * Makefile.am: forgot a $(srcdir)
4852 * encoding.c: stupid error wrong name #157976
4853
4854Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4855
4856 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4857
4858Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4859
4860 * python/generator.py python/libxml.c python/libxml2class.txt
4861 python/libxml_wrap.h python/types.c: Applied patch from Brent
4862 Hendricks adding support for late DTD validation.
4863 * python/tests/Makefile.am python/tests/dtdvalid.py
4864 python/tests/test.dtd: integrated the provided regression test
4865
4866Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4867
4868 * configure.in: detect when struct sockaddr_storage
4869 has the __ss_family member instead of ss_family and
4870 behave accordingly. We now can use ipv6 on aix.
4871
4872Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4873
4874 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4875 added -q option, and more conditional features fixes
4876 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4877 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4878 include/libxml/debugXML.h: various compilation and conditional
4879 cleanups.
4880 * doc/*: regenerated
4881
4882Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4883
4884 * gentest.py testapi.c: better handling of conditional features
4885 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4886 on parser contexts closed leaks, error messages
4887
4888Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4889
4890 * xpath.c: fixed problem concerning XPath context corruption
4891 during function argument evaluation (bug 157652)
4892
4893Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4894
4895 * testapi.c: more types.
4896 * parserInternals.c xpath.c: more fixes
4897
4898Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4899
4900 * gentest.py testapi.c: better parser options coverage
4901 * SAX2.c xpath.c: more cleanups.
4902
4903Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4904
4905 * testapi.c: trying to fix some optional support brokenness
4906
4907Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4908
4909 * gentest.py testapi.c: more coverage
4910 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4911
4912Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4913
4914 * gentest.py testapi.c: more coverage
4915 * SAX2.c parser.c parserInternals.c: more fixes
4916
4917Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4918
4919 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4920
4921Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4922
4923 * gentest.py testapi.c: more types, more coverage
4924 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4925 xmlschemastypes.c: more problems fixed
4926
4927Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4928
4929 * gentest.py: fixed test file corruption problem
4930
4931Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4932
4933 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4934
4935Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4936
4937 * testapi.c: augmented the number of types
4938
4939Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4940
4941 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4942 bug fixes and documentation updates.
4943
4944Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4945
4946 * gentest.py testapi.c: augmented type autogeneration for enums
4947 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4948
4949Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4950
4951 * encoding.c: fixed a regression in iconv support.
4952
4953Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4954
4955 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4956 for unknown pointer types
4957 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4958 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4959 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4960 xpointer.c: This uncovered an impressive amount of entry points
4961 not checking for NULL pointers when they ought to, closing all
4962 the open gaps.
4963
4964Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4965
4966 * catalog.c: fixed problem with NULL entry (bug 157407)
4967 * xpath.c: fixed a couple of warnings (no change to logic)
4968
4969Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4970
4971 * gentest.py testapi.c: more coverage
4972 * xmlunicode.c: one fix
4973
4974Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4975
4976 * entities.c: fixed a compilation problem on a recent change
4977
4978Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4979
4980 * gentest.py testapi.c: more coverage
4981 * nanoftp.c tree.c: more fixes
4982
4983Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4984
4985 * gentest.py testapi.c: fixed the way the generator works,
4986 extended the testing, especially with more real trees and nodes.
4987 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4988 of real problems found and fixed.
4989 * entities.c: fix error reporting to go through the new handlers
4990
4991Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4992
4993 * parser.c: dohh ... stupid change killing xmlParseDoc()
4994
4995Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4996
4997 * gentest.py testapi.c: changing the way the .c is generated,
4998 extending the tests coverage
4999 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5000 function signatures, regenerating stuff
5001 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5002
5003Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5004
5005 * gentest.py testapi.c: extending the tests coverage
5006
5007Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5008
5009 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5010
5011Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5012
5013 * gentest.py testapi.c: extending the tests coverage
5014 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5015
5016Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5017
5018 * gentest.py testapi.c: more fixes and extending the tests coverage
5019 * nanoftp.c xmlIO.c: more fixes and hardening
5020
5021Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5022
5023 * gentest.py testapi.c: more fixes and extending the tests coverage
5024 * valid.c: bunch of cleanups and 2 leaks removed
5025
5026Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5027
5028 * gentest.py testapi.c: more fixes and extending the tests coverage
5029 * list.c tree.c: more fixes and hardening
5030
5031Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5032
5033 * gentest.py testapi.c: more fixes and extending the tests coverage
5034 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5035 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5036 cleanups and bug fixes raised by the regression tests
5037
5038Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5039
5040 * gentest.py testapi.c: more fixes and extending the tests coverage
5041 * xmlwriter.c list.c: more hardeing of APIs
5042 * doc/apibuild.py: skip testapi.c when scanning the C files.
5043
5044Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5045
5046 * gentest.py testapi.c: more testing and coverage
5047 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5048 * doc/*: rebuilt
5049
5050Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5051
5052 * gentest.py testapi.c: more developments on the API testing
5053 * HTMLparser.c tree.c: more cleanups
5054 * doc/*: rebuilt
5055
5056Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5057
5058 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5059 * Makefile.am gentest.py testapi.c: work on generator of an
5060 automatic API regression test tool.
5061 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5062 xmlstring.c: various API hardeing changes as a result of running
5063 teh first set of automatic API regression tests.
5064 * test/slashdot16.xml: apparently missing from CVS, commited it
5065
5066Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5067
5068 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5069 on #fedora-devel
5070
5071Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5072
5073 * parser.c: fixed a bug reported by Petr Pajas on the list and
5074 affecting XML::Libxml
5075
5076Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5077
5078 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5079 sure the conversion functions return the number of byte written.
5080 Had to fix one of the examples.
5081
5082Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5083
5084 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5085
5086Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5087
5088 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5089 Brent Hendricks in the mailing-list
5090 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5091 parserInternals.c: fix #156626 and more generally how to find out
5092 if a validation contect is part of a parsing context or not. This
5093 can probably be improved to make 100% sure that vctxt->userData
5094 is the parser context too. It's a bit hairy because we can't
5095 change the xmlValidCtxt structure without breaking the ABI since
5096 this change xmlParserCtxt information indexes.
5097
5098Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5099
5100 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5101 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5102
5103Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5104
5105 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5106 (bug 156527)
5107
5108Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5109
5110 * nanoftp.c nanohttp.c: second part of the security fix for
5111 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5112
5113Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5114
5115 * nanoftp.c: applied fixes for a couple of potential security problems
5116 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5117
5118Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5119
5120 * debugXML.c include/libxml/xmlerror.h: added checking for names
5121 values and dictionnaries generates a tons of errors
5122 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5123 include/libxml/tree.h: fixing the errors in the regression tests
5124
5125Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5126
5127 * parser.c: modified the handling of _private for entity
5128 expansion (bug 155816)
5129
5130Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5131
5132 * parser.c: fixed the leak reported by Volker Roth on the list
5133 * test/ent10 result//ent10*: added a specific test for the problem
5134
5135Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5136
5137 * valid.c: unlinked the internal subset within xmlValidateDtd
5138 (bug 141827)
5139 * configure.in: added -Wall to developer's flags
5140 * doc/examples/reader4.res: added to CVS
5141
5142Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5143
5144 * HTMLparser.c: added support for HTML PIs #156087
5145 * test/HTML/python.html result/HTML/python.html*: added specific tests
5146
5147Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5148
5149 * threads.c: fixed nasty bug #156087
5150
5151Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5152
5153 * python/libxml.c: fixed a problem occuring only in x86_64 when
5154 very large error messages are raised to the Python handlers.
5155
5156Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5157
5158 * xmlschemas.c: fixed a memory bug
5159 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5160 and regenerated the directory
5161
5162Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5163
5164 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5165 Graham Bennett adding 4 convenience functions to the reader API.
5166
5167Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5168
5169 * debugXML.c: excluded a few nodes (with no content) from the
5170 string check routine.
5171
5172Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5173
5174 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5175 raise a problem, need debug
5176
5177Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5178
5179 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5180 #155240 building outside the source tree. but make tests fails.
5181
5182Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5183
5184 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5185
5186Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5187
5188 * debugXML.c: some framework preparation to add namespace checkings
5189
5190Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5191
5192 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5193 adding the tree debug mode
5194 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5195 by the debug mode.
5196 * SAX2.c: another tree fix from Rob Richards
5197
5198Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5199
5200 * catalog.c: small change to last fix, to get xml:base right
5201
5202Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5203
5204 * catalog.c: added code to handle <group>, including dumping
5205 to output (bug 151924).
5206 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5207 cleanup (no change to logic)
5208
5209Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5210
5211 * configure.in debugXML.c include/libxml/xmlversion.h.in
5212 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5213 module and prepare for a new checking mode
5214
5215Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5216
5217 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5218
5219Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5220
5221 * python/generator.py python/libxml.c python/tests/outbuf.py:
5222 applied patch from Malcolm Tredinnick fixing bug #154294
5223 related to saving to python file objects.
5224
5225Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5226
5227 * tree.c: changed xmlHasNsProp to properly handle a request for
5228 the default namespace (bug 153557)
5229
5230Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5231
5232 * parser.c: fixed problem with dictionary handling within
5233 xmlParseInNodeContext (bug 153175)
5234
5235Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5236
5237 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5238 check-xinclude-test-suite.py, check-xml-test-suite.py,
5239 check-xsddata-test-suite.py, doc/examples/index.py: changed
5240 changed sys.path setting from 'append' to 'insert' (patch
5241 supplied by Malcolm Tredinnick) (bug 153716)
5242
5243Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5244
5245 * include/libxml/parserInternals.h: added two new macros
5246 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5247 parsing and xpath for testing data not necessarily
5248 unicode.
5249 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5250 IS_DIGIT_CH macros to ascii versions (bug 153936).
5251
5252Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5253
5254 * error.c: added some coding to attempt to display which file
5255 contains an error when using XInclude (bug 152623)
5256
5257Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5258
5259 * configure.in: stupid cut'n paste bug in xmllint detection
5260
5261Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5262
5263 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5264
5265Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5266
5267 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5268 include/libxml/schemasInternals.h: Parsing of <complexContent>
5269 - handle attribute 'mixed', catch illegal attributes.
5270 Parsing of <complexType> - handle attributes 'abstract',
5271 'final' and 'block', catch illegal attributes.
5272 Validation of complex types - handle abstract types.
5273 Added handling of default/fixed attributes and element values.
5274 Per validation option attribute nodes/text nodes are created
5275 on the instance.
5276 Added the corresponding constraints for fixed/default.
5277 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5278 to the external API.
5279 Extended element declaration constraints.
5280 Got rid of perseverative creation of temporery validation/parser
5281 contexts.
5282 Added handling of xsi:schemaLocation and
5283 xsi:noNamespaceSchemaLocation.
5284 Fixed xsi:type component resolution if using non-prefixed
5285 QNames.
5286 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5287 Enabled namespace awareness of the content model if using the
5288 model group "all".
5289 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5290 which broke the test.
5291 * xstc/xstc.py: Workaround to accomodate case insensitive
5292 test definitions in ms-test.def.xml (was missing in a previous
5293 commit).
5294
5295Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5296
5297 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5298 adding option not to load dtd from the drv_libxml2.py module
5299 #134633
5300
5301Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5302
5303 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5304 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5305 warning generated by the Nonstop Kernel Open System Services
5306 compiler #151710
5307
5308Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5309
5310 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5311 python exception hierarchy #139824
5312
5313Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5314
5315 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5316 E20 concerning NMTOKENS and co. validation #153722
5317 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5318 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5319
5320Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5321
5322 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5323 #153713
5324 * xpath.c: fixed a realloc potential problem
5325
5326Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5327
5328 * Makefile.am: fixed make valgrind xstc
5329
5330Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5331
5332 * xmlschemastypes.c: fixing an out of bound adressing issue
5333
5334Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5335
5336 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5337 code cleanups.
5338
5339Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5340
5341 * parser.c: fixed a bunch of errors when realloc failed.
5342
5343Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5344
5345 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5346 by Purify on Windows.
5347
5348Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5349
5350 * xmllint.c: added --timing --copy timing for the copy
5351 * vms/build_libxml.com: applied patch from Craig Berry
5352 to build with recent releases
5353
5354Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5355
5356 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5357 xmlNanoHTTPContentLength to the external API (bug151968).
5358 * parser.c: fixed unnecessary internal error message (bug152060);
5359 also changed call to strncmp over to xmlStrncmp.
5360 * encoding.c: fixed compilation warning (bug152307).
5361 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5362 a couple of compilation warnings.
5363 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5364 warnings; no change to logic.
5365
5366Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5367
5368 * parser.c: removed some extern before function code reported by
5369 Kjartan Maraas on IRC
5370 * legacy.c: fixed compiling when configuring out the HTML parser
5371 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5372 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5373 of the HTML parser data structures, current data generate a huge
5374 amount of ELF relocations at loading time.
5375
5376Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5377
5378 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5379 in the change log and cleanup of space/tabs issues.
5380
5381Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5382
5383 * xmlschemas.c include/libxml/schemasInternals.h
5384 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5385 Simpified attribute wildcard creation and assignment to get rid
5386 of memory leaks.
5387 Restructured the validation process.
5388 Restructured and expanded parsing of <attributeGroup>.
5389 Added initial handing of xsi:type.
5390 Advanced handling of xsi:nil (should work now for simple types).
5391 Added construction of schemata using xsi:schemaLocation and
5392 xsi:noNamespaceSchemaLocation; this is not enabled, since
5393 no corresponding API exists yet.
5394 Moved the content model to complex type components.
5395 Resolution of types for attributes will look for simple types
5396 only (incl. all the built-in simple types).
5397 Extended parsing of 'anyAttribute'.
5398 Fixed content-type type for complex types if derived from
5399 'anyType' using the short-hand form (see bug # 152470,
5400 submitted by Thilo Jeremias).
5401 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5402 * xstc/xstc.py: Workaround to accomodate case insensitive
5403 test definitions in ms-test.def.xml.
5404 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5405 result/schemas/ns0_1_2.err: Adapted.
5406
5407Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5408
5409 * xmlwriter.c: changed char array initialisation to avoid a
5410 complaint from some compiler(s) (bug 152308)
5411
5412Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5413
5414 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5415 routine suggested by Mark Itzcovitz
5416
5417Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5418
5419 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5420 which is that notation not in the internal subset should
5421 not be saved, and the second more nasty on an error saving
5422 NOTATIONs, if there is a proof that nobody uses notations !
5423
5424Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5425
5426 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5427 xmlSchemaValidateOneElement to the XML Schema validation API,
5428 as proposed by Jeffrey Fink - see bug # 152073.
5429
5430Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5431
5432 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5433 checking for xmllint and xsltproc in configure.in, fixed
5434 make dist w.r.t. the new xstc subdir.
5435 * doc/*: rebuilt
5436
5437Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5438
5439 * xstc/xstc.py: Changed to finally validate instance documents.
5440
5441Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5442
5443 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5444 heavy ... weight 250MB of VM !
5445
5446Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5447
5448 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5449 more cleanup in integrating the xstc testsuite
5450
5451Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5452
5453 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5454 starting to integrate the xstc suite in the normal regression
5455 tests
5456
5457Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5458
5459 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5460 set correctly.
5461
5462Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5463
5464 * check-xinclude-test-suite.py: when output and expected do not match
5465 exactly run diff to put the differences in the log c.f. #148691
5466
5467Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5468
5469 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5470 xstc/sun-test-def.xml: Initial release of generation files to
5471 create python test scripts, which will run the W3C XML Schema Test
5472 Collection. The ms-test-def.xml and sun-test-def.xml files
5473 were extracted from the online HTML XSTC results [1], since they did
5474 not exist for the SUN tests, and only partially did exist for the
5475 MS tests. The NIST definition file was created by concatenation
5476 of the existing definition files for each single datatype.
5477 The stylesheet "xstc-to-python.xslt" should be run against the
5478 definition files to produce the python scripts.
5479 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5480 results-master.html"
5481
5482Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5483
5484 * xmlschemas.c include/libxml/schemasInternals.h
5485 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5486 a format argument was missing.
5487 Fixed wrong assignment of the owner of a wildcard in
5488 xmlSchemaBuildAttributeValidation (in the shorthandform of
5489 <complexType>; this caused a seg fault, due to a double-free
5490 of the wildcard.
5491 Added a check for circular attribute group references.
5492 Added a check for circular model group definition references.
5493 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5494
5495Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5496
5497 * xmlstring.c: modified comments on xmlGetUTF8Char in
5498 response to bug 151760 (no change to logic)
5499
5500Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5501
5502 * xmlstring.c: fixed error reported on the list caused by
5503 my last change
5504
5505Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5506
5507 * NEWS configure.in doc/*: release of libxml2-2.6.13
5508
5509Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5510
5511 * xmlIO.c: fixing #151456, an encoding error could generate
5512 a serialization loop.
5513
5514Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5515
5516 * Makefile.am: also produce a tar ball with just the sources
5517 * xmllint.c: added --path option and --load-trace options to
5518 xmllint, RFE #147740 based on xsltproc versions
5519 * doc/xmllint.* doc/*: updated the man page and rebuilt
5520
5521Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5522
5523 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5524 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5525 update the test.
5526 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5527 in previous commit.
5528 * Makefile.am: added a message in the regression tests
5529
5530Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5531
5532 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5533 with default namespace when a named prefix with the same href
5534 was present (reported on the mailing list by Karl Eichwalder.
5535 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5536 Julius Mittenzwei.
5537 * dict.c: added a typecast to try to avoid problem reported by
5538 Pascal Rodes.
5539
5540Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5541
5542 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5543 not create a computed value on a facet and thus crashed during
5544 validation of instances.
5545 Expanded validity checks for min/maxOccurs attributes.
5546 Expanded validity checks for the value of the attribute "form".
5547
5548Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5549
5550 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5551 mailing list by Julius Mittenzwei
5552
5553Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5554
5555 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5556 Red Hat bug #124942
5557
5558Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5559
5560 * parser.c: remove a warning on Solaris
5561 * xmlschemastype.c: fix a crashing bug #151111
5562
5563Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5564
5565 * test/schemas/import-bad-1_0.imp: Added missing test file.
5566 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5567 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5568 - see #150840.
5569 Changed the import of schemas to allow failure of location
5570 of a resource to be imported.
5571 * result/schemas/all_* result/schemas/any3_0_0.err
5572 result/schemas/choice_* result/schemas/import1_0_0.err
5573 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5574 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5575 result/schemas/ns0_1_2.err: Adapted regression test results.
5576
5577Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5578
5579 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5580 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5581
5582Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5583
5584 * parser.c: fixed path problem in DTD loading reported by
5585 Sameer Abhinkar
5586
5587Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5588
5589 * win32/configure.js: added support for version extra
5590 * win32/Makefile.*: upgraded to zlib 1.2.1
5591
5592Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5593
5594 * configure.in: removing -O -g from default gcc flags #150828
5595
5596Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5597
5598 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5599 and rebuilt the docs.
5600
5601Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5602
5603 * python/libxml.c: fix a problem on last commit
5604
5605Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5606
5607 * xmllint.c xpath.c include/libxml/xpath.h
5608 include/libxml/xpathInternals.h python/libxml.c
5609 python/libxml_wrap.h: trying to remove some warning when compiling
5610 on Fedora Core 3 and 64bits
5611
5612Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5613
5614 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5615 <sequence>, <choice>, <include>, <import>.
5616 Fixed schema defaults (elementFormDefault, etc.) for included
5617 schemas.
5618 Fixed a bug which reported attributes as invalid on
5619 elements declarations with the built-in type 'anyType'.
5620 Added "lax" validation of the content of elements of type
5621 'anyType'.
5622 Fixed: element declarations with the same name were treated
5623 as duplicate if located in the subtree of <choice> -> <sequence>.
5624 (This was bug 150623, submitted by Roland Lezuo)
5625 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5626 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5627 Kapitanker)
5628 * xmlschemastypes.c: Changed the type of anyType to
5629 XML_SCHEMAS_ANYTYPE.
5630 * include/libxml/xmlerror.h: Added schema parser errors.
5631 * result/schemas/bug145246_0_0*
5632 result/schemas/extension1_0_2.err: Changed test results.
5633 * result/schemas/ct-sc-nobase_0_0*
5634 result/schemas/facet-whiteSpace_0_0*
5635 result/schemas/import1_0_0* result/schemas/import2_0_0*
5636 result/schemas/include2_0_0* result/schemas/include3_0_0*
5637 result/schemas/restriction-attr1_0_0*
5638 result/schemas/seq-dubl-elem1_0_0*
5639 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5640 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5641 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5642 test/schemas/import2_0* test/schemas/include2_0*
5643 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5644 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5645 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5646 files.
5647
5648Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5649
5650 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5651 CVS dist
5652
5653Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5654
5655 * doc/xmllint.xml, xmllint.1, xmllint.html:
5656 Edit and rebuild the man pages with Daniel's C14 update
5657
5658Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5659
5660 * parser.c: fixed missing line numbers on entity as reported
5661 on the list by Steve Cheng
5662
5663Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5664
5665 * configure.in globals.c include/libxml/xmlversion.h.in
5666 include/libxml/xmlwin32version.h.in: added some code to
5667 include the CVS ChangeLog version in the xmlParserVersion
5668 string (printed by xmllint with --version)
5669
5670Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5671
5672 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5673 python/libxml.c python/libxml_wrap.h python/types.c
5674 python/tests/schema.py python/tests/Makefile.am: Applied patch
5675 from Torkel Lyng to add Schemas support to the Python bindings
5676 and extend the schemas error API, registered a new test.
5677 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5678
5679Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5680
5681 * debugXML.c: added help for new set shell command
5682 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5683 added parser option to not generate XInclude start/end nodes,
5684 added a specific option to xmllint to test it fixes #130769
5685 * Makefile.am: regression test the new feature
5686 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5687
5688Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5689
5690 * xmlIO.c: small typo pointed out by Mike Hommey
5691 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5692 the --c14n description, c.f. #144675 .
5693 * nanohttp.c nanoftp.c: applied a first simple patch from
5694 Mike Hommey for $no_proxy, c.f. #133470
5695 * parserInternals.c include/libxml/parserInternals.h
5696 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5697 in includes #137414
5698 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5699 first version of the inplementation of parsing within
5700 the context of a node in the tree #142359, new function
5701 xmlParseInNodeContext(), added support at the xmllint --shell
5702 level as the "set" function
5703 * test/scripts/set* result/scripts/* Makefile.am: extended
5704 the script based regression tests to instrument the new function.
5705
5706Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5707
5708 * doc/xmllint.xml, xmllint.html, xmllint.1:
5709 add c14n to man page (man, it's hard to keep up with
5710 Daniel!)
5711
5712Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5713
5714 * doc/xmllint.xml, xmllint.html, xmllint.1:
5715 add pattern, walker, maxmem, output and xmlout to man page
5716 fixes #144675
5717
5718Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5719
5720 * xmllint.c: added a --c14n option to canonicalize the output
5721 should close the RFE #143226
5722
5723Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5724
5725 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5726 * xmlcatalog.c: applied patch from Albert Chin to add a
5727 --no-super-update option to xmlcatalog see #145461
5728 and another patch also from Albert Chin to not crash
5729 on -sgml --del without args see #145462
5730 * Makefile.am: applied another patch from Albert Chin to
5731 fix a problem with diff on Solaris #145511
5732 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5733 in bug #148115
5734 * python/libxml.py: apply fix from Marc-Antoine Parent about
5735 the errors in libxml(2).py on the node wrapper #135547
5736
5737Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5738
5739 * Makefile.am: added a dumb rule to able to compile tst.c
5740 when people submit a sample test program
5741 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5742 to document xmlSchemasSetValidErrors() limitations, #141827
5743 * error.c: Add information in generic and structured error
5744 setter functions that this need to be done per thread #144308
5745 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5746 bug #144162
5747 * doc/xmllint.xml: typo fix #144840
5748
5749Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5750
5751 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5752 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5753 include/libxml/xmlschemastypes.h: applied Schemas patches
5754 from Kasimier Buchcik
5755 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5756 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5757 lot of new tests for things fixed by the patch
5758
5759Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5760
5761 * valid.c: fixed my mis-handling of External ID on last
5762 change.
5763
5764Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5765
5766 * valid.c: changed the parsing of a document's DTD to use
5767 the proper base path (bug 144366)
5768
5769Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5770
5771 * Makefile.am config.h.in configure.in python/Makefile.am:
5772 applied a patch from Gerrit P. Haase to get python bindings
5773 on Cygwin
5774
5775Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5776
5777 * include/libxml/valid.h: elaborated on description of
5778 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5779 144760)
5780 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5781 minor fixes to comments for doc rebuilding errors.
5782 * doc/*.html: rebuilt the docs
5783
5784Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5785
5786 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5787 fixes documentation glitches raised by Oliver Stoeneberg
5788
5789Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5790
5791 * tree.c: fixed problem with memory leak on text nodes in DTD
5792 (bug 148965) with patch provided by Darrell Kindred
5793
5794Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5795
5796 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5797 (bug 149041)
5798
5799Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5800
5801 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5802 info posted to the mailing list.
5803
5804Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5805
5806 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5807 xmlreader.c, include/libxml/tree.h: many further little changes
5808 for OOM problems. Now seems to be getting closer to "ok".
5809 * testOOM.c: added code to intercept more errors, found more
5810 problems with library. Changed method of flagging / counting
5811 errors intercepted.
5812
5813Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5814
5815 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5816 and another one from Rob Richards fixing #148448
5817
5818Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5819
5820 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5821 setting doc->charset.
5822
5823Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5824
5825 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5826 fixes for out of memory condition, mostly from Olivier
5827 Andrieu.
5828 * testOOM.c: some further improvement by Olivier, with
5829 a further small enhancement for easier debugging.
5830
5831Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5832
5833 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5834 implemented patches supplied by Olivier Andrieu
5835 (bug 148588), plus made some further enhancements, to
5836 correct some problems with out of memory conditions.
5837 * testOOM.c: improved with patches from Olivier Andrieu
5838
5839Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5840
5841 * tree.c: put in patch for Windows buffer re-allocation
5842 submitted by Steve Hay (bug 146697)
5843
5844Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5845
5846 * xinclude.c: added some code to check, when an include is
5847 done, whether the requested URL gets mapped to some other
5848 location (e.g. with a catalog entry) and, if so, take care
5849 of the xml:base properly (bug 146988)
5850
5851Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5852
5853 * error.c: fixed to assure user data param is set correctly
5854 when user structured error handler is called (bug 144823)
5855
5856Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5857
5858 * xmlreader.c: fixed problem with reader state after
5859 processing attributes (bug 147993)
5860
5861Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5862
5863 * configure.in, Makefile.am: put in an auto* check for the
5864 path to perl (if it exists), and modified make Timingtests
5865 to use that path instead of just executing the dbgenattr.pl
5866 script (bug 148056)
5867
5868Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5869
5870 * python/generator.py: added a check on the argument for some
5871 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5872 reported on the list). Further enhancement should be done
5873 to auto-create the appropriate object.
5874 * python/libxml.c: minor fix for a warning message; added a
5875 routine, currently not used, to report the description of a
5876 PyCObject.
5877 * python/libxml2class.txt: regenerated
5878
5879Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5880
5881 * catalog.c test/catalogs/white* result/catalogs/white*:
5882 applied patches from Peter Breitenlohner to fix handling
5883 of white space normalization in public ids and add tests
5884
5885Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5886
5887 * xmlmemory.c: applied a small fix from Steve Hay
5888
5889Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5890
5891 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5892 the xpath context document pointer (part of fix to libxslt
5893 bug 147445)
5894
5895Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5896
5897 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5898 of tabs and spaces (bug 147424)
5899
5900Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5901
5902 * python/drv_libxml.py: added an encoding "special comment" to avoid
5903 warning message in python2.3 (bug 146889)
5904 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5905 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5906 * xpath.c: enhanced to take advantage of current libxslt handling
5907 of tmpRVT. Fixes bug 145547.
5908
5909Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5910
5911 * libxml.h uri.c: fixed a couple of problems in the new
5912 elfgcchack.h trick pointed by Peter Breitenlohner
5913
5914Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5915
5916 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5917 which prevented building with --with-minimum
5918
5919Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5920
5921 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5922 docs
5923
5924Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5925
5926 * parser.c: make the push interfaces synchronous
5927 * python/tests/sync.py: added a specific test
5928 * python/tests/Makefile.am doc/examples/Makefile.am
5929 doc/examples/index.py: added the new test, cleaning up
5930 "make tests" output
5931
5932Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5933
5934 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5935 datatype facet problem with recent changes.
5936
5937Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5938
5939 * python/libxml.c: Changed the number of XPath extension functions
5940 allowed to be variable-length (patch supplied by Marc-Antoine
5941 Parent, bug 143805). Added code to "unregister" the functions
5942 when the parser cleanup takes place.
5943
5944Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5945
5946 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5947 some updates with memory debugging facilities while messing
5948 with libxslt python bindings
5949
5950Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5951
5952 * python/libxml.c python/generator.py python/libxml.py
5953 python/libxml2-python-api.xml python/libxml2class.txt:
Rob Richardsb6b2ee12008-05-03 12:34:25 +00005954 applied patch from St�phane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00005955 initialization, then had to change the parserCleanup()
5956 to handle memory released there.
5957 * xmlmemory.c: added more debugging comments.
5958
5959Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5960
5961 * xmlreader.c: seems the reader buffer could be used while not
5962 allocated, fixes bug #145218
5963
5964Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5965
5966 * python/generator.py: do not provide functions used as destructor
5967 of classes as public methods to avoid double-free problem like
5968 in bug #145185
5969
5970Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5971
5972 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5973 Now compiles warning-free, all tests passed.
5974 * SAX2.c: small change to comments for documentation.
5975 No change to logic.
5976
5977Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5978
5979 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5980
5981Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5982
5983 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5984 allocation problem
5985
5986Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5987
5988 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5989 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5990 applied Schemas patches from Kasimier Buchcik, there is still
5991 one open issue about referencing freed memory.
5992 * test/schemas/* result/schemas/*: updated with new tests from
5993 Kasimier
5994
5995Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5996
5997 * include/libxml/globals.h include/libxml/xmlIO.h
5998 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5999 to globals.h to avoid some troubles pointed out by Rob Richards
6000
6001Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6002
6003 * libxml.m4: applied changes suggested by Mike Hommey, remove
6004 libxml1 support and use CPPFLAGS instead of CFLAGS
6005
6006Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6007
6008 * libxml.spec.in: another, more 'experimental' feature to
6009 get compiler optimization based on gcc runtime profiling
6010
6011Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6012
6013 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6014 Ven suggestion to reduce ELF footprint and generated code. Based on
6015 aliasing of libraries function to generate direct call instead of
6016 indirect ones
6017 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6018 generation of elfgcchack.h based on the API description, extended
6019 the API description to show the conditionals configuration flags
6020 required for symbols.
6021 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6022 * doc/*: regenerated the docs.
6023
6024Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6025
6026 * regressions.py, regressions.xml: new files for running
6027 regression tests under Python. Not yet complete, but
6028 should provide good testing under both Linux and Windows.
6029 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6030 for --push testing to include the 'rb' param when compiled
6031 under Windows.
6032
6033Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6034
6035 * uri.c: fixed a problem when base path was "./xxx"
6036 * result/XInclude/*: 5 test results changed by above.
6037 * Makefile.am: fixed a couple of spots where a new
6038 result file used different flags that the testing one.
6039
6040Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6041
6042 * valid.c: suppressed warnings from within xmlValidGetValidElements
6043 (bug 144644)
6044 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6045 (bug 144245)
6046
6047Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6048
6049 * valid.c: implemented bugfix from Massimo Morara for DTD
6050 dumping problem.
6051 * test/valid/t10.xml, result/valid/t10.*: added regression
6052 for above
6053 * configure.in: small change for my profile settings
6054
6055Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6056
6057 * doc/xmlcatalog_man.xml, xmlcatalog.1
6058 Docs patch from Ville Skytta, bugzilla #144841
6059
6060Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6061
6062 * doc/xmllint.xml, xmllint.html, xmllint.1
6063 update man page to reflect William's newly disciplined return
6064 code mojo
6065
6066Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6067
6068 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6069 compilation errors when configured with --with-minimum
6070
6071Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6072
6073 * debugXML.c: applied patch from Stefano Debenedetti to register
6074 namespaces in the debug shell
6075
6076Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6077
6078 * xmlreader.c: fix from Steve Ball and update of the comment.
6079 * Makefile.am result/errors/*.str: William pointed out that
6080 the streaming error checking part wasn't streaming, fixing
6081
6082Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6083
6084 * catalog.c: patch from Igor for the default catalog path on Windows
6085
6086Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6087
6088 * configure.in: apparently wasn't updated last time
6089
6090Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6091
6092 * configure.in, xmlmemory.c, globals.c: fixed problem when
6093 configuring using --with-thread-alloc
6094
6095Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6096
6097 * win32/configure.js win32/Makefile.* minor changes for the new
6098 layout of the Windows binary package
6099
6100Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6101
6102 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6103 from Kasimier Buchcik for Schema Component Constraints
6104 * test/schemas/* result/schemas/*: added the regression tests
6105
6106Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6107
6108 * xmllint.c: fixed missing error return code for schema
6109 validation (bug 143880), also changed over to an enum for
6110 defining the error return codes for all conditions.
6111
6112Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6113
6114 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6115 problem when substituing entities using the Reader, the entities
6116 content might be freed and if rereferenced would crash
6117 * Makefile.am test/* result/*: added a new test case and a new
6118 test operation for the reader with substitution of entities.
6119
6120Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6121
6122 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6123 applied patch from Rob Richards for the per thread I/O mappings
6124
6125Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6126
6127 * xinclude.c: some further enhancement to take care of
6128 xml:base for XPointer elements (bug 143886). Also fixed
6129 a problem when xml:base was already specified on an
6130 XInclude'd element.
6131
6132Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6133
6134 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6135 (bug 143738).
6136
6137Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6138
6139 * uri.c, include/libxml/uri.h: added a new routine
6140 xmlBuildRelativeURI needed for enhancement of xinclude.c
6141 * xinclude.c: changed handling of xml:base (bug 135864)
6142 * result/XInclude/*: results of 5 tests changed as a result
6143 of the above change
6144
6145Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6146
6147 * test/schemas/* result/schemas/*: added a bunch of tests from
6148 Kasimier Buchcik posted on May 11
6149
6150Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6151
6152 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6153 of wildcards attribute handling
6154 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6155 regression tests
6156
6157Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6158
6159 * parser.c: fixed a bug where invalid charrefs may not be detected
6160 sometimes as pointed by Morus Walter.
6161 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6162 test in the regression suite.
6163
6164Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6165
6166 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6167 also corrected typo on error code enum.
6168 * include/libxml/xmlerror.h: corrected typo on schema error
6169 code enum
6170
6171Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6172
6173 * xmlschemas.c: minor cosmetic changes, no change to logic.
6174 * result/schemas/attruse_0_[12].err: regenerated
6175 * globals.c: added a newline at end to make gcc happy
6176
6177Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6178
6179 * xmlschemas.c include/libxml/schemasInternals.h
6180 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6181 implementing attribute uses and wildcards.
6182 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6183
6184Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6185
6186 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6187 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6188 #143366
6189
6190Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6191
6192 * xpath.c: fixed problem with predicate evaluation on an
6193 empty nodeset (bug 143409)
6194
6195Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6196
6197 * testSAX.c: fixed problem with attribute listing (bug 142674)
6198 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6199 gets called (bug 142686)
6200
6201Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6202
6203 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6204 Charles Bozeman fixing a side effect in date handling
6205
6206Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6207
6208 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6209 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6210
62112004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6212
6213 * c14n.c: fixed c14n bug with serializing attribute namespaces
6214
6215Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6216
6217 * xpath.c: fixed to allow '+' in exponent of number
6218 (bug 143005)
6219 * SAX2.c: fixed typo in last commit
6220
6221Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6222
6223 * SAX2.c: skipped call to xmlValidateNCName when compiling
6224 --with-minimum (bug 142917)
6225
6226Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6227
6228 * catalog.c: reverted the broken change.
6229
6230Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6231
6232 * NEWS doc/*: updated the docs for 2.6.10
6233
6234Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6235
6236 * configure.in : releasing 2.6.10
6237
6238Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6239
6240 * tree.c: avoid returning default namespace when searching
6241 from an attribute
6242 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6243 back to escaping " since the normal serialization routines do not
6244 use it anymore, should close bug #134477 . Tried to make
6245 the writer avoid it too but it didn't work.
6246
6247Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6248
6249 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6250 handling and added direct links to bugzilla report for
6251 bug numbers.
6252
6253Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6254
6255 * error.c: modified to assure proper user data is sent to
6256 structured error routine (bug 142598)
6257
6258Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6259
6260 * catalog.c: a couple of large static variable which should really
6261 not be declared as such cluttered the .bss section.
6262
6263Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6264
6265 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6266 libxslt ChangeLog
6267
6268Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6269
6270 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6271 ChangeLog page generation. The awk shoudl escape characters
6272 not okay in XML and the xslt should make links to functions
6273 or variables or bug reported in the entries.
6274
6275Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6276
6277 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6278 escaping customization.
6279
6280Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6281
6282 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6283
6284Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6285
6286 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6287
6288Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6289
6290 * parser.c: enhanced the enhancement, fixed another couple of
6291 special cases.
6292
6293Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6294
6295 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6296
6297Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6298
6299 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6300 handling, start to looks better, need to be completed and added
6301 directly at the saving context level.
6302
6303Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6304
6305 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6306 the escape on save routines for better performances (less malloc)
6307 and more flexibility using the new saving context. Preliminary
6308 work, interface will change.
6309
6310Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6311
6312 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6313 element reference within the xs:all construct (bug 139897)
6314
6315Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6316
6317 * xinclude.c: a little further fixing of fallback processing, this
6318 time for fallback with children (bug 139520).
6319
6320Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6321
6322 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6323 allow ref in group definition (bug 134411). Also fixed
6324 misc compilation warning messages.
6325 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6326 regenerated (now no error reported).
6327
6328Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6329
6330 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6331 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6332 #141195 about text between comments.
6333
6334Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6335
6336 * xmlschemas.c, include/libxml/schemasInternals.h,
6337 include/libxml/xmlerror.h: Applied patches supplied by
6338 Kasimier Buchcik.
6339 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6340 changed test to account for above patch.
6341
6342Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6343
6344 * python/tests/tstLastError.py: better portability fix for f(*args),
6345 use apply(f, args) as Stephane Bidoul suggested
6346
6347Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6348
6349 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6350 is already present and, if so, to ignore the request to add it.
6351 This has a very dramatic effect on memory requirements as well
6352 as efficiency. It also fixes bug 141762.
6353
6354Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6355
6356 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6357 applied patch from Ed Davis to allow "make tests" to work
6358 with Python 1.5
6359
6360Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6361
6362 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6363 fixes bug #141266
6364 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6365 test
6366
6367Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6368
6369 * Makefile.am: fix for a pedantic make check without make all request
6370
6371Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6372
6373 * uri.c xmlIO.c: fixing some problems in URI unescaping
6374 and output buffer opening, this should fix #141864
6375
6376Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6377
6378 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6379 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6380 Matt Sergeant
6381
6382Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6383
6384 * xmlregexp.c: enhanced the handling of subexpression ranges
6385 which have a minOccurs of 0 (bug 140478 again); cleaned up
6386 comments throughout the module.
6387
6388Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6389
6390 * xmllint.c: adding a --maxmem option to check memory used.
6391
6392Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6393
6394 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6395 bug #141529 i.e. various problems when building with --without-html
6396
6397Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6398
6399 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6400 call the deregistering functions. Also added the check to
6401 xmllint --stream --chkregister .
6402
6403Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6404
6405 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6406 regression tests on Windows
6407
6408Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6409
6410 * xmlreader.c: never commit without running make tests first !
6411
6412Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6413
6414 * xmlreader.c: fix a nasty problem with reading over the end
6415 * xmlsave.c: fix a reported memory leak apparently
6416
6417Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6418
6419 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6420 on Windows.
6421 * xpath.c: the NaN problem also shows up on Borland
6422
6423Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6424
6425 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6426 occurs 0 problems - fixes bug 140478.
6427
6428Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6429
6430 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6431 from Kasimier Buchcik
6432 * xmlschemas.c: recursive xs:extension fix from taihei goi
6433
6434Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * tree.c: small buffer resizing improvement from Morten Welinder
6437 closes #140629
6438
6439Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6440
6441 * xpath.c: last version of the fix for MSC version 1200
6442
6443Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6444
6445 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6446
6447Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6448
6449 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6450 inexistent functions, cleaned them out.
6451
6452Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6453
6454 * error.c: Johnson Cameron pointed out that
6455 initGenericErrorDefaultFunc() was really wrong.
6456 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6457 must be made public, added some missing comments on the XMLReader
6458 header.
6459 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6460 from attributes
6461
6462Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6463
6464 * xpath.c: fixed a stupid () error + Mark name.
6465
6466Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6467
6468 * configure.in: preparing 2.6.9 release
6469 * doc/* News: updated and rebuilt the docs
6470
6471Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6472
6473 * xpath.c: relaxed id() to not check taht the name(s) passed
6474 are actually NCName, decided this in agreement with Aleksey Sanin
6475 since existing specs like Visa3D broke that conformance checking
6476 and other tools seems to not implement it sigh...
6477 * SAX2.c: check attribute decls for xml:id and the value is an
6478 NCName.
6479 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6480
6481Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6482
6483 * xpath.c: work around Microsoft compiler NaN bug raise reported
6484 by Mark Vakoc
6485 * xmlschemas.c include/libxml/schemasInternals.h
6486 include/libxml/xmlerror.h: fixed a recusive extention schemas
6487 compilation error raised by taihei goi
6488
6489Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6490
6491 * libxml.spec.in: keep the ChangeLog compressed
6492 * xmlreader.c: fix a segfault when using Close()
6493 * python/tests/Makefile.am python/tests/reader8.py: test for
6494 the Close() reader API.
6495
6496Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6497
6498 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6499 doc/examples/io2.c: minor warning cleanup (no change to logic)
6500 * xinclude: fixed return value for internal function
6501 xmlXIncludeLoadFallback (now always 0 or -1)
6502
6503Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6504
6505 * valid.c: small enhancement to fix bug 139791
6506
6507Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6508
6509 * xmlschemas.c include/libxml/schemasInternals.h
6510 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6511 for the attribute use support
6512 * test/schemas/attruse* result/schemas/attruse*: added the
6513 tests to the regression suite.
6514
6515Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6516
6517 * xmlsave.c: move the TODO as comments as the function while not
6518 finished are usable as-is
6519 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6520 implementing union
6521 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6522 * python/Makefile.am: applied fix from Mike Hommey
6523
6524Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6525
6526 * parser.c: fixed problem with detecting external dtd
6527 encoding (bug 135229).
6528 * Makefile.am: minor change to test label
6529
6530Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6531
6532 * xinclude.c: fixed problem causing duplicate fallback
6533 execution (bug 139520)
6534 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6535 added testcase
6536
6537Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6538
6539 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6540 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6541 4 first regression tests
6542
6543Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6544
6545 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6546 should depend on the version of python used to compile it.
6547
6548Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6549
6550 * HTMLparser.c: applied patch from James Bursa, frameset should
6551 close head.
6552
6553Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6554
6555 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6556 which was causing check-relaxng-test-suite.py test 351 to fail.
6557
6558Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6559
6560 * nanohttp.c: implemented fix for M$ IIS redirect provided
6561 by Ian Hummel
6562 * relaxng.c: fixed problem with notAllowed compilation
6563 (bug 138793)
6564
6565Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6566
6567 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6568 from Mark Vakoc.
6569
65702004-04-01 Johan Dahlin <johan@gnome.org>
6571
6572 * python/.cvsignore: Add generated files, to make cvs silent.
6573
6574Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6575
6576 * xmlschemas.c: small signed-ness patch from Steve Little
6577
6578Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6579
6580 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6581 xmlschemas regexp that William pointed out while working on
6582 #134120
6583 * test/regexp/branch result/regexp/branch: added a specific
6584 regression test
6585
6586Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6587
6588 * Makefile.am: added PYTHONPATH to python tests for Schemas
6589 and RelaxNG
6590 * test/xsdtest/xsdtestsuite.xml: added testfile for
6591 SchemasPythonTests
6592
6593Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6594
6595 * doc/examples/examples.xsl doc/examples/index.html: added
6596 information about compiling on Unix
6597
6598Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6599
6600 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6601 * doc/*: rebuilt to update
6602
6603Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6604
6605 * xmlsave.c: optimize indentation based on the new context
6606
6607Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6608
6609 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6610 a very tricky problem when modifying the tree based on an XPath
6611 result query.
6612
6613Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6614
6615 * relaxng.c: fixed problem with IS_COMPILABLE flag
6616 (bug 130216)
6617
6618Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6619
6620 * parser.c: applied patch from Dave Beckett to correct line number
6621 errors when using push with CDATA
6622
6623Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6624
6625 * doc/examples/xpath1.c: added a test template
6626 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6627 added a new example, and make valgrind target
6628
6629Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6630
6631 * parser.c: apply fix for #136693
6632
6633Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6634
6635 * doc/examples/io2.c
6636 * doc/examples/io2.res
6637 add xmlDocDumpMemory example in response to mailing list FAQ
6638 (rebuilt xml and html also)
6639
6640Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6641
6642 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6643 patch from Mark Vakoc avoiding using xmlParse* option and use
6644 xmlRead* instead
6645 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6646 to avoid problems with some pathnames.
6647
6648Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6649
6650 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6651 the docs.
6652 * Makefile.am: use valgring fro the new Python based regression tests
6653
6654Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6655
6656 * relaxng.c: remove a memory leak on schemas type facets.
6657 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6658 check-xsddata-test-suite.py: reduce verbosity
6659 * configure.in Makefile.am: incorporated the Python regressions
6660 tests for Relax-NG and Schemas Datatype to "make tests"
6661
6662Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6663
6664 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6665 Alfred Mickautsch for better DTD support.
6666 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6667 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6668 reference counting is handled in the XML parser which had the
6669 side effect of removing a lot of hazardous cruft added to try
6670 to fix the problems associated as they popped up.
6671 * xmlIO.c: FILE * close fixup for stderr/stdout
6672
6673Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6674
6675 * relaxng.c: added an error message when an element is not
6676 found within a <choice> (bug 126093)
6677
6678Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6679
6680 * xmlregexp.c: enhanced the logic of parsing char groups to
6681 better handle initial or ending '-' (bug 135972)
6682
6683Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6684
6685 * relaxng.c: added check for external reference in
6686 xmlRelaxNGGetElements (bug 137718)
6687 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6688 regression test for above
6689
6690Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6691
6692 * nanohttp.c: added a close for the local file descriptor
6693 (bug 137474)
6694
6695Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6696
6697 * xmlsave.c: switched the output routines to use the new context.
6698
6699Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6700
6701 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6702 nodes (bug 137153)
6703
6704Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6705
6706 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6707
6708Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6709
6710 * parser.c: fix bug reported by Holger Rauch
6711 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6712 result/att8.sax: added the test to th regression suite
6713
6714Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6715
6716 * doc/search.php: Minor change for later verson of php requiring
6717 $HTTP_GET_VARS.
6718
6719Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6720
6721 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6722 previously used only for recursion, to use a value of '2' to
6723 indicate copy properties & namespaces, but not children.
6724 * xinclude.c: changed the handling of ranges to use the above new
6725 facility. Fixes Bug 134268.
6726
6727Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6728
6729 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6730 added new module xmlsave with patch supplied by Eric Zurcher
6731 (second attempt - don't know what happened to the first one!)
6732
6733Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6734
6735 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6736 providing Python bindings for the Canonicalization C14N support.
6737
6738Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6739
6740 * .cvsignore and python/.cvsignore patched
6741
6742Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6743
6744 * xinclude.c: enhanced to assure that if xpointer is called
6745 for a document, the XML_PARSE_NOENT flag is set before parsing
6746 the included document so that entities will automatically get
6747 taken care of.
6748 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6749 is encountered, it will log it and not crash (bug 135713)
6750
6751Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6752
6753 * xinclude.c: modified to make sub-includes inherit the
6754 parse flags from the parent document (bug 132597)
6755
6756Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6757
6758 * xmlschemas.c: QName handling fixes for the XML Schemas
6759 support from Adam Dickmeiss
6760 * test/schemas/po1_0.xsd: also fix the schemas
6761 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6762 regression tests
6763
6764Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6765
6766 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6767 paalied patch from Julio M. Merino Vidal fixing bug #134751
6768 to fix --with-html-dir option.
6769 * doc/*: rebuilt fully the docs
6770 * doc/html/libxml-xmlsave.html: new file from new header.
6771
6772Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6773
6774 * debugXML.c testHTML.c tree.c doc/examples/*.c
6775 include/libxml/xmlsave.h: fixing compilation bug with some options
6776 disabled as well as --with-minimum should fix #134695
6777
6778Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6779
6780 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6781 should close #134092
6782
6783Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6784
6785 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6786 the new xmlsave module before the actuall big code change.
6787
6788Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6789
6790 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6791 * test/schemas/mixed* result/schemas/mixed*: added his regression
6792 tests too.
6793
6794Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6795
6796 * testSAX.c: fix a compilation problem about a missing timb include
6797
6798Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6799
6800 * testSAX.c: small enhancement to prevent trying to print
6801 strings with null pointers (caused "make tests" errors on
6802 HP-UX)
6803
6804Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6805
6806 * doc/xmllint.xml
6807 * doc/xmllint.1
6808 * doc/xmllint.html
6809 * doc/xmlcatalog_man.xml
6810 * doc/xmlcatalog.1
6811 * doc/xmlcatalog_man.html
6812 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6813 use
6814
6815Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6816
6817 * Makefile.am: patch for cross-compilation to Windows from
6818 Christophe de VIENNE.
6819
6820Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6821
6822 * doc/*.html, doc/html/*.html: regenerated docs using older
6823 version of xsltproc pending resolution of AVT problem
6824
6825Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6826
6827 * Makefile.am: applied patch from Charles Bozeman to not use
6828 the system xmllint.
6829
6830Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6831
6832 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6833 for MingW
6834
6835Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6836
6837 * Makefile.am catalog.c configure.in: applied a cleanup patch
6838 from Peter Breitenlohner
6839 * tree.c: removed a doc build warning by fixing a param comment
6840 * doc/* : rebuilt the docs
6841
6842Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6843
6844 * valid.c HTMLparser.c: avoid ID error message if using
6845 HTML_PARSE_NOERROR should fix #130762
6846
6847Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6848
6849 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6850 fixing compilation and link option when configuring with
6851 --without-valid should fix #135309
6852
6853Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6854
6855 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6856 * parser.c: cleanup
6857 * valid.c: speedup patch from Petr Pajas
6858
6859Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6860
6861 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6862 on the list by Mike Hommey
6863
6864Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6865
6866 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6867 rebuilt the documentation.
6868
6869Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6870
6871 * python/tests/*.py: applied patch from Malcolm Tredinnick
6872 to avoid tabs in python sources, should fix #135095
6873
6874Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6875
6876 * testSAX.c: add --timing option
6877 * relaxng.c: use the psvi field of the nodes instead of _private
6878 which may be used for other purposes.
6879
6880Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6881
6882 * encoding.c: small patch to try to fix a warning with Sun One compiler
6883
6884Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6885
6886 * encoding.c: small patch removing a warning with MS compiler.
6887
6888Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6889
6890 * debugXML.c: added "relaxng" option to the debugging shell
6891 * Makefile.am test/errors/* result/errors/*: some regression tests
6892 for some error tests cases.
6893
6894Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6895
6896 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6897 is passed.
6898 * test/att7 result//att7*: adding an old regression test
6899 laying around on my laptop
6900
6901Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6904 on large file by using xmlParserInputBufferCreateStatic() with
6905 the mmap'ed file
6906
6907Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6908
6909 * tree.c: some clarification in xmlDocDumpMemory() documentation
6910 * xmllint.c: fixed xmllint --stream --timing to get timings back
6911
6912Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6913
6914 * parser.c: fixed a problem in push mode when attribute contains
6915 unescaped '>' characters, fixes bug #134566
6916 * test/att6 result//att6*: added the test to the regression suite
6917
6918Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6919
6920 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6921 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6922 xmlAddRef
6923
6924Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6925
6926 * python/tests/indexes.py python/tests/reader.py: indicated
6927 encoding of the test file, needed for python 2.3
6928
6929Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6930
6931 * xpath.c: fixed problem with numbers having > 19
6932 fractional places (bug 133921)
6933
6934Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6935
6936 * xpath.c: applied optimization patch from Petr Pajas
6937
6938Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6939
6940 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6941 from Alfred Mickautsch and the added patch from Lucas Brasilino
6942
6943Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6944
6945 * benchmark.png index.html xml.html: updating the benchmark
6946 graph and using a PNG instead of a GIF
6947 * xmlreader.c: updated the TODO
6948
6949Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6950
6951 * doc/tutorial/xmltutorial.xml
6952 * doc/tutorial/xmltutorial.pdf
6953 * doc/tutorial/*.html
6954 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6955 last name I don't know, for pointing this out
6956
6957Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6958
6959 * NEWS configure.in: preparing release of 2.6.6
6960 * doc/*: updated the docs and rebuilt them
6961
6962Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6963
6964 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6965 suspicious about it but this is fairly contained and regression
6966 tests still passes.
6967 * test/schemas/all1* result/schemas/all1*: added the test to
6968 the regression suite.
6969
6970Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6971
6972 * parser.c: fixed bug #132575 about finding the end of the
6973 internal subset in push mode.
6974 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6975 added the test to the regression suite
6976
6977Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6978
6979 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6980 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6981 * doc/*: updated the benchmark rebuilt the docs
6982 * python/tests/Makefile.am python/tests/indexes.py: added a
6983 specific regression test for xmlByteConsumed()
6984 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6985
6986Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6987
6988 * tree.c: fixed missing output of internal DTD param entities when
6989 nothing else present in DTD (bug 134052)
6990
6991Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6992
6993 * encoding.c: applied patch supplied by Christophe Dubach
6994 to fix problem with --with-minimum configuration
6995 (bug 133773)
6996 * nanoftp.c: fixed potential buffer overflow problem,
6997 similar to fix just applied to nanohttp.c.
6998
6999Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7000
7001 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7002 William :-)
7003
7004Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7005
7006 * acinclude.m4, configure.in: fixed problem concerning
7007 determining SOCKLEN_T as pointed out by Daniel Richard G.
7008 on the mailing list
7009
7010Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7011
7012 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7013
7014Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7015
7016 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7017
7018Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7019
7020 * encoding.c: applied a small patch from Alfred Mickautsch
7021 to avoid an out of bound error in isolat1ToUTF8()
7022
7023Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7024
7025 * xinclude.c: remove the warning on the 2001 namespace
7026 * parser.c parserInternals.c xpath.c: remove some warnings
7027 when compiling with MSVC6
7028 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7029
7030Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7031
7032 * xinclude.c: added a small hack to fix interference between
7033 my fixes for bugs 132585 and 132588.
7034 * python/libxml.c: fixed problem with serialization of namespace
7035 reported on the mailing list by Anthony Carrico
7036
7037Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7038
7039 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7040 (bug 133686).
7041
7042Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7043
7044 * xmlwriter.c: fixed problem with return value of
7045 xmlTextWriterWriteIndent() (bug 133297)
7046
7047Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7048
7049 * xinclude.c: changed coding to output good XIncludes when
7050 one or more bad ones are present (bug 132588)
7051
7052Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7053
7054 * xinclude.c: corrected handling of empty fallback condition
7055 (bug 132585)
7056
7057Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7058
7059 * HTMLparser.c: added initialisation for ctxt->vctxt
7060 in HTMLInitParser (bug 133127)
7061 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7062 from several function params)
7063
7064Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7065
7066 * xinclude.c: fixed problem regarding freeing of dictionary
7067 when there are errors within an XInclude file (bug 133106).
7068 Thanks to Oleg Paraschenko for the assistance.
7069
7070Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7071
7072 * xmlschemastypes.c: fixed validation of maxLength with no
7073 content using patch submitted by Eric Haszlakiewicz
7074 (bug 133259)
7075
7076Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7077
7078 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7079 calling convention to the public function prototypes (rep by
7080 Cameron Johnson)
7081 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7082 (rep by Mikhail Grushinskiy)
7083
7084Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7085
7086 * xmlwriter.c: enhanced output indenting (bug 133264)
7087
7088Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7089
7090 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7091 Steve Ball to provide structured error reports.
7092
7093Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7094
7095 * tree.c, include/libxml/tree.h: moved serialization of
7096 attribute text data (xmlSerializeContent) into a separate
7097 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7098 * xmlwriter.c: changed handling of attribute string to use the
7099 routine above (fixed bug 131548)
7100
7101Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7102
7103 * doc/examples/reader1.c, reader2.c, reader3.c
7104 * doc/examples/examples.xml
7105 * doc/examples/*.html
7106 add note that reader examples need libmxl2 > 2.6, rebuild
7107 html - this time doing it correctly :-)
7108
7109Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7110
7111 * doc/examples/examples.xml
7112 * doc/examples/*.html
7113 add note that reader examples need libmxl2 > 2.6, rebuild
7114 html
7115
7116Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7117
7118 * xpath.c: added (void *) type override to prevent
7119 warning on Solaris (Bug 132671)
7120
7121Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7122
7123 * doc/examples/Makefile.am
7124 per Jan. 15 email to the list from oliverst, the index.html
7125 file from this directory wasn't making it into the tarball
7126
7127Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7128
7129 * acinclude.m4: applied fix from Alexander Winston for a problem
7130 related to automake-1.8 , c.f. #132513 and #129861
7131
7132Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7133
7134 * doc/examples/index.py: don't rely on . being on the path for
7135 make tests, should keep Mr. Crozat quiet until next time...
7136
7137Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7138
7139 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7140 docs, checked rngparser stuff does not end up in the tarball
7141
7142Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7143
7144 * python/libxml.c: applied patch from Frederic Peters
7145 fixing the wrong arg order in xpath callback in bug #130980
7146
7147Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7148
7149 * xinclude.c: fixing #130453 XInclude element with no href attribute
7150 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7151 the compact syntax will require more work, postponed for the
7152 2.6.5 release.
7153
7154Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7155
7156 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7157 Steve Ball to avoid a double-free.
7158
7159Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7160
7161 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7162 test result, fixed a awful lot of memory leaks showing up in
7163 testWriter.c, changed the examples and the Makefiles to test
7164 memory leaks.
7165 * xmlwriter.c: fixed a memory leak
7166 * Makefile.am: run the doc/examples regression tests as part of
7167 make tests
7168 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7169 compile an XPath expression within a context, currently the goal
7170 is to be able to reuse the XSLT stylesheet dictionnary, but this
7171 opens the door to others possible optimizations.
7172 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7173 to build a new dictionnary based on another read-only dictionnary.
7174 This is needed for XSLT to keep the stylesheet dictionnary read-only
7175 while being able to reuse the strings for the transformation
7176 dictionnary.
7177 * xinclude.c: fixed a dictionnar reference counting problem occuring
7178 when document parsing failed.
7179 * testSAX.c: adding option --repeat for timing 100times the parsing
7180 * doc/* : rebuilt all the docs
7181
7182Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7183
7184 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7185
7186Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7187
7188 * xmlschemastypes.c: applied patch from John Belmonte for
7189 normalizedString datatype support.
7190
7191Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7192
7193 * xpath.c: fixed problem with union when last() is used
7194 in predicate (bug #131971)
7195 * xpointer.c: minor change to comment for doc generation
7196
7197Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7198
7199 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7200 suggested patch
7201
7202Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7203
7204 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7205 leak reported on the list.
7206
7207Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7208
7209 * python/generator.py python/tests/tstLastError.py: applied
7210 patch from Stephane Bidoul to add enums to the Python bindings.
7211
7212Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7213
7214 * testHTML.c: another small patch from Mark Vakoc
7215
7216Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7217
7218 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7219 patch from Mark Vakoc to not use SAX1 unless necessary.
7220
7221Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7222
7223 * dict.c parser.c xmlstring.c: some parser optimizations,
7224 xmllint --memory --timing --repeat --stream ./db10000.xml
7225 went down from 16.5 secs to 15.5 secs.
7226
7227Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7228
7229 * xmlschemas.c: removed a memory leak remaining from the switch
7230 to a dictionnary for string allocations c.f. #130891
7231
7232Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7233
7234 * xmlreader.c: fixing some problem if configured --without-xinclude
7235 c.f. #130902
7236
7237Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7238
7239 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7240 c.f. #130896
7241
7242Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7243
7244 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7245 applying patch from Mark Vakoc for Windows
7246 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7247 fixes from Sven Zimmerman
7248
7249Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7250
7251 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7252 python/tests/Makefile.am python/tests/tstLastError.py: applied
7253 patch from Stephane Bidoul for structured error handling from
7254 python, and the associated test
7255
7256Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7257
7258 * configure.in: fixed Bug130593
7259 * xmlwriter.c: fixed compilation warning
7260
7261Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7262
7263 * include/libxml/xmlstring.h: fixed the comment in the header
7264 * doc/*: rebuilt the docs
7265
7266Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7267
7268 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7269 include/libxml/Makefile.am, include/libxml/catalog.c,
7270 include/libxml/chvalid.h, include/libxml/encoding.h,
7271 include/libxml/parser.h, include/libxml/relaxng.h,
7272 include/libxml/tree.h, include/libxml/xmlwriter.h,
7273 include/libxml/xmlstring.h:
7274 moved string and UTF8 routines out of parser.c and encoding.c
7275 into a new module xmlstring.c with include file
7276 include/libxml/xmlstring.h mostly using patches from Reid
7277 Spencer. Since xmlChar now defined in xmlstring.h, several
7278 include files needed to have a #include added for safety.
7279 * doc/apibuild.py: added some additional sorting for various
7280 references displayed in the APIxxx.html files. Rebuilt the
7281 docs, and also added new file for xmlstring module.
7282 * configure.in: small addition to help my testing; no effect on
7283 normal usage.
7284 * doc/search.php: added $_GET[query] so that persistent globals
7285 can be disabled (for recent versions of PHP)
7286
7287Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7288
7289 * doc/tutorial/customfo.xsl
7290 * doc/tutorial/customhtml.xsl
7291 update custom tutorial-building stylesheets in preparation
7292 for tutorial update
7293
7294Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7295
7296 * rngparser.c: commiting the compact relax ng parser. It's not
7297 completely finished, it's not integrated but I want to save the
7298 current state
7299
7300Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7301
7302 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7303 win32/libxml2.def.src: fixed apibuild.py's generation of
7304 "constructors" to be in alphabetical order (instead of previous
7305 random sequence); regenerated resulting files.
7306
7307Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7308
7309 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7310 problem.
7311
7312Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7313
7314 * doc/newapi.xsl: change background color of function
7315 declaration to improve readability
7316 * doc/*: rebuild docs with new stylesheet
7317
7318Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7319
7320 * parser.c, include/libxml/parser.h: added a routine
7321 xmlStrncatNew to create a new string from 2 frags.
7322 * tree.c: added code to check if node content is from
7323 dictionary before trying to change or concatenate.
7324
7325Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7326
7327 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7328 Bug 130419) and eliminated xmlInitMemoryDone. More
7329 improvement needed.
7330 * xml2-config.in: added an additional flag (--exec-prefix) to
7331 allow library directory to be different from include directory
7332 (Bug 129558).
7333
7334Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7335
Rob Richardsb6b2ee12008-05-03 12:34:25 +00007336 * error.c: applied patch from St�phane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007337 reporting.
7338
7339Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7340
7341 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7342 Lucas Brasilino to add indentation support to xmlWriter
7343
7344Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7345
7346 * xinclude.c: fixed problem with "recursive" include (fallback
7347 contains another include - Bug 129969)
7348
7349Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7350
7351 * SAX2.c: found and fixed a bug misallocating some non
7352 blank text node strings from the dictionnary.
7353 * xmlmemory.c: fixed a problem with the memory debug mutex
7354 release.
7355
7356Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7357
7358 * xinclude.c: fixed problem caused by wrong dictionary
7359 reference count, reported on the list by Christopher
7360 Grayce.
7361
7362Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7363
7364 * python/generator.py, python/libxml2class.txt: fixed problem
Rob Richardsb6b2ee12008-05-03 12:34:25 +00007365 pointed out by St�phane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007366 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7367 completed modifications required to fix Bug 129967 (at last!).
7368 Now wait to see how long before further trouble...
7369
7370Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7371
7372 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7373 memory leak reported by Dave Beckett
7374 * xmlschemas.c: Removed spurious comment reported on the mailing
7375 list
7376 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7377 Further work on Bug 129967 concerning xpointer range handling
7378 and range-to function; much better, but still not complete
7379
7380Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7381
7382 * valid.c: xmlValidateElement could crash for element holding a
7383 namespace declaration but not in a namespace. Oliver Fischer
7384 provided the example.
7385
7386Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7387
7388 * xmllint.c: issue validation status on stderr, not stdout as suggested
7389 by Pawel Palucha
7390 * result/relaxng/*: this change slightly all the output from RNG
7391 regressions.
7392
7393Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7394
7395 * xmlschemas.c: edited a couple of comments in accordance with
7396 posting on the mailing list (no logic change)
7397 * xpointer.c: working on Bug 129967, added check for NULL
7398 nodeset to prevent crash. Further work required.
7399 * xpath.c: working on Bug 129967, added code to handle
7400 XPATH_LOCATIONSET in RANGETO code, also added code to
7401 handle it in xmlXPathEvaluatePredicateResult. Further
7402 work required.
7403
7404Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7405
7406 * xmlschemas.c: added tests for xs:all to assure minOccurs
7407 and maxOccurs <= 1 (Bug 130020)
7408
7409Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7410
7411 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7412 with patch from Charles Bozeman.
7413
7414Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7415
7416 * xmlregexp.c: fixed problem causing segfault on validation error
7417 condition (reported on mailing list)
7418
7419Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7420
7421 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7422 parser contexts (problem reported on mailing list)
7423 * doc/apibuild.py: small change to prevent duplicate lines
7424 on API functions list. It will take effect the next time
7425 the docs are rebuilt.
7426
7427Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7428
7429 * configure.in NEWS doc/*: updated the docs and prepared a new
7430 release 2.6.4
7431
7432Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7433
7434 * legacy.c: remove deprecated warning on startElement()
7435
7436Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7437
7438 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7439 was broken with the new namespace. Fixes #129932
7440
7441Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7442
7443 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7444 redefined in includes, quick fix to allow this but lacks the
7445 equality of the redefinition test.
7446
7447Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7448
7449 * valid.c: fixed bug concerning validation using external
7450 dtd of element with mutiple namespace declarations
7451 (Bug 129821)
7452
7453Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7454
7455 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7456 when node has default namespace (Bug 129710)
7457
7458Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7459
7460 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7461 document order for attributes is retained (Bug 129331)
7462
7463Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7464
7465 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7466 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7467 the file descriptor. Updated the comment, should close #129683
7468
7469Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7470
7471 * xinclude.c: fixed a serious problem in XInclude #129021
7472
7473Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7474
7475 * parser.c: fixed bug #129489, propagation of parsing flags
7476 in entities.
7477 * parser.c xmlreader.c: improved the comments of parsing options
7478
7479Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7480
7481 * python/Makefile.am, python/tests/Makefile.am,
7482 doc/Makefile.am: applied fixes to allow build from
7483 'outside' directory (Bug 129172)
7484
7485Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7486
7487 * tree.c - add explanation of namespace inheritance when
7488 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7489
7490Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7491
7492 * include/libxml/xpathInternals.h: undid last change (my
7493 bad). Put necessary fix in libxslt/libexslt instead.
7494 * include/libxml/DOCBparser.h: put test for __GCC__ on
7495 warning directive (Bug 129105)
7496
7497Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7498
7499 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7500 to cater for NULL pointer (bug 129561)
7501 * globals.c: added comment to suppress documentation warning
7502 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7503 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7504
7505Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7506
7507 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7508 using an xmlReaderWalker()
7509
7510Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7511
7512 * tree.c: fix misc. typos in doc comments
7513 * include/libxml/tree.h: elaborate on macro define doc comments
7514 * doc/*: rebuild docs
7515
7516Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7517
7518 * doc/examples/*: don't call the result files .out but .res as
7519 the Makefiles tend to try generating binaries for .out targets...
7520
7521Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7522
7523 * doc/html/libxml-pattern.html: - cvs add API docs for new
7524 pattern stuff
7525
7526Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7527
7528 * tree.c
7529 * doc/*:
7530 Elaborate in documentation discussion of xmlNewChild
7531 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7532 out the usefulness of a more explicit explanation of the
7533 reserved character escaping issue.
7534
7535Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7536
7537 * xmlcatalog.c: applied patch from Stefan Kost
7538
7539Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7540
7541 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7542
7543Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7544
7545 * win32/Makefile.* win32/configure.js: Added pattern support
7546
7547Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7548
7549 * configure.in doc/* libxml.spec.in: preparing release of
7550 libxml2-2.6.3, updated and regenerated the docs.
7551
7552Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7553
7554 * SAX2.c pattern.c: removed some compilation warnings
7555
7556Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7557
7558 * xmllint.c: fixing bug #119264 xmllint failing to report
7559 serialization errors in some cases.
7560
7561Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7562
7563 * entities.c: fixed an XML entites content serialization
7564 potentially triggered by XInclude, see #126817
7565
7566Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7567
7568 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7569 suggested by Daniel Schulman in #128313
7570
7571Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7572
7573 * configure.in Makefile.am: another patch from Kenneth Haley
7574 for Mingw, c.f. #128787
7575
7576Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7577
7578 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7579 for compiling on Mingw see #128786
7580
7581Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7582
7583 * xmllint.c: some flags were not passed down correctly as
7584 parsing options. Fixes #126806
7585
7586Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7587
7588 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7589 include/libxml/xmlerror.h: augmented the XInclude API
7590 to be able to pass XML parser flags down to the Inclusion
7591 process. Also resynchronized with the Last Call W3C Working
7592 Draft 10 November 2003 for the xpointer attribute.
7593 * Makefile.am test/XInclude/docs/nodes[23].xml
7594 result/XInclude/*: augmented the tests for the new namespace and
7595 testing the xpointer attribute, changed the way error messages
7596 are tested
7597 * doc/*: regenerated the documentation
7598
7599Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7600
7601 * error.c: filter warning messages if the global setting blocks them
7602 * xinclude.c xmlreader.c include/libxml/xinclude.h
7603 include/libxml/xmlerror.h: updated the change of namespace at
7604 the XInclude level, raise a warning if the old one is found,
7605 and some cleanup
7606
7607Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7608
7609 * tree.c: tentative fix for #126117 character reference in
7610 attributes output problem in some cornercase.
7611
7612Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7613
7614 * python/libxml.py: tried to fix the problems reported in
7615 bug #126735
7616 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7617 fixed again some problem trying to use the structured error
7618 handlers, c.f. bug #126735
7619 * result/VC/ElementValid: tiny change due to the fix
7620
7621Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7622
7623 * error.c: fixed __xmlRaiseError to use structured error handlers
7624 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7625
7626Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7627
7628 * parser.c: attempt to fix #126211 ...
7629
7630Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7631
7632 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7633 include/libxml/xmlreader.h: fixed the pattern interfaces
7634 but not yet the parser to handle the namespaces.
7635 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7636
7637Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7638
7639 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7640 include/libxml/pattern.h include/libxml/schemasInternals.h
7641 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7642 the make rebuild in doc, this include new directive to stop
7643 documentation warnings
7644 * doc/* doc/html/*: rebuilt the docs
7645 * pattern.c xmlreader.c include/libxml/pattern.h
7646 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7647 to save nodes while scanning the tree with the reader, cleanup
7648 the way element were freed, and xmlTextReaderPreserve()
7649 implementation, the API might change for namespace binding support
7650 when compiling patterns.
7651 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7652
7653Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7654
7655 * python/libxml.py: oops forgot to modify/commit the new code.
7656
7657Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7658
7659 * python/generator.py python/libxml.c python/libxml_wrap.h:
7660 cleanup the output buffer support to at least get the basic
7661 to work
7662 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7663 cleanup.
7664 * include/libxml/xmlwriter.h: cleanup
7665
7666Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7667
7668 * include/libxml/xmlversion.h.in
7669 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7670 docs
7671
7672Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7673
7674 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7675 regexp quantifiers
7676
7677Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7678
7679 * pattern.c include/libxml/pattern.h: adding the pattern node
7680 selection code. Inheried in part from libxslt but smaller.
7681 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7682 integrated the pattern module, made it a configure time option
7683 * xmllint.c: added --pattern to test when doing --stream
7684
7685Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7686
7687 * xmlreader.c: fixed a problem in xmlreader validation when
7688 streaming exposed by reader2 example.
7689
7690Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7691
7692 * doc/xml.html
7693 * doc/docs.html:
7694 add reference to the Code Examples page to docs.html list
7695 of resources
7696
7697Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7698
7699 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7700 from Eric
7701
7702Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7703
7704 * include/libxml/xinclude.h
7705 * doc/*: Add comments for macro definitions in xinclude.h and
7706 rebuild the docs
7707
7708Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7709
7710 * doc/docdescr.doc
7711 Updating William's explanation of how to build docs,
7712 reflecting Daniel's new docs build system
7713
7714Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7715
7716 * xmlmemory.c: enhanced by adding mutex to protect global
7717 structures in a multi-threading environment. This fixed
7718 some random errors on the Threads regression tests.
7719
7720Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7721
7722 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7723 import sys
7724
7725Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7726
7727 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7728 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7729 handled internally by default, with proper BOM and UTF-16LE
7730 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7731 BOM on output, and will be automatically recognized on input.
7732 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7733 added regression tests for above.
7734
7735Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7736
7737 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7738 build with all compilers. Added C-Runtime option for MSVC. Included
7739 xmlWriter.
7740 * xmlwriter.c: Added IN_LIBXML macro
7741
7742Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7743
7744 * win32/Makefile.bcb: applied patch from Eric
7745
7746Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7747
7748 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7749 is broken on 2.6.x
7750
7751Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7752
7753 * entities.c: fixed #127877, never output &quot; in element content
7754 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7755 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7756 result/valid/index.xml result/valid/xlink.xml: this changes the
7757 output of a few tests
7758
7759Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7760
7761 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7762 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7763 testSchemas behaviour when a schemas failed to parse.
7764 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7765 test for xsd:include from Eric Van der Vlist
7766
7767Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7768
7769 * parser.c: swapped the attribute defaulting and attribute checking
7770 parts of parsing a new element start, fixes bug #127772
7771 * result/valid/127772.* test/valid/127772.xml
7772 test/valid/dtds/127772.dtd: added the example in the regression tests
7773
7774Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7775
7776 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7777 to avoid bug #127851
7778
7779Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7780
7781 * xmlregexp.c: fixing some Negative Character Group and
7782 Character Class Subtraction handling.
7783
7784Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7785
7786 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7787 on Eric van der Vlist examples
7788 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7789 added regression tests
7790 * doc/examples/Makefile.am doc/examples/index.py: do not
7791 regenerate the index on make all target, but only on
7792 make rebuild to avoid troubles.
7793
7794Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7795
7796 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7797 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7798 starting to add proper namespace support too.
7799 * test/schemas/* result/schemas/*: added a number of tests
7800 fixed the result from some regression tests too.
7801
7802Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7803
7804 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7805 Daniel has removed it, fix link to George's IBM article, other
7806 minor edits
7807
7808Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7809
7810 * xmlschemas.c: applied patch from Robert Stepanek to start
7811 import os schemas support, cleaned up stuff and the patch.
7812 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7813 to regression, fixed a few regressions too.
7814
7815Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7816
7817 * HTMLparser.c: applied two parsing fixes from James Bursa
7818
7819Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7820
7821 * doc/examples/*: added two xmlReader examples
7822 * xmlreader.c: cleaned up some bugs in the process
7823
7824Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7825
7826 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7827 Alfred Mickautsch, bugfixes and comments
7828 * doc/examples/*: added his test as the xmlWriter example
7829 * doc/html/ doc/*.html: this resulted in some improvements
7830 * include/libxml/hash.h: fixed an inclusion problem when
7831 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7832
7833Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7834
7835 * xinclude.c: fix an error message
7836 * doc/examples/*: added tree2 example from Lucas Brasilino
7837
7838Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7839
7840 * doc/newapi.xsl: improve the sort sequence for page content
7841 * doc/html/*.html: regenerate the web pages
7842
7843Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7844
7845 * Makefile.am: do not package cvs versioning temp files.
7846 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7847 slightly improved the API xml format, fixed a lot of small
7848 rendering problems
7849 * doc/html/libxml*.html: rebuilt
7850
7851Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7852
7853 * include/libxml/*.h include/libxml/*.h.in: modified the file
7854 header to add more informations, painful...
7855 * genChRanges.py genUnicode.py: updated to generate said changes
7856 in headers
7857 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7858 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7859 APIs modules. Updated the stylesheets, some cleanups, regenerated
7860 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7861
7862Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7863
7864 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7865 the build process to remove all remains from the old gtk-doc
7866 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7867 stylesheets have been improved, and the API*html now generated
7868 are XHTML1 valid too
7869
7870Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7871
7872 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7873 enhancement to prevent comment with unreferenced variable.
7874 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7875 improve auto-generation of documentation
7876 * apibuild.py: minor change to an error message
7877
7878Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7879
7880 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7881 improving navigation
7882 * doc/html/*.html: updated the result
7883
7884Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7885
7886 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7887 improvement of the stylesheets, fixed a API generation problem,
7888 switched the stylesheet and Makefile to build the HTML output.
7889 * doc/html/*.html: complete update, ditched some old files, might
7890 introduce some breakage...
7891
7892Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7893
7894 * doc/newapi.xsl: lot of improvements, this starts looking good
7895 enough to be usable.
7896
7897Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7898
7899 * doc/newapi.xsl: stylesheet to build HTML pages from the
7900 API XML description, Work in Progress
7901
7902Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7903
7904 * xpath.c: fixed bug 126976 (string != empty nodeset
7905 should be false)
7906
7907Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7908
7909 * doc/html/*.html: Finally - found the problem with the
7910 page generation (XMLPUBFUN not recognized by gtkdoc).
7911 Re-created the pages using a temporary version of
7912 include/libxml/*.h.
7913 * testOOMlib.c,include/libxml/encoding.h,
7914 include/libxml/schemasInternals.h,include/libxml/valid.h,
7915 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7916 include/libxml/xmlwin32version.h.in,
7917 include/libxml/xpathInternals.h: minor edit of comments
7918 to help automatic documentation generation
7919 * doc/docdescr.doc: small elaboration
7920 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7921 (messed up on last try)
7922 * xmlreader.c: minor change to clear warning.
7923
7924Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7925
7926 * Copyright: fixed some wording
7927 * libxml.spec.in: make sure doc/examples is packaged
7928 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7929 annoying problem about xmlRemoveID and xmlReader streaming.
7930 Thing looks fixed now, had to add a doc reference to the
7931 xmlID structure though...
7932
7933Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7934
7935 * doc/docdescr.doc: added description of man page building
7936
7937Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7938
7939 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7940 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7941 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7942 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7943 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7944 added missing pages for the website.
7945
7946Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7947
7948 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7949 generated pages (again), manually restored doc/html/index.html
7950 and manually edited generated file doc/gnome-xml.xml to put
7951 in appropriate headings.
7952 * doc/docdescr.doc: new file to describe details of the
7953 document generation (helps my memory for the next time)
7954 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7955 enhancement to please the automatic documentation generation.
7956
7957Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7958
7959 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7960 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7961 minor error cleanup for gcc-3.3.[12] compilation warnings.
7962
7963Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7964
7965 * tree.c: minor changes to some comments
7966 * doc/*.html: rebuilt the generated HTML pages for changes
7967 from jfleck (bug 126945)
7968
7969Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7970
7971 * doc/examples/*: added Dodji's example, added output handling
7972
7973Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7974
7975 * doc/examples/*: added Aleksey XPath example, fixed bugs
7976 in the indexer
7977
7978Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7979
7980 * doc/*: integrating the examples in the navigation menus
7981 * doc/examples/*: added make tests, updated the navigation,
7982 added a new test, cleanups, updates.
7983
7984Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7985
7986 * doc/*.html: rebuilt the generated HTML pages
7987 * doc/examples/*: updated the stylesheets, added a synopsis,
7988 Makefile.am is now generated by index.py
7989
7990Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7991
7992 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7993 added autogeneration of a web page for the examples
7994 * doc/examples/example1.c doc/examples/.cvsignore
7995 doc/examples/examples.xml doc/examples/index.py: updated the
7996 informations extracted, improved the format and indexing.
7997
7998Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7999
8000 * check-xinclude-test-suite.py: less verbose on difference
8001 * libxml.spec.in: cleanup
8002 * parser.c: fixed xmlCleanupParser() doc
8003 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8004 doc/examples/Makefile.am doc/examples/example1.c
8005 doc/examples/examples.xml doc/examples/index.py
8006 doc/examples/test1.xml: work on adding C examples and
8007 generating automated information about those. examples.xml
8008 is autogenerated describing the examples.
8009 * example/Makefile.am: cleanup
8010
8011Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8012
8013 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8014 fixed missing '-' in block names, enhanced the hack for
8015 ABI aliasing.
8016
8017Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8018
8019 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8020 python/libxml2class.txt: enhanced for range checking,
8021 updated to Unicode version 4.0.1 (API docs also updated)
8022 * python/generator.py: minor change to fix a warning
8023
8024Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8025
8026 * Makefile.am: apply fix from Karl Eichwalder for script path
8027
8028Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8029
8030 * win32/configure.js: applied patch from Mark Vakoc to simplify
8031 his work from CVS checkouts.
8032
8033Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8034
8035 * doc/xmlreader.html: minor cleanups
8036
8037Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8038
8039 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8040 for gcc so that, if undefined, it's defined as
8041 __attribute__((unused))
8042
8043Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8044
8045 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8046 appears after the variable declaration.
8047 * valid.c: trivial change to eliminate a warning message
8048
8049Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8050
8051 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8052 rebuilt the docs
8053
8054Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8055
8056 * xmllint.c: change --html to make sure we use the HTML serialization
8057 rule by default when HTML parser is used, add --xmlout to allow to
8058 force the XML serializer on HTML.
8059 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8060 solve #125093
8061 * result/HTML/*: this changes the output of some tests
8062
8063Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8064
8065 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8066 failing but not returning an error.
8067
8068Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8069
8070 * valid.c: fixed bug #125811 related to DTD post validation
8071 where the DTD doesn't pertain to a document.
8072
8073Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8074
8075 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8076 the XML_PARSE_NONET parser option.
8077 * xmllint.c: converted xmllint.c to use the option instead of
8078 relying on the global resolver variable.
8079
8080Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8081
8082 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8083 support to the reader interface. Lot of testing of the walker,
8084 various bug fixes.
8085 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8086 works as expected
8087 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8088 result/XInclude/*.rdr: added regression tests for the walker and
8089 XInclude xmlReader support, had to slightly change a couple of tests
8090 because the walker can't distinguish <foo/> from <foo></foo>
8091
8092Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * tree.c nanohttp.c threads.c: second BeOS patch from
8095 Marcin 'Shard' Konicki
8096
8097Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8098
8099 * parser.c: always generate line numbers
8100
8101Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8102
8103 * parser.c: fixed another regression introduced in fixing #125823
8104
8105Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8106
8107 * python/libxml.c: previous fix for #124044 was broken, correct
8108 fix provided.
8109 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8110 and the error handlers to address #125877
8111
8112Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8113
8114 * parser.c: side effect of #123105 patch, namespace resolution
8115 would fail when defined in internal entities, fixes #125823
8116
8117Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8118
8119 * python/libxml.c: be more defensive in the xmlReader python bindings
8120 fixing bug #124044
8121
8122Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8123
8124 * valid.c: the a-posteriori DTD validation code was not validating
8125 the namespace declarations, this fixes #124110
8126
8127Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8128
8129 * xmlIO.c: enhanced to bypass compression detection code
8130 when input file is stdin (bug 125801)
8131
8132Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8133
8134 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8135
8136Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8137
8138 * xpath.c: more fixes about unregistering objects
8139 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8140 missing _cplusplus processing clause
8141
8142Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8143
8144 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8145
8146Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8147
8148 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8149 Marcin 'Shard' Konicki to provide BeOS thread support.
8150
8151Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8152
8153 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8154 from Steve Ball to make a schema parser from a preparsed document.
8155
8156Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8157
8158 * tree.c: applied a couple of patches from Mark Lilback about text
8159 nodes coalescing
8160
8161Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8162
8163 * xpath.c: change suggested by Anthony Carrico when unregistering
8164 a namespace prefix to a context
8165 * hash.c: be more careful about calling callbacks with NULL payloads.
8166
8167Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8168
8169 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8170 regenerated docs and APIs
8171 * parser.c: cleanup and last change to fix #123105
8172
8173Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8174
8175 * HTMLparser.c: Fix #124907 by simply backporting the same
8176 fix as for the XML parser
8177 * result/HTML/doc3.htm.err: change to ID detecting modified one
8178 test result.
8179
8180Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8181
8182 * parser.c include/libxml/parser.h: included a new function
8183 to reuse a Push parser context, based on Graham Bennett original
8184 code
8185 * valid.c: in HTML, a name in an input is not an ID
8186 * TODO: bug list update
8187
8188Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8189
8190 * xpath.c: applied patch from nico@xtradyne.com for #125030
8191
8192Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8193
8194 * Makefile.am: cleanup
8195 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8196 sometimes the error handlers can get a parser context on DTD
8197 errors, and sometime they don't. So be very careful when trying
8198 to grab those informations.
8199
8200Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8201
8202 * tree.c: applied patch from Kasimier Buchcik which fixes a
8203 problem in xmlSearchNs introduced in 2.6.0
8204
8205Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8206
8207 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8208
8209Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8210
8211 * tree.c: fix bug #125047 about serializing when finding a
8212 document fragment node.
8213
8214Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8215
8216 * testSAX.c: fix bug #125592 need a NULL check
8217 * include/libxml/chvalid.h: rename a parameter
8218
8219Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8220
8221 * parser.c: applied patch from #123105 about defaulted attributes
8222 from element coming from an entity
8223
8224Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8225
8226 * xmllint.c: fixed warning message from IRIX (bug 125182)
8227 * python/libxml.py: removed tabs, replaced with spaces
8228 (bug 125572)
8229
8230Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8231
8232 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8233 if xmlNewInputFromFile() fails.
8234 * xmlreader.c: avoid using _private for the node or document
8235 elements.
8236
8237Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8238
8239 * win32/configure.js: added declaration for verMicroSuffix
8240
8241Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8242
8243 * libxml.m4: applied patch from Patrick Welche provided in
8244 bug #125432 , future proofing the .m4 file.
8245 * parser.c: resetting the context should also reset the error
8246 * TODO: problem of conformance w.r.t. E20 was raised in the
8247 XML Core telconf and libxml2 isn't conformant there.
8248
8249Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8250
8251 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8252
8253Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8254
8255 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
8256 small glitch missing a const
8257
8258Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8259
8260 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
8261 it doesn't define IN_LIBXML
8262
8263Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8264
8265 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
8266
8267Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8268
8269 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8270 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8271
8272Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8273
8274 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8275
8276Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8277
8278 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8279 * doc/*: updated and regenerated the docs and API
8280
8281Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8282
8283 * SAX2.c error.c tree.c: moved the line number to their proper
8284 field in elements now.
8285
8286Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8287
8288 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8289 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8290 added the xmlWriter module contributed by Alfred Mickautsch
8291 * include/libxml/tree.h: added room for line and extra information
8292 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8293 of them introduced in September
8294 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8295
8296Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8297
8298 * Makefile.am configure.in xmldwalk.c xmlreader.c
8299 include/libxml/Makefile.am include/libxml/xmldwalk.h
8300 include/libxml/xmlversion.h.in: removing xmldwalk module
8301 since it got merged with the xmlreader.
8302 * parser.c: cleanup
8303 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8304 rebuilt the API
8305 * python/tests/Makefile.am python/tests/reader7.py
8306 python/tests/walker.py: adding regression testing for the
8307 new xmlreader APIs, new APIs for reader creation, including
8308 makeing reader "walker" operating on preparsed document trees.
8309
8310Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8311
8312 * entities.c, valid.c: fixed problem reported on the mailing
8313 list by Melvyn Sopacua - wrong argument order on functions
8314 called through xmlHashScan.
8315
8316Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8317
8318 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8319
8320Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8321
8322 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8323 tested it through the xslt regression suite.
8324
8325Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8326
8327 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8328 allowing to grab the content without forcing allocations.
8329 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8330 * xpath.c xmldwalk.c: removed a couple of comment errors.
8331
8332Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8333
8334 * parser.c: applied patch from Chris Anderson to change back
8335 memcmp with CMPx()
8336
8337Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8338
8339 * HTMLparser.c: fixed to not send NULL to %s printing
8340 * python/tests/error.py result/HTML/doc3.htm.err
8341 result/HTML/test3.html.err result/HTML/wired.html.err
8342 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8343 up some of the regression tests error
8344
8345Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8346
8347 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8348 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8349 Fixed the HTTP<->parser interraction, which should fix 2 long
8350 standing bugs #104790 and #124054 , this also fix the fact that
8351 HTTP error code (> 400) should not generate data, we usually
8352 don't want to parse the HTML error information instead of the
8353 resource looked at.
8354
8355Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8356
8357 * doc/Makefile.am: enhanced the installation of tutorial files
8358 to avoid installing CVS subdirectories (bug 122943)
8359
8360Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8361
8362 * xmlIO.c: fixed segfault when input file not present
8363 * tree.c: changed output formatting of XML_CDATA_SECTION
8364 (bug 120917)
8365
8366Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8367
8368 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8369 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8370 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8371 xpath.c: Changed all (?) occurences where validation macros
8372 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8373 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8374 many warning messages on certain platforms, and also high-
8375 lights places in the library which may need to be enhanced
8376 for proper UTF8 handling.
8377
8378Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8379
8380 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8381 doc/apibuild.py: enhanced to include enough comments to
8382 make the api doc generation happy.
8383
8384Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8385
8386 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8387 to fix the HTTP/XML parser integration.
8388
8389Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8390
8391 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8392 for creating reader from sources or reusing a reader with
8393 a new source, like the xmlReadxx and xmlCtxtReadxxx
8394 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8395 doc/Makefile.am: regenerated the APIs
8396 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8397
8398Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8399
8400 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8401 include/libxml/parserInternals.h: enhanced macros to avoid
8402 breaking ABI from previous versions.
8403 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8404 defined in parserInternals.h. Makes maintenance much easier.
8405 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8406 compilation warnings
8407 * configuration.in: fixed pushHTML test error; enhanced for
8408 better devel (me) testing
8409
8410Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8411
8412 * legacy.c: remove the warning for startDocument(), as it is used by
8413 glade (or glade-python)
8414 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8415 invalid accesses found by running some Python based regression
8416 tests under valgrind. There is still a few leaks reported by the
8417 relaxng regressions which need some attention.
8418 * doc/Makefile.am: fixed a make install problem c.f. #124539
8419 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8420 patch from crutcher
8421
8422Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8423
8424 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8425 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8426 calls.
8427
8428Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8429
8430 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8431
8432Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8433
8434 * Makefile.am: small fix from Bjorn Reese
8435
8436Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8437
8438 * valid.c: fix a call missing arguments
8439
8440Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8441
8442 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8443 a bug in the range search; enhanced range generation (inline code
8444 if a small number of intervals); enhanced the readability of the
8445 output files.
8446
8447Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8448
8449 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8450 chvalid.def from scratch based on XML 2nd edition REC
8451 and regenerated the code.
8452
8453Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8454
8455 * check-xml-test-suite.py: removed some annoying warnings
8456 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8457 in the PubidChars definition, regenerated, there is still
8458 a bug left somewhere
8459 * genChRanges.py: save the header directly in include/libxml/
8460 * configure.in: I generated a 2.6.0beta6 earlier today
8461
8462Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8463
8464 * fixed small error on previous commit (chvalid.h in
8465 base dir instead of include directory)
8466
8467Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8468
8469 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8470 new files for a different method for doing range validation
8471 of character data.
8472 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8473 include/libxml/parserInternals.h: modified for new range method.
8474 * catalog.c: small enhance for warning message (using one
8475 of the new range routines)
8476
8477Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8478
8479 * valid.c include/libxml/valid.h: adding an serror field to
8480 the validation context breaks the ABI for the xmlParserCtxt
8481 structure since it's embedded by content and not by reference
8482
8483Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8484
8485 * configure.in: patch from Mike Hommey
8486 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8487 Bidoul
8488 * parser.c: fix the potentially nasty access to ctxt->serror
8489 without checking first that the SAX block is version 2
8490
8491Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8492
8493 * SAX2.c: fixed a nasty bug with interning some text strings
8494 * configure.in: prepare for beta5 of 2.6.0
8495 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8496 better error handling for I/O and converted FTP and HTTP
8497 * parser.c: fixed another bug
8498
8499Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8500
8501 * SAX2.c: fixed uninitialized new field.
8502 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8503 all messages
8504
8505Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8506
8507 * include/libxml/tree.h: make room in Doc, Element, Attributes
8508 for PSVI type informations.
8509
8510Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8511
8512 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8513 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8514 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8515 include/libxml/parser.h include/libxml/valid.h
8516 include/libxml/xmlerror.h: Setting up the framework for structured
8517 error reporting, touches a lot of modules, but little code now
8518 the error handling trail has been cleaned up.
8519
8520Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8523
8524Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8525
8526 * xpath.c: cleanup
8527 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8528 to the new error mechanism
8529
8530Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * error.c xmlschemas.c: a bit of cleanup
8533 * result/schemas/*.err: updated with the new result strings
8534
8535Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8536
8537 * xpath.c: fixed bug 124061
8538
8539Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8540
8541 * Makefile.am: cleanup
8542 * encoding.c: fix a funny typo
8543 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8544 converted the Schemas code to the new error handling. PITA,
8545 still need to check output from regression tests.
8546
8547Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8548
8549 * HTMLtree.c include/libxml/xmlerror.h: converted too
8550 * tree.c: small cleanup
8551
8552Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8553
8554 * xinclude.c: comment fix
8555 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8556 to the new infrastructure
8557
8558Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8559
8560 * xmlIO.c: final error handling cleanup
8561 * xinclude.c error.c: converted XInclude to the new error handling
8562 * include/libxml/xmlerror.h: added XInclude errors
8563
8564Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8565
8566 * parser.c: bug in compression saving was crashing galeon
8567 reported by teuf
8568
8569Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8570
8571 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8572 I/O error path
8573
8574Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8575
8576 * xmlIO.c: better handling of error cases
8577
8578Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8579
8580 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8581 cleaning up error handling in the I/O module.
8582
8583Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8584
8585 * xmlregexp.c include/libxml/xmlerror.h: error handling
8586 cleanup of the Regexp module.
8587
8588Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8589
8590 * tree.c: converting the tree module too
8591 * error.c include/libxml/xmlerror.h: created a simpler internal
8592 error reporting function.
8593
8594Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8595
8596 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8597 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8598 error reporting that time.
8599 * threads.c: applied the two patches for TLS threads
8600 on Windows from Jesse Pelton
8601 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8602 return is always zero terminated. Should also help detecting
8603 passing wrong buffer size easilly.
8604 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8605 updated the results to follow the errors string generated by
8606 last commit.
8607
8608Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8611 handling in the Relax-NG module.
8612
8613Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8614
8615 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8616 module to teh new error reporting. Better default report, adds
8617 the element associated if found, context and node are included
8618 in the xmlError
8619 * python/tests/reader2.py: the error messages changed.
8620 * result/relaxng/*: error message changed too.
8621
8622Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8623
8624 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Rob Richardsb6b2ee12008-05-03 12:34:25 +00008625 win32/configure.js: applied patch from St�phane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00008626 fix the compilation of 2.6.0 code on Win32
8627
8628Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8629
8630 * check-xml-test-suite.py: fixing the script
8631 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8632 memcmp calls, seems to not break conformance, slightly inflate
8633 the size of the gcc generated code though.
8634
8635Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8636
8637 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8638 more cleanup of error handling in parserInternals, sharing the
8639 routine for memory errors.
8640
8641Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8642
8643 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8644 include/libxml/xmlerror.h: more code cleanup, especially around
8645 error messages, the HTML parser has now been upgraded to the new
8646 handling.
8647 * result/HTML/*: a few changes in the resulting error messages
8648
8649Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8650
8651 * parser.c include/libxml/xmlerror.h: more error/warning
8652 handling cleanups, the XML parser module should be okay now.
8653
8654Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8655
8656 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8657 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8658 integrated the xmlDocWalker API given by Alfred Mickautsch,
8659 and providing an xmlReader like API but working on a xmlDocPtr.
8660
8661Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8662
8663 * Makefile.am: more cleanup in make tests
8664 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8665 in the transition to the new error reporting strategy.
8666 * python/tests/reader2.py result/VC/* result/valid/*:
8667 few changes in the strings generated by the validation output
8668
8669Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8670
8671 * Makefile.am: changed 'make tests' to use a concise output,
8672 scrolling to see where thing broke wasn't pleasant
8673 * configure.in: some beta4 preparation, but not ready yet
8674 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8675 new error handling code, last error informations are stored
8676 in the parsing context or a global variable, new APIs to
8677 handle the xmlErrorPtr type.
8678 * parser.c parserInternals.c valid.c : started migrating to the
8679 new error handling code, it's a royal pain.
8680 * include/libxml/parser.h include/libxml/parserInternals.h:
8681 moved the definition of xmlNewParserCtxt()
8682 * parser.c: small potential buffer access problem in push code
8683 provided by Justin Fletcher
8684 * result/*.sax result/VC/PENesting* result/namespaces/*
8685 result/valid/*.err: some error messages were sligthly changed.
8686
8687Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8688
8689 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8690 function (wrapper around snprintf)
8691
8692Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8693
8694 * entities.c: Fix error on output of high codepoint charref like
8695 &#x10FFFF; , reported by Eric Hanchrow
8696
8697Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8698
8699 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8700 of a pain murrayc is really gonna be.
8701
8702Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8703
8704 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8705
8706Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8707
8708 * entities.c legacy.c parser.c: made the predefined entities
8709 static predefined structures to avoid the work, memory and
8710 hazards associated to initialization/cleanup.
8711
8712Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8713
8714 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8715 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8716 include/libxml/parser.h include/libxml/parserInternals.h
8717 include/libxml/xmlversion.h.in: added a new configure
8718 option --with-push, some cleanups, chased code size anomalies.
8719 Now a library configured --with-minimum is around 150KB,
8720 sounds good enough.
8721
8722Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8723
8724 * libxml-2.0-uninstalled.pc.in: New file for building against
8725 uninstalled libxml2 builds.
8726 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8727 * .cvsignore: Ignore the new generated *.pc file.
8728
8729Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8730
8731 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8732 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8733 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8734 added 2 new configure option: --with-reader --with-sax1
8735 to allow removing the reader or non-xmlReadxxx() interfaces.
8736
8737Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8738
8739 * configure.in entities.c tree.c valid.c xmllint.c
8740 include/libxml/tree.h include/libxml/xmlversion.h.in:
8741 Adding a configure option to remove tree manipulation
8742 code which is not strictly needed by the parser.
8743
8744Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8745
8746 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8747 patch from Marcin 'Shard' Konicki
8748
8749Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8750
8751 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8752 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8753 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8754 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8755 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8756 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8757 include/libxml/catalog.h include/libxml/debugXML.h
8758 include/libxml/entities.h include/libxml/nanohttp.h
8759 include/libxml/relaxng.h include/libxml/tree.h
8760 include/libxml/valid.h include/libxml/xmlIO.h
8761 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8762 include/libxml/xpathInternals.h python/libxml.c:
8763 Okay this is scary but it is just adding a configure option
8764 to disable output, this touches most of the files.
8765
8766Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8767
8768 * xmlmemory.c: better fix, avoids breaking the python bindings
8769
8770Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8771
8772 * xmlmemory.c: fix a compilation problem when configuring
8773 with debug but without mem-debug
8774
8775Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8776
8777 * Makefile.am: cleanup, creating a new legacy.c module,
8778 made sure make tests ran in reduced conditions
8779 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8780 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8781 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8782 increased the modularization, allow to configure out
8783 validation code and legacy code, added a configuration
8784 option --with-minimum compiling only the mandatory code
8785 which then shrink to 200KB.
8786
8787Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8788
8789 * parser.c: fix a bug raised by the Mips compiler.
8790 * include/libxml/SAX.h include/libxml/parser.h: move the
8791 SAXv1 block definitions to parser.h fixes bug #123380
8792 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8793 the attribute and element pool borken 2 commits ago.
8794 Start playing with an entry point to preserve a subtree.
8795 * entities.c: remove a warning.
8796
8797Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8798
8799 * encoding.c, parser.c, relaxng.c: further (final?) minor
8800 changes for compilation warnings. No change to logic.
8801
8802Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8803
8804 * parser.c: fixed small problem with missing entities (test/ent2)
8805
8806Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8807
8808 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8809 if the result is not well formed that ctxt->myDoc is not NULL
8810 and uses the context dictionnary.
8811
8812Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8813
8814 * parser.c: other patches from William Brack to avoid
8815 compilation warnings on AIX.
8816
8817Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8818
8819 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8820 avoid compilation warnings on some (e.g. AIX) systems
8821
8822Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8823
8824 * parserInternals.c: fixed a backward compatibility problem
8825 when formatting "deprecated SAXv1 function ignorableWhitespace"
8826 could be reproduced by xmllint --format
8827
8828Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8829
8830 * doc/libxml2-api.xml: rebuilt the API
8831 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8832 --nocdata and --nsclean to remove CDATA section and surperfluous
8833 namespace declarations
8834 * parser.c SAX2.c: implementation of the 2 new options
8835
8836Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8837
8838 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8839 added the same htmlRead APIs than their XML counterparts
8840 * include/libxml/parser.h: new parser options, not yet implemented,
8841 added an options field to the context.
8842 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8843 is found within a cdata section.
8844 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8845 result/cdata2.sax test/cdata2: add one more cdata test
8846
8847Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8848
8849 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8850 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8851 base URL parameter when not loading from a file or URL.
8852
8853Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8854
8855 * configure.in: preparing a beta3 solving the ABI problems
8856 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8857 include/libxml/globals.h include/libxml/SAX.h: make sure the
8858 global variables for the default SAX handler are V1 ones to
8859 avoid ABI compat problems.
8860 * xmlreader.c: cleanup of uneeded code
8861 * hash.c: fix a comment
8862
8863Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8864
8865 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8866 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8867 fixing some comments to avoid warnings from apibuild.py
8868
8869Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8870
8871 * win32/configure.js: patch from Stephane Bidoul for configuring
8872 the beta2 version #123104
8873
8874Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8875
8876 * Makefile.am: adding repeated parsing and validating tests
8877 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8878 DOM tree building interfaces use the dictionary from the
8879 parsing context to build the element and attributes names
8880 as well as formatting spaces and short text nodes
8881 * include/libxml/dict.h dict.c: added some reference counting
8882 for xmlDictPtr because they can be shared by documents and
8883 a parser context.
8884 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8885 functions and use the standard ones now.
8886 * xmllint.c: add --nodict
8887 * python/libxml.c: fix a stupid bug so that ns() works on
8888 attribute nodes.
8889
8890Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8891
8892 * parser.c include/libxml/parser.h: adding a new set of
8893 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8894 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8895 a clear define of xmlParserOption, xmlCtxtUseOptions()
8896 should simplify custom parsing without being tempted to
8897 use global variables, and xmlCtxtReset() should allow reuse
8898 of a context for multiple parsing.
8899 * xmllint.c: switched to use xmlReadXXX, allow options to
8900 be used simultaneously with less troubles.
8901 * tree.c: simple warning removal
8902 * doc/apibuild.py: small fix
8903 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8904
8905Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8906
8907 * parser.c: revert xmlCreateDocParserCtxt() since this break
8908 the parseDoc() python bindings
8909
8910Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8911
8912 * parser.c: make sure xmlDetectSAX2() is called only at
8913 parsing time to avoid breaking apps changing the SAX
8914 callbacks after context allocation, change xmlCreateDocParserCtxt()
8915 to use an immutable buffer instead of a copy
8916
8917Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8918
8919 * xmlIO.c: applied patch from Markus Keim fixing a problem
8920 with I/O callback registration.
8921 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8922 for xmlParserErrors
8923
8924Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8925
8926 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8927 really a const xmlChar*
8928 * xmlreader.c include/libxml/xmlreader.h: addin the
8929 xmlTextReaderConstString() to get an interned string from
8930 the reader
8931
8932Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8933
8934 * error.c: fixed a warning message (trivial)
8935 * doc/search.php: removed incorrect warning message when word
8936 search not found in last of multiple tables (bug 119535)
8937
8938Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8939
8940 * configure.in: preparing a 2.6.0-beta2 release
8941 * xmlIO.c: avoid a warning
8942 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8943 by Chris Ryland
8944 * include/libxml/dict.h: add a QName access lookup to the
8945 dictionary.
8946 * xmlreader.c include/libxml/xmlreader.h: adding const access
8947 based on the dictionary interface for string read from the
8948 reader, the node content access is still TODO, it's too different
8949
8950Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8951
8952 * SAX2.c: fixing namespace DTD validations
8953 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8954 namespaces is slightly different now.
8955 * Makefile.am: report the memory used in Timingtests (as well as time)
8956
8957Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8958
8959 * Makefile.am: add streaming on memory regression tests, found
8960 bad bugs in the reader interface
8961 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8962 condition in end of file.
8963 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8964 adding immutable buffers, and parser input based on those,
8965 but this should not be used (yet) for general parsing
8966 * parser.c: added a comment about using immutable buffers for
8967 general parsing.
8968 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8969 output of the regression tests
8970 * xmllint.c: using the immutable buffers when streaming on
8971 mmaped file (--stream --memory)
8972
8973Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8974
8975 * dict.c: the last patch broke unicity of returned strings, removed
8976
8977Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8978
8979 * Makefile.am: add a Timingtests target to check bad behaviour
8980 from the streaming engine
8981 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8982 * xmlreader.c: fix a bad behaviour on large buffer inputs
8983
8984Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8985
8986 * dict.c xmlreader.c: two small improvements
8987
8988Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8989
8990 * parserInternals.c: avoid a leak with previous patch
8991
8992Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8993
8994 * python/libxml.c: use stderr and not stdout for default errors
8995 in python environment bug #122552
8996
8997Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8998
8999 * parserInternals.c: small fix from Rob Richards for input filename
9000 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9001 * xmlIO: adding a guard in one function
9002
9003Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9004
9005 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9006 reducing memory allocation and free and avoiding expensive routines
9007
9008Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9009
9010 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9011 seriously with per-document dict and element and attribute nodes
9012 reuse in the xmlReader. This seems to lead to an interesting
9013 speedup of the xmlReader already.
9014
9015Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9016
9017 * dict.c include/libxml/dict.h: do string allocations in large
9018 pools, allowing to find if a string pertain to a dict quickly
9019 * xmllint.c: fix --stream --repeat --timing
9020 * Makefile.am: the testThreads run output should be seen.
9021
9022Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9023
9024 * SAX2.c include/libxml/parser.h: starting work on reusing the
9025 parser dictionary for the element and attribute tag names.
9026 Add pools for Element and Attributes in the parser context,
9027 which should help speeding up the reader.
9028 * Makefile.am result/*.rdr : adding non-python reader regression
9029 tests.
9030
9031Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9032
9033 * SAX2.c parser.c valid.c: starting to cleanup some of the
9034 problems exposed by the W3C/NIST regression suite.
9035 * result/ent7.sax result/xml2.sax: small fixes.
9036
9037Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9038
9039 * parser.c: more parser error factoring
9040
9041Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9042
9043 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9044
9045Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9046
9047 * parser.c include/libxml/xmlerror.h: factoring of more
9048 error handling code, serious size reduction and more lisibility
9049 of the resulting code.
9050 * parserInternals.c parser.c include/libxml/parserInternals.h
9051 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9052 checks are done, use a counter for entities. Entities where freed and
9053 reallocated at the same address failing the check.
9054 * tree.c: avoid a warning
9055 * result/valid/* result/VC/*: this slightly changes some validation
9056 error messages.
9057
9058Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9059
9060 * valid.c: fixed bug 121759 - early declaration of
9061 attribute-list in external DTD
9062
9063Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9064
9065 * parser.c include/libxml/xmlerror.h: starting cleaning up
9066 error handling, factorize error processing
9067 * doc/xmllint.html: update of the page, remove --sgml
9068
9069Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9070
9071 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9072 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9073 broken pseudo SGML DocBook parser code.
9074
9075Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9076
9077 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9078 valgrind pointed out the strings overlapped. cleanup .
9079
9080Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9081
9082 * tree.c: applied speedup to xmlSearchNs() as suggested by
9083 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9084 applying the same trick.
9085
9086Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9087
9088 * parser.c parserInternals.c tree.c include/libxml/parser.h
9089 include/libxml/xmlerror.h: adding namespace checkings
9090 while making sure they still parse as wellformed documents.
9091 Add an nsWellFormed status report to the context, and
9092 provide new appropriate error codes.
9093 * Makefile.am result/namespaces/* test/namespaces/*: add
9094 specific regression testing for the new namespace support
9095 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9096 add more coverage for the attribute parsing and normalization
9097 code.
9098
9099Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9100
9101 * threads.c: backport of a thread bugfix from 2_5_X branch
9102
9103Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9104
9105 * parser.c: fixed a bug in one corner case of attribute parsing.
9106
9107Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9108
9109 * configure.in doc/* : 2.6.0beta1 changes
9110 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9111 normalization, might not be totally fixed but this should
9112 make sure SAX event provide the right strings for attributes
9113 except entities for which libxml2 is different by default
9114 This should fix #109564
9115 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9116 in attribute callback values
9117 * result/c14n/with-comments/example-4
9118 result/c14n/without-comments/example-4: this also fixes a subtle
9119 bug in the canonicalization tests.
9120
9121Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9122
9123 Time to commit 3 days of work rewriting the parser internal,
9124 fixing bugs and migrating to SAX2 interface by default. There
9125 is some work letf TODO, like namespace validation and attributes
9126 normalization (this break C14N right now)
9127 * Makefile.am: fixed the test rules
9128 * include/libxml/SAX2.h include/libxml/parser.h
9129 include/libxml/parserInternals.h SAX2.c parser.c
9130 parserInternals.c: changing the parser, migrating to SAX2,
9131 adding new interface to switch back to SAX1 or initialize a
9132 SAX block for v1 or v2. Most of the namespace work is done
9133 below SAX, as well as attribute defaulting
9134 * globals.c: changed initialization of the default SAX handlers
9135 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9136 * xmlIO.c: small fix
9137 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9138 version code path
9139 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9140 pointed out a typo in a very old test namespace
9141
9142Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9143
9144 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9145 of compressed files, setting doc->compressed appropriately
9146 (bug #120503).
9147
9148Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9149
9150 * parser.c: try to cope with the fact that apps may still
9151 have allocated smaller SAX callbak block
9152
9153Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9154
9155 * dict.c: allow to give -1 for undefined length in lookups
9156 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9157 first round of work on the new SAX2 interfaces, the API
9158 will change but commiting before changing for historical
9159 reference.
9160
9161Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9162
9163 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9164 sax->warning with wrong params).
9165
9166Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9167
Rob Richardsb6b2ee12008-05-03 12:34:25 +00009168 * include/libxml/globals.h: patch from St�phane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009169 globals entry points to the python bindings
9170
9171Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9172
9173 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9174 by default instead of "HTML"
9175 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9176 avoiding calls to "areBlanks" when not needed.
9177 * include/libxml/parser.h include/libxml/tree.h: some structure
9178 extensions for future work on using per-document dictionaries.
9179
9180Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9181
9182 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9183 tree, keeping result in the same tree, added SAXtests to the
9184 default "make tests"
9185
9186Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9187
9188 * include/libxml/xmlexports.h: defined additional macros which
9189 affect exports and added mingw section
9190
9191Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9192
9193 * doc/index.py: fixed problem parsing xhtml docs
9194 * doc/xmlreader.html,doc/guidelines.html: small modification
9195 to avoid problem in python parsing.
9196 * doc/search.php: fixed upper case filename problem for XSLT docs
9197
9198Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9199
9200 * xinclude.c: patch from Mark Vakoc that allows compiling
9201 with XInclude but without XPointer support.
9202
9203Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9204
9205 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9206 to add --libtool-libs option to xml2-config script.
9207
9208Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9209
9210 * doc/README.docs, doc/Makefile.am: new file added,
9211 giving some description of the documentation generation process
9212 * doc/search.php: fixed problem with upper case on filenames
9213
9214Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9215
9216 * win32/Makefile.bcb: updates by Eric Zurcher
9217
9218Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9219
9220 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9221 to compensate for pollution from Igor's header taint
9222 (quick before Daniel notices)
9223
9224Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9225
9226 * SAX2.c: fixed a namespace error on attribute reporting bug
9227 pointed out by Tobias Reif
9228 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9229 using xmlsn instead of xmlns...
9230
9231Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9232
9233 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9234 typos reported by Mark Vakoc
9235
9236Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9237
9238 add:
9239 * doc/tutorial/api.html
9240 * doc/tutorial/ar01s09.html
9241 * doc/tutorial/includexpath.c
9242 updated
9243 * doc/tutorial/*.html
9244 fix my bad - forgot to check in new files when I last
9245 updated
9246
9247Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9248
9249 * win32/Makefile.bcb: new file, support for Borland C++
9250 * xmllint.c: fixed time inclusion for various compilers
9251
9252Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9253
9254 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9255 few casts to shut the compiler warnings
9256
9257Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9258
9259 * win32/Makefile.* win32/configure.js: fixed for mingw
9260
9261Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9262
9263 * globals.c threads.c: fixing bug #120870 try to avoid problem
9264 with uninitialized mutexes
9265
9266Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9267
9268 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9269 up with multiple states, select the "best" one. Fix #120682
9270 * result/relaxng/tutor11_2_3.err: small change resulting
9271
9272Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9273
9274 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9275
9276Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9277
9278 * include/libxml/[threads-xpointer].h: realigned parameters
9279 after taint
9280
9281Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9282
9283 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9284 as reported by Eric Zurcher
9285
9286Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9287
9288 * relaxng.c: fixed bug #120386 again a problem introduced when
9289 trying to reuse automata for content validation. Fix a bug report
9290 problem on zeroOrMore
9291 * result/relaxng/tutor3_7_err: change slightly error reporting.
9292
9293Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9294
9295 * include/libxml/Makefile.am: make sure the new header will
9296 be included when generating a new distribution.
9297
9298Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9299
9300 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9301 routines which led to bug #120040 and the ones reported by
9302 Martijn Faassen
9303
9304Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9305
9306 * include/libxml/parserInternals.h include/libxml/relaxng.h
9307 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9308 parameters after taint.
9309
9310Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9311
9312 * include/libxml/xmlversion.h.in: moved export defs to a separate
9313 file for consistency.
9314 * include/libxml/xmlexports.h: new file, contains export defs.
9315
9316Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9317
9318 * include/libxml/*.h genUnicode.py: exportability taint
9319 of the headers.
9320
9321Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9322
9323 * SAX.c: make the deprecated interfaces log an error message
9324 to be sure it won't get used.
9325
9326Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9327
9328 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9329 Adding new version of the SAX interface, it's not there yet,
9330 currently just preparing the work
9331 * globals.c parser.c SAX.c include/libxml/SAX.h
9332 include/libxml/globals.h include/libxml/parser.h: doing some
9333 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9334 while keeping functionalities, preparing SAX2 integration.
9335 * dict.c: small cleanup.
9336
9337Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9338
9339 * tree.c: fixes a small bug introduced in last commit and detected
9340 by valgrind.
9341
9342Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9343
9344 * dict.c hash.c: optimization when freeing hash tables.
9345 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9346 allocations
9347 * parser.c parserInternals.c include/libxml/parser.h: keep a
9348 single allocated block for all the attributes callbacks,
9349 avoid useless malloc()/free()
9350 * tree.c: do not realloc() when growing a buffer if the buffer
9351 ain't full, malloc/memcpy/free avoid copying memory.
9352
9353Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9354
9355 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9356 --dtdvalidfpi for Tobias Reif
9357
9358Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9359
9360 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9361 new dictionary module to keep a single instance of the names used
9362 by the parser
9363 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9364 switched all parsers to use the dictionary internally
9365 * include/libxml/HTMLparser.h include/libxml/parser.h
9366 include/libxml/parserInternals.h include/libxml/valid.h:
9367 Some of the interfaces changed as a result to receive or return
9368 "const xmlChar *" instead of "xmlChar *", this is either
9369 insignificant from an user point of view or when the returning
9370 value changed, those function are really parser internal methods
9371 that no user code should really change
9372 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9373 the docs were regenerated
9374
9375Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9376
9377 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9378
9379Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9380
9381 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9382 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9383
9384Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9385
9386 * doc/API*.html, doc/html/*: regenerated API documentation
9387 for xmlsoft.org (part of Bug 119535)
9388
9389Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9390
9391 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9392 doc/libxml2-api.xml: Minor changes to comments, etc. for
9393 improving documentation generation
9394 * doc/Makefile.am: further adjustment to auto-generation of
9395 win32/libxml2.def.src
9396
9397Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9398
9399 * News configure.in: preparing libxml2-2.5.10 release
9400 * doc/* : updated the doc and rebuilt
9401
9402Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9403
9404 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9405 Malcolm Tredinnick with the patch he suggested.
9406
9407Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9408
9409 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9410
9411Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9412
9413 * uri.c: fixing an use of strcpy() where both strings overlap
9414 pointed out by valgrind.
9415
9416Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9417
9418 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9419 some compilation warnings.
9420 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9421 plus some cleanup and better error reporting.
9422
9423Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9424
9425 * encoding.c: applied UTF-16 encoding handling patch provided by
9426 Mark Itzcovitz
9427 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9428 not having iconv support.
9429
9430Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9431
9432 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9433 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9434 mingw compiler on Windows.
9435
9436Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9437
9438 * parser.c: fixed the serious CPU usage problem reported by
9439 Grant Goodale
9440 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9441 missing in htmlSAXParseDoc
9442
9443Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9444
9445 * doc/Makefile.am: Removed dependency from libxml2.def.src
9446
9447Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9448
9449 * autogen.sh: took away the requirement for automake-1.4,
9450 changed the messages for getting auto* tools to current
9451 gnu pages.
9452 * configure.in: added check for Linux Dec alpha requiring
9453 -ieee flag, fixed test for ipv6
9454 * trionan.c: fixed problem for compiling on Linux Dec alpha
9455 using native compiler
9456 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9457 whenever libxml2-api.xml is changed.
9458
9459Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9460
9461 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9462 is not used.
9463
9464Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9465
9466 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9467
9468Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9469
9470 * News configure.in: preparing libxml2-2.5.9 release
9471 * doc/* : updated the doc and rebuilt
9472
9473Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9474
9475 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9476 definition to get a correct API XML description. This was apparently
9477 breaking Windows build.
9478
9479Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9480
9481 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9482 the progressive HTML parser front-end on large character data
9483 island leading to an erroneous end of data detection by the
9484 parser. Some cleanup too to get closer from the XML progressive
9485 parser.
9486
9487Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9488
9489 * win32/configure.js: Added in support for the ISO8859X
9490 module (patch provided by Jesse Pelton)
9491
9492Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9493
9494 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9495 when the library is not initialized and one try to save, the
9496 locks in threaded env might not been initialized, playing safe
9497 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9498 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9499 his tests to the regression suite.
9500
9501Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9502
9503 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9504 (with apologies to Igor) - Enhanced handling of docb and
9505 nanohttp.
9506
9507Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9508
9509 * encoding.c: further small changes for warnings when
9510 configured with --with-iconv=no
9511
9512Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9513
9514 * error.c trionan.[ch] testThreads.c python/generator.py:
9515 further small changes to elminate most of the remaining
9516 warnings.
9517
9518Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9519
9520 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9521 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9522 python/libxml.c include/libxml/xmlmemory.h: small changes
9523 to syntax to get rid of compiler warnings. No changes
9524 to logic.
9525
9526Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9527
9528 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9529
9530Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9531
9532 * tree.c: fixed a small problem in the patch for #118763
9533 * result/HTML/doc3.htm*: this reverts back to the previous result
9534
9535Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9536
9537 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9538 and rebuilt, apparently some C++ wrappers are not available,
9539 c.f. bug #118943
9540
9541Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9542
9543 * tree.c: fixing HTML attribute serialization bug #118763
9544 applying a modified version of the patch from Bacek
9545 * result/HTML/doc3.htm*: this modifies the output from one test
9546
9547Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9548
9549 * tree.c include/libxml/tree.h: added a new API to split a
9550 QName without generating any memory allocation
9551 * valid.c: fixed another problem with namespaces on element
9552 in mixed content case
9553 * python/tests/reader2.py: updated the testcase with
9554 Bjorn Reese fix to reader for unsignificant white space
9555 * parser.c HTMLparser.c: cleanup.
9556
9557Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9558
9559 * catalog.c: trying to fix #118754 of possible recursion in the
9560 catalogs. Not fantastically happy about the current fix since
9561 it's likely to break under very thread intensive concurrent
9562 access to the catalog. Better solution might to keep the depth
9563 an extra argument to the resolution functions.
9564
9565Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9566
9567 * valid.c: fixed bug #118712 about mixed content, and namespaced
9568 element names.
9569 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9570 in the regression tests
9571
9572Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9573
9574 Coninuing work on bug 118559
9575 * DOCBparser.c: removed 2 unsed vars
9576 * xmlregexp.c: changed some numeric const to their enum symbols
9577 * xmlreader.c: changed one var define from int to enum
9578 (a little more to be done, awaiting co-ordination)
9579 * relaxng.c: deleted one unused var
9580 * xmllint.c: deleted some unused vars, changed one arg
9581 val from int to enum
9582 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9583 * xmlIO.c: fixed typo from last night (small warning msg)
9584
9585Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9586
9587 Working on bug 118559
9588 * error.c: deleted unused variable
9589 * parserInternals.c: deleted unneeded 'const' qualifier
9590 * parser.c: changed variable type for enum temp storage
9591 * xmlIO.c: changed debugging var to be inside #ifdef
9592 * valid.c: removed unused variable
9593 * HTMLparser.c: removed some unneeded 'const' qualifiers
9594 * xpath.c: added some type casts, removed some unused vars
9595 * xinclude.c: added one type cast
9596 * nanohttp.c: repositioned some #ifdef to avoid unused var
9597 * nanoftp.c: removed unused var
9598
9599Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9600
9601 * HTMLparser.c: applied a patch from William Brack about
9602 the problem of parsing very large HTML instance with comments
9603 as raised by Nick Kew
9604
9605Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9606
9607 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9608 patch from Bjorn Reese for xmlTextReaderNodeType() and
9609 significant whitespace. There is an enum for node type
9610 values now.
9611
9612Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9613
9614 * encoding.c: applying patch from Peter Jacobi to added
9615 ISO-8859-x encoding support when iconv is not available
9616 * configure.in include/libxml/xmlversion.h.in
9617 include/libxml/xmlwin32version.h.in: added the glue needed
9618 at the configure level and made it the default for Windows
9619
9620Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9621
9622 * python/generator.py python/libxml.c python/libxml2class.txt:
9623 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9624 in python
9625
9626Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9627
9628 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9629 cleanup patch, and also avoided a possible memory leak
9630
9631Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9632
9633 * encoding.c: fix the previous commit
9634
9635Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9636
9637 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9638 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9639 some future cleanup of UTF8 handling
9640
9641Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9642
9643 * xpath.c: applied a change suggested by Sean Griffin in bug
9644 #118494 about a memory leak in EXSLT
9645
9646Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9647
9648 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9649 when fixing the previous Relax-NG bugs
9650 * result/relaxng/*: This slightly changes the output messages of
9651 some regression tests.
9652 * configure.in: added support of -with-fexceptions for nested C++
9653 support.
9654
9655Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9656
9657 * doc/tutorial/apa.html
9658 * doc/tutorial/apb.html
9659 * doc/tutorial/apc.html
9660 * doc/tutorial/apd.html
9661 * doc/tutorial/ape.html
9662 * doc/tutorial/apf.html
9663 * doc/tutorial/apg.html
9664 * doc/tutorial/aph.html
9665 * doc/tutorial/ar01s02.html
9666 * doc/tutorial/ar01s03.html
9667 * doc/tutorial/ar01s04.html
9668 * doc/tutorial/ar01s05.html
9669 * doc/tutorial/ar01s06.html
9670 * doc/tutorial/ar01s07.html
9671 * doc/tutorial/ar01s08.html
9672 * doc/tutorial/index.html
9673 * doc/tutorial/ix01.html
9674 * doc/tutorial/xmltutorial.pdf
9675 * doc/tutorial/xmltutorial.xml
9676 update tutorial with XPath example
9677
9678Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9679
9680 * SAX.c parser.c: fixing a bug about a special case of namespace
9681 handling, this closes bug #116841
9682
9683Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9684
9685 * relaxng.c result/relaxng/*: checked and fixed the compilation
9686 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9687 This slightly changes the output messages of some regression tests.
9688
9689Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9690
9691 * xmlreader.c: fixed an out of bound error #118052 , the good
9692 part if that base64 code was not in use yet ...
9693
9694Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9695
9696 * doc/xmllint.html
9697 include html version of the xmllint man page, so an
9698 up-to-date version is visible on the Web
9699
9700Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9701
9702 * xinclude.c include/libxml/xinclude.h: added a new API
9703 xmlXIncludeProcessTree() to process XInclude only on a subtree
9704 this should fix bug #115385
9705
9706Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9707
9708 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9709 the error callback and parameters of parsing and validation
9710 contexts
9711 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9712 on text nodes.
9713
9714Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9715
9716 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9717 when using the push XML parser.
9718 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9719 added the test to the regression suite.
9720
9721Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9722
9723 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9724 as suggested by Rob Richards
9725
9726Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9727
9728 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9729 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9730 to unsigned int and a couple of others.
9731
9732Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9733
9734 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9735
9736Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9737
9738 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9739
9740Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9741
9742 * globals.c threads.c: fixes some problem when freeing unititialized
9743 mutexes
9744
9745Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9746
9747 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9748 directly, some cleanups
9749 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9750 validation code.
9751
9752Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9753
9754 * win32/configure.js: Jesse Pelton pointed out a problem in the
9755 javascript code.
9756
9757Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9758
9759 * NEWS doc/*: regenerated
9760 * nanoftp.c nanohttp.c: might fix includes problems with the
9761 Ipv6 support on solaris
9762 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9763 defined as #IMPLIED
9764
9765Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9766
9767 * configure.in doc/*: preparing release 2.5.8
9768 * nanohttp.c: changed some preprocessor block
9769 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9770 hexBinary schema datatype and adding support for totalDigits and
9771 fractionDigits facets.
9772
9773Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9774
9775 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9776
9777Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9778
9779 * xinclude.c: fixed bug #116095 removing the error message when
9780 reapplying XInclude to a document.
9781
9782Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9783
9784 * xmlIO.c: applied small changes to portability layer for
9785 compilation on DJGPP Ms-DOS compiler.
9786
9787Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9788
9789 * parser.c HTMLparser.c: use the character() SAX callback
9790 if the cdataBlock ain't defined.
9791 * xpath.c: fix bug #115349 allowing compilation when configured
9792 with --without-xpath since the Schemas code needs NAN and co.
9793
9794Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9795
9796 Fixed problem with multi-threading, shown by the test program
9797 testThreads. After fix, ran mutiple tests on various speed
9798 machines (single and dual processor X86), which all seem okay.
9799
9800 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9801
9802 * threads.c: added missing initialisation for condition variable
9803 in xmlNewRMutex.
9804
9805Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9806
9807 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9808 closing bug #114837
9809
9810 * configure.in: Added checks for IPv6 support and getaddrinfo().
9811
9812 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9813
9814 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9815
9816 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9817 field or sockaddr_in field, depending upon the availability of IPv6
9818 support.
9819 have_ipv6(): Added to check for run-time IPv6 support.
9820 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9821 Modified to parse a URI with IPv6 address given in [].
9822 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9823 resolution, if it is available on the system, as gethostbyname
9824 does not return IPv6 addresses on some platforms.
9825 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9826 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9827 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9828 we are dealing with.
9829
9830 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9831 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9832 a URI with IPv6 address given in [].
9833 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9834 available on the system. Also IPv6 addresses will be resolved by
9835 gethostbyname only if IPv6 run-time support is available.
9836 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9837
9838Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9839
9840 * win32/configure.js include/win32config.h
9841 include/libxml/xmlversion.h.in: Applied the patch for BCB
9842 by Eric Zurcher.
9843
9844Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9845
9846 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9847 due to #115104 and while fixing #115101 . HTML URLs must not
9848 be version dependant.
9849
9850Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9851
9852 * entities.c: do not generate &quot; for " outside of attributes
9853 * result//*: this changes the output of some tests
9854
9855Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9856
9857 * parser.c xmlIO.c: trying to fix #114277 about when file
9858 remapping and escaping should really be attempted.
9859
9860Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9861
9862 * doc/*: applied a patch from Gman for building docs
9863 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9864 Gary Pennington to provide an allocator for xmlValidCtxt
9865 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9866 #113580 about data not being passed immediately.
9867
9868Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9869
9870 * tree.c: applied a couple of patches from Mark Itzcovitz
9871 to handle saving back "UTF-16" documents.
9872
9873Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9874
9875 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9876 some work done while in the Maldives (hence the timezone on the
9877 laptop !)
9878 * result/schemas/length3* test/schemas/deter0_*
9879 test/schemas/group0_*: some tests added too
9880
9881Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9882
9883 * encoding.c: small fix
9884 * xmlIO.c: fixed an error message
9885
9886Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9887
9888 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9889 accepting an improper UTF8 sequence
9890
9891Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9892
Rob Richardsb6b2ee12008-05-03 12:34:25 +00009893 * threads.c: applied the patch from St�phane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +00009894 rid of extra threads in a dynamic library.
9895 * win32/configure.js: threads default to 'native' now.
9896
9897Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9898
9899 * HTMLtree.c: fixing bug #112904: html output method escaped
9900 plus sign character in URI attribute.
9901
9902Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9903
9904 * build_glob.py global.data globals.c parser.c
Rob Richardsb6b2ee12008-05-03 12:34:25 +00009905 include/libxml/globals.h: patch from St�phane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +00009906 up threads global defaults.
9907 * doc/libxml2-api.xml: this extends the API with new functions
9908 * python/tests/Makefile.am python/tests/reader2.py
9909 python/tests/thread2.py: integrated the associated testcase and
9910 fixed the error string used in reader2
9911
9912Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9913
9914 * configure.in libxml.spec.in python/Makefile.am: trying
9915 to conciliate --with-python= requirements and RPM builds,
9916 a PITA really...
9917
9918Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9919
9920 * HTMLparser.c: oops last commit introduced a memory leak.
9921
9922Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9923
9924 * xmllint.c doc/xmllint.xml: added --nonet option
9925 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9926 xsltproc or xmllint
9927 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9928 rebuilt
9929 * HTMLparser.c: cleaned up the HTML parser context build when
9930 using an URL
9931
9932Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9933
9934 * libxml.spec.in: added a comment about bug #112902
9935
9936Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9937
9938 * minor cleanup of configure '--help' display
9939 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9940
9941Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9942
9943 * tree.c: PI nodes in external subset were not freed :-\
9944 fixes bug #112842
9945
9946Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9947
9948 * xmllint.c: added --schema option to run WXS schema validation
9949 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9950 tried to improve error reporting in the Schema code, some cleanup
9951 too.
9952
9953Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9954
9955 * xmlschemas.c: fixed some problems in the handling of errors,
9956 and attributes addressed by references.
9957 * test/schemas/* result/schemas/*: dropped the verbosity level
9958 and added a couple of new tests
9959
9960Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9961
Rob Richardsb6b2ee12008-05-03 12:34:25 +00009962 * relaxng.c: St�phane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +00009963 error on the error handling.
9964
9965Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9966
9967 * xmlschemastypes.c: trying to fix #112673
9968
9969Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9970
9971 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9972 warning, this fixed a bug and should close #111574
9973
9974Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9975
9976 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9977 holding minOccurs="0"
9978 * test/schemas/all_* result/schemas/all_*: added some regression
9979 tests for that bug
9980 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9981 Garry Pennington to compile without schemas support.
9982
9983Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9984
9985 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9986
9987Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9988
9989 * xml2-config.in: try to fix Red hat bug #89957, do not
9990 output -L/usr/lib64
9991 * xmlreader.c: fixed a typo in a comment
9992
9993Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9994
9995 * doc/tutorial/aph.html, ix01.html
9996 forgot to cvs add the new files. Thanks to Roland van Laar
9997 for pointing this out
9998
9999Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10002 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10003 to the XML/XSLT doc generation closing #111799
10004 * doc/html/*: complete update of the HTML results
10005
10006Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10007
10008 * win32/defgen.xsl: fixed the conditional for unicode map,
10009 removed hardcoded schema entries
10010
10011Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10012
10013 * win32/defgen.xsl: new file, stylesheet for generating
10014 win32/libxml2.def.src from doc/libxml2-api.xml
10015 * win32/libxml2.def.src: is autogenerated from now on, changes
10016 to this file will not appear here anymore
10017
10018Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10019
10020 * win32/configure.js python/setup.py.in: applied patch
Rob Richardsb6b2ee12008-05-03 12:34:25 +000010021 from St�phane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010022 release.
10023
10024Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10025
10026 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10027 declaration
10028 * win32/configure.js: thread-enabled build is now default
10029 * win32/libxml2.def.src: added more exports
10030
10031Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10032
10033 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10034 developers from common pages, made the transition to XHTML1,
10035 added validity checking to the makefile rules.
10036
10037Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10038
10039 * parser.c: fix for xmlIOParseDTD same as previous and reported
10040 by Petr Pajas
10041
10042Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10043
10044 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10045 closing #111638
10046
10047Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10048
10049 * python/generator.py: fixed a problem in the generator where
10050 the way functions are remapped as methods on classes was
10051 not symetric and dependant on python internal hash order,
Rob Richardsb6b2ee12008-05-03 12:34:25 +000010052 as reported by St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010053
10054Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10055
10056 * doc/tutorial:
10057 xmltutorial.xml
10058 xmltutorial.pdf
10059 *.html
10060 add appendix on generating compiler flags, more indexing
10061
10062Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10063
10064 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10065 to get libxml-2.5.7 to compile on OpenVMS
10066
10067Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10068
10069 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10070
10071Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10072
10073 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10074 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10075 man page based on xsltproc and a stylesheet PI in the XML.
10076
10077Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10080 character preventing rendering by the man command.
10081
10082Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10083
10084 * NEWS configure.in: preparing release 2.5.7
10085 * doc/*: updated and rebuilt the docs
10086 * doc/apibuild.py: fixed the script
10087
10088Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10089
10090 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10091 get in the way of the builds
10092 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10093
10094Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10095
10096 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10097 Memory test from Havoc Pennington #109368
10098 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10099 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10100 include/libxml/parser.h: a lot of memory allocation cleanups
10101 based on the results of the OOM testing
10102 * check-relaxng-test-suite2.py: seems I forgot to commit the
10103 script.
10104
10105Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10106
10107 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10108
10109Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10110
10111 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10112 more places where xmlCanonicPath() must be used to convert
10113 filenames to URLs, trying to fix #111088
10114
10115Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10116
10117 * python/libxml.c python/libxml.py: applied patch from
10118 Brent M Hendricks adding binding for xmlCatalogAddLocal
10119
10120Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10121
10122 * HTMLparser.c: tried to fix #98879 again in a more solid
10123 way.
10124
10125Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10126
10127 * win32/libxml2.def.src: added more exports from the relaxng and
10128 xmlreader clan
10129
10130Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10131
10132 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10133 provided by Brent Hendricks fixing #105992 and integrated the
10134 examples in the testsuite.
10135
10136Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10137
10138 * TODO: updated a bit
10139 * configure.in: fixed the comment, threads now default to on
10140 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10141
10142Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10143
10144 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10145 xmlreader.c include/libxml/parser.h: a lot of performance work
10146 especially the speed of streaming through the reader and push
10147 interface. Some thread related optimizations. Nearly doubled the
10148 speed of parsing through the reader.
10149
10150Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10151
10152 * doc/xmllint.xml
10153 * doc/xmllint.1
10154 update man page to explain use of --stream
10155
10156Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10157
10158 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10159 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10160 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10161 include/libxml/globals.h include/libxml/xmlmemory.h: added
10162 xmlMallocAtomic() to be used when allocating blocks which
10163 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10164 to allow registering the full set of functions needed by
10165 a garbage collecting allocator like libgc, ref #109944
10166
10167Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10168
10169 * configure.in: switched to have thread support enabled by default,
10170 didn't got troubles with ABI compatibility on Linux, hope it
10171 won't break on strange OSes, if yes, report the system ID
10172 * doc/libxml2-api.xml: just rebuilt the API
10173
10174Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10175
10176 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10177 added support for large file, tested with a 3+GB instance,
10178 and some cleanup.
10179 * catalog.c: added a TODO
10180 * Makefile.am: added some "make tests" comments
10181
10182Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10183
10184 * relaxng.c: some cleanups
10185 * doc/xmlreader.html: extended the document to cover RelaxNG and
10186 tree operations
10187 * python/tests/Makefile.am python/tests/reader[46].py: added some
10188 xmlReader example/regression tests
10189 * result/relaxng/tutor*.err: updated the output of a number of tests
10190
10191Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10192
10193 * relaxng.c: valgrind pointed out an uninitialized variable error.
10194
10195Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10196
10197 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10198 xmlreader.c: augnemting the APIs, cleanups.
10199 * parser.c: cleanup bug #111005
10200 * xmlIO.c: added some missing comments
10201
10202Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10203
10204 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10205 trying to improve the subset compiled, and more testing.
10206 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10207 documentation
10208 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10209 * result/relaxng/*.err: fix some of the outputs
10210
10211Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10212
10213 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10214 include/libxml/xmlreader.h: implemented streaming of
10215 RelaxNG (when possible) on top of the xmlReader interface,
10216 provided it as xmllint --stream --relaxng .rng .xml
10217 This seems to mostly work.
10218 * Makefile.am: updated to test RelaxNG streaming
10219
10220Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10221
10222 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10223 based validity checking of fragments of the document for
10224 which the RNG can be compiled to regexps. Works on all regression
10225 tests, only fix needed is related to error messages.
10226
10227Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10228
10229 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10230 include/libxml/xmlregexp.h: Starting work precompiling
10231 parts of RelaxNG schemas. Not plugged onto validity checking
10232 yet, just the regexp building part. Needed to extend some
10233 of the automata and regexp APIs.
10234
10235Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10236
10237 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10238 xmllint --stream and xmllint --stream --valid returns errors
10239 code appropriately
10240
10241Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10242
10243 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10244 and Next() operation to work on subtrees within the reader
10245 framework.
10246 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10247 * python/tests/reader5.py: added an example for those new
10248 functions of the reader.
10249
10250Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10251
10252 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10253
10254Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10255
10256 * xmlreader.c: fixing HasValue for namespace as raised by
10257 Denys Duchier
10258
10259Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10260
10261 * HTMLparser.c include/libxml/HTMLparser.h: exported
10262 htmlCreateMemoryParserCtxt() it was static
10263
10264Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10265
10266 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10267 update from Charles Bozeman for date and duration types
10268 * test/schemas/date_0.* test/schemas/dur_0.*
10269 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10270
10271Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10272
10273 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10274 fixing bug #107129, removing excessive allocation and calls
10275 to *printf in the code to build QName strings.
10276
10277Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10278
10279 * win32/libxml2.def.src: fixed conditional exports, reported by
10280 Luke Murray.
10281
10282Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10283
10284 * parser.c: fixed a possible problem with xmlRecoverMemory()
10285
10286Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10287
10288 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10289 triostr.h: Bjorn sent an update for the TRIO portability layer.
10290
10291Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10292
10293 * win32/libxml2.def.src: exported new functions
10294
10295Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10296
10297 * configure.in NEWS: preparing release 2.5.6
10298 * doc/*: updated and rebuilt the docs
10299
10300Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10301
10302 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10303 on C14Ntests
10304
10305Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10306
10307 * relaxng.c: one more fixup of error message reporting
10308
10309Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10310
10311 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10312 variable pointed out by valgrind
10313
10314Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10315
10316 * relaxng.c: try to work on bug #109225 and provide better
10317 error reports.
10318 * result/relaxng/* : this change the output of a number of tests
10319 * xinclude.c: fixing the parsed entity redefinition problem
10320 raised on the list.
10321 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10322
10323Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10324
10325 * xmlschemastypes.c: fixed date comparison to handle the tzo
10326 The only failures left are disagreements on Notations and
10327 '+1' not being allowed for ulong, uint, ushort and ubyte.
10328
10329Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10330
10331 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10332 to the XML Schemas errata
10333 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10334
10335Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10336
10337 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10338 and facets support. Currently only schemas with binHex or
10339 base64 don't compile. A few error left in the test suite:
10340 found 1035 test instances: 919 success 23 failures
10341 most are gdate or gdateyear failing check, and a few cases where
10342 James clark tests results are strange.
10343 * valid.c: allow to reuse the Notation checking routine without
10344 having a validation context.
10345 * SAX.c: removed a #if 0
10346
10347Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10348
10349 * xinclude.c: forgot to apply one check from #106931 patch
10350 * xmlschemastypes.c: more work on XML Schemas datatypes
10351
10352Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10353
10354 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10355 on cleaning up XML Schemas datatypes based on James Clark tests
10356 test/xsdtest/xsdtest.xml
10357
10358Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10359
10360 * relaxng.c: implemented comparisons for Schemas values.
10361 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10362 some bugs in duration handling, comparisons for durations
10363 and decimals, removed all memory leaks pointed out by James
10364 testsuite. Current status is now
10365 found 238 test schemas: 197 success 41 failures
10366 found 1035 test instances: 803 success 130 failures
10367
10368Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10369
10370 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10371 leaks in the W3C XML Schemas code
10372 * xmlschemastypes.c: implemented nonPositiveInteger
10373 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10374 fixed the test and result.
10375
10376Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10377
10378 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10379 parser and a typo
10380 * xmlschemastypes.c: reindenting, fixing a memory access
10381 problem with dates.
10382
10383Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10384
10385 * parser.c: fixing #109227 providing more context in case of
10386 start/end tag mismatch
10387 * python/tests/ctxterror.py python/tests/readererr.py: update the
10388 tests accordingly
10389
10390Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10391
10392 * xinclude.c: should fix #109327 errors on memory accesses
10393
10394Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10395
10396 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10397 is an URI reference
10398
10399Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10400
10401 * xpath.c: fixed bug #109160 on non-ASCII IDs
10402
10403Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10404
10405 * parser.c: Norm suggested a nicer error message for xml:space values
10406 errors
10407
10408Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10409
10410 * xpath.c include/libxml/xpath.h: first part of the fix to
10411 performance bug #108905, adds xmlXPathOrderDocElems() providing
10412 document order for nodes.
10413 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10414
10415Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10416
10417 * xmlschemastypes.c: removing a warning with Sun compiler
10418 bug #109154
10419
10420Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10421
10422 * doc/xmllint.xml
10423 * doc/xmllint.1
10424 update xmllint man page with --relaxng option
10425
10426Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10427
10428 * python/setup.py.in : was missing "drv_libxml2.py"
10429
10430Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10431
10432 * tree.c xpath.c: some changes related to the new way of
10433 handling Result Value Tree, before 2.5.5
10434
10435Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10436
10437 * configure.in NEWS: preparing release 2.5.5
10438 * doc/* : updated the documentation and regenerated it.
10439
10440Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * xpath.c: fixed some problems related to #75813 about handling
10443 of Result Value Trees
10444
10445Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10446
10447 * uri.c: applied a set of patches from Lorenzo Viali correcting
10448 URI parsing errors.
10449
10450Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10451
10452 * parser.c: validity status was not passed back when validating in
10453 entities, but raised by Oliver Fischer
10454
10455Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10456
10457 * HTMLtree.c: avoid escaping ',' in URIs
10458
10459Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10460
10461 * parser.c: fixing bug #108976 get the ID/REFs to reference
10462 the ID in the document content and not in the entity copy
10463 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10464 stuff, better solution for #107208
10465 * xmlregexp.c: removed a direct printf, dohhh
10466 * xmlreader.c: fixed a bug on streaming validation of empty
10467 elements in entities
10468 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10469 cleanup of the validation tests
10470 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10471 added more ID/IDREF tests to the suite
10472
10473Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10476 compiler.
10477
10478Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10481
10482Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10483
10484 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10485 defined in entities content
10486
10487Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10488
10489 * SAX.c: Fixed validation bug #108858 on namespace names using
10490 entities and reported by Brent Hendricks
10491 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10492 --debug output.
10493
10494Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10495
10496 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10497 about the DocType node not being reported sometimes.
10498 * python/tests/reader.py: added to test to the regression checks
10499
10500Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10501
10502 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10503 reported by Edd Dumbill
10504
10505Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10506
10507 * HTMLparser.c parser.c parserInternals.c: patch from
10508 johan@evenhuis.nl for #107937 fixing some line counting
10509 problems, and some other cleanups.
10510 * result/HTML/: this result in some line number changes
10511
10512Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10513
10514 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10515 instead of libxml.spec
10516 * relaxng.c: fixed some of the error reporting excessive
10517 verbosity
10518 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10519 xmlschemastypes.c: removed some warnings from gcc
10520 * doc/libxml2-api.xml: rebuilt
10521
10522Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10523
10524 * relaxng.c: another optimization, for choice this time
10525 * result/relaxng/spec1* result/relaxng/tutor12_1*
10526 result/relaxng/tutor3_7: cleanups.
10527
10528Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10529
10530 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10531 * test/relaxng/testsuite.xml: augmented the test suite
10532 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10533 some schemas validation tests in the presence of foreign
10534 namespaces.
10535
10536Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10537
10538 * relaxng.c: added another interleave speedup.
10539
10540Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10541
10542 * xmlschemastypes.c: added integer and fixed one of the
10543 IDREFS regression tests pbm
10544 * result/relaxng/docbook_0.err: updated
10545
10546Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10547
10548 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10549 declared both in the DTD and in the Schemas <grin/>
10550 * relaxng.c: more debug, added a big optimization for <mixed>
10551 * test/relaxng/testsuite.xml: augmented the testsuite
10552 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10553 DocBook example to the regression tests
10554
10555Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10556
10557 * check-xsddata-test-suite.py: cosmetic change for output
10558 * relaxng.c: try to minimize calls to malloc/free for states.
10559
10560Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10561
10562 * tree.c: removed a warning
10563 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10564 support
10565 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10566 cleanup/improvements of the regression tests batch
10567 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10568
10569Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10570
10571 * relaxng.c: fixed error msg cleanup deallocation
10572 * xmlschemastypes.c: added a function to handle lists of
10573 atomic types, added support for IDREFS
10574
10575Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10576
10577 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10578 and IDREF, usable from RelaxNG now
10579 * include/libxml/xmlschemastypes.h: need to add a new interface
10580 because the validation modifies the infoset
10581 * test/relaxng/testsuite.xml: extended the testsuite
10582
10583Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10584
10585 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10586 shemas datatype ID/IDREF support still missing though.
10587 * xmlreader.c: fix a crashing bug with prefix raised by
10588 Merijn Broeren
10589 * test/relaxng/testsuite.xml: augmented the testsuite with
10590 complex inheritance tests
10591
10592Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10593
10594 * relaxng.c: switched back to the previous Relax-NG code base,
10595 the derivation algorithm need severe constraining code to avoid
10596 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10597 TEI based example and other bugs
10598 * result/relaxng/*err: updated the results
10599 * test/relaxng/testsuite.xml: started a new test suite
10600
10601Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10602
10603 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10604 that the original RelaxNG validation code was un-fixeable, it got
10605 rewritten to use the derivation algorithm from James Clark and
10606 redebugged it (nearly) from scratch:
10607 found 373 test schemas: 372 success 1 failures
10608 found 529 test instances: 529 success 0 failures
10609
10610Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10611
10612 * SAX.c parser.c: fix some recursion problems introduced in the
10613 last release.
10614 * relaxng.c: more debugging of the RNG validation engine, still
10615 problems though.
10616
10617Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10618
10619 * Makefile.am: stop generating wrong result file with * in name
10620 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10621 * result/relaxng/demo* test/relaxng/demo: added the tests from
10622 Sebastian reproducing the problem.
10623
10624Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10625
10626 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10627 up Aleksey's change
10628
10629Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10630
10631 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10632 variable to control the indentation for the xmllint "--format"
10633 option
10634
10635Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10636
10637 * encoding.c: applied Gennady's patch against buffer overrun
10638
10639Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10640
10641 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10642 Clark it appeared I had bug in URI parsing code ...
10643 * relaxng.c include/libxml/relaxng.h: completely revamped error
10644 reporting to not loose message from optional parts.
10645 * xmllint.c: added timing for RNG validation steps
10646 * result/relaxng/*: updated the result, all error messages changed
10647
10648Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10649
10650 * xpath.c: fix bug #107804, the algorithm used for document order
10651 computation was failing on attributes.
10652
10653Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10654
10655 * valid.c: fix bug #107764 , possibility of buffer overflow
10656 in xmlValidDebug()
10657
10658Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10659
10660 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10661 from Philipp Dunkel
10662
10663Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10664
10665 * xmlschemastype.c: made powten array static it should not be exported
10666 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10667 parser function.
10668 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10669
10670Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10671
10672 * tree.c: fixed a node dump crash on attributes
10673 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10674 an URI test bug and get better output.
10675
10676Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10677
10678 * check-xsddata-test-suite.py: give more infos
10679 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10680 REF->DEF in attribute values.
10681
10682Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10683
10684 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10685 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10686 regression tests from James Clark.
10687
10688Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10689
10690 * relaxng.c xmlschemas.c xmlschemastypes.c
10691 include/libxml/xmlschemastypes.h: added param support for relaxng
10692 type checking, started to increment the pool of simple types
10693 registered, still much work to be done on simple types and
10694 facets checkings.
10695
10696Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10697
10698 * entities.c: fixes again one of the problem raised by
10699 James Clark in #106788
10700
10701Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10702
10703 * relaxng.c: Fixed a couple of problem raised by James Clark
10704 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10705 datatype level still not fixed though.
10706
10707Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10708
10709 * configure.in: preparing release 2.5.4
10710 * doc/*: updated and rebuilt the docs
10711 * relaxng.c: removed warnings
10712 * result/relaxng/*: updated the results
10713
10714Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10715
10716 * valid.c: fixes a DTD regexp generation problem.
10717
10718Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10719
10720 * parser.c: fixes bug #105998 about false detection of
10721 attribute consumption loop.
10722
10723Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10726
10727Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10728
10729 * SAX.c: fixed bug #105992
10730
10731Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10732
10733 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10734 element.
10735 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10736 found 373 test schemas: 369 success 4 failures
10737 found 529 test instances: 525 success 4 failures
10738 * check-relaxng-test-suite.py: added memory debug reporting
10739
10740Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10741
10742 * uri.c parser.c: some warning removal on Igor's patch
10743 * tree.c: seems I messed up with #106788 fix
10744 * python/libxml.c: fixed some base problems when Python provides
10745 the resolver.
10746 * relaxng.c: fixed the interleave algorithm
10747 found 373 test schemas: 364 success 9 failures
10748 found 529 test instances: 525 success 4 failures
10749 the resulting failures are bug in the algorithm from 7.3 and
10750 lack of support for params
10751
10752Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10753
10754 * parser.c: another fix for nodeinfo in entities problem
10755 * tree.c entities.c: fixed bug #106788 from James Clark
10756 some spaces need to be serialized as character references.
10757
10758Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10759
10760 * parser.c uri.c: fixed the bug I introduced in the path
10761 handling, reported by Sebastian Bergmann
10762
10763Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10764
10765 * parser.c: fixing some nodeinfo in entities problem raised
10766 by Glenn W. Bach
10767 * relaxng.c: implemented the first section 7.3 check
10768 * result/relaxng/*: updated the results
10769
10770Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * relaxng.c: fixed some problems in the previous commit
10773 and finished implementing 4.16 rules checking
10774 found 373 test schemas: 353 success 20 failures
10775 found 529 test instances: 519 success 6 failures
10776 * result/relaxng/*: updated the results
10777
10778Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10779
10780 * relaxng.c: implemented checks from section 7.2
10781
10782Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10783
10784 * relaxng.c: implemented the checks from section 7.1, fixed
10785 some of the 4.20 and 4.21 problems.
10786 found 373 test schemas: 338 success 35 failures
10787 found 529 test instances: 519 success 6 failures
10788 * result/relaxng/*: updated the results
10789
10790Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10791
10792 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10793 * result/relaxng/*: updated the results
10794
10795Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10796
10797 * relaxng.c: more bugfixes
10798 * result/relaxng/*: updated the results
10799
10800Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10801
10802 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10803 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10804 * SAX.c: ensured xmlDoc.URL is always canonic
10805 * parser.c: obsoleted xmlNormalizeWindowsPath
10806 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10807 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10808 * win32/libxml2.def.src: added few exports
10809
10810Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10811
10812 * Makefile.am configure.in: patched to have shared libraries
10813 for Python regression tests and static binaries for gdb debug
10814 in my development environment
10815 * relaxng.c: more bugfixes
10816 found 373 test schemas: 296 success 77 failures
10817 found 529 test instances: 516 success 8 failures
10818 * result/relaxng/*: updated the results
10819
10820Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10821
10822 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10823
10824Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10825
10826 * xmlschemastypes.c: float/double check bugfix
10827 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10828 validation
10829 * xmlreader.c: add a TODO for Jody
10830 * relaxng.c: bugfix bugfix bugfix
10831 found 373 test schemas: 300 success 73 failures
10832 found 529 test instances: 507 success 10 failures
10833 * result/relaxng/*: updated the results
10834
10835Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10836
10837 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10838
10839Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10840
10841 * relaxng.c check-relaxng-test-suite.py: more work on the
10842 RelaxNG implementation conformance testing.
10843 found 373 test schemas: 284 success 89 failures
10844 found 529 test instances: 448 success 47 failures
10845 * result/relaxng/*: updated the results
10846
10847Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10848
10849 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10850 a patch from Kjartan Maraas to fix some typos
10851
10852Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10853
10854 * relaxng.c: more bug-hunting
10855 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10856 intermediate rng tree
10857 * python/generator.py: patch from Stephane Bidoul to fix the generator
10858 on python < 2.2
10859
10860Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10861
10862 * check-relaxng-test-suite.py relaxng.c: more testing on the
10863 Relax-NG front, cleaning up the regression tests failures
10864 current state and I forgot support for "mixed":
10865 found 373 test schemas: 280 success 93 failures
10866 found 529 test instances: 401 success 68 failures
10867 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10868 moved the Name, NCName and QName validation routine in tree.c
10869 * uri.c: fixed handling of URI ending up with #, i.e. having
10870 an empty fragment ID.
10871 * result/relaxng/*: updated the results
10872
10873Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10874
10875 * check-xinclude-test-suite.py: improved the script accordingly
10876 to the XInclude regression tests updates
10877 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10878 November 2002
10879 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10880 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10881 augmented the Xpointer testsuite for the element() scheme
10882
10883Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10884
10885 * relaxng.c: added TODO for the DTD compatibility spec
10886 * xinclude.c: more bug fixes driven by the testsuite
10887
10888Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10889
10890 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10891 regression tests for XInclude, improved the script, improving
10892 XInclude error reporting mechanism
10893
10894Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10895
10896 * NEWS doc/* configure.in: preparing release 2.5.3
10897
10898Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10899
10900 * tree.c: trying to fix #104934 about some XHTML1 serialization
10901 issues.
10902
10903Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10904
10905 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10906 encoding conversion when the input buffer stops in the
10907 middle of a multibyte char
10908
10909Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10910
10911 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10912 * check-relaxng-test-suite.py: python script to run regression
10913 against OASIS RelaxNG testsuite
10914 * relaxng.c: some cleanup tweaks
10915 * HTMLparser.c globals.c: cleanups in comments
10916 * doc/libxml2-api.xml: updated the API
10917 * result/relaxng/*: errors moved files, so large diffs but
10918 no changes at the semantic level.
10919
10920Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10921
10922 * tree.c: fixing #105678 problem when dumping a namespace node.
10923
10924Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10925
10926 * xpath.c: fixed doc comment problems
10927 * python/generator.py python/libxml_wrap.h python/types.c: adding
10928 RelaxNG wrappers
10929 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10930 test of those early Python RelaxNG bindings
10931
10932Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10933
10934 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10935 * relaxng.c: found the validation problem I had with interleave
10936 when not covering all remaining siblings
10937 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10938 testsuite and check the RNG schemas against the RNG schemas
10939 given in appendix A
10940
10941Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10942
10943 * win32/Makefile.msvc: updates for RelaxNG
10944 * win32/Makefile.mingw: updates for RelaxNG
10945 * win32/libxml2.def.src: added RelaxNG exports
10946
10947Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10948
10949 * xinclude.c: applied another bug fix from Sean Chittenden
10950
10951Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10952
10953 * configure.in xmllint.c: I f...ed up the default configuration
10954 of schemas and --relaxng option display in xmllint, pointed by
10955 Morus Walter.
10956 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10957 detection module, fixes bug #105374.
10958
10959Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10960
10961 * xmlschemastypes.c: added the boolean base type.
10962
10963Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10964
10965 * xmlschemastypes.c: started implementing some of the missing
10966 default simple types
10967 * result/relaxng/*: updated the results
10968
10969Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10970
10971 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10972
10973Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10974
10975 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10976 * Makefile.am: use xmllint for doing the RelaxNG tests
10977 * configure.in: preparing 2.5.2 made schemas support default to
10978 on instead of off
10979 * relaxng.c: removed the verbosity
10980 * xmllint.c: added --relaxng option
10981 * python/generator.py python/libxml_wrap.h: prepared the integration
10982 of the new RelaxNG module and schemas
10983 * result/relaxng/*: less verbose output
10984
10985Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10986
10987 * valid.c: do not run content model validation if the
10988 content is not determinist
10989
10990Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10991
10992 * SAX.c: added the redefinition of namespaced attribute
Rob Richardsb6b2ee12008-05-03 12:34:25 +000010993 check that was missing as Fabrice Desr� pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000010994
10995Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10996
10997 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10998 improvements from Nick Kew, allowing to do more checking
10999 to HTML elements and attributes.
11000
11001Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11002
11003 * xinclude.c: fixing bug #105137 about entities declaration
11004 needing to be copied to the including document.
11005
11006Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * catalog.c: fixed bug #104817 with delegateURI
11009 * xpath.c: fixing bugs #104123 and #104125
11010
11011Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11012
11013 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11014 python/types.c: fixing #104096 to compile without regexps
11015
11016Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11017
11018 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11019 when building the automata for elem*
11020
11021Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11022
11023 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11024 bug #103827
11025
11026Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11027
11028 * HTMLparser.c: updating a comment, fixing #103776
11029
11030Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11031
11032 * parser.c: fixing bug 105049 for validity checking of content
11033 within recursive entities.
11034
11035Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11036
11037 * HTMLparser.c: try to fix # 105049
11038 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11039 * tree.c: updated a function comment
11040
11041Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11042
11043 * relaxng: more work on grammars and refs/defs
11044 * test/relaxng/* result/relaxng/*: augmented/updated the
11045 regression tests
11046
11047Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11048
11049 * relaxng: more work on name classes, except support
11050 * test/relaxng/* result/relaxng/*: augmented/updated the
11051 regression tests
11052
11053Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11054
11055 * relaxng: more work on name classes, the "validate all" schemas
11056 seems to work now.
11057 * test/relaxng/* result/relaxng/*: augmented/updated the
11058 regression tests
11059
11060Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11061
11062 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11063 * parser.c: put a guard against infinite document depth, basically
11064 trying to avoid another kind of DoS attack.
11065 * relaxng.c: some code w.r.t. nameClasses
11066
11067Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11068
11069 * test/relaxng/* result/relaxng/*: check all the namespace support
11070 was actually correct based on tutorial section 10.
11071
11072Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11073
11074 * relaxng: include seems to work okay now
11075 * test/relaxng/* result/relaxng/*: augmented/updated the
11076 regression tests
11077
11078Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11079
11080 * relaxng.c: a bit of work done in the train back.
11081 * test/relaxng/*: added one of the include tests
11082
11083Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11084
11085 * relaxng: more work done in the train
11086 * test/relaxng/* result/relaxng/*: augmented/updated the
11087 regression tests
11088
11089Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11090
11091 * relaxng.c: debugging of externalRef
11092 * test/relaxng/* result/relaxng/*: augmented/updated the
11093 regression tests
11094
11095Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11096
11097 * relaxng.c: more work on Relax-NG, implementing externalRef
11098 * test/relaxng/* result/relaxng/*: augmented/updated the
11099 regression tests
11100 * Makefile.am: cleanup to Relaxtests target
11101
11102Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11103
11104 * relaxng.c: more work on Relax-NG, implementing interleave
11105 * test/relaxng/* result/relaxng/*: augmented/updated the
11106 regression tests
11107
11108Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11109
11110 * relaxng.c: more work on Relax-NG, implementing interleave
11111 * test/relaxng/* result/relaxng/*: augmented/updated the
11112 regression tests
11113
11114Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11115
11116 * doc/tutorial/customfo.xsl
11117 * doc/tutorial/customhtml.xsl
11118 adding stylesheet customizations used to generate fo
11119 for pdf and html
11120
11121Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * relaxng.c: more work on Relax-NG
11124 * test/relaxng/* result/relaxng/*: augmented/updated the
11125 regression tests
11126 * xmlschemastypes.c: added a number of base type definition but not
11127 the associated checks, those are still TODOs
11128
11129Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11130
11131 in docs/tutorial:
11132 * apa.html
11133 * apb.html
11134 * apc.html
11135 * apd.html
11136 * ape.html
11137 * apf.html
11138 * apg.html
11139 * ar01s02.html
11140 * ar01s03.html
11141 * ar01s04.html
11142 * ar01s05.html
11143 * ar01s06.html
11144 * ar01s07.html
11145 * ar01s08.html
11146 * index.html
11147 * xmltutorial.pdf
11148 * xmltutorial.xml
11149 add index to tutorial
11150
11151Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11152
11153 * doc/xmlcatalog.1
11154 * doc/xmlcatalog_man.html
11155 * doc/xmlcatalog_man.xml
11156 belatedly fixing bug #93622 (adds rewriteURI type to
11157 "--add" option in xmlcatalog man page
11158
11159Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11160
11161 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11162 Julio Merino, closing #104475
11163
11164Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11165
11166 * relaxng.c: more work on Relax-NG
11167 * test/relaxng/* result/relaxng/*: augmented/updated the
11168 regression tests
11169
11170Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11171
11172 * relaxng.c: more work on Relax-NG
11173 * test/relaxng/* result/relaxng/*: augmented/updated the
11174 regression tests
11175
11176Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11177
11178 * README: updated the policy on private mail answers
11179 * relaxng.c: more work on Relax-NG
11180 * test/relaxng/* result/relaxng/*: augmented/updated the
11181 regression tests
11182
11183Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11184
11185 * error.c parser.c tree.c: applied a documentation patch from
11186 Stefan Kost
11187
11188Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11189
11190 * relaxng.c: more work on Relax-NG
11191 * doc/*: regenerated the docs
11192 * test/relaxng/* result/relaxng/*: updated and augmented the
11193 Relax-NG regression tests and results
11194
11195Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11196
11197 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11198 First commit of the new Relax-NG validation code, not generally
11199 useful yet.
11200 * test/relaxng/* result/relaxng/*: current state of the regression
11201 tests
11202
11203Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11204
11205 * tree.c: minimized the memory allocated for GetContent
11206 and a bit of cleanup.
11207
11208Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11209
11210 * python/generator.py: seems there is no good reasons to
11211 not generate bindings for XPointer
11212
11213Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11214
11215 * xmlreader.c doc/apibuild.py: applied a new patch from
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011216 St�phane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011217 * doc/libxml2-api.xml: rebuilt the API description with
11218 new entry points
11219
11220Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11221
11222 * xmlreader.c python/drv_libxml2.py python/generator.py
11223 python/libxml.c python/libxml.py python/libxml_wrap.h
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011224 python/types.c: patch from St�phane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011225 context error message APIs
11226 * python/tests/ctxterror.py python/tests/readererr.py:
11227 update of the tests
11228
11229Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11230
11231 * doc/guidelines.html
11232 grammar and spelling cleanup
11233
11234Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11235
11236 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11237 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011238 a patch from St�phane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011239 and warning handling
11240 * python/tests/Makefile.am python/tests/readererr.py: adding the
11241 specific regression test
11242
11243Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11244
11245 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11246 should raise a syntax error
11247
11248Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11249
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011250 * python/libxml.c: cleanup patch from St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011251
11252Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11253
11254 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11255
11256Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11257
11258 * python/generator.py python/libxml.c python/libxml.py
11259 python/libxml_wrap.h python/types.c: applied and fixed a patch
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011260 from St�phane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011261 Python level.
11262 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11263 regression test for it.
11264
11265Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11266
11267 * xmlreader.c: fixed the streaming property of the reader,
11268 it was generating tree faster than consuming it. Pointed out
11269 by Nate Myers
11270 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11271
11272Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11273
11274 * win32/libxml2.def.src: added more xmlreader and other exports
11275
11276Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11277
11278 * xpath.c: fix to the XPath implementation for parent and
11279 ancestors axis when operating on a Result Value Tree.
11280 Fixes bug #100271
11281
11282Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11283
11284 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11285 to fix some URI/file escaping problems
11286
11287Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11288
11289 * python/generator.py: fixed a bug raised by Raymond Wiker,
11290 docSetRootElement() should not raise an exception if the
11291 return is None
11292
11293Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11294
11295 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11296 fixed bug #102181 by applying the suggested change and fixing
11297 the generation/registration problem.
11298
11299Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11300
11301 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11302 routines.
11303
11304Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11305
11306 * parser.c: one more IsEmptyElement crazyness, that time in
11307 external parsed entities if substitution is asked.
11308 * python/tests/reader3.py: added a specific test.
11309
11310Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11311
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011312 * python/drv_libxml2.py: update from St�phane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011313 support and improved error handler registration
11314
11315Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11316
11317 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11318 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11319 * README: fixed a link
11320
11321Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11322
11323 * configure.in doc/* NEWS: preparing 2.5.1 release
11324 * SAX.c parser.c: fixing XmlTextReader bug
11325
11326Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11327
11328 * SAX.c: fuck, I introduced a memory leak on external parsed
11329 entities in 2.5.0 :-(
11330
11331Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11332
11333 * xmllint.c: another fix needed as pointed by Christophe Merlet
11334 for --stream --debug if compiled without debug support.
11335
11336Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11337
11338 * doc/xmllint.xml
11339 * doc/xmllint.1:
11340 update man page with --stream and --chkregister
11341
11342Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11343
11344 * globals.c: fixed --with-threads compile
11345 * xmllint.c: fixed --without-debug compile
11346 * include/libxml/globals.h: cleanup
11347 * include/libxml/schemasInternals.h: add a missing include
11348
11349Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11350
11351 * configure.in NEWS: preparing 2.5.0 release
11352 * SAX.c: only warn in pedantic mode about namespace name
11353 brokeness
11354 * globals.c: fix a doc generation problem
11355 * uri.c: fix #101520
11356 * doc/*: updated and rebuilt the doc for the release, includuding
11357 stylesheet update
11358 * python/Makefile.am: fix a filename bug
11359
11360Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11361
11362 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11363 should not be called.
11364
11365Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11366
11367 * libxml-2.0.pc.in: applied the patch to fix #101894
11368
11369Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11370
11371 * tree.c : applied patch from Lukas Schroeder for register callbacks
11372 * valid.c: modified patch from Lukas Schroeder to test
11373 register callbacks with --chkregister
11374
11375Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11376
11377 * xmlreader.c: seriously changed the way data are pushed to
11378 the underlying parser, go by block of 512 bytes instead of
11379 tryng to detect tag boundaries at that level. Changed the
11380 way empty element are detected and tagged.
11381 * python/tests/reader.py python/tests/reader2.py
11382 python/tests/reader3.py: small changes mostly due to context
11383 reporting being different and DTD node being reported. Some
11384 errors previously undetected are now caught and fixed.
11385 * doc/xmlreader.html: flagged last section as TODO
11386
11387Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11388
11389 * python/libxml.py: integrated the Python 2.2 optimizations
11390 from Hannu Krosing, while maintaining compatibility with
11391 1.5 and 2.1
11392
11393Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11394
11395 * xmllint.c: a bit of cleanup
11396 * xmlreader.c: small fix
11397 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11398 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11399
11400Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11401
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011402 * python/setup.py.in: patch from St�phane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011403 drv_libxml2.py in setup.py
11404
11405Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11406
11407 * doc/xmlreader.html: starting documenting the new XmlTextReader
11408 interface.
11409
11410Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11411
11412 * xmllint.c: added the --stream flag to use the TextReader API
11413 * xmlreader.c: small performance tweak
11414
11415Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11416
11417 * xmlreader.c python/tests/reader2py: okay the DTD validation
11418 code on top of the XMLTextParser API should be solid now.
11419
11420Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11421
11422 * xmlreader.c python/tests/reader2py: Fixing some more mess
11423 with validation and recursive entities while using the
11424 reader interface, it's getting a bit messy...
11425
11426Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11427
11428 * xmlreader.c python/tests/reader.py: another couple of problem
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011429 related to IsEmptyElement reported by St�phane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011430 some fixes.
11431
11432Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11433
11434 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011435 integrated drv_libxml2.py Python xml.sax driver from St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011436 based on the python XmlTextReader interface.
11437
11438Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11439
11440 * tree.c: backing out one change in the last patch which broke the
11441 regression tests
11442
11443Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11444
11445 * global.data globals.c tree.c include/libxml/globals.h: applied
11446 an old patch from Lukas Schroeder to track node creation and
11447 destruction. Probably missing a lot of references at the moment
11448 and not usable reliably.
11449
11450Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11451
11452 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11453 from doc/news.html and a stylesheet
11454
11455Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11456
11457 * xmlreader.c python/tests/reader.py: fixed another couple of
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011458 xmlreader bugs reported by St�phane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011459
11460Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11461
11462 * xmlreader.c python/tests/reader2.py: fixed another validity
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011463 checking in external parsed entities raised by St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011464 and added a specific regression test.
11465 * python/tests/reader3.py: cleanup
11466
11467Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11468
11469 * xmlreader.c python/tests/reader2.py: fixed a problem with
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011470 validation within entities pointed by St�phane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011471 the tests to catch those.
11472
11473Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11474
11475 * python/generator.py: modified the generator to allow keeping
11476 class references when creating new classes, needed to fix a bug
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011477 pointed by St�phane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011478 xmlTextReader instance gets destroyed if the python wrapper for
11479 the input is not referenced anymore.
11480
11481Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11482
11483 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011484 pointed by St�phane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011485
11486Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11487
11488 * xmlreader.c python/tests/reader.py: fixed another problem
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011489 pointed by St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011490
11491Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11492
11493 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11494 with "<a/>"
11495
11496Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11497
11498 * SAX.c: warn on xmlns:prefix="foo"
11499 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11500 for namespace attributes handling.
11501
11502Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11503
11504 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11505 a really nasty problem raised by a DocBook XSLT transform
11506 provided by Sebastian Bergmann
11507
11508Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11509
11510 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011511 by St�phane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011512
11513Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11514
11515 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11516 extended the XmlTextReader API a bit, addding accessors for
11517 the current doc and node, and an entity substitution mode for
11518 the parser.
11519 * python/libxml.py python/libxml2class.txt: related updates
11520 * python/tests/Makefile.am python/tests/reader.py
11521 python/tests/reader2.py python/tests/reader3.py: updated a bit
11522 the old tests and added a new one to test the entities handling
11523
11524Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11525
11526 * python/generator.py python/libxml2class.txt
11527 python/tests/reader.py python/tests/reader2.py: changed the
11528 generator to provide casing for the XmlTextReader similar to
11529 C# so that examples and documentation are more directly transposable.
11530 Fixed the couple of tests in the suite.
11531
11532Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11533
11534 * doc/guidelines.html: added a document on guildeline for
11535 publishing and deploying XML
11536
11537Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11538
11539 * valid.c xmlreader.c: final touch running DTD validation
11540 on the XmlTextReader
11541 * python/tests/Makefile.am python/tests/reader2.py: added a
11542 specific run based on the examples from test/valid/*.xml
11543
11544Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11545
11546 * python/libxml.py: added a few predefined xmlTextReader parser
11547 configuration values.
11548
11549Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11550
11551 * python/libxml_wrap.h: trying to fix #102037
11552
11553Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11554
11555 * SAX.c: fixing bug #95296, when the predefined entities
11556 are redefined in the DTD the default one must be used
11557 instead anyway.
11558
11559Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11560
11561 * doc/xmllint.xml
11562 * doc/xmllint.1
11563 Add discussion of XML_DEBUG_CATALOG to xmllint man
11564 page - bug #100907
11565
11566Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11567
11568 * xmlreader.c: Fixed the empty node detection to avoid reporting
11569 an inexistant close tag.
11570
11571Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11572
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011573 * python/libxml.c python/setup.py.in: patch from St�phane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011574 for Python 2.1
11575
11576Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11577
11578 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11579
11580Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11581
11582 * doc/libxml2-api.xml python/tests/reader.py: one really need
11583 to provide the base URI information when creating a reader parser
11584 from an input stream. Updated the API and the example using it.
11585
11586Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11587
11588 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11589 include/libxml/valid.h include/libxml/xmlreader.h: working on
11590 DTD validation on top of xml reader interfaces. Allows to
11591 validate arbitrary large instances. This required some extensions
11592 to the valid module interface and augmenting the size of xmlID
11593 and xmlRef structs a bit.
11594 * uri.c xmlregexp.c: simple cleanup.
11595
11596Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11597
11598 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11599 work on the xml reader interfaces.
11600 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11601 Web page for the Windows binaries.
11602
11603Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11604
11605 * xmlIO.c: applied a patch for VMS following the report by
11606 Nigel Hall
11607
11608Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11609
11610 * parser.c: the parseStartTag bug fix wasn't complete.
11611
11612Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11613
11614 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11615 parseStartTag, fixing it.
11616 * test/att4 result/att4 result/noent/att4: adding the test
11617 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11618 more methods to XmlTextReader.
11619
11620Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11621
11622 * win32/libxml2.def.src: added more xml reader exports
11623 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11624 to the build
11625
11626Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11627
11628 * doc/tutorial/xmltutorial.xml
11629 plus generated html and pdf
11630 Updating tutorial again based on further comments from Niraj
11631 Tolia on the last iteration
11632
11633Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11634
11635 * doc/tutorial/xmltutorial.xml
11636 * doc/tutorial/includekeyword.c
11637 * doc/tutorial/includegetattribute.c
11638 plus generated html and pdf
11639 Adding fix from Niraj Tolia to tutorial to properly free memory.
11640
11641Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11642
11643 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11644 more methods of XmlTextReader.
11645 * python/libxml2class.txt python/tests/reader.py: this increased the
11646 methods in the bndings, augmented the test to check those new
11647 functions.
11648
11649Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11650
11651 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11652 methods of XmlTextReader.
11653 * python/generator.py python/libxml_wrap.h python/types.c
11654 python/libxml2class.txt: added the reader to the Python bindings
11655 * python/tests/Makefile.am python/tests/reader.py: added a specific
11656 test for the Python bindings of the Reader APIs
11657 * parser.c: small cleanup.
11658
11659Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11660
11661 * xinclude.c: fallback was only copying the first child not the
11662 full child list of the fallback element, closes #89684 as reopened
11663 by Bernd Kuemmerlen
11664
11665Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11666
11667 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11668
11669Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * configure.in: preparing release of 2.4.30
11672 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11673 gives enum values, fix functype return type, put back fields in
11674 structs
11675 * doc/*: updated the docs rebuilt
11676
11677Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11680 about htmlNodeDumpOutput location.
11681 * xpath.c: removed an undefined function signature
11682 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11683 too many symbols in the API breaking the python bindings.
11684 Updated with the libxslt/libexslt changes.
11685
11686Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * configure.in: preparing release of 2.4.29
11689 * doc/*: rebuilt the docs and API
11690 * xmlreader.c: a few more fixes for the XmlTextReader API
11691
11692Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11693
11694 * include/win32config.h: applied mingw patch from Magnus Henoch
11695
11696Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11697
11698 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11699
11700Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11701
11702 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11703 building Python script, does the C parsing directly, generates
11704 a better API description including structure fieds defs and
11705 enums. Still a couple of bugs, but good enough for the python
11706 wrappers now.
11707 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11708 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11709 include/libxml/schemasInternals.h include/libxml/tree.h: more
11710 cleanup based on the python analysis script reports.
11711 * libxml.spec.in: make sure the API XML description is part of the
11712 devel package.
11713
11714Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11715
11716 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11717 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11718 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11719 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11720 code cleanup, especially the function comments.
11721 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11722
11723Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11724
11725 * Makefile.am xmlreader.c include/libxml/Makefile.am
11726 include/libxml/xmlreader.h: Adding a new set of APIs based on
11727 the C# TextXmlReader API but converted to C. Allow to parse
11728 in constant memory usage, far simpler to program and explain
11729 than the SAX like APIs, unfinished but working.
11730 * testReader.c: test program
11731
11732Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11733
11734 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11735
11736Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11737
11738 * tree.c: Chip turner indicated that XHTML1 serialization
11739 rule for style actually break on both IE and Mozilla,
11740 try to avoid the rule if escaping ain't necessary
11741
11742Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11743
11744 * nanhttp.c: handle HTTP URL escaping, problem reported by
11745 Glen Nakamura and Stefano Zacchiroli
11746
11747Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11748
11749 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11750
11751Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11752
11753 * uri.c: Johann Richard pointed out some XPointer problems for
11754 URN based URI references in XInclude. Modified the URI parsing
11755 and saving routines to allow correct parsing and saving of
11756 XPointers, especially when attached to "opaque" scheme accordingly
11757 to RFC 2396
11758
11759Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11760
11761 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11762 of refactoring to the HTML saving code.
11763 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11764 in the doc.
11765
11766Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11767
11768 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11769 to a buffer API to reuse the generic dump to an OutputIO layer,
11770 this reduces code, fixes xmlNodeDump() for XHTML, also made
11771 xmlNodeDump() now return the number of byte written.
11772
11773Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11774
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011775 * python/setup.py.in: another patch from St�phane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000011776 Python bindings on Windows
11777 * doc/parsedecl.py: small cleanup
11778
11779Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11780
11781 * libxml.spec.in configure.in: add a line in %changelog for releases
11782
11783Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11784
11785 * parser.c: patch from Marcus Clarke fixing a problem in entities
11786 parsing that was detected in KDe documentations environment.
11787
11788Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11789
11790 * python/libxml.c (libxml_prev): Return the previous as opposed to
11791 the next node (I guess this is the result of some cut & paste programming:)
11792
11793Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11794
11795 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11796
11797Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11798
11799 * python/generator.py python/libxml.c python/setup.py.in: trying
Rob Richardsb6b2ee12008-05-03 12:34:25 +000011800 to fix the Python bindings build on Windows (St�phane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000011801
11802Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11803
11804 * win32/configure.js: added option for python bindings
11805 * win32/libxml2.def.src: added more exports
11806
11807Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11808
11809 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11810 pthreads
11811 * win32/wince/*: applied updates to Windows CE port from Javier
11812
11813Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11814
11815 * configure.in: preparing 2.4.28
11816 * libxml.spec.in doc/Makefile.am: some cleanup
11817 * doc/*: updated the news and regenerated.
11818
11819Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11820
11821 * HTMLparser.c: final touch at closing #87235 </p> end tags
11822 need to be generated.
11823 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11824 this change slightly the output of a few tests
11825 * doc/*: regenerated
11826
11827Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11828
11829 * parserInternals.c: fixing bug #99190 when UTF8 document are
11830 parsed using the progressive parser and the end of the chunk
11831 is in the middle of an UTF8 multibyte character.
11832
11833Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11834
11835 * threads.c: fixed initialization problem in xmlNewGlobalState
11836 which was causing crash.
11837 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11838 in xmlInitializeGlobalState.
11839 * parserInternals.c: cleaned up ctxt->sax initialisation.
11840
11841Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11842
11843 * tree.c include/libxml/tree.h: modified the existing APIs
11844 to handle XHTML1 serialization rules automatically, also add
11845 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11846 libxslt serialization uses it when needed without changing
11847 the library API.
11848 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11849 result/xhtml1: added a new test specifically for xhtml1 output
11850 and updated the result of one XHTML1 test
11851
11852Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11853
11854 * xinclude.c parserInternals.c encoding.c: fixed #99082
11855 for xi:include encoding="..." support on text includes.
11856 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11857 test/XInclude/ents/isolatin.txt : added a specific regression test
11858 * python/generator.py python/libxml2class.txt: fixed the generator
11859 the new set of comments generated for doc/libxml2-api.xml were
11860 breaking the python generation.
11861
11862Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11863
11864 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11865 * configure.in: patch for Solaris on new autoconf closes #98880
11866 * doc/parsedecl.py: repair the frigging API building script,
11867 did I say that python xmllib sucks ?
11868 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11869 and some comment are no more truncated.
11870
11871Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11872
11873 * parser.c: Martin Stoilov pointed out a potential leak in
11874 xmlCreateMemoryParserCtxt
11875
11876Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11877
11878 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11879 included in HTML documents and using the push parser.
11880
11881Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11882
11883 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11884 specified, look for the Python interpreter not just in the
11885 specified root but also in the specified location. Fixes #98825
11886
11887Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11888
11889 * python/libxml.c: fixing bug #98792 , node may have no doc
11890 and dereferencing without checking ain't good ...
11891
11892Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11893
11894 * configure.in: preparing release 2.4.27
11895 * doc/* : updated and rebuilt the docs
11896 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11897 and all the docs are actually packaged and in the final RPMs
11898 * parser.c parserInternals.c include/libxml/parser.h: restore
11899 xmllint --recover feature.
11900
11901Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11902
11903 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11904 processing of parsed entities, and XPath computation on sustitued
11905 entities.
11906 * testXPath.c: make sure entities are substitued.
11907
11908Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11909
11910 * parser.c: fixed #96594, which was totally dependent on the
11911 processing of internal parsed entities, which had to be changed.
11912
11913Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11914
11915 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11916 trying to fix bug #98517 about building outside the source tree
11917 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11918
11919Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11920
11921 * include/win32config.h: cleanup
11922 * win32/Makefile.mingw: integrated mingw in JScript configure
11923 * win32/Makefile.msvc: modified to allow mingw coexistence
11924 * win32/configure.js: integrated mingw
11925 * win32/Readme.txt: cleanup
11926
11927Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11928
11929 * HTMLparser.c: strengthen the guard in the Pop macros,
11930 like in the XML parser, closes bug #97315
11931
11932Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11933
11934 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11935 callback is never used.
11936
11937Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11938
11939 * parserInternals.c: fixed the initialization of the SAX structure
11940 which was breaking xsltproc
11941 * xpath.c: patch from Petr Pajas for CDATA nodes
11942 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11943 * parser.c include/libxml/parser.h: patch from Peter Jones
11944 removing a leak in xmlSAXParseMemory() and adding the
11945 function xmlSAXParseMemoryWithData()
11946
11947Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11948
11949 adding pdf of tutorial, changing web page to link to it
11950 * doc/tutorial/xmltutorial.pdf
11951 * doc/xml.html
11952 * doc/docs.html
11953
11954Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11955
11956 * doc/tutorial/ar01s08.html
11957 adding file what I forgot for tutorial
11958
11959Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11960
11961 Adding encoding discussion to tutorial
11962 Added:
11963 * doc/tutorial/images/*.png: DocBook admonition image files
11964 * doc/tutorial/apf.html, apg.html: new generated html
11965 * doc/tutorial/includeconvert.c: conversion code entity file
11966 changed:
11967 * doc/tutorial/xmltutorial.xml: DocBook original
11968 * doc/tutorial/*.html: generated html
11969
11970Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11971
11972 * include/libxml/*.h: retired xmlwin32version.h
11973 * doc/Makefile.am: retired xmlwin32version.h
11974 * win32/configure.js: retired xmlwin32version.h
11975
11976Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11977
11978 * win32/libxml2.def.src: exported additional symbols
11979 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11980 sisterhood
11981
11982Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11983
11984 * globals.c: fixed a typo pointed out by Igor
11985 * xpath.c: try to speed up node compare using line numbers
11986 if available.
11987
11988Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11989
11990 * tree.c: make xmlFreeNode() handle attributes correctly.
11991
11992Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11993
11994 * catalog.c: completed the #96963 fix, as reported by Karl
11995 Eichwalder
11996
11997Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11998
11999 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12000
12001Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12002
12003 * Makefile.am: switched the order of a couple of includes
12004 to fix bugs #97100
12005
12006Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12007
12008 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12009 xmlLoadCatalogs that used to separate directories with a ':'.
12010
12011Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12012
12013 * threads.c: improvements to the Windows-side of thread handling
12014 * testThreads.c: conditionally excluded unistd.h
12015 * testThradsWin32.c: broke overlong lines
12016 * include/win32config.h: adapted thread-related macros to the new
12017 scheme and for pthreads on Windows
12018 * win32/Makefile.msvc: introduced a more flexible thread build,
12019 added testThreads[Win32].c to the build
12020 * win32/configure.js: introduced a more flexible thread config
12021
120222002-10-31 John Fleck <jfleck@inkstain.net>
12023
12024 * doc/xml.html (and, by implication, FAQ.html)
12025 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12026
12027Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12028
12029 * configure.in: removed xmlwin32version.h
12030 * include/libxml/Makefile.am: removed xmlwin32version.h
12031
12032Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * tree.c: applied patch from Brian Stafford to fix a bug
12035 in xmlReconciliateNs()
12036
12037Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * tree.c: applied patch from Christian Glahn to allow
12040 xmlNewChild() on document fragment nodes
12041
12042Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12043
12044 * parser.c: Christian Glahn found a problem with a recent
12045 patch to xmlParseBalancedChunkMemoryRecover()
12046 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12047 problems
12048 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12049 test/schemas/seq*: added the test cases from Charles
12050
12051Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12052
12053 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12054 serious cleanup of the spec file and associated changes
12055 in the Makefiles.
12056 * valid.c: try to remove some warnings on x86_64
12057
12058Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12061 fix bug #96586
12062
12063Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12064
12065 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12066 parsing, applied his patch
12067 * result/HTML/attrents.html result/HTML/attrents.html.err
12068 result/HTML/attrents.html.sax test/HTML/attrents.html:
12069 added the test and result case provided by Mikhail Sogrine
12070
12071Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12072
12073 * vms/build_libxml.com vms/config.vms vms/readme.vms
12074 include/libxml/parser.h include/libxml/parserInternals.h
12075 include/libxml/tree.h include/libxml/xmlIO.h
12076 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12077 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12078 Applied the VMS update patch from Craig A. Berry
12079 * doc/*.html: update
12080
12081Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12084
12085Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12086
12087 * debugXML.c: adding a grep command to --shell in xmllint
12088 for T.V. Raman
12089
12090Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12091
12092 * xmlcatalog.c: tried to fix some of the problem with --sgml
12093
12094Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12095
12096 * parser.c: tried to fix bug #91500 where doc->children may
12097 be overriden by a call to xmlParseBalancedChunkMemory()
12098
12099Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12100
12101 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12102 identifiers in SGML catalogs containing '&'
12103
12104Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * python/types.c: fixed bugs when passing result value tree
12107 to Python functions.
12108
12109Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12110
12111 * configure.in: preparing the release of 2.4.26
12112 * doc/*: updated and rebuilt the documentation
12113
12114Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12115
12116 * parser.c: fixed a XML Namespace compliance bug reported by
12117 Alexander Grimalovsky
12118
12119Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12120
12121 * HTMLtree.c: fixed serialization of script and style when
12122 they are not lowercase (i.e. added using the API to the tree).
12123
12124Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12125
12126 * valid.c: make xmlValidateDocument emit a warning msg if there
12127 is no DTD, pointed by Christian Glahn
12128
12129Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12130
12131 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12132 content model when some of the blocks have min or max, and a couple
12133 of bugs found in the process.
12134 * result/schemas/list0* test/schemas/list0*: added some specific
12135 regression tests
12136
12137Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * README: updated the contact informations
12140
12141Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12142
12143 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12144 misses it, reported by Peter Bray.
12145
12146Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12147
12148 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12149 and removed a few warnings
12150
12151Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12152
12153 * parser.c: Christian Glahn found a small bug in the push parser.
12154 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12155 public
12156
12157Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12158
12159 * xmlschemas.c include/libxml/xmlschemas.h: added
12160 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12161 * testSchemas.c: added --memory to test the new interface
12162
12163Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12164
12165 * doc/index.py doc/search.php: integrated the XSLT indexing,
12166 a few fixed in the indexer, added a scope selection at the
12167 search level.
12168
12169Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12172 this was due to uninitialized parts of the validation context
12173
12174Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12175
12176 * debugXML.c: applied patch from Mark Vakoc except the API
12177 change, preserved it.
12178 * doc/*: updated the docs to point to the search engine for
12179 information lookup or before bug/help reports.
12180
12181Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12182
12183 * doc/index.py doc/search.php: added mailing-list archives
12184 indexing and lookup
12185
12186Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12187
12188 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12189
12190Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12191
12192 * doc/index.py: improved HTML indexing
12193 * doc/search.php: make the queries also lookup the HTML based indexes
12194
12195Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * doc/index.py: added HTML page indexing
12198
12199Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12200
12201 * xmlIO.c: extended Windows path normalisation to fix the base
12202 problem in libxslt.
12203 * catalog.c: fixed list handling in XML_CATALOG_FILES
12204
12205Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12206
12207 * valid.c: typo/bug found by Christian Glahn
12208
12209Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12210
12211 * xmlIO.c: applied Windows CE patch from Javier.
12212 * win32/wince: new directory, contains support for the PocketPC
12213 with Windows CE from Javier.
12214 * include/win32config.h: reorganised, removed duplicate
12215 definitions and applied WinCE patch from Javier.
12216 * include/wsockcompat.h: new file, now contains WinSock
12217 compatibility macros.
12218 * win32/Makefile.msvc: introduced double-run compilation.
12219
12220Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * configure.in include/libxml/xmlwin32version.h: preparing release
12223 of 2.4.25
12224 * doc/*: updated and regenerated teh docs and web pages.
12225
12226Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12227
12228 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12229 error were not covering namespace declarations.
12230 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12231 it was missing the attribute declaration for the namespace
12232 * result/VC/NS3: the fix now report breakages in that test
12233
12234Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12235
12236 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12237
12238Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12239
12240 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12241 and regenerated the docs and web site
12242
12243Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12244
12245 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12246 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12247 not before
12248
12249Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12250
12251 * python/generator.py python/libxml2class.txt: fixed a stupid error
12252 breaking the python API
12253
12254Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12255
12256 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12257 triostr.c triostr.h: applied a trio update patch from
12258 Bjorn Reese which should work with MinGW
12259
12260Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12261
12262 * tree.c: improving some documentation comments
12263 * xmlregexp.c: found and fixed a mem leak with python regression tests
12264 * doc/*: rebuilt the doc and the API XML file including the
12265 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12266 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12267 python/types.c: added access to the XML Schemas regexps from
12268 python
12269 * python/tests/Makefile.am python/tests/regexp.py: added a
12270 simple regexp bindings test
12271
12272Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12273
12274 * doc/xml.html:
12275 fixing ftp links - thanks to Vitaly Ostanin
12276
12277Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12278
12279 * xmlregexp.c: fixed the data callback on transition functionality
12280 which was broken when using the compact form
12281 * result/schemas/*: updated the results, less verbose, all tests
12282 pass like before
12283 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12284 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12285 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12286 annoying warnings
12287 * xpath.c: try to provide better error report when possible
12288
12289Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12290
12291 * Makefile.am: fixed a breakage raised by Jacob
12292
12293Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12294
12295 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12296 which don't use sockets
12297
12298Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12299
12300 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12301 * win32/configure.js: applied zlib patch from Daniel Gehriger
12302
12303Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12304
12305 * win32/configure.js: applied the patch from Mark Vakoc for
12306 regexp support
12307 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12308 for regexp support
12309
12310Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * xmlschemastypes.c: as pointed by Igor Float and Double
12313 parsing ain't finished yet
12314
12315Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * Makefile.am configure.in: trying to fix #88412 by bypassing
12318 all the python subdir if python ain't detected
12319
12320Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12321
12322 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12323 made configuring with regexps/automata/unicode the default
12324 but without schemas ATM
12325 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12326 fixed the regexp based DTD validation performance and memory
12327 problem by switching to a compact form for determinist regexps
12328 and detecting the determinism property in the process. Seems
12329 as fast as the old DTD validation specific engine :-) despite
12330 the regexp built and compaction process.
12331
12332Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12333
12334 * valid.c: determinism is debugged, new DTD checking code now works
12335 but xmlFAComputesDeterminism takes far too much CPU and the whole
12336 set usues too much memory to be really usable as-is
12337
12338Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12339
12340 * tree.c: fixed another stupid bug in xmlGetNodePath()
12341 * xmllint.c: --version now report the options compiled in
12342
12343Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12344
12345 * HTMLparser.c: small cleanup
12346 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12347 when configured with them. A bit of debugging around the determinism
12348 checks is still needed
12349
12350Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12351
12352 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12353
12354Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12355
12356 * xmlIO.c: small portability glitch fixed.
12357
12358Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12359
12360 * xmlschemastypes.c: incomplete steps for real/double support
12361 * testAutomata.c include/libxml/xmlautomata.h
12362 include/libxml/xmlregexp.h: avoiding a compilation problem
12363 * valid.c include/libxml/valid.h: starting the work toward using
12364 the regexps for actual DTD validation
12365
12366Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12367
12368 * hash.c: cosmetic cleanup
12369 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12370 integrating a DTD validation layer based on the regexps
12371
12372Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12373
12374 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12375 the determinism was tested before eliminating the epsilon
12376 transitions :-(
12377
12378Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12379
12380 * python/generator.py python/libxml.c python/libxml.py
12381 python/libxml2-python-api.xml python/libxml2class.txt
12382 python/libxml_wrap.h python/types.c: updated the python
12383 bindings, added code for easier File I/O, and the ability to
12384 define a resolver from Python fixing bug #91635
12385 * python/tests/Makefile.am python/tests/inbuf.py
12386 python/tests/outbuf.py python/tests/pushSAXhtml.py
12387 python/tests/resolver.py python/tests/serialize.py: updated
12388 and augmented the set of Python tests.
12389
12390Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12391
12392 * win32/configure.js: added more readme info for the binary
12393 package.
12394
12395Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12396
12397 * xmlIO.c: fixed a stupid out of bound array error
12398
12399Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12400
12401 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12402 messing around with support for Windows path, cleanups,
12403 trying to identify and fix the various code path to the
12404 filename access. Added xmlNormalizeWindowsPath()
12405
12406Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12407
12408 * error.c valid.c: working on better error reporting of validity
12409 errors, especially providing an accurate context.
12410 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12411 error reports in those cases.
12412
12413Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12414
12415 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12416 parser.c parserInternals.c xmlIO.c: get rid of all the
12417 perror() calls made in the library execution paths. This
12418 should fix both #92059 and #92385
12419
12420Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12421
12422 * xmllint.c: memory leak reporting was broken after a change
12423 of the preprocessor symbol used to activate it.
12424
12425Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12426
12427 * tree.c: try to make the copy function work for node of
12428 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12429 DOM layers though, not libxml2 itself.
12430
12431Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12432
12433 * valid.c: try to provide file and line informations, not all
12434 messages are covered, but it's a (good) start
12435
12436Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12437
12438 * xinclude.c: reimplemented a large part of the XInclude
12439 processor, trying to minimize resources used, James Henstridge
12440 provided a huge test case which was exhibiting severe memory
12441 consumption problems.
12442
12443Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * python/Makefile.am: applied patch from Christophe Merlet to
12446 reestablish DESTDIR
12447
12448Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12449
12450 * libxml.spec.in: fixes libary path for x86_64 AMD
12451
12452Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12453
12454 * doc/tutorial/includekeyword.c
12455 * doc/tutorial/xmltutorial.xml:
12456 (plus resulting generated html files)
12457 fixing one spot I missed in the tutorial where I hadn't freed
12458 memory properly
12459
12460Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12461
12462 * doc/tutorial/includeaddattribute.c
12463 * doc/tutorial/includeaddkeyword.c
12464 * doc/tutorial/includegetattribute.c
12465 * doc/tutorial/includekeyword.c
12466 * doc/tutorial/xmltutorial.xml
12467 * doc/tutorial/*.html:
12468 update tutorial to properly free memory (thanks to Christopher
12469 R. Harris for pointing out that this needs to be done)
12470 * doc/tutorial/images/callouts/*.png:
12471 added image files so the callouts are graphical, making it
12472 easier to read ( use "--param callout.graphics 1" to generate
12473 html with graphical callouts)
12474
12475Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12476
12477 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12478 nice logos generated by Marc Liyanage
12479 * doc/site.xsl *.html: changed the stylesheet to show the new
12480 logo and regenerated the pages
12481
12482Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12483
12484 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12485
12486Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12487
12488 * xpath.c: possible mem leak patch from Jason Adams
12489
12490Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12491
12492 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12493 in the XQuery namespace
12494 * configure.in: preparing 2.4.24
12495 * doc/*.html: updated the web pages
12496
12497Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12498
12499 * python/generator.py: closing bug #85258 by generating conditional
12500 compile check to avoid linking to routines not configured in.
12501
125022002-08-22 Havoc Pennington <hp@pobox.com>
12503
12504 * autogen.sh: update error message for missing automake
12505
12506Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12507
12508 * python/Makefile.am: typo in target name resulted in libxml2.py
12509 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12510
12511Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12512
12513 * win32/win32/Makefile.mingw: updated with version from
12514 Elizabeth Barham at http://soggytrousers.net/repository/
12515
12516Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12517
12518 * win32/Makefile.msvc: added the prefix location to the include
12519 and lib search path.
12520
125212002-08-18 Havoc Pennington <hp@pobox.com>
12522
12523 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12524 both automake 1.6 and 1.4 installed get the right automake. Means
12525 compilation from CVS will now require the latest automake 1.4
12526 release, or manually creating symlinks called "automake-1.4" and
12527 "aclocal-1.4"
12528
12529Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12530
12531 * configure.in python/Makefile.am: more AMD 64 induced changes from
12532 Frederic Crozat
12533
12534Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12535
12536 * xinclude.c: oops I was missing the xml:base fixup too
12537 * result/XInclude/*.xml: this adds xml:base attributes to most
12538 results of the tests
12539
12540Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12541
12542 * xinclude.c: quick but apparently working implementation of
12543 xi:fallback, should close bug #89684
12544 * Makefile.am test/XInclude/docs/fallback.xml
12545 result/XInclude/fallback.xml: added a basic test for fallback,
12546 and run with --nowarning to avoid a spurious warning
12547 * configure.in: applied patch from Frederic Crozat for python
12548 bindings on AMD 64bits machines.
12549
12550Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12551
12552 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12553 the caller don't pass a SAX callback block.
12554
12555Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12556
12557 * tree.c: applied the same fix for the XML-1.0 namespace to
12558 xmlSearchNsByHref() as was done for xmlSearchNs()
12559
12560Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12561
12562 * libxml.3: small cleanup of the man page
12563 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12564 when serializing HREF attributes generated by XSLT.
12565
12566Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12567
12568 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12569 version of Marc Liyanage' patch for boolean attributes in HTML
12570 output
12571
12572Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12573
12574 * python/tests/serialize.py: fixed the test results, indenting
12575 behaviour changed slightly
12576
12577Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12578
12579 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12580 new c14n function to Windows def files
12581
12582Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12583
12584 * c14n.c: fixed a memory leak in c14n code
12585
12586Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12587
12588 * parser.c include/libxml/parser.h: adding a new API for Christian
12589 Glahn: xmlParseBalancedChunkMemoryRecover
12590 * valid.c: patch from Rick Jones for some grammar cleanup in
12591 validation messages
12592 * result/VC/* result/valid/*: this slightly change some of the
12593 regression tests outputs
12594
12595Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12596
12597 * tree.c: trying to fix a problem in namespaced attribute handling
12598 raised by Christian Glahn
12599
12600Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12601
12602 * encoding.c include/libxml/encoding.h: Opening the interface
12603 xmlNewCharEncodingHandler as requested in #89415
12604 * python/generator.py python/setup.py.in: applied cleanup
12605 patches from Marc-Andre Lemburg
12606 * tree.c: fixing bug #89332 on a specific case of loosing
12607 the XML-1.0 namespace on xml:xxx attributes
12608
12609Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12610
12611 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12612 corner case from new Merlin's test suite and added a callback
12613 that will be used to improve xmlsec performance
12614
12615Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12616
12617 * HTMLtree.c: trying to fix the <style> escaping problem in
12618 HTML serialization bug #89342
12619
12620Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12621
12622 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12623 and rebuilt the web site.
12624
12625Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12626
12627 * include/libxml/tree.h: added _private member to xmlNs struct
12628
12629Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12630
12631 * HTMLparser.c: fixing bug #84876 based on the xml working
12632 code.
12633
12634Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12635
12636 * python/Makefile.am: enhanced to fix bug 72012 (errors
12637 when using '-jX' make parameter)
12638
12639Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12640
12641 * xpath.c: small additional enhancement for booleans
12642 compared to nodesets
12643
12644Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12645
12646 * HTMLtree.c: changed the order of the encoding declaration
12647 attributes in the meta tags due to a bug in IE/Mac
12648
12649Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12650
12651 * xpath.c: enhanced handling of booleans (especially '='
12652 and '!=' for nodesets) - fixes bug 85256. Added new
12653 routine xmlXPathNotEqualValues for more proper handling
12654 of '!=' when nodesets are involved.
12655
12656Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12657
12658 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12659 doc/xmlcatalog_man.xml to the source distribution
12660
12661Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12662
12663 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12664 asked for this.
12665
12666Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12667
12668 * configure.in: preparing 2.4.23
12669 * doc/*: rebuilt the docs
12670
12671Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12672
12673 * parser.c: fixing bug #84169 by fixing the
12674 comment of xmlCreatePushParserCtxt to describe the
12675 encoding detection parameters better.
12676
12677Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12678
12679 * valid.c: fixing bug #79331 in one path the lookup for
12680 ID attributes on a namespaced node wasn't handled correctly :-\
12681
12682Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12683
12684 * HTMLparser.c: trying to fix 87235 about discarded white
12685 spaces in the HTML parser.
12686 * result/HTML/*: this changes the output of a number of HTML
12687 regression tests
12688
12689Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12690
12691 * xpath.c: applied patch from Richard Jinks for the namespace
12692 axis + fixed a memory error.
12693 * parser.c parserInternals.c: applied patches from Peter Jacobi
12694 removing ctxt->token for good.
12695 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12696 popped out by the regression tests.
12697 * Makefile.am: patch for threads makefile from Gary Pennington
12698
12699Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12700
12701 * xpath.c: enhanced behaviour of position() after usage of
12702 expressions involving preceding-sibling (et al).
12703
12704Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12705
12706 * hash.c: applied a patch from Peter Jacobi to solve a problem
12707 when compiling with the Watcom C on Win32
12708 * result/schemas/*.err: the change of hashing algo generated
12709 permutations in the output
12710
12711Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12712
12713 * hash.c: applied patch from Sander Vesik improving the quality of
12714 the hash function.
12715
127162002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12717
12718 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12719 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12720 xmllint.c xpath.c: replaced sprintf() with snprintf()
12721 to prevent possible buffer overflow (the bug was pointed
12722 out by Anju Premachandran)
12723
12724Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12725
12726 * parser.c: removed an uninitialized data error popped by valgrind
12727 on PE references
12728
12729Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12730
12731 * doc/xml.html
12732 adding tutorial reference to the web page
12733
12734Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12735
12736 * doc/tutorial/xmltutorial.xml
12737 * doc/tutorial/ar01s07.html
12738 * doc/tutorial/ape.html
12739 * doc/tutorial/includegetattribute.c
12740 adding section to tutorial about retrieving an attribute
12741 value
12742
12743Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12744
12745 * parser.c: applied a couple of patches from Peter Jacobi to start
12746 to get rid of ctxt->token, with a possible significant speed
12747 improvement to be gained once done. Better compliance with PE
12748 references constructs in DTDs too.
12749 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12750 from Peter too
12751
12752Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12753
12754 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12755 xmlParseElement was likely to have been deallocated at the
12756 time of the report, possibly leading to segfault. Just report
12757 the tag name now.
12758
12759Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12760
12761 * xpath.c: patch from Richard Jinks for XPath substring() function
12762 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12763
127642002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12765
12766 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12767
12768Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12769
12770 *doc/FAQ.html
12771 fixing typos in FAQ, thanks to Robert Funnell for the
12772 editing help
12773
12774Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12775
12776 * NEWS: got complaints from rpmlint that it was empty
12777
12778Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12779
12780 * added doc/tutorial, including:
12781 apa.html
12782 apb.html
12783 apc.html
12784 apd.html
12785 ar01s02.html
12786 ar01s03.html
12787 ar01s04.html
12788 ar01s05.html
12789 ar01s06.html
12790 includeaddattribute.c
12791 includeaddkeyword.c
12792 includekeyword.c
12793 includestory.xml
12794 index.html
12795 xmltutorial.xml
12796 libxml tutorial, including generated html
12797
12798Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12799
12800 * result/c14n/exc-without-comments/merlin-c14n-two-*
12801 result/c14n/without-comments/merlin-c14n-two-*
12802 test/c14n/exc-without-comments/merlin-c14n-two-*
12803 test/c14n/without-comments/merlin-c14n-two-*
12804 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12805 c14n/exc-c14n and slightly modified test script to handle
12806 these test cases
12807 * c14n.c: fixed bugs for complicated nodes set (namespace
12808 without node and others from merlin-c14n-two.tar.gz)
12809 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12810 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12811 for xmlsec performance patch
12812 * xpath.c: fixed self::node() for namespaces and attributes
12813
12814Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12815
12816 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12817 but with the format parameter
12818 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12819
12820Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12821
12822 * Makefile.am: updated c14n tests suite
12823 * c14n.c: performance improvement for previous c14n patch
12824
12825Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12826
12827 * parser.c: another peroformance patch from Peter Jacobi, that
12828 time on parsing attribute values.
12829
12830Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12831
12832 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12833 into LibXML2 test suite
12834
12835Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12836
12837 * c14n.c: propagating xpath ancesstors node fix to c14n
12838 plus small performance improvement to reduce number of
12839 mallocs
12840 * xpath.c: fixed ancestors axis processing for namespace nodes
12841
12842Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12843
12844 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12845 Peter Jacobi
12846
12847Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12848
12849 * configure.in: preparing 2.4.22
12850
12851Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12852
12853 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12854 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12855 a public entry point.
12856 * doc/*: rebuilt the API and docs
12857
12858Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12859
12860 * xpath.c: patch from Richard Jinks to fix a problem introduced
12861 in the previous patch and pointed by Norm
12862
12863Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12864
12865 * libxml.spec.in: fixing bug #81112
12866
12867Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12868
12869 * uri.c: fixing bug #82848
12870
12871Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12872
12873 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12874 output of one catalog test
12875
12876Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12877
12878 * global.data globals.c tree.c include/libxml/globals.h
12879 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12880 default value for global parameter xmlIndentTreeOutput to 1 and
12881 introduced new global parameter xmlTreeIndentString (the string
12882 used to do one-level indent) with default value " " (as it was
12883 in tree.c)
12884
12885Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12886
12887 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12888 with trio and schemas.
12889
12890Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12891
12892 * xpath.c: patch from Richard Jinks to fix the problem raised in
12893 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12894
12895Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12896
12897 * xmlschemas.c: a bit of work on import.
12898 * xmlschemastypes.c: Charles Bozeman provided a compare function
12899 for date/time types so min/max facet restrictions should work,
12900 indeterminate comparisons return an error instead of equal.
12901 * test/schemas/date_0* result/schemas/date_0_0: specific test
12902 from Charles Bozeman too
12903
12904Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12905
12906 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12907 from Christian Cornelssen fixing the man pages and the Catalog
12908 building script.
12909 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12910 next step is <xs:import> I now have a reasonable understanding
12911 of how it works.
12912
12913Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12914
12915 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12916
12917Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12918
12919 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12920
12921Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12922
12923 * xpath.c: fixing an XPath function evalutation bug pointed out
12924 by Alexey Efimov where the context was lost when evaluating
12925 the function arguments
12926
12927Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12928
12929 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12930 function public for XMLSec performance optimizations
12931
12932Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12933
12934 * python/generator.py python/libxml2class.txt : fixed a problem
12935 with the HTML parser pointed by Gary Benson
12936 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12937 example
12938
12939Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12940 * parser.c: fixed bug #81159 (memory growth in SAX)
12941
12942Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12943 * xpath.c: fixed bug #78858 (the real fix)
12944
12945Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12946 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12947
12948Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12949
12950 * tree.c: modified xmlNodeSetBase to allow changing the
12951 base of a document.
12952
12953Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12954
12955 * xmlschemastypes.c: patch Charles Bozeman for validation of
12956 all the date, time, and duration types
12957 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12958 * configure.in: fixed an error pointed by an user
12959 * xml2-config.in: fixed an error pointed by an user
12960
12961Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12962
12963 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12964 win32/libxml2.def.src xmlIO.c: exported default
12965 'file:', 'http:' and 'ftp:' protocols input handlers
12966 and maked protocols comparisson case insensitive
12967
12968Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12969
12970 * configure.in: Neven Has detected a typo
12971
12972Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12973
12974 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12975 as one of the persons allowed to commit directly to the
12976 module.
12977
12978Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12979
12980 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12981 * valid.c: raised a too low limit
12982 * doc/*: rebuilt the docs
12983
12984Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12985
12986 * test/XPath/expr/floats test/XPath/expr/functions
12987 result/XPath/expr/floats result/XPath/expr/functions
12988 xpath.c: another XPath conformance patch from Richard Jinks
12989
12990Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12991
12992 * xmlschemas.c: fixed validation of attribute groups.
12993 * test/schemas result/schemas: added an example from the primer
12994
12995Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12996
12997 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12998 * test/schemas result/schemas: updated the test list
12999
13000Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13001
13002 * TODO: updated a bit
13003 * parser.c: made a comment more specific
13004 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13005 Schemas conformance.
13006 * test/schemas result/schemas: updated the test list
13007
13008Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13009
13010 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13011 implementing xs:all with minOccurs = 0
13012 * tes/schemas/* result/schemas/*: added more tests covering
13013 xs:all
13014
13015Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13016
13017 * xmlregexp.c: first implementation of the all particle, this
13018 may need to be revisited for case where not all transitions
13019 must be crossed.
13020
13021Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * tree.c: another entity processing update from Markus Henke
13024
13025Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13026
13027 * trionan.c: fixed crash on OSF/1
13028
13029Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13030
13031 * xmlschemas.c: more Schemas work
13032 * test/schemas/* result/schemas/*: added more tests coming
13033 from the spec.
13034
13035Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13036
13037 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13038 ExcC14N specification
13039
13040Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13041
13042 * tree.c: patch from Markus Henke, fix for recursive entities.
13043
13044Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13045
13046 * xpath.c: fix a problem with string() on a document node.
13047
13048Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13049
13050 * Makefile.am xmlschemas.c: more Schemas work
13051 * test/schemas/* result/schemas/*: added more tests coming
13052 from the spec.
13053
13054Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13055
13056 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13057 * result/HTML/*: this changes a few things in the results
13058
13059Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13060
13061 * include/libxml/tree.h: eliminated 'declaration different than
13062 prototype' warning
13063 * include/win32config.h: "resolved" conflicts with errno.h
13064
13065Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13066
13067 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13068 on the automata interfaces and debug of counted choices
13069 * test/schemas/* result/schemas/*: added a number of tests
13070
13071Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13072
13073 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13074 a bit of work on Schemas
13075 * testSchemas.c: try to make it more useful
13076 * test/schemas/* result/schemas/* Makefile.am: changed the
13077 Schemas regression test procedure, started adding a few samples
13078
13079Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13080
13081 * include/libxml/encoding.h: Patch for the Borland C++ builder
13082 * include/libxml/tree.h: Patch for the Borland C++ builder
13083 * threads.c: Patch for the Borland C++ builder
13084 * win32/bcb5: New directory for the Borland C++ builder
13085 project files
13086
13087Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13088
13089 * win32/Makefile.msvc: Update for XML Schema support
13090 * win32/configure.js: Update for XML Schema support
13091 * win32/libxml2.def.src: Update for XML Schema support
13092
13093Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13094
13095 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13096 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13097 xmlunicode.c include/libxml/Makefile.am
13098 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13099 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13100 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13101 include/libxml/xmlversion.h.in : merged the current state of
13102 XML Schemas implementation, it is not configured in by default,
13103 a specific --schemas configure option has been added.
13104 * test/automata test/regexp test/schemas Makefile.am
13105 result/automata result/regexp result/schemas:
13106 merged automata/regexp/schemas regression tests
13107
13108Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13109
13110 * xpath.c: Gary found a compile time problem, fixes #78823
13111
13112Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13113
13114 * configure.in: release of 2.4.20
13115 * doc/*: updated and rebuilt the docs
13116
13117Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * python/Makefile.am: patch from Cristian Gafton to build on
13120 Red Hat 6.2, should also fix #75779
13121
13122Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13123
13124 * valid.c: first part of fixing #78729
13125
13126Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13127
13128 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13129 escaping of URI when saving HTML files.
13130 * result/HTML/*: this impacted some tests
13131
13132Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13133
13134 * configure.in: trying to fix #77441
13135
13136Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13137
13138 * include/libxml/xmlIO.h: Hallski complained it could not be
13139 included by itself.
13140
13141Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13142
13143 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13144
13145Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13146
13147 * win32/configure.js: patch from Nilo for the c14n option
13148 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13149
13150Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13151
13152 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13153 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13154 LIBXML_THREAD_ENABLED
13155
13156Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13157
13158 * xpath.c: another patch from Richard Jinks for substring conformance
13159 * test/XPath/expr/floats test/XPath/expr/strings
13160 result/XPath/expr/floats result/XPath/expr/strings: update of the
13161 test suite to check those.
13162
13163Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13164
13165 * xpath.c: patch from Richard Jinks for .x float parsing.
13166
13167Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13168
13169 * parser.c: patch from Markus Henke when an encoding ain't recognized
13170
13171Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13172
13173 * libxml.m4: got a report that #include <string.h> was needed
13174
13175Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13176
13177 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13178
13179Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13180
13181 * doc/example.html: fixing typo
13182
13183Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13184
13185 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13186 pointed out by Melvyn Sopacua.
13187
13188Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13189
Rob Richardsb6b2ee12008-05-03 12:34:25 +000013190 * libxml.m4: Fr�d�ric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013191 of Include paths breaking the libxml.m4
13192
13193Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13194
13195 * xpath.c: Fix bug #76927 forgot to save some context
13196 when evaluating binary expressions
13197
13198Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13199
13200 * configure.in: fixed configure for MPE/iX from Markus Henke
13201 * xmlmemory.c: fixed initialization problems
13202 * xpath.c: another set of patches from Richard Jinks this
13203 fixes "make XPathtests" on linux
13204
13205Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13206
13207 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13208 * test/XPath/expr/compare test/XPath/expr/equality
13209 test/XPath/expr/floats test/XPath/expr/functions
13210 test/XPath/expr/strings result/XPath/expr/compare
13211 result/XPath/expr/equality result/XPath/expr/floats
13212 result/XPath/expr/functions result/XPath/expr/strings: Updated
13213 tests though they show a divergence on Linux
13214
13215Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13216
13217 * xpath.c trionan.c: previous commit also included patches
13218 from Richard Jinks on some IEEE support corner case
13219
13220Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13221
13222 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13223 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13224 that $(datadir) should be used for docs
13225
13226Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13227
13228 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13229 could leak filedescriptors
13230
13231Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13232
13233 * configure.in nanohttp.c: applied patch from Allan Clark for
13234 UnixWare/OpenServer
13235
13236Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13237
13238 * configure.in: preparing 2.4.19
13239 * doc/*: rebuilt the docs
13240
13241Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13242
13243 * nanohttp.c: fixing #76043, got fed up with non-portability
13244 of that piece of code.
13245
13246Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13247
13248 * valid.c SAX.c: Never commit without running "make tests" :-(
13249 fix a couple of stupidities in the previous commit
13250 * result/*: a few changes in some attribute order result of previous
13251 commit.
13252
13253Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13256 the internal subset should not raise duplicate ID errors,
13257 also there was a small bug in conjunction to namespace
13258 declarations defaulted and xml:xxx attributes DTD definitions.
13259
13260Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13261
13262 * xpath.c: Richard Jinks also raised some rounding problems
13263 this tries to fix them
13264
13265Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13266
13267 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13268 behaviour in xmlXPathCastToString()
13269
13270Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13271
13272 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13273 raised by Morus Walter
13274
13275Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13276
13277 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13278 from Igor
13279
13280Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13281
13282 * xpath.c: fixing #75619, related to a problem when trying
13283 to evaluate condition when the current node set resulting
13284 from that sub-step evaluation is empty. Also fixes 2 potential
13285 problem with previous-sibling and next-siblings axis.
13286
13287Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13288
13289 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13290 HTML support is not configured in.
13291
13292Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13293
13294 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13295 include/libxml/tree.h: dohh I really didn't intended to commit
13296 this test version :-(
13297
13298Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * testSAX.c: I wanted to see the real speed at the SAX interface
13301 after a little too many Ximianer started complaining about the
13302 parser speed.
13303 added a --quiet option:
13304 paphio:~/XML -> ls -l db100000.xml
13305 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13306 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13307 3200006 callbacks generated
13308 real 0m1.270s
13309 Which means 16MBytes/s and 3Mcallback/s
13310
13311Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13312
13313 * xpath.c: valgrind spotted another error that time when running
13314 on libxslt regression tests
13315
13316Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13317
13318 * Makefile.am: adding "make valgrind" running the full regression
13319 tests (except python ones) under Valgrind (using valgrind -q
13320 which was kindly added by the author).
13321 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13322 passes cleanly now except an obcure floating point initialization
13323 raised in log10() in one XPath regression test ???
13324 * tree.c: edited some comments to close #75244
13325
13326Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13327
13328 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13329 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13330 context of ScrollKeeper, made sure that if the number is
13331 an integer, the serialization follows the description at
13332 http://www.w3.org/TR/xpath#section-String-Functions
13333
13334Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13335
13336 * configure.in: preparing 2.4.18
13337 * doc/*: updated and rebuilt the web site
13338 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13339 the Windows and Cygwin maintainers.
13340 * parser.c: humm, changed the way the SAX parser work when
13341 xmlSubstituteEntitiesDefault(1) is set, it will then
13342 do the entity registration and loading by itself in case the
13343 user provided SAX getEntity() returns NULL.
13344 * testSAX.c: added --noent to test the behaviour.
13345
13346Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13347
13348 * parser.c: Wilfried Teiken provided a hackish but working
13349 way to get context reported back on entities when parsing
13350 with SAX and without breaking the DOM build.
13351
13352Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13353
13354 * c14n.c: applied a new patch from Aleksey Sanin
13355 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13356 to reference Aleksey implementation of XML digital Signatures
13357
13358Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13359
13360 * xpath.c: small fix to avoid potential problem due to
13361 ordering of freeing data
13362 * python/Makefile.am: people were complaining about
13363 the generated file in python dir not being built
13364
13365Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13366
13367 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13368 python/generator.py python/libxml.c python/types.c: Cleanup
13369 of the python Makefiles based on Jacob and James feedback,
13370 fixed the spec file accordingly, fixed the number of warning
13371 that passing my pedantic CFLAGS was generating. Conclusion
13372 is that Python includes are real crap.
13373
13374Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13375
13376 * configure,in: it was reported quite a few times that
13377 xml2-config --cflags should not output
13378 -I$includeprefix/libxml2/libxml because libxml2 header names
13379 clashes with existing names like list.h from C++ stl.
13380 Includes should be #include<libxml/xxx.h> so ...
13381
13382Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13383
13384 * c14n.c: another patch from Aleksey Sanin
13385
13386Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13387
13388 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13389 canonicalization algorithm
13390 * doc/xml.html doc/index.html: added the C14N references on the
13391 index page.
13392
133932002-03-13 jacob berkman <jacob@ximian.com>
13394
13395 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13396 usage, redundant, and gcc specific
13397
13398Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13399
13400 * xpath.c: speedup some node selection operations, this can
13401 have a significant impact on DocBook Norm's stylesheets
13402 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13403 make sure it's always the case
13404 * debugXML.c: distinguish CDATA and comments in ls operations
13405
13406Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13407
13408 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13409 to generate better API descriptions etc...
13410
13411Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13412
13413 * c14n.c: Fixing #74186, made sure all boolean expressions
13414 get fully parenthesized, ran indent on the output
13415 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13416 include/libxml/tree.h: also #74186 related, removed the
13417 --with-buffers option, and all the preprocessor conditional
13418 sections that were resulting from it.
13419
13420Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13421
13422 * valid.c: applied patch from Dodji Seketeli fixing an
13423 uninitailized variable in xmlValidGetValidElements()
13424
13425Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13426
13427 * c14n.c: fixed a few comments
13428 * doc/*.html doc/*/*.html: regenerated the docs and added
13429 the C14N API
13430 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13431
13432Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13433
13434 * check-xml-test-suite.py: fix to adapt varaiations in the
13435 bindings
13436 * configure.in python/setup.py python/setup.py.in: fixed to
13437 have the version of the python scripts automatically updated
13438
13439Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13440
13441 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13442 in xmlCopyProp()
13443
13444Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13445
13446 * configure.in: preparing 2.4.17 release
13447 * doc/*: updated and rebuilt the docs
13448 * xpath.c: fixed a comment
13449 * python/libxml.c: fixed a possible reentrancy problem
13450
13451Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13452
13453 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13454 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13455 added a specific regression test
13456 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13457 not raise exceptions when failing to find the attribute.
13458
13459Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13460
13461 * configure.in xmllint.c: owen pointed out a problem with the
13462 ftme fix, gettimeofday() was not detected by configure and
13463 the ftime header wasn't included, dohhh
13464
13465Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * configure.in xmllint.c: trying to fix #71457 for timing
13468 precision when gettimeofday() is not availble but ftime() is
13469
13470Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13471
13472 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13473 are now copied on install and part of the -devel RPM
13474
13475Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13476
13477 * xpath.c: trying to avoid bug #72150 which was apparently
13478 caused by a gcc bug (or a processor problem) as detailed
13479 at http://veillard.com/gcc.bug
13480
13481Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13482
13483 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13484 fixed xmlReconciliateNs(), added a Python test/example for
13485 inter-document cut'n paste
13486 * python/libxml.py: fixed node.doc on document nodes and added
13487 xpathEval() onto node objects
13488
13489Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13490
13491 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13492 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13493 fixup and integrated tests for the serialization stuff
13494
13495Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13496
13497 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13498 moved the libxml man page to section 3
13499
13500Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13501
13502 * tree.c: fix bug #72490
13503 * python/libxml.c python/libxml.py: added methods serialize()
13504 and saveTo() to all node elements.
13505
13506Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13507
13508 * xmlIO.c: closed #73430, don't read from an input source
13509 which indicated an end-of-file or an error.
13510
13511Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13512
13513 * parser.c: make sure SAX endDocument is always called as
13514 this could result in a Python memory leak otherwise (it's
13515 used to decrement ref-counting)
13516 * python/generator.py python/libxml.c python/libxml.py
13517 python/libxml2-python-api.xml python/libxml2class.txt
13518 python/tests/error.py python/tests/xpath.py: implemented
13519 the suggestions made by Gary Benson and extended the tests
13520 to match it.
13521
13522Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13523
13524 * python/generator.py: applied patch fixing #73450
13525
13526Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13527
13528 * xpath.c: fixing #61290 "namespace nodes have no parent"
13529 long standing divergence from the XPath REC. NodeSets
13530 simply hold a copy of namespace nodes and those node ->next
13531 points to the parent (which may not be the node carrying the
13532 definition).
13533 * include/libxml/xpath.h: flagged but didn't added a possible
13534 speedup
13535 * DOCBparser.c HTMLparser.c: removed some warnings from push
13536 parser due to new state being added.
13537 * tree.c: new fix from Boris Erdmann
13538 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13539 the XML Canonalization support from Aleksey Sanin
13540
13541Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * tree.c: patch from Boris Erdmann fixing some namespace odities
13544 with xmlCopyNode()
13545
13546Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13547
13548 * xmlIO.c: fix bug #72706 when loading a NULL entity
13549
13550Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13551
13552 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13553 actually change in a future XML Namespace revision.
13554
13555Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13556
13557 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13558 added the possibility of returning nodesets from XPath extension
13559 functions written in Python
13560
13561Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * python/*: commiting some Python bindings work done while travelling
13564
13565Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13566
13567 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13568 explicitely with memory debugging switched on
13569
13570Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13571
13572 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13573 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13574 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13575 the accessor generator for strings
13576 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13577 regression test.
13578
13579Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13580
13581 * python/README python/generator.py python/libxml.c python/setup.py:
13582 added the 'usual' setup.py to allow building a libxml2-python
13583 module based on the same code. The initialization is however
13584 different the 2 .so files fo libxml2 and libxslt are identical and
13585 they entry point initialize both libraries. this is done to avoid
13586 some possible nasty problem since the Python don't merge the maps
13587 of all shared modules.
13588
13589Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13590
13591 * parser.c: fixed a push/encoding bug reported by Michael
13592 on librsvg
13593
13594Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13595
13596 * include/libxml/parserInternals.h: fixes a misplaced #endif
13597
13598Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13599
13600 * parser.c valid.c: found and fixed a couple of allocation bugs
13601
13602Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13603
13604 * doc/xml.html doc/python.html doc/*: added a Python and binding
13605 page describing the current state of the Python bindings and
13606 giving pointers to the other languages wrappers.
13607
13608Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13609
13610 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13611 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13612 rebuilt the API and web site
13613 * xpath.c: fixed #71978 portability bugs
13614
13615Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13616
13617 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13618
13619Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13620
13621 * include/libxml/parserInternals.h parser.c: had to change
13622 2 internal parsing API when processing document content
13623 to check the start and end of element content are defined
13624 in the same entity
13625 * valid.c include/libxml/valid.h: attribute normalization can
13626 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13627 with the context to report it.
13628 * SAX.c: fixed the last known bugs, crazy validation constraints
13629 when a document is standalone seems correctly handled. There
13630 is a couple of open issues left which need consideration especially
13631 PE93 on external unparsed entities and standalone status.
13632 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13633 The 2 tests left failing are actually in error. Cleanup done.
13634
13635Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13636
13637 * valid.c: implemented E59 spaces in CDATA does not match the
13638 nonterminal S
13639
13640Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13641
13642 * SAX.c parser.c valid.c: more validation test fixups
13643 * check-xml-test-suite.py: added duration info for the tests
13644
13645Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13646
13647 * parser.c valid.c: a couple of errors were reported but not
13648 saved back as such in the parsing context. Down to 1% failure rate
13649 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13650
13651Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13652
13653 * xmlInternald.c: isExtender was missing a char
13654 * parser.c include/libxml/parser.h: % are acceptable in the
13655 internal subset if within a PUBLIC ID
13656
13657Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13658
13659 * SAX.c parserInternals.c valid.c: more work on the conformance
13660 suite. Took the step to finally block documents with encoding
13661 errors. It's a fatal error per the spec, people should have fixed
13662 their documents by now.
13663
13664Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13665
13666 * check-xml-test-suite.py: fixed the test script after some discussion
13667 on the semantic of TYPE="error"
13668 * Makefile.am: added the script to the distrib
13669
13670Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13671
13672 * SAX.c entities.c: fixed a couple of conformances issues deep
13673 into the validation code (standalone and undeclared Notations)
13674
13675Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13676
13677 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13678 stayed there for years !
13679
13680Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13681
13682 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13683 missing
13684
13685Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13686
13687 * check-xml-test-suite.py: improved the behaviour a bit as
13688 well as the logs
13689 * parser.c valid.c SAX.c: fixed a few more bugs
13690 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13691
13692Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * check-xml-test-suite.py: python script to run regression tests
13695 against the XML Test suite of W3C/OASis
13696 * SAX.c: fixed a validation bug
13697 * parser.c: fixed 3 errors pointed by the test suite
13698 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13699 * python/Makefile.am: fixed a dependendy
13700
13701Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13702
13703 * xmlmemory.c: avoid a warning bug #71594
13704
13705Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13706
13707 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13708 warning on alpha/Tru64
13709
13710Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13711
13712 * include/libxml/entities.h: fixing a comment
13713 * valid.c: fixing some troubles with validity check on namespaces
13714 * result/VC/NS3 test/VC/NS3: added a specific regression test
13715
13716Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13717
13718 * tree.c: Fixing #71342 serializing '\n' in attribute values
13719 * result/noent/att3 result/att3 test/att3: added a specific
13720 test.
13721
13722Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13723
13724 * python/libxml.c: couple of bug fixes
13725
13726Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13727
13728 * python/*.py: removed tabs and used spaces.
13729
13730Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13731
13732 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13733 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13734
13735Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13736
13737 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13738 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13739
13740Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13741
13742 * include/libxml/encoding.h include/libxml/entities.h
13743 include/libxml/globals.h include/libxml/parser.h
13744 include/libxml/threads.h include/libxml/tree.h
13745 include/libxml/xmlmemory.h: trying to fix the include mess
13746
13747Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13748
13749 * include/libxml/xmlmemory.h: reverted part of the previous
13750 attempt to provide #69655, this was breaking the build.
13751
13752Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13753
13754 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13755 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13756 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13757 include/libxml/parserInternals.h include/libxml/tree.h
13758 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13759 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13760 clean.
13761 * python/libxml.c: fixed a warning.
13762
13763Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13764
13765 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13766 copying of node, merge back IDs in the target document.
13767 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13768 test/XInclude/ents/ids.xml: test case
13769 * result/VC/ElementValid4: output changed due to a typo fix
13770
13771Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13772
13773 * python/Makefile.am: seems some version of automake didn't
13774 generate the dependencies right as Jacob found out. Add
13775 an extra dependency rule.
13776
13777Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13778
13779 * parserInternals.c valid.c: Justin Fletcher found some parts
13780 of the code needing cleanup
13781 * libxml.spec.in python/Makefile.am python/generator.py
13782 python/libxml.c python/libxml.py: Fixed the python Makefiles
13783 corrected a bug showing up on ia64, changed the name of the
13784 python internal module too
13785
13786Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13787
13788 * Makefile.am: applied patch from Andris Pavenis for binary
13789 name suffixes
13790
13791Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13792
13793 * xmllint.c win32/win32config.h: fixing #68748
13794
13795Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13796
13797 * valid.c: fixing #70166
13798
13799Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13800
13801 * valid.c: fixing #70077
13802
13803Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13804
13805 * Copyright Makefile.am README configure.in libxml.spec.in:
13806 Changed to the MIT Licence
13807 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13808 doc/xmlio.html: updated the doc accordingly
13809 * include/libxml/xmlwin32version.h configure.in: preparing
13810 2.4.14 release
13811 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13812 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13813 fixed the const xmlChar * wrapper and generator, XPath extension
13814 functions now use the context as first argument
13815 * python/tests/tstxpath.py python/tests/xpath.py
13816 python/tests/xpathext.py: Updated the tests accordingly
13817 * tree.c: fixed bug #70067
13818
13819Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13820
13821 * Makefile.am: cleanup
13822 * debugXML.c: always use stdout if output is NULL
13823 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13824 * python/Makefile.am python/generator.py python/libxml2class.txt
13825 python/libxml_wrap.h python/types.c: augmented the number of bindings
13826 handling FILE * and XPath contexts
13827 * python/tests/Makefile.am: avoid a stupid problem due to the
13828 use of TEST.
13829
13830Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13831
13832 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13833
13834Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13835
13836 * python/TODO python/libxml.c: cleanup the extension function lookup
13837 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13838
13839Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13840
13841 * configure.in python/Makefile.am: do not install outside
13842 of prefix
13843
13844Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13845
13846 * python/TODO python/libxml.c: started adding SAX interfaces
13847 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13848 SAX test
13849
13850Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13851
13852 * tree.c: hardened the addChild function
13853 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13854 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13855 added accessors needed for xmlNode, a bit more testing and
13856 extension of interfaces
13857 * python/tests/Makefile.am python/tests/build.py: added a test
13858 build from scratch/save/load/check
13859
13860Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13861
13862 * parserInternals.c: change a small bit in the way valididy
13863 error messages get initialized
13864 * python/TODO python/libxml.c python/libxml2-python-api.xml
13865 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13866 added some memory debugging to track leaks at the libxml2 level
13867 * python/tests/*.py: changed all tests to check for leaks,
13868 there is just one left in XPath extension registrations.
13869
13870Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13871
13872 * python/TODO python/generator.py python/libxml2-python-api.xml
13873 python/libxml2class.txt: more accessor classes for the parser
13874 context, allow to switch on and check validity
13875 * python/tests/Makefile.am python/tests/error.py
13876 python/tests/invalid.xml python/tests/valid.xml
13877 python/tests/validate.py: attded more test and and added error.py
13878 which I forgot to commit in the last step
13879
13880Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13881
13882 * python/Makefile.am python/types.c: cleanup
13883 * python/libxml.c python/libxml.py python/libxml_wrap.h
13884 python/generator.py python/libxml2-python-api.xml
13885 python/libxml2class.txt: added class for parser context, added
13886 first cut for push mode support. Added a framework to generate
13887 accessors functions.
13888 * python/tests/Makefile.am python/tests/push.py: added a push
13889 test
13890
13891Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13892
13893 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13894 bug a bit of cleanup.
13895
13896Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13897
13898 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13899 python/libxml2class.txt: adding error redirections and preformat
13900 to a python handler
13901 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13902 tests self checking
13903
13904Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13905
13906 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13907 a function
13908
13909Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13910
13911 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13912 python/libxml.c python/libxml2-python-api.xml
13913 python/libxml2class.txt: Progressing through the TODOs, class
13914 description output, extra XML API, RPM now builds the wrappers
13915 for all python installed versions
13916
13917Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13918
13919 * configure.in libxml.spec.in python/Makefile.am python/TODO
13920 python/generator.py python/libxml2class.txt: added more informations
13921 in the libxml2-python package including docs. Slightly changed
13922 the class hierarchy
13923 * python/tests/*: added basic regression tests infrastructure too
13924
13925Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13926
13927 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13928 added libxml2-python as part of the packages installed
13929
13930Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13931
13932 * python/Makefile.am python/generator.py python/libxml.c
13933 python/libxml.py: more work, now able to extend the
13934 XPath interpreter with functions written in python.
13935
13936Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13937
13938 * python/Makefile.am: Jacob sent a patch to allow building from
13939 tarfile.
13940
13941Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13942
13943 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13944 inserted the python wrappers build, I hope this won't be too
13945 unportable
13946
13947Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13948
13949 * xpath.c: minor optimization
13950 * python/generator.py python/libxml.c python/libxml.py
13951 python/libxml_wrap.h: more work on the python bindings,
13952 they now support XPath and there is no evident leak
13953
13954Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13955
13956 * python/generator.py python/libxml.c python/libxml.py:
13957 more work on the python bindings generator.
13958
13959Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13960
13961 * python/generator.py python/libxml.c python/libxml_wrap.h:
13962 more work on the python bindings.
13963
13964Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13965
13966 * python/generator.py python/libxml.c python/libxml.py
13967 python/libxml_wrap.h: commited early version of a python binding
13968 for private use only ATM
13969
13970Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13971
13972 * entities.c tree.c include/libxml/entities.h: applied patch
13973 from Anthony Jones to implement copy of DTD subtree too. Had
13974 just to keep 2 function private which really ought to become
13975 public ones.
13976
13977Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13978
13979 * xmllint.c: added pointers to the web pages in the usage()
13980
13981Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13982
13983 * tree.c: more fixes from Petr Kozelka for attribute handling
13984 in the tree API to align the semantic with DOM.
13985
13986Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13987
13988 * valid.c tree.c entities.c: another set of patches from
13989 Anthony Jones for copy operations cleanup and robustness
13990
13991Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13992
13993 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13994 an alphabetic index based on comments content
13995 * doc/*: rebuilt the web site with the new references
13996
13997Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13998
13999 * parserInternals.h: Greg Sjaardema suggested to use an
14000 eponential buffer groth policy in xmlParserAddNodeInfo()
14001
14002Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14003
14004 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14005 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14006 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14007 to generate cross-references, and added/updated the stylesheets
14008 to generate and link API indexes. The generic keyword index
14009 is not done yet.
14010 * doc/*.html: regenerated all the usual docs too
14011
14012Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14013
14014 * debugXML.c: added an xpath function to the shell for T. V. Raman
14015
14016Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14017
14018 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14019 debug routines.
14020
14021Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14022
14023 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14024 support of attribute nodes
14025
14026Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14027
14028 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14029 hopefully near complete and fully documented of the API in XML
14030 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14031 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14032 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14033 include/libxml/parserInternals.h include/libxml/valid.hi
14034 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14035 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14036 include/libxml/xpath.h include/libxml/xpathInternals.h:
14037 Cleaned up the doc comments a lot in the process, the interface
14038 coverage is now 100%
14039
14040Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14041
14042 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14043 extracts comments from the gtk-doc DocBook output (a bit
14044 convoluted but seems to work).
14045
14046Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14047
14048 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14049 added an XML description of the API, moved the script generating
14050 it here. Added a "make api" target
14051
14052Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14053
14054 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14055
14056Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14057
14058 * xpath.c include/libxml/xpathInternals.h: the change made to
14059 xmlXPathFuncLookupFunc was incompatible roll it back
14060
14061Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14062
14063 * SAX.c: cleanup patch from Anthony Jones
14064 * doc/Makefile.am: fix the headers to avoid in make scan
14065 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14066 includes, * vs Ptr and general cleanup
14067 * parsedecl.py: first version of a script to extract the
14068 module interfaces, the goal will be to provide .decl or XML
14069 specification of the interfaces to build wrappers.
14070
14071Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14072
14073 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14074 now provides return codes in case of errors
14075
14076Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14077
14078 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14079 Upgraded to trio baseline 1.6
14080 * strio.h strio.c: Replaced by triostr.h and triostr.c
14081
14082Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14083
14084 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14085 of strdup usage in the code
14086
14087Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14088
14089 * parser.c error.c: Keith Isdale complained rightly that
14090 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14091
14092Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14093
14094 * tree.c: fixed the funxtion to set the xml: attributes
14095 * debugXML.c: added "setbase" to test it.
14096
14097Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14098
14099 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14100 to allow updating an attribute content
14101
14102Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14103
14104 * libxml.h: try to avoid problems when compiling on Windows
14105
14106Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14107
14108 * hash.c: patch from Anthony Jones for hash.c allocation size
14109 * Makefile.am: trying to work around Yet Another Libtool Madness
14110 and build the 2.4.13 release finally ...
14111
14112Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14113
14114 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14115 * doc/* : update of the documentation
14116
14117Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14118
14119 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14120 at fixing #61290 :-(
14121
14122Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14123
14124 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14125 Fixes bug #67229
14126
14127Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14128
14129 * tree.c: trying to avoid troubles when a subtree is copied
14130 and coalesced in part with the target tree. Should fix
14131 bug #67407
14132
14133Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14134
14135 * valid.c: fixed validation of attributes content of type
14136 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14137 values, very old bug. Fixes #67671
14138
14139Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14140
14141 * parser.c include/libxml/parserInternals.h tree.c: integrated
14142 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14143 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14144
14145Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14146
14147 * threads.c: applied Serguei Narojnyi's patch to add native
14148 thread support on the Win32 platform
14149 * testThreadsWin32.c Makefile.am: added the test program also
14150 from Serguei, Win32 specific
14151 * include/win32config.h include/libxml/xmlwin32version.h.in:
14152 added patch from Igor for the Windows thread specific defines.
14153
14154Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14155
14156 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14157
14158Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14159
14160 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14161 output page into XMLinfo.html. Close bug #66951 and
14162 raised by Robert Collins too.
14163
14164Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14165
14166 * encoding.c: Paul Keogh pointed out a possibility of segfault
14167 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14168 Closes bug # 68238
14169
14170Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14171
14172 * doc/*.html: updated the Gdome2 links
14173
14174Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14175
14176 * libxml.h: Applied following patches from Robert Collins
14177 and make sure IN_LIBXML is defined when compiling it
14178 -------
14179 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14180 as well as Visual C.
14181 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14182 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14183 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14184 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14185 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14186 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14187 xmlSysIDExists xmlNoNetExists).
14188 * xmllint.c: Don't include winsock2.h for Cygwin.
14189
14190Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14191
14192 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14193 when the version info is not present.
14194
14195Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14196
14197 * tree.c: Anthony Jones pointed out a problem in
14198 xmlStringGetNodeList() and provided a fix for it
14199
14200Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14201
14202 * parser.c: patch from Frank J Franklin to remove a bug in
14203 xmlCreatePushParserCtxt() when the initial buffer passed
14204 is large.
14205
14206Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14207
14208 * win32/*: big cleanup of the Windows/MSVC project files
14209 from Igor Zlatkovic
14210
14211Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14212
14213 * doc/Makefile.am: should fix #67674 and avoid troubles if
14214 xsltproc is not available or fails in the prefix provided
14215
14216Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14217
14218 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14219
14220Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14221
14222 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14223 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14224 Fixed a few other problems raised by Charlie Bozeman.
14225 * result/VC/ElementValid[5-7]: fixed the output
14226
14227Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14228
14229 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14230 patches from Charlie Bozeman. Regenerated the HTML docs.
14231
14232Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14233
14234 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14235 for Windows from Igor
14236
14237Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14238
14239 * xmllint.c: applied Justin Fletcher patch for --output or -o
14240
14241Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14242
14243 * win32/libxml2/libxml2.def.src: close #67019
14244
14245Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14246
14247 * xmllint.c: applied Justin Fletcher generic timing patch
14248 similar to the one already applied to xsltproc.
14249
14250Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14251
14252 * include/libxml/tree.h tree.c: applied documentation patches
14253 from Charlie Bozeman
14254
14255Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14256
14257 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14258
14259Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14260
14261 * valid.c: fix the xmlStrdup() used in the previous patch.
14262 * valid.c: added --dropdtd
14263 * tree.c: fixed xmlUnlinkNode so it also removes the references
14264 from the document if the node is a DTD
14265
14266Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14267
14268 * HTMLtree.c valid.c: cleanup some static declarations
14269
14270Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14271
14272 * xmllint.c: removed another strdup()
14273 * doc/FAQ: removed the HP/UX entry
14274
14275Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14276
14277 * valid.c: fix bug #66816 when validating.
14278 * xmllint.c: don't use sys/time.h if configure did not found it
14279
14280Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14281
14282 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14283 xmlcatalog_man.xml
14284
14285Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14286
14287 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14288 xmlInitMemory() was declared twice
14289
14290Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14291
14292 * globals.c: do not reference strdup() !
14293 * configure.in libxml-2.0.pc.in: trying to fix the libs
14294 of the various config extraction modules
14295
14296Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14297
14298 * configure.in : preparing 2.4.12
14299 * doc/* : updated and rebuilt the docs
14300
14301Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14302
14303 * uri.c: closed bug #66159
14304 * testURI.c: added --escape option
14305 * configure.in: some cleanup for xml2-config --cflags
14306
14307Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14308
14309 * globals.c testThreads.c: removed some misplaced includes
14310 of xmlversion.h
14311
14312Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14313
14314 * threads.c: patch from Gary Pennington fixing a possible
14315 problem at initialization time.
14316
14317Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14318
14319 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14320 Eric Lavigne contribution to build libxml2 on MacOS using
14321 CodeWarrior.
14322
14323Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14324
14325 * xmllint.c: applied Geert Kloosterman's patch to fix
14326 --repeat --timing output
14327
14328Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14329
14330 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14331 where non-wellformed XML declaractions were not detected.
14332
14333Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14334
14335 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14336
14337Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14338
14339 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14340 gets reset by xmlCleanupInputCallbacks() and this makes the
14341 function useless. Same for output.
14342
14343Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14344
14345 * xmlIO.c: robert pointed out a loop error in callback cleanups
14346
14347Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14348
14349 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14350 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14351 they are not really tied to debugging
14352
14353Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14354
14355 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14356 * xmllint.c: better --catalogs description
14357
14358Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14359
14360 * tree.c: fixed a couple of problems in xmlSetProp()
14361
14362Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14363
14364 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14365 unappropriate stdout output.
14366
14367Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14368
14369 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14370 by Denis Beurive, closes #65111
14371
14372Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14373
14374 * valid.c: in case of content model validity error, don't
14375 print it if validity warnings were not requested.
14376
14377Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14378
14379 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14380 * parserInternals.c: removed the last exit() call. Print an
14381 unmaskable error on stderr instead (library mismatch detection)
14382
14383Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14384
14385 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14386 shell instructions from Heiko Rupp
14387
14388Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14389
14390 * catalog.c: use the URL notation file:// for default catalog paths
14391
14392Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14393
14394 * include/libxml/tree.h: better comments for _private fields
14395 * tree.c: removed a problem when copying an entity reference.
14396
14397Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14398
14399 * vms/*: updated instructions and diffs from John A Fotheringham
14400
14401Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14402
14403 * include/libxml/xmlerror.h: avoid an include problem if
14404 #include <libxml/xmlerror.h> happens first in code
14405 seems to be the case in KDE libs
14406
14407Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14408
14409 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14410 from Igor for Windows
14411
14412Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14413
14414 * Makefile.am: Gary Pennington pointed out a missing prefix
14415
14416Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14417
14418 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14419 * doc/*: upgraded and rebuilt the docs
14420
14421Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14422
14423 * HTMLparser.c: fix comment in scripts element parsing.
14424 * result/HTML/doc3*: updated the results.
14425
14426Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14427
14428 * uri.c: another URI bug fix #63336, using Joel Young patch.
14429
14430Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14431
14432 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14433 a cleaned up version of the Pwd shell string generation.
14434
14435Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14436
14437 * valid.c include/libxml/tree.h: trying to fix namespaces +
14438 validation problems for good, closing #63619 in the process
14439 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14440 wrong in this respect, fixed it.
14441
14442Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14443
14444 * xmllint.c: Morus Walter patch to allow --format and --encode
14445
14446Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14447
14448 * debugXML.c: Stefan Kost provided an help command for the shell
14449
14450Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14451
14452 * debugXML.c: Heiko Rupp pointed that the shell would crash
14453 on empty nodesets returns.
14454
14455Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14456
14457 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14458 migh need the history libraries
14459
14460Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14461
14462 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14463 handle the case of < in quoted attributes, Bastian Kleineidam
14464
14465Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14466
14467 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14468 fixing catalog breakages
14469 * Makefile.am catalog.c result/catalogs/catal
14470 result/catalogs/mycatalog.* test/catalogs/catal*:
14471 fixed more problems in catalog support, added more regression tests
14472 for both XML and SGML catalog handling
14473
14474Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14475
14476 * debugXML.c: applied an improvement to xmlGetLineNo() from
14477 Keith Isdale
14478
14479Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14480
14481 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14482 Side effect of the progressive catalog loading
14483
14484Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14485
14486 * Makefile.am: confexecdir and confexec_DATA were defined twice
14487 pointed out by Karl Eichwalder
14488
14489Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14490
14491 * xmlcatalog.c: avoid unlink() and use remove() instead.
14492
14493Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14494
14495 * libxml.spec.in: cleanup
14496 * include/libxml/xmlwin32version.h: updated with 2.4.8
14497
14498Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14499
14500 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14501 of compiling libxml with a non standard set of options
14502
14503Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14504
14505 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14506 document --sgml option, fixing gnome bugzilla #63382
14507
14508Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14509
14510 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14511 breakage of 2.4.7, added a couple of really needed APIs
14512 like xmlCatalogIsEmpty() and xmlNewCatalog()
14513 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14514 for install-catalog
14515 * configure.in: preparing 2.4.8
14516
14517Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14518
14519 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14520 include/libxml/tree.h include/libxml/xmlIO.h: more include
14521 cleanups, export cleanly one html output + format function.
14522
14523Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14524
14525 * parser.c: removed initGenericErrorDefaultFunc call from
14526 xmlInitParser() since it could destroy previous calls to
14527 xsltSetGenericErrorFunc() effects
14528
14529Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14530
14531 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14532 keyword.
14533
14534Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14535
14536 * Makefile.am: cleanup
14537 * threads.c: cleanup too
14538 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14539 from xsltproc
14540 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14541 dependency loop.
14542
14543Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14544
14545 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14546 was not used anymore !
14547
14548Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14549
14550 * configure.in: preparing 2.4.7
14551 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14552 manual page from John
14553 * doc/*: updated the doc and rebuilt the generated pages
14554
14555Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14556
14557 * xmlIO.c: closing bug #62711, the library should never
14558 close stdin or stdout.
14559
14560Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14561
14562 * uri.c: second pass at fixing #63336, using Joel Young
14563 final patch. looks okay.
14564
14565Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14566
14567 * uri.c include/libxml/uri.h: trying to clear #63336
14568 allowing the escaping routine to parse unconformant
14569 URI-References.
14570
14571Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14572
14573 * vms/readme.vms vms/build_libxml.com nanoftp.c
14574 include/libxml/xmlversion.h.in: a few VMS updates from
14575 John A Fotheringham
14576 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14577 and xmlCleanupOutputCallbacks() for the Perl binding people.
14578
14579Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14580
14581 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14582 apply fixes to close #63271 and avoid segfaults when
14583 the error routine gets callbed before xmlInitParser()
14584 get called.
14585 * nanoftp.c error.c: Applied patches from Justin Fletcher
14586 correcting some xmlGenericError misuses.
14587
14588Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14589
14590 *doc/xmllint.xml, doc/xmllint.1
14591 New and improved man page for xmllint - .xml is the original, .1
14592 is the generated man page
14593
14594Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14595
14596 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14597 the web site from the main HTML document.
14598
14599Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14600
14601 * parser.c: fixed an erroneous validation bug when PE refs
14602 occurs in external parsed entities referenced from the
14603 internals subset
14604 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14605 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14606 added the associated testcase, it's a nice one.
14607 * HTMLparser.c: generate the DTD node as HTML still ...
14608 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14609
14610Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14611
14612 * HTMLparser.c: fixed a bug in htmlNewDoc()
14613
14614Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14615
14616 * test/threads/*: added entities testing to the Thread test
14617 * testThreads.c: make the test reasonable
14618 * DOCBparser.c: fix the DTD public and system ID
14619 * xmllint.c: added --sgml for SGML DocBook importing
14620 * Makefile.am: added Docbtests target
14621
14622Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14623
14624 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14625 * testThreads.c: removed bogus include
14626
14627Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14628
14629 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14630 fixed a very serious (looping) validation bug
14631
14632Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14633
14634 * include/libxml/globals.h include/libxml/threads.h threads.c
14635 testThreads.c: far more testing, cleaning up bugs
14636 * *.c : make sure globals.h is always included.
14637
14638Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14639
14640 * HTMLparser.c: try to get rid of parser loops for good.
14641
14642Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14643
14644 * configure.in: fixed some bugs in CFLAGS passing.
14645 * test/threads Makefile.am testThreads.c: added a specific
14646 threaded test case (really nasty, guaranteed).
14647
14648Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14649
14650 * catalog.c: serious cleanup on the management of the
14651 XML catalog tree, more tests done, especially with
14652 the catalog PI.
14653
14654Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14655
14656 * catalog.c: avoid a problem in catalog cleanup on SMP if
14657 catalogs were not initialized.
14658
14659Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14660
14661 * catalog.c xpath.c: trying to cleanup the not thread safe
14662 parts of the library.
14663
14664Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14665
14666 * include/libxml/globals.h configure.in global.data: make
14667 the allocation be per-thread a configure option
14668 * encoding.c include/libxml/parser.h: fixed compilation
14669 errors
14670
14671Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14672
14673 * include/libxml/parser.h: Norm reported that a few lines
14674 added were breaking libxslt compile, removed them for now
14675
14676Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14677
14678 * parser.c parserInternals.c threads.c: debugged and fixed
14679 initialization problems which were giving troubles on SMP
14680 boxes.
14681
14682Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14683
14684 * include/libxml/Makefile.am: missing globals.h
14685
14686Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14687
14688 * globals.c: added a couple of standard includes.
14689
14690Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14691
14692 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14693 include/libxml/parserInternals.h include/libxml/tree.h
14694 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14695 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14696 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14697 Applied the last patches from Gary, cleanup, activated threading
14698 all user accessible global variables are now handled in globals.[ch]
14699 Still a bit rought but make tests passes with either
14700 --with-threads defined at configure time or not.
14701 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14702 linking options
14703
14704Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14705
14706 * Makefile.am include/libxml/Makefile.am
14707 include/libxml/globals.h globals.c include/libxml/threads.h
14708 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14709 configure.in: started integrating the core of the thread support
14710 not activated yet but half integrated. The code should still
14711 compile and work anyway.
14712
14713Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14714
14715 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14716 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14717 integrating the non-controversial parts of Gary Pennington
14718 multithread patches
14719 * catalog.c: corrected a small bug introduced
14720
14721Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14722
14723 * catalog.c include/libxml/catalog.h: very serious cleanup,
14724 isolating unportable code and as much as possible the accesses
14725 to the global shared catalog. May need more testing !
14726
14727Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14728
14729 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14730 Keith Isdale patches for the XSLT debugger interfaces. Some
14731 cleanup
14732
14733Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14734
14735 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14736 * DOCBparser.c: generate line nubers in elements
14737
14738Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14739
14740 * configure.in: preparing 2.4.6 release
14741 * doc/xml.html doc/html/*: updated and rebuilt the docs
14742 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14743
14744Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14745
14746 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14747 adding documentation for DV's supercatalog support
14748
14749Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14750
14751 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14752 super catalog support adding one API and one flag --sgml to
14753 xmlcatalog
14754
14755Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14756
14757 * doc/xmlcatalog_man.xml, xmlcatalog.1
14758 One more crack at
14759 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14760
14761Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14762
14763 * xpath.c: implemented xmlXPathObjectCopy for external objects
14764 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14765
14766Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14767
14768 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14769 finishing up fix to
14770 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14771 the xmlcatalog man page display more elegantly
14772
14773Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14774
14775 * configure.in: closing bug #61832
14776 * HTMLparser.c: removed a warning
14777
14778Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14779
14780 * xpath.c: fixing #61673 part I, do not loose doc information
14781 when copying result value trees.
14782
14783Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14784
14785 * xpath.c: trying to harden the XPath interpreter
14786
14787Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14788
14789 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14790 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14791
14792Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14793
14794 * HTMLparser: repaired another loop problem
14795
14796Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14797
14798 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14799 parsing.
14800 * xpath.c: fix bug #61291 the default XML namespace node is
14801 missing from the namespace axis.
14802 * tree.c: refuse to create namespaces nodes with prefix "xml"
14803
14804Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14805
14806 * SAX.c: ouch a non-defined namespace could lead to a crash,
14807 fixed #61215
14808
14809Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14810
14811 * parserInternals.c: closed bug #61054
14812
14813Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14814
14815 * include/libxml/Makefile.am: closing #60708
14816
14817Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14818
14819 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14820 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14821
14822Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14823
14824 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14825
14826Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14827
14828 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14829 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14830
14831Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14832
14833 * catalog.c: Justin Fletcher provided cleaup code in case
14834 HAVE_STAT is not defined
14835 * include/win32config.h: Igor Zlatkovic suggested to have
14836 HAVE_STAT defined there
14837
14838Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14839
14840 * catalog.c - fixed typing error reported by M. Barros
14841
14842Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14843
14844 * xmllint.c - fixing typo
14845
14846Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14847
14848 * HTMLparser.c: small enhancement to prevent loop on
14849 unrecognizable data
14850
14851Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14852
14853 * parserInternals.c: applying patch from bug #60757 this
14854 should close it
14855
14856Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14857
14858 * catalog.c xmlcatalog.c: removed a couple of warning
14859 * xpath.c: try to solve the linking problem on platforms
14860 needing trio to compile
14861
14862Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14863
14864 * Makefile.am libxml.spec.in: backing up non-documented changes
14865 commited without review or aproval by Jens Finke <jens@gnome.org>
14866 * HACKING: made 100% clear that no commit should be done directly
14867
14868Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14869
14870 * configure.in: Joe Orton provided a patch fixing a problem
14871 when iconv is specified to be in a non-standard directory
14872 but wasn't exported in xml2-config --cflags
14873
14874Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14875
14876 * configure.in: let's ship 2.4.5 before getting too much
14877 troubles with 2.4.4 errors.
14878
14879Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14880
14881 * encoding.c entities.c: do not output hexadecimal charrefs
14882 when serializing HTML since some version of Netscape can't
14883 grok it, generate decimal ones.
14884 * result/HTML/doc3.htm: output changed due to previous test
14885 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14886
14887Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14888
14889 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14890 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14891
14892Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14893 Released 2.4.4
14894
14895 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14896 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14897 updated the configuration scripts systems accordingly
14898
14899Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14900
14901 * configure.in: preparing for 2.4.4
14902 * doc/xml.html doc/html/*: updated and rebuilt the docs
14903
14904Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14905
14906 * win32/dsp/libxml2.def.src: tried to incorporate comments
14907 from bug #59220
14908
14909Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14910
14911 * parser.c result/noent/wml.xml: fixed bug #59981 related
14912 to handling of '&' in attributes when entities are substitued
14913
14914Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14915
14916 * libxml.h include/libxml/xmlversion.h.in
14917 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14918 Tried to close bug #60131
14919
14920Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14921
14922 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14923
14924Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14925
14926 * SAX.c: fixing bug #59946 on xmlns=""
14927
14928Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14929
14930 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14931 but allocates a new error code.
14932
14933Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14934
14935 * xmllint.c: John Fleck fixed typos in the options output
14936 * parser.c SAX.c: fix ignorable white space SAX selection
14937
14938Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14939
14940 * entities.c: Steve Underwood found the possibility of an
14941 ininite loop in case of error.
14942
14943Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14944
14945 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14946
14947Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14948
14949 * parser.c: warn if version is not 1.0 but it's not
14950 strictly speaking an error after analyzing the spec
14951
14952Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14953
14954 *doc/catalog.html - add link to the html version of the
14955 man page, other linguistic cleanups
14956
14957Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14958
14959 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14960 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14961 file, has not yet been included in the build.
14962
14963Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14964
14965 * catalog.c: removed a duplicate affectation Justin Fletcher
14966
14967Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14968
14969 * tree.c: Armin Sander pointed a possible text coalescing
14970 problem, completed his patch.
14971
14972Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14973
14974 * trionan.c: Fixed const and volatile re-definition problem
14975
14976Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14977
14978 * libxml.4 parser.c: doc updates from Heiko Rupp
14979 * parserInternals.c: 2 sanity checks from Heiko Rupp
14980
14981Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14982
14983 * tree.c: applied patch from Armin Sander to make some pointers
14984 const in xmlCopyNode()
14985 * include/libxml/tree.h: added fix to the header
14986
14987Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14988
14989 * xpath.c: hum, restrict the integer usage gcc bug workaround
14990 to only gcc compilers so that other architecture don't get
14991 penalized by this limitation.
14992 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14993
14994Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14995
14996 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14997 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14998
14999Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15000
15001 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15002 --convert option to xmlcatalog to convert SGML ones to
15003 the XML syntax.
15004 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15005
15006 2.4.3 got released at that point
15007Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15008
15009 * catalog.c xmlIO.c: started some serious testing and fixed
15010 a few bug and optmization needs.
15011
15012Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15013
15014 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15015 preparing for a 2.4.3 release even if it may not be ready yet
15016 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15017 all file parsing lookup to go through the entity resolver, add
15018 to add an API to bypass it (needed to load catalogs themselves),
15019 some cleanup on the catalog code too.
15020 * nanoftp.c: small cleanup
15021 * doc/catalog.html: small update
15022
15023Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15024
15025 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15026 Jun Kuriyama
15027
15028Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15029
15030 * doc/catalog.html: finished the catalog documentation
15031
15032Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15033
15034 * doc/catalog.html doc/xml.html: added documentation about
15035 Catalog support, misses an API description
15036 * doc/html/*: reextracted the API pages
15037
15038Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15039
15040 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15041 Added the part about section 7.2 on URI resolution,
15042 fixed a side effect in the HTML parser, look complete
15043 and ready to rock except the URI/SystemID part!
15044
15045Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15046
15047 * include/libxml/catalog.h include/libxml/parser.h
15048 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15049 xmlIO.c: added support and APIs needed for the catalog PI
15050 * include/libxml/xmlIO.h: cleanup
15051
15052Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15053
15054 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15055 include/libxml/catalog.h: starts to look okay, really
15056 plugged the new framework, cleaned a lot of stuff,
15057 added some APIs, except the PI's support missing this
15058 should be mostly complete
15059 * result/catalogs/* test/catalogs/*: added new test, enriched
15060 the existing one with URN ID tests
15061
15062Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15063
15064 * catalog.c: fixed nextCatalog
15065 * result/catalogs/docbook test/catalogs/*: started adding
15066 a small regression test
15067
15068Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15069
15070 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15071 more work on the XML catalog support.
15072 * parser.c include/libxml/parser.h: small cleanup seems using
15073 list as a public parameter name can give portability troubles
15074 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15075 include/libxml/xpath.h include/libxml/Makefile.am: removed
15076 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15077 wrappers
15078
15079Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15080
15081 * Makefile.am trio.c triodef.h trionan.c xpath.c
15082 include/libxml/Makefile.am include/libxml/trionan.h:
15083 Re-worked Not-A-Number and Infinity support.
15084 * xmlcatalog.c: added readline include files
15085
15086Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15087
15088 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15089 testCatalog as xmlcatalog, making it an installed app
15090 adding a shell, and preparing it to be a /etc/xml/catalog
15091 management tool, though not ready yet
15092 * catalog.c include/libxml/catalog.h: adding support for
15093 XML Catalogs http://www.oasis-open.org/committees/entity/
15094 not finished, there is some interesting tradeoffs and a
15095 few open questions left.
15096
15097Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15098
15099 * xmllint.c: fixed a line formatting problem
15100
15101Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15102
15103 * SAX.c: removed a couple of unused variable (Albert Chin)
15104
15105Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15106
15107 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15108 trying to fix some troubles w.r.t. function returning
15109 const xxxPtr.
15110
15111Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15112
15113 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15114 defined
15115
15116Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15117
15118 * xpointer.c: removed unused var
15119
15120Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15121
15122 * testXPath.c: another small cleanup closing bug #59110
15123
15124Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15125
15126 * win32/dsp/libxml2.def.src: small cleanup closing bug
15127 #59108
15128
15129Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15130
15131 * example/gjobread.c: add xmlCleanupParser() before leaving
15132
15133Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15134
15135 * config.h.in configure.in include/libxml/xmlwin32version.h:
15136 released 2.4.2
15137
15138Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15139
15140 * include/libxml/valid.h debugXML.c valid.c: deprecate
15141 the non-boundchecking Sprintf functions, add Snprintf
15142 this should close bug #57984
15143
15144Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15145
15146 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15147 URIs before doing the lookups (pointed by Mark Vakoc)
15148
15149Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15150
15151 * xpath.c: serious changes on Result Value Trees and NodeSets
15152 w.r.t. deallocation and collect operations. Probably not
15153 100% clean (merge of allocated trees smells like a problem).
15154 Seems sufficient to close #58943
15155
15156Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15157
15158 * xmllint.c: adding a --format option
15159
15160Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15161
15162 * xpath.c: count() was broken on Result Value Tree
15163 * xmlIO.c: fixed file:/// accesses on _WIN32
15164
15165Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15166
15167 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15168 macro was renamed, this should close bug #58683
15169
15170Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15171
15172 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15173 entity substitution mode text at the end of the entity might
15174 be added due to text coalescing.
15175 * nanoftp.c parser.c: small cleanup
15176
15177Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15178
15179 * HACKING: added John Fleck right to commit in the doc subdir
15180
15181Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15182
15183 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15184 allow to inherit attributes from the DTD directly in the
15185 tree, this is needed for XPath and can be a useful feature.
15186 Inherited namespaces are always provided at the tree level now
15187 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15188 of tests for this feature (XSLT being the prime user).
15189
15190Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15191
15192 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15193 testSAX.c xmlIO.c xmllint.c include/win32config.h
15194 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15195 include/libxml/xmlwin32version.h.in win32/README.MSDev
15196 win32/dsp/*: applied Win32 Facelift No.2 patches from
15197 Igor Zlatkovic for Windows/MSC
15198
15199Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15200
15201 * SAX.c: unparsedEntityDecl() the URI computation of the
15202 entity wasn't done breaking XSLT unparsed-entity-uri()
15203
15204Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15205
15206 * xpath.c: fixed a bug when walking the descendants and
15207 the current node has no children
15208 * debugXML.c: show up when a text node is supposed to not be escaped
15209
15210Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15211
15212 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15213 worked like the set:leading() function)
15214 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15215
15216Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15217
15218 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15219
15220Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15221
15222 * include/libxml/xmlIO.h: apply change to close #58141
15223 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15224
15225Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15226
15227 * parser.c: when the internal subset uses a PE, then the
15228 included entity can use conditional sections.
15229
15230Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15231
15232 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15233 when walking the namespace axis showing up in
15234 libxst/tests/general/bug-12
15235 * xmlmemory.c: added the possibility to trace a given block
15236 defined by its address
15237
15238Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15239
15240 * parser.c: don't override existing encoding specified before
15241 starting xmlParseDocument()
15242
15243Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15244
15245 * include/libxml/xmlwin32version.h: reinserted, needed for
15246 Windows users of CVS
15247
152482001-07-27 Darin Adler <darin@bentspoon.com>
15249
15250 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15251 * testCatalog.c: Add include of <libxml/parser.h>.
15252
152532001-07-27 Darin Adler <darin@bentspoon.com>
15254
15255 * include/libxml/.cvsignore:
15256 * include/libxml/xmlwin32version.h:
15257 Remove this file from CVS because it's generated.
15258
15259Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15260
15261 * parser.c include/libxml/parser.h: applied const patches from
15262 Tom Moog #58002
15263
15264Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15265
15266 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15267 lookup framework
15268
15269Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15270
15271 * tree.c: fixed xmlCopyNode() for documents
15272
15273Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15274
15275 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15276
15277Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15278
15279 * parser.c: fixes bug #57652 reported by Morus Walter
15280
15281Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15282
15283 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15284
15285Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15286
15287 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15288 errors, lesson don't add new functions at 1am before a release
15289 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15290 from XPath initialization when possible.
15291
15292Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15293
15294 * result/scripts/base*: removing history/readline changed
15295 this slightly
15296 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15297 xmllint.c: make element content line number generation
15298 optionnal to avoid breaking old apps added interface to switch
15299
15300Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15301
15302 * configure.in: get rid of the readline and libhistory
15303 dependencies by default, release 2.4.1 with IA64 fix
15304 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15305 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15306 John Kroll fixes to allow saving to HTTP via PUT (or
15307 POST of needed).
15308 * doc/html/*.html: regenerated the docs
15309
15310Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15311
15312 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15313 xmlHashScanFull and xmlHashScannFull3 to get passed the
15314 three keys as arguments to the callback function
15315
15316Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15317
15318 * configure.in Makefile.am: removed libxml softlink for good
15319 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15320 100% coverage by gtk-doc
15321
15322Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15323
15324 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15325 fixed serious troubles due to size_t vs. int mismatch
15326
15327Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15328
15329 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15330
15331Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15332
15333 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15334 convenient extension API for value and context managing
15335 Now handles external objects through xmlXPathPopExternal,
15336 xmlXPathWrapExternal and xmlXPathReturnExternal.
15337 Added functions for sets operations (intersection, etc.)
15338
15339Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15340
15341 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15342 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15343 HTMLparser.c: cleanup of global variables, marking some
15344 const or private.
15345
15346Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15347
15348 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15349 fixed xmlXPathNodeSetItem when passing index=0
15350
15351Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15352
15353 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15354
15355Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15356
15357 * xmllint.c: fixed compilation under Cygwin #57503
15358 * TODO: update
15359
153602001-07-13 Peter Williams <peterw@ximian.com>
15361
15362 * config.h.in: add #undef HAVE_DLFCN_H
15363
15364 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15365 builddir.
15366
15367Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15368
15369 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15370 raised by #57348 and #57381
15371
15372Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15373
15374 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15375 tree.c xpointer.c: store the line numbder in element->content,
15376 may break some software, need a configuration mechanism
15377
153782001-07-10 Darin Adler <darin@bentspoon.com>
15379
15380 * .cvsignore:
15381 * example/.cvsignore:
15382 * include/.cvsignore:
15383 * include/libxml/.cvsignore:
15384 Various things that are generated and should be ignored.
15385
15386Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15387
15388 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15389 * doc/xml.html doc/html/*: updated the docs
15390
15391Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15392
15393 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15394 validation occured on content with element child
15395
15396Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15397
15398 * tree.c: fixed XML Base computation which was broken
15399 * debugXML.c: added a base function to the shell
15400 * Makefile.am result/scripts/* test/scripts/*: added scripts
15401 based regression tests, and adding 2 XML Base tests
15402
15403Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15404
15405 * tree.c: set properties doc and call xmlSetListDoc for properties
15406 content when grafting them in a different tree.
15407 * aclocal.m4: remove from CVS
15408
15409Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15410
15411 * win32/libxml2/libxml2.def.src: added some missing entry point
15412 for XPath (Mark Vakoc)
15413
15414Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15415
15416 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15417 layer should URI-Unescape before trying to open resources.
15418
15419Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15420
15421 * xpath.c: fix the name() bug for elements in the default
15422 namespace reported by Charlie Bozeman
15423
15424Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15425
15426 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15427 led to an XPath fix, improvements of SAX initialization, and
15428 an added option --nocdata to testXPath
15429
15430Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15431
15432 * doc/libxml-doc.el: Felix Natter provided anew version working
15433 with XEmacs too
15434
15435Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15436
15437 * include/libxml/xpath.h: small cleanup
15438 * doc/xml.html: update
15439
15440Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15441
15442 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15443 released 2.3.14
15444
15445Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15446
15447 * doc/html/*: rebuilt the docs for the release
15448 * doc/xml.html: added 2.3.14 release.
15449
15450Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15451
15452 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15453 were not equal to empty strings
15454
15455Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15456
15457 * SAX.c: fixed a URI-Reference computation problem when validating
15458 * xmlIO.c: small cleanup
15459
15460Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15461
15462 * parser.c: improved the description of a couple of interfaces
15463 upon Larry Stamper suggestion
15464
15465Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15466
15467 * SAX.c entities.c parser.c: changed completely the way entities
15468 are handled when running the parser in entity substitution mode.
15469 This fixes a bug reported by Stephan Kulow and nearly divides
15470 by 3 the amount of memory required by libxslt to load and process
15471 DocBook TDG.
15472
15473Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15474
15475 * HTMLparser.c: fixing a too early root closing problem raised
15476 byt Prashanth Naidu
15477
15478Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15479
15480 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15481 raised by Mark Vakoc.
15482
15483Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15484
15485 * example/Makefile.am: fixed the include path to add srcdir/include
15486 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15487 and some cleanup
15488
15489Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15490
15491 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15492 lot of optimization work, results in significant improvements
15493 when handling really complex XPath queries. Add a small optimizer
15494 for unions, improve [n] and [last()], avoid some costly ops.
15495
15496Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15497
15498 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15499 * xpath.c: small cleanup
15500 * xmlGetNsList: reformated, fixed problems if used on Entities
15501
15502Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15503
15504 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15505
15506Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15507
15508 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15509 * Makefile.am example/Makefile.am: workaround automake generating
15510 erroneous deps
15511
15512Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15513
15514 * include/win32config.h: bug #56801 Yon Derek provided a patch
15515 to the windows config file.
15516
15517Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15518
15519 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15520 libxml.h : Yon Derek provided a set of changes to compile from
15521 CVS on Windows/MSC
15522
15523Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15524
15525 * parser.c: fixed UTF8 BOM support in push mode
15526 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15527 added a specific testcase
15528
15529Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15530
15531 * Makefile.am: added --push regression tests
15532 * parserInternals.c: the XML parser segfaulted in --push mode
15533
15534Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15535
15536 * configure.in: moved the symlinks detection within a CVS
15537 check, this is not portable and will be removed soon.
15538 * xpath.c: small cleanup/speedup
15539
15540Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15541
15542 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15543 release of 2.3.12
15544 * parser.c: make an error message if unknow entities in all cases
15545
15546Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15547
15548 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15549
15550Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15551
15552 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15553 includes were installed in the wrong dir
15554
15555Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15556
15557 * doc/html.xml: warn against sending code to exhibit bugs.
15558
15559Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15560
15561 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15562 Tru64 from Thomas Leitner
15563
15564Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15565
15566 * AUTHORS: added William and Bjorn
15567 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15568 daniel@veillard.com hopefully I won't have to do this again
15569 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15570 docs can be rebuilt cleanly now
15571 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15572 from CVs it's generated, added include/libxml/xmlwin32version.h
15573 also generated but which should change far less frequently.
15574 * catalog.c nanoftp.c: made sure to include libxml.h not
15575 libxml/xmlversion.h directly
15576 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15577 when compiling on WIN32 and MSC
15578
15579Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15580
15581 * include/Makefile.am include/libxml/Makefile.am configure.in:
15582 fixed make distcheck and rebuilding the rpms
15583
15584Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15585
15586 * configure.in: should finish the migration of exported includes
15587 into a real include/libxml in CVS, at least for CVS users.
15588 * removed the exported headers, added in include/libxml (as well
15589 as xmlversion.h.in).
15590
15591Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15592
15593 * configure.in: fixed the way to detect symlink
15594
15595Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15596
15597 * configure.in: updated, include/libxml is now a real CVS dir
15598
15599Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15600
15601 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15602 version works with both libxml1 and libxml2 (it autodetects
15603 the prefix of the html-files) from Felix Natter.
15604 * doc/xml.html: updated doc accordingly
15605
15606Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15607
15608 * xpath.c: fixed the bug generating a template loop in libxslt
15609 when using docbook-xsl-1.4, * should filter out document nodes
15610 * HACKING: added William
15611 * TODO: updated
15612
15613Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15614
15615 * doc/FAQ.html: added a warning about gcc-3.0
15616 * doc/xml.html: added reference to gdome2 and removed a confusing
15617 sentence
15618
15619Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15620
15621 * xmlversion.h: okay this is a generated file, but Windows
15622 users need it and they can't generate it, and I want CVS
15623 Windows users ...
15624 * win32/libxml2/libxml2_so.dsp: Windows project file for
15625 the shared lib version of libxml2
15626 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15627 resources needed for libxslt/xsltproc by Yon Derek
15628
15629Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15630
15631 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15632
15633Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15634
15635 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15636
15637Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15638
15639 * include/win32config.h: Yon Derek provided a first fix
15640 to be able to compile libxslt/xsltproc on Windows
15641
15642Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15643
15644 * xpath.c: attempt to work around what seemed a gcc optimizer
15645 bug when handling floats on i386 http://veillard.com/gcc.bug
15646 * tree.c entities.c encoding.c: doing some cleanups while
15647 chasing it
15648
15649Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15650
15651 * Makefile.am: cleanup when --without-debug is specified
15652 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15653 w.r.t. --without-debug and other include points
15654 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15655 Catalogs
15656 * configure.in entities.h tree.h HTMLparser.c: removed
15657 --without-corba, made the _private field mandatory
15658
15659Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15660
15661 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15662 outputs a BOM in UTF8, an errata has been issued to avoid the
15663 problem, that was the most reasonable solution... Add support
15664 for a leading UTF8 BOM in entities.
15665
15666Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15667
15668 * valid.c: fixed a bug found when post validating an entity ref
15669 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15670 activate it too
15671
15672Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15673
15674 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15675 weakness in the node copy the XPointer and the XInclude
15676 implementations. Serious cleanup.
15677
15678Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15679
15680 * Makefile.am: Kjartan Maraas provided a small patch to
15681 add xml2-config.in to EXTRA_DIST
15682
15683Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15684
15685 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15686 provided another failing case found in KDE, the way the
15687 ctxt->vctxt.nodeTab was allocated and freed changed over
15688 time but it wasn't completely cleaned up. This should fix it.
15689
15690Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15691
15692 * parser.c: Stephan Kulow also raised the fact that line number
15693 could get miscounted making debug harder, fixed the problem
15694 in xmlParseCharData()
15695
15696Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15697
15698 * valid.c: Stephan Kulow pointed out a problem when validating
15699 and using an empty entity, forgot a 'break' in a case.
15700
15701Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15702
15703 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15704 * doc/xml.html: updated with 2.3.11
15705
15706Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15707
15708 * TODO: updated adding cleanup of generated doc
15709 * configure.in: prepared to release 2.3.11
15710 * xmllint.c: added --version for bug reporting
15711 * doc/html/*.html: rebuilt the doc
15712
15713Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15714
15715 * xpath.c: first part of the work on selecting namespace to
15716 fix bug #56115
15717
15718Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15719
15720 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15721 when using -liconv
15722 * TODO: updated
15723
15724Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15725
15726 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15727 cleanup, encoding support.
15728
15729Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15730
15731 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15732
15733Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15734
15735 * xpath.c: bug detected by Ankh when / is used as a function arg
15736
15737Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15738
15739 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15740 of element and use it to avoid outputting formatting spaces at
15741 the wrong place. Implemented the format parameter for HTML save.
15742 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15743 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15744 result/HTML/wired.html: of course this impact the result of a
15745 number of HTML tests
15746
15747Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15748
15749 * HTMLtree.[ch]: started augmenting the HTML save API with
15750 encoding and formatting parameters
15751
15752Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15753
15754 * HTMLtree.h: cleanup and started evaluating the work needed on
15755 revamping the HTML output code
15756
15757Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15758
15759 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15760
15761Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * valid.c: fixed bug #56049, forgot one check in the
15764 validation routine
15765
15766Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15767
15768 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15769
15770Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15771
15772 * libxml.h: fixed an error in last commit
15773 * doc/FAQ.html: added an entry for compilation from CVS
15774
15775Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15776
15777 * xmlversion.h.in libxml.h: Cygwin patches
15778 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15779 * tree.h: cleanup
15780
15781Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15782
15783 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15784 memory block in a strange case where libxml is linked twice
15785 in the binary.
15786
15787Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15788
15789 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15790 state far too often, simple fix used to avoid it.
15791
15792Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15793
15794 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15795 being processed, applied his patch
15796 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15797
15798Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15799
15800 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15801 provided fixes to compile on MSCC again
15802 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15803 also provided an update for the project files.
15804
15805Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15806
15807 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15808 bug #55810
15809
15810Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15811
15812 * tree.c: fixed xmlGetNsProp() to close bug #55683
15813 Note this requires libxslt to use it's own function instead.
15814
15815Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15816
15817 * HTMLtree.c: when in a pre element no formatting space should
15818 be added.
15819 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15820
15821Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15822
15823 * configure.in: added tests for signal() and signal.h
15824
15825Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15826
15827 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15828
15829Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15830
15831 * doc/libxml-doc.el: Felix Natter provided a new version for
15832 libxml2
15833
15834Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15835
15836 * HTMLtree.c: when in a pre element no formatting space should
15837 be added.
15838
15839Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15840
15841 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15842
15843Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15844
15845 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15846 hack
15847 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15848 * uri.c: fixed a warning
15849
15850Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15851
15852 * HTMLtree.c: trying to close bug #55772 escaping in script
15853 elements
15854 * doc/xml.html: suggest to send mail to the list
15855
15856Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15857
15858 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15859 good. Use a macro and based on the solution provided in
15860 vsnprintf manual page from GNU.
15861
15862Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15863
15864 * error.c: Workaround for non-preserving variadic list.
15865 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15866
15867Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15868
15869 * doc/xml.html: added 2.3.10 release
15870
15871Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15872
15873 * configure.in: releasing 2.3.10
15874
15875Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15876
15877 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15878
15879Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15880
15881 * encoding.c: Robert Collins provided a patch to add the
15882 "US-ASCII" encoding alias
15883
15884Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15885
15886 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15887 string oriented functions and started cleaning the related areas
15888 in xpath.c which needed fixing in this respect
15889
15890Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15891
15892 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15893 #55380
15894 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15895
15896Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15897
15898 * TODO: updated
15899 * nanohttp.[ch] : started adding APIs to get the redirected URL
15900 when this occurs (needed for further base computation
15901 * tree.h: cleanup
15902 * encoding.c: cleanup
15903 * SAX.c: minor change around ctxt->loadsubset
15904
15905Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15906
15907 * Makefile.am include/Makefile.am: small change to have
15908 include/libxml rebuilt if working from CVS.
15909 * uri.c: applied another patch from Carl Douglas for URI escaping,
15910 this should close bug #51876
15911
15912Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15915 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15916 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15917 added specific regression test
15918 * parser.h: preparing for the XSLT mode where DTD inherited
15919 attributes are added to the tree.
15920
15921Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15922
15923 * xinclude.[ch]: Updated the namespace for the Last Call version
15924 * result/XInclude/include test/XInclude/include: updated the
15925 testsuite accordingly
15926
15927Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15928
15929 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15930 related to bug #51876
15931
15932Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15933
15934 * tree.c: fixed a gross mistake in base computation, xml:base is
15935 not completely correct yet (need cascade).
15936 * xpath.[ch]: added the few things needed to find a function name
15937 and URI from the XPath context when it is called.
15938
15939Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15940
15941 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15942 * DOCBparser.c: small cleanup
15943 * xmllint.c: added a --catalogs option to load catalogs from
15944 $SGML_CATALOG_FILES
15945 * tree.c: cleanup
15946 * configure.in: iconv library fixup, ICONV_LIBS
15947
15948Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15949
15950 * catalog.c: handling of CATALOG entries. detection of recursion,
15951 and a few bugfixes
15952 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15953 against the default namespace
15954
15955Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15956
15957 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15958
15959Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15960
15961 * parser.c: fixed propagation context info when parsing an
15962 external entity.
15963 * doc/html/*.html: regenerated a couple of docs
15964
15965Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15966
15967 * doc/xml.html: update with 2.3.9 informations
15968
15969Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15970
15971 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15972 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15973 * doc/html/* : rebuilt the docs
15974 * valid.c: small patch which may improve some case when
15975 validating.
15976
15977Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15978
15979 * HTMLparser.c: Closed bug #54891
15980 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15981 to the suite
15982
15983Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15984
15985 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15986 applied a documentation patch from LotR and filled in a few missing
15987 descriptions
15988
15989Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15990
15991 * xpath.c tree.c parser.c: speed optimizations at the parser level
15992 document tree freeing and xpath evaluation
15993
15994Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15995
15996 * parser.c parser.h parserInternals.h: fixed a couple of
15997 interfaces for handling memory buffer input to const char *
15998 upon suggestion of JamesH.
15999
16000Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16001
16002 * configure.in: LoTR sent a patch fixing the previous commit
16003
16004Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16005
16006 * configure.in: trying to deal again with the stoopid -R linking
16007 flag of Solaris
16008
16009Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16010
16011 * xpath.h: two nodeset access macros from Thomas Broyer
16012
16013Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16014
16015 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16016 patch from Thomas Broyer
16017
16018Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16019
16020 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16021 case
16022 * INSTALL: was empty added stuff from the FAQ
16023
16024Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16025
16026 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16027 attributes handling and #54433 by adding xmlUnsetProp()
16028 and xmlUnsetNsProp()
16029
16030Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16031
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016032 * HTMLparser.c: Patch from Jonas Borgstr�m
William M. Brack11be2d02007-01-24 19:17:19 +000016033 (htmlGetEndPriority): New function, returns
16034 the priority of a certain element.
16035 (htmlAutoCloseOnClose): Only close inline elements if they
16036 all have lower or equal priority.
16037 * result/HTML: this of course changed a number of tests results.
16038
16039Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16040
16041 * xmlIO.c catalog.c: plugged in the default catalog resolution
16042 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16043 documentations
16044 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16045
16046Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16047
16048 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16049 integrating catalogs
16050 * catalog.[ch] testCatalog.c: adding a small catalo API
16051 (only SGML catalog support).
16052 * parser.c: restaured xmlKeepBlanksDefault(0) API
16053
16054Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16055
16056 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16057
16058Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16059
16060 * parser.c: added xmlParseExternalEntityPrivate() to allow
16061 propagation of ctxt->_private when parsing external entities
16062
16063Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16064
16065 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16066
16067Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16068
16069 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16070
16071Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16072
16073 * valid.c: warn when indeterminist content model is detected
16074 * result/VC/ElementValid8: this adds a message
16075 * Makefile.am: add --novalid for VCM tests
16076 * parserInternals.c: added a call to Init memory
16077
16078Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16079
16080 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16081 when both parameters are NULL.
16082
16083Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16084
16085 * valid.c: applied small patch from Gary Pennington, reindented
16086 some part of the code.
16087
16088Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16089
16090 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16091 release, updated and regenerated the docs
16092
16093Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16094
16095 * xpath.c result/XPath/expr/floats : clarified and cleanup
16096 printing of abnormal floats in tests.
16097
16098Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16099
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016100 * HTMLparser.c: trying to fix the problem reported by Jonas Borgstr�m
William M. Brack11be2d02007-01-24 19:17:19 +000016101 * results/HTML/ : a few changes in the output of the HTML tests as
16102 a result.
16103 * configure.in: tying to fix -liconv where needed
16104
16105Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16106
16107 * Makefile.am: fixed a stupid error
16108
16109Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16110
16111 * configure.in Makefile.am: make the inclusion of the trio
16112 modules in the library conditional
16113
16114Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16115
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016116 * DOCBparser.c: patche from L�szl� Kov�cs, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016117 in attributes handling
16118
16119Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16120
16121 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16122 flushing
16123
16124Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16125
16126 * xpath.c: fix of an XSLT namespace bug reported on the list
16127 general/bug-8-
16128
16129Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16130
16131 * strio.h trio.c: Dan McNichol suggested a couple of small
16132 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16133
16134Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16135
16136 * tree.c parser.c encoding.c: spent a bit more time looking
16137 at the parsing speed and DOM handling. Added a few more
16138 speedups.
16139
16140Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16141
16142 * parser.c: small but effective parsing speed improvement
16143
16144Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16145
16146 * configure.in: default on the DocBook parser inclusion (for Gnome)
16147 * DOCBparser.h: fixed a header reference
16148
16149Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16150
16151 * configure.in xpath.c: applied Bjorn patches for FPE on the
16152 alpha
16153
16154Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16155
16156 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16157 xmlSaveFormatFileTo()
16158
16159Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16160
16161 * xpath.c: simple and efficient optimization, XPath functions
16162 aways bind to the same code, cache this
16163 * TODO: updated (by saying some is obsolete)
16164
16165Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16166
16167 * xpath.c: more cleanup work on XPath name parsing routines
16168
16169Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16170
16171 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16172 xmlXPathParseName
16173 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16174 * debugXML.c: avoid compilation problems if compiling without
16175 HTML support, Igor Zlatkovic
16176 * win32/libxml2/libxml2.def.src: being able to compile without
16177 XPath on Windows
16178
16179Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * libxml.m4: yet another patch from Toshio Kuratomi
16182
16183Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16184
16185 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16186
16187Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16188
16189 * tree.[ch]: added xmlSaveFormatFile interface for saving
16190 and indenting a file.
16191
16192Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16193
16194 * xpath.c: fixed bug #53689 related to processing-instruction()
16195
16196Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16197
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016198 * DOCBparser.c: patche from L�szl� Kov�cs
William M. Brack11be2d02007-01-24 19:17:19 +000016199
16200Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16201
16202 * parser.c: applied fixes from Christian Glahn bug report #53391
16203
16204Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16205
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016206 * error.c: Jean Fran�ois Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016207 and a fix to bug #53537
16208
16209Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16210
16211 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16212
16213Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16214
16215 * DOCBparser.c SAX.c: a bit more work on entities processing.
16216 Still Need to cleanup XML output and references in attributes
16217
16218Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16219
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016220 * DOCBparser.c include/Makefile.am: two patches from L�szl� Kov�cs
William M. Brack11be2d02007-01-24 19:17:19 +000016221
16222Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16223
16224 * tree.c: trying to fix #53574, not completely complete,
16225 I would like xmllint --copy --debug test/ent1 and
16226 xmllint --debug test/ent1 to show the same result.
16227 * xpath.c: fix a bug when trying to sort namespace nodes
16228
16229Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16230
16231 * HTMLtree.c: real fix for #53402
16232
16233Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16234
16235 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16236 PIs when using xsl:output
16237 * valid.c: closing #53537 some case generate segfaults if there
16238 is validity errors
16239
16240Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16241
16242 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16243 of external parsed entities, added --noent to testDocbook
16244 * valid.c: Garry Pennington found an uninitialized variable
16245 access in xmlValidateElementContent()
16246
16247Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16248
16249 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16250 with madness
16251 * result/HTML/ : this modified the result of the regression tests
16252 a lot.
16253
16254Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16255
16256 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16257 to doc where it wasn't checked against NULL reported by
16258 Jens Laas
16259
16260Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16261
Rob Richardsb6b2ee12008-05-03 12:34:25 +000016262 * HTMLparser.c: Jonas Borgstr�m patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016263 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16264
16265Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16266
16267 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16268 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16269 * SAX.[ch]: cleanup and updates for DocBook
16270 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16271 ex SGML identifier changes
16272 * valid.c: removed a static unused function.
16273
16274Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16275
16276 * HTMLtree.c: applied change for Paul Sponagl on script saving
16277 * Makefile.am: the warning about entity title.xml are normal.
16278
16279Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16280
16281 * configure.in: release of 2.3.7
16282 * Makefile.am: fixing make distcheck
16283
16284Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16285
16286 * doc/html/* doc/xml.html: updated and regenerated the docs
16287
16288Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16289
16290 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16291
16292Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16293
16294 * tree.c: fixed #53388 with the provided patch
16295
16296Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16297
16298 * valid.c: Bjorn detected an invalid memory access. Fixed
16299 vstateVPush()
16300
16301Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16302
16303 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16304
16305Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16306
16307 * libxml.h: new header used only for the compilation of libxml
16308 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16309 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16310 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16311 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16312 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16313 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16314 baseline (version 1.2 plus a single patch).
16315 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16316 scientific notation for numbers. Tests added.
16317 * xpath.c: formatting of numbers changed to use sprintf
16318 (contribution from William Brack)
16319
16320Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16321
16322 * valid.c: cleanup, more useful debugging
16323 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16324 * xmlIO.c: entity loading is printed as an error when validating
16325
16326Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16327
16328 * valid.c: fixed to validate within entities
16329 * test/VCM/v22.xml: added a specific testcase
16330
16331Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16332
16333 * valid.c: forgot an epsilon transition in for ()+
16334 * test/VCM/v21.xml : added a specific test case
16335
16336Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16337
16338 * valid.c: removed a state explosion exhibited by RSS
16339 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16340 from bug #51872
16341
16342Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16343
16344 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16345 validation without using an ugly NFA -> DFA algo in the source.
16346 Made a specific algorithm easier to maintain, using a single
16347 stack and without recursion.
16348 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16349 * hash.c: made the growing routine static
16350 * tree.h parser.c: added the parent information to an
16351 xmlElementContent node.
16352
16353Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16354
16355 * SAX.c parser.c xpath.c: generating IDs when not validating
16356 from an external parsed entity was poisoning the ID has table
16357 with removed values. This was killing XSLT on the KDE help
16358 browser.
16359
16360Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16361
16362 * entities.h: andrew@ugh.net.au detected a double declaration
16363
16364Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16365
16366 * debugXML.c hash.c tree.h valid.c : some changes related to
16367 the validation suport to improve speed with DocBook
16368 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16369 the way validation errors get reported
16370
16371Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16372
16373 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16374 by P C Chow and William M. Brack for XSLT HTML output
16375
16376Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16377
16378 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16379 Igor Zlatkovic patches for MSC compilation and added his
16380 updates
16381
16382Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16383
16384 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16385 prefix lookup.
16386 * parserInternals.c: fixed the bug reported by Morus Walter
16387 due to an off by one typo in xmlStringCurrentChar()
16388
16389Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16390
16391 * HTMLparser.c result/HTML/*: revamped the way the HTML
16392 parser handles end of tags or end of input
16393
16394Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16397
16398Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16399
16400 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16401 bug where the linktime verions of free() won't work ...
16402
16403Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16404
16405 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16406
16407Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16408
16409 * doc/xml.html: added 2.3.6 release
16410
16411Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16412
16413 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16414 * result/wml.xml: resulted in a small output change
16415
16416Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16417
16418 * tree.c: xmlNewDoc was missing the charset initialization
16419 * xmllint.c: added --auto to autogenerate a doc, allow to
16420 reproduce the problem fixed on xmlNewDoc
16421
16422Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16423
16424 * xpath.c: trying to get 52979 solved
16425 * tree.c result/ result/noent/: trying to get 52712 solved, this
16426 also made me clean up the fact that XML output in general should
16427 not add formating blanks by default, this changed the output of
16428 a few tests
16429
16430Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16431
16432 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16433
16434Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16435
16436 * configure.in: finally released 2.3.6
16437
16438Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16439
16440 * xpath.c: checking for null pointer generated by new code
16441
16442Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16443
16444 * xpath.c: fixed a [] evaluation problem reported
16445 * test/XPath/tests/simpleaddr: extended test
16446 * result/XPath/simpleaddr: updated result
16447
16448Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16449
16450 * xmllint.c: Dan Timis reported a portability problem
16451 on Macs without mmap, fixed it.
16452
16453Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16454
16455 * testXPath.c : added a --tree option allowing to display the
16456 tree dump of the XPath expression
16457
16458Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16459
16460 * xpath.c: fixed a memleak when comparing nodesets
16461 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16462 * tree.c: added a TODO
16463
16464Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16465
16466 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16467 we need string functions
16468 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16469 to be able to use them where needed. Applied some changes
16470 to reduce name linking pollution and compile in only what's
16471 needed.
16472 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16473 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16474 for the string manipulation functions
16475 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16476 to the free() function of xmlmemory.c
16477 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16478 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16479 usage.
16480
16481Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16482
16483 * error.c: applied the context output patch of the error
16484 handling submitted by Chuck Griffith
16485 * error/VC/*: this slightly change some error logs
16486
16487Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16488
16489 * parser.c: fixed line number reporting on error
16490
16491Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16492
16493 * parser.c: Sullivan and Darin found a parser bug,
16494 applied the patch.
16495
16496Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16497
16498 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16499 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16500 xmlversion.h.in xpointer.c: of course the way I defined
16501 UNUSED breaks on old gcc version. Try to be smart and
16502 also define it directly in xmlversion.h
16503 * configure.in: removed -ansi flag from the pedantic set
16504
16505Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16506 Huge cleanup, I switched to compile with
16507 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16508 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16509 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16510 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16511 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16512 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16513 encoding.h entities.c error.c list.[ch] nanoftp.c
16514 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16515 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16516 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16517 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16518 Cleanup, staticfied a number of non-exported functions,
16519 detected and cleaned up a dozen of problem found this way,
16520 avoided a lot of public function name/typedef/system names clashes
16521 * doc/xml.html: updated
16522 * configure.in: switched private flags to the really pedantic ones.
16523
16524Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16525
16526 * configure.in: 2.3.5
16527 * doc/html/*: rebuilt the docs
16528
16529Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16530
16531 * parser.c: fixed a reported bug in NOTATION parsing
16532 * uri.c: accepted but not fixed bug 51876, added TODO
16533 * Makefile.am: fixed bug 51876
16534
16535Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16536
16537 * config.h.in configure.in error.c: fix a compilation problem
16538 on platforms without vsnprintf (xml@thewrittenword.com)
16539
16540Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16541
16542 * parser.c: fixed a function name header typo
16543 * SAX.c: notations can also occur in external subset.
16544
16545Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16546
16547 * error.c: removed a C++ like comment
16548
16549Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16550
16551 * parser.c: fixing bug 52299 strange condition leading
16552 to a parser crash due to a buffer overflow
16553 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16554 added the specific test case
16555
16556Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16557
16558 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16559 xmlXPathConvert{String,Number,Boolean} to be able to make
16560 type casts without a context stack, fixed some implementation
16561 problems related to the absence of context at parse-time,
16562 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16563 in the public API too
16564 * xpointer.c xpathInternals.h: we need to know at parse time
16565 whether we are compiling an XPointer
16566
16567Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16568
16569 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16570 cleaned up the parser internals, refactored XPath code, added
16571 new compilation based APIs and cleanly separated public and
16572 private APIs.
16573
16574Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16575
16576 * xpath.h: the comp field must be added at the end to avoid
16577 killing binary compat.
16578
16579Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16580
16581 * Makefile.am: detect XPath memleaks in regreson tests
16582 * error.c: fixed and error w.r.t. error reporting still using
16583 stderr
16584 * hash.c: added new line at end of file
16585 * tree.h: minor cleanup
16586 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16587 expression parsing from evaluation, resulted in a number of
16588 changes internally, and in XPointer. Likely to break stuff
16589 using xpathInternals.h but should remain binary compatible,
16590 new interfaces will be added.
16591
16592Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16593
16594 * configure.in: fixed a couple of problems reported by
16595 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16596 without gcc on non linux platforms.
16597
16598Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16599
16600 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16601 a fix for --with-html-dir= configure support. I hope it won't
16602 break rpm generation
16603
16604Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16605
16606 * xmlIO.c: one function comment cleanup.
16607
16608Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16609
16610 * SAX.c: external subset notations were improperly registered
16611 in the internal subset.
16612
16613Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16614
16615 * README.cvs-commits: added, pointing to HACKING
16616 * HACKING: updated
16617
16618Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
16620 * parser.c: and Matt Sergeant found one in the XML push
16621 parser (erroneous check I forgot to remove when I fixed the
16622 main parser).
16623
16624Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16625
16626 * xpath.c: ptittom found a small bug in UnaryExpr
16627
16628Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16629
16630 * configure.in: bumped to 2.3.4
16631 * error.c: fixed bug #51860
16632 * tree.c: fixed bug #51861
16633 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16634 * tree.[ch] : added xmlDefaultBufferSize
16635 * nanoftp.c: typo in function name header block
16636 * doc/xml.html : updated, added link to XML::LibXSLT
16637 * doc/html/* : rebuilt the docs
16638
16639Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16640
16641 * parser.c SAX.c: the new content parsing code raised an
16642 ugly bug in the characters() SAX callback. Found it
16643 just because of strangeness in XSLT XML Rec ouptut :-(
16644
16645Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16646
16647 * Makefile.am: Martin Baulig suggested to add -lm
16648 * tree.c: found another bug in xmlNodeGetContent()
16649
16650Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16651
16652 * xpath.c: Bjorn found the error related to strictness of comparison.
16653
16654Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16655
16656 * parser.c: trying to fix the Dtd parsing problem reported
16657 by Gary, side effect of last week speed optimizations.
16658
16659Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16660
16661 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16662 * parserInternals.c: removed unneeded test raised by Stric
16663
16664Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16665
16666 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16667 and fixed by William Brack). Added xmlXPathFormatNumber.
16668 Changed the sorting slightly.
16669 * configure.in Makefile.am example/Makefile.am: Added -lm.
16670 Please note that applications linking with libxml2, must
16671 also like with the math library from now on.
16672
16673Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16674
16675 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16676
16677Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16678
16679 * parser.c: one must report spaces even if the Dtd element
16680 content proves that this is not part of the element content.
16681 * result/valid/*.xml: this changed the ouptu slightly
16682
16683Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16684
16685 * configure.in: bumped to 2.3.3
16686 * doc/xml.html: updated
16687
16688Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16689
16690 * tree.c: minor doc fix
16691 * xpath.c: deallocation issues when a result tree has been
16692 converted to a node-set
16693
16694Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16695
16696 * doc/xml.html: oops corrected dates s/2000/2001
16697
16698Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16699
16700 * valid.c: new patch from Gary Pennington
16701
16702Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16703
16704 * doc/xml.html: applied patch from Ankh
16705
16706Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16707
16708 * xinclude.c: fixed a problem building on Mac
16709
16710Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16711
16712 * parser.c: more work on increasing parsing ferformances
16713
16714Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16715
16716 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16717 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16718 avoiding memcpy in production builds MEM_CLEANUP macro use
16719 * parser.[ch] parserInternals.c: optimizations of the tightest
16720 internal loops inside the parser. Better checking of I/O
16721 flushing/loading conditions
16722 * xmllint.c : added --timing
16723
16724Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16725
16726 * configure.in: bumped to 2.3.2
16727 * doc/xml.html: updated for release
16728
16729Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16730
16731 * xpath.c: found a memleak and fixed a nasty bug
16732
16733Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16734
16735 * xmllint.[c1] : added return code errors for xmllint
16736 * xpath.c: specific debug dump function for result value trees
16737
16738Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16739
16740 * xpath.c: finally implemented xmlXPathCompareNodeSets
16741 * test/XPath/expr/floats results/XPath/expr/floats: added
16742 a test for float expressions
16743
16744Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16745
16746 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16747 * parserInternals.[ch]: trying to speed up parsing
16748 * xpath.c : speeded up node set equality op
16749
16750Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16751
16752 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16753 better handling of ID/IDREF and the list modules associated
16754 * configure.in: small CFLAGS cleanup
16755
16756Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16757
16758 * configure.in: fixed iconv detection on AIX (stric)
16759
16760Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16761
16762 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16763
16764Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16765
16766 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16767 and optimized xmlXPathNodeSetSort
16768
16769Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
16771 * xpath.c: bug fix when context size is 0
16772 * parser.c: I like Norm's Dtd because they still manage to break
16773 the parser occasionally
16774
16775Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16776
16777 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16778
16779Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16780
16781 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16782 attributes within the XML-1.0 namespace
16783
16784Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16785
16786 * xpathInternals.h: exported a few axis functions
16787 * doc/xml.html: updated the doc
16788
16789Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16790
16791 * configure.in: applied patch from Daniel van Balen for OpenBSD
16792 and bumped version to 2.3.1
16793 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16794 attempt to find autoclosing was simply broken, removed it,
16795 updated the examples, this is better
16796
16797Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16798
16799 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16800 hash functionnalities.
16801 * doc/html/* : rebuild the doc
16802
16803Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16804
16805 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16806 on predicate
16807 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16808 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16809 really want to have tags closed on output even if we accept
16810 unclosed ones on input
16811
16812Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16813
16814 * xpath.c: ouch don't free NULL, rare case fixed
16815 * tree.c: don't coalesce text nodes if they don't have the
16816 same behaviour wrt escaping on output
16817
16818Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16819
16820 * xpath.c: small fixup
16821 * SAX.c: don't warn on empty namespaces.
16822
16823Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16824
16825 * README: a bit of cleanup
16826 * configure.in: preparing for 2.3.0 release
16827
16828Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16829
16830 * hash.[ch]: added a first version of xmlHashSize()
16831 * valid.c: another bug fix from Gary Pennington
16832
16833Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
16835 * valid.c: couple of bug fixes pointed by Gary Pennington
16836 * HTMLtree.c: #if 0 cleanup
16837
16838Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16839
16840 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16841 which removes a time consuming check of xmlXPathNodeSetAdd()
16842 and use it in places where we are sure to not break unicity
16843
16844Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16845
16846 * xpath.c: bug fixes found from XSLT
16847 * tree.c: preserve node->name special values when copying nodes.
16848 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16849 external subset are fetched when available but without full
16850 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16851 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16852 output with encoding disabled.
16853
16854Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16855
16856 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16857 xmlCheckFilename should not be called from xmlFileOpenW
16858 and xmlGzfileOpenW
16859
16860Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16861
16862 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16863 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16864 added the new tests for URI normalization
16865 * testURI.c: fixed stoopid bugs
16866 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16867 the URI in the error messages are now properly normalized
16868
16869Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16870
16871 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16872
16873Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16874
16875 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16876
16877Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16878
16879 * xpath.c: fixed mod operator
16880
16881Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16882
16883 * parser.c: fixed xmlStrcat doc
16884 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16885 trees.
16886
16887Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16888
16889 * xpath.c result/XPath/tests/chaptersbase
16890 result/XPath/tests/simplebase: fixed XPath node()
16891 * tree.c: small fix in xmlNewNs()
16892 * Makefile.am: removed extraneous xml2Conf.sh rule
16893
16894Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16895
16896 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16897 Changed the library name, in order to get libxml-devel and
16898 libxml2-devel to coexist on a single system
16899 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16900 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16901
16902Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16903
16904 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16905 libxml2-devel installable in // as libxml-devel.
16906
16907Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16908
16909 * doc/Makefile.am: fixed make rebuild in doc
16910 * doc/html/*.html: rebuilt the docs
16911
16912Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16913
16914 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16915
16916Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16917
16918 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16919 the HTML doc to go into the -devel RPM ...
16920 * aclocal.m4 config.h.in: some updates due to auto* magic
16921
16922Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16923
16924 * xpath.h: added a hook in the context structure allowing to
16925 link to extra support, needed for XSLT
16926
16927Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16928
16929 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16930 xmlXPtrCmpPoints to use it.
16931 * propagated the following patch from Alejandro Forero
16932 * include/win32config.h xmlIO.c: applied further suggestions
16933 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16934 * example/gjobread.c: fixed warnings, now that it builds
16935
16936Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16937
16938 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16939
16940 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16941 filename points to a valid file (not a directory).
16942 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16943 Added calls to xmlCheckFilenameDir.
16944
16945 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16946 `path' (rather than `filename') as the parameter to gzopen and open.
16947
16948Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16949
16950 * Makefile.am: fixed a problem with EXTRA_DIST
16951
16952Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16953
16954 * Makefile.am example/Makefile.am: finally found the trick
16955 to build the example, i.e. add "." in SUBDIRS before example
16956 in the list <grin/>
16957
16958Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16959
16960 * doc/xml.html: updated with an XSLT section, removed pointer to
16961 W3C CVS base.
16962
16963Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16964
16965 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16966 too, and deallocation need to occur the same way.
16967
16968Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16969
16970 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16971 type correponding to an XSLT result tree fragment. Share most
16972 of the data format with node set, as well as operators.
16973 * HTMLtree.c: added a newline at the end of the doctype output
16974 whe this one is not present initially.
16975 * tree.c: make sure taht the parent and doc pointers are properly
16976 set when copying attributes (lists).
16977
16978Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16979
16980 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16981
16982Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16983
16984 * xpath.c: seems I finally killed that ugly path evaluation
16985 context bug (tagged 9999 in case is is wrong)
16986
16987Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16988
16989 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16990 for XSLT
16991
16992Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16993
16994 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16995 for xmlGzfileOpen() bug
16996
16997Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16998
16999 * xpath.c: removed an error found by XSLT usage
17000 * tree.c parserInternals.h: use a predefined static string
17001 for text and comment nodes, avoid freeing them in xmlFreeNode,
17002 exported the string name in parserInternals.h and added
17003 another value to disable encoding at output (for XSLT),
17004 gain memory, time.
17005
17006Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17007
17008 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17009 win32/libxml2/libxml2_so.dsp: new makefiles and update
17010 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17011
17012Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17013
17014 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17015 Gary Pennington
17016
17017Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17018
17019 * xpath.c: fixed the comaprision of values and nodelists,
17020 need to compare nodelist still ...
17021 * debugXML.c: avoided a possible core dump
17022 * HTMLparser.c: cleanup
17023 * nanohttp.c: contributed fix.
17024 * tree.c: fixes in properties handling added xmlSetNsProp
17025 needed by libxslt
17026 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17027 comment
17028 * TODO: updated
17029
17030Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17031
17032 * parser.c parserInternals.c: applied Bjorn Reese optimization
17033 patch
17034
17035Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17036
17037 * Makefile.am: applied patch fro make check from Martin Vidner
17038
17039Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17040
17041 * configure.in: preparing 2.2.11
17042 * doc/html/*: rebuild the HTML files
17043 * doc/xml.html : updated
17044
17045Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17046
17047 * tree.c: fixed a stupid bug
17048 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17049 patches related to validation of an XInclude processing result
17050 * TODO: updated
17051
17052Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17053
17054 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17055 on large files
17056
17057Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17058
17059 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17060
17061Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17062
17063 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Rob Richardsb6b2ee12008-05-03 12:34:25 +000017064 reported by Jonas Borgstr�m
William M. Brack11be2d02007-01-24 19:17:19 +000017065 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17066
17067Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17068
17069 * testXPath.c xpath.c: fixing the XPath union expressions problem
17070 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17071
17072Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17073
17074 * xmllint.c: Made is so if the file name is "-" is will read form
17075 standard input. Sven Heinicke <sven@zen.org>
17076 * tree.c: fixed a problem when growing buffer
17077 * tree.h: fixed the comment of the node types following andersca
17078 comment
17079 * TODO: updated
17080
17081Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17082
17083 * HTMLparser.[ch]: added a way to avoid adding automatically
17084 omitted tags. htmlHandleOmittedElem() allows to change the
17085 default handling.
17086 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17087 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17088 of xmllint too when using --memory flag, added a memory test
17089 suite at the Makefile level.
17090 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17091 with namespace use when encountering QNames in XPath evalation,
17092 added xmlns() scheme in XPointer.
17093 * nanoftp.c : incorporated a fix
17094 * parser.c xmlIO.c: fixed problems raised with encoding when using
17095 the memory I/O
17096 * parserInternals.c: closed bug 25934 reported by
17097 torsten.landschoff@innominate.de
17098 * TODO: updated
17099
17100Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17101
17102 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17103 on a non-updated tree :-(, made a 2.2.10 release to correct the
17104 situation
17105
17106Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17107
17108 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17109 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17110 integrated a set of OpenVMS changes from Howard Taylor
17111 <Howard.Taylor@pacoast.com>
17112
17113Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17114
17115 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17116 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17117
17118Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17119
17120 * HTMLparser.c: some fixes on auto-open of html/head/body
17121 * encoding.c: fixed a compilation error on some gcc env
17122 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17123 XPointer implementation
17124 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17125 related XPointer tests and associated results
17126
17127Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17128
17129 * doc/xmldtd.html doc/xml.html: following a short step by step
17130 guidance on IRC to help maciej with DTDs I started a small
17131 page on the subject.
17132
17133Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17134
17135 * HTMLparser.c: fixed handling of broken charrefs
17136 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17137 patches
17138
17139Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17140
17141 * doc/xml.html doc/html/* : rebuilt the docs after adding
17142 xinclude and updated page for 2.2.7 and 2.2.8
17143 * configure.in: releasing 2.2.8
17144
17145Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17146
17147 * parser.[ch] parserInternals.c: applied the conditional
17148 section processing fix from Jonathan P Springer
17149 <jonathan.springer2@gte.net>
17150 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17151 project file, fixed iconv default non support
17152 * xpath.c: fixed the problem of evaluating relative expressions
17153 when a node context is provided.
17154
17155Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17156
17157 * nanoftp.c: fixed gcc 2.95 new warnings
17158 * SAX.c: fixed a stupid bug
17159 * tree.c: fixed a formatting problem when round-tripping
17160 from/to memory
17161 * xinclude.c: chased memleak, fixed a base problem
17162 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17163 xmlXPtrBuildNodeList()
17164 * TODO: updated
17165 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17166 adding a first small set of regression tests for XInclude
17167
17168Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17169
17170 * nanohttp.[ch]: applied Wayne Davison patches to access
17171 the WWW-Authorization header.
17172 * parser.c: Closed Bug#30847: Problems when switching encoding
17173 in short files by applying Simon Berg's patch.
17174 * valid.c: fixed a validation problem
17175 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17176 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17177 Wayne Davison
17178 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17179 need to be extended to non full nodes selections.
17180 * xinclude.c: starts to work decently
17181
17182Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17183
17184 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17185 debugXML.c xmlversion.h.in: Started adding XInclude support,
17186 this is a new xmllint option
17187 * tree.c xpath.c: applied TOM patches for XPath
17188 * xpointer.c: fixed a couple of errors.
17189 * uri.c: added an escaping function needed for xinclude
17190 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17191 new warning from RH70 gcc's version
17192
17193Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17194
17195 * HTMLparser.c: fixed loop on invalid char in scripts
17196 * parser.c: update to description of xmlIOParseDTD()
17197 * libxml.m4 xmlversion.h.in: changes contributed by
17198 Michael Schmeing <m.schmeing@internet-factory.de>
17199 * configure.in: preparing for 2.2.7
17200 * Makefile.am: trying to avoid config.h and acconfig.h
17201 being included in the distrib
17202 * configure.in: released 2.2.7
17203
17204Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17205
17206 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17207 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17208
17209Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17210
17211 * parser.[ch]: added xmlIOParseDTD()
17212 * xpointer.c: added support for the 2 extra parameters of
17213 string-range, fixed a stoopid error when '0' was present
17214 in XPointer expressions
17215 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17216 testsuite for the above
17217
17218Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17219
17220 * libxml.spec.in: improved package descriptions
17221
17222Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17223
17224 * xpath.c xpathInternals.h: applied a large cleaning patch
17225 from TOM <ptittom@free.fr>, it also add namespace support
17226 for function and variables registration.
17227
17228Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17229
17230 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17231 * Makefile.mingw: Wayne Davison's update adding hash.c
17232
17233Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17234
17235 * xpath.c: fixed the root evaluation problems
17236 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17237 ignorable spaces with <b> <bold> <em>
17238 * tree.c: fixed a loop in xmlSearchNsByHref()
17239
17240Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17241
17242 * xpath.c: applied another XPath patch from TOM
17243 * xpath.c include/makefile.am: applied another patch from
17244 china@thewrittenword.com (cleanup on IRIX).
17245
17246Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17247
17248 * xml-config.1: received a fixed version from Fredrik Hallenberg
17249 <hallon@lysator.liu.se>
17250
17251Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17252
17253 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17254 cleanup patch for XPath
17255
17256Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17257
17258 * patched to redirrect all "out of context" error messages to
17259 a reconfigurable routine. The changes are:
17260 * xmlerror.h : added the export of an error context type (void *)
17261 an error handler type xmlGenericErrorFunc there is an interface
17262 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17263 to reset the error handling routine and its argument
17264 (by default it's equivalent to respectively fprintf and stderr.
17265 * all the c files: all wild accesses to stderr or stdout within
17266 the library have been replaced to calls to the handler.
17267
17268Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17269
17270 * configure.in: release 2.2.6
17271 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17272 exporting the inner functions of xpath for extension modules
17273 * doc/*: updated and rebuilt the doc
17274
17275Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17276
17277 * nanohttp.c : applied Wayne HTTP cleanup patch
17278 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17279 and xmlNodeSetSpacePreserve()
17280
17281Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17282
17283 * xpath.c: closing bug #29260
17284
17285Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17286
17287 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17288 multikey tuples, made hash structure opaque
17289 * valid.[ch]: moved elements, attributes, notations decalarations
17290 as well as ID and refs to hash tables.
17291 * entities.c: hash cleanup
17292 * xmlmemory.c: fixed a dump problem in debug mode
17293 * include/Makefile.am: problem passing in DESTDIR= values patch
17294 from Marc Christensen <marc@calderasystems.com>
17295 * nanohttp.c: removed debugging remains
17296 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17297 * HTMLparser.c parser.c: fixing a number of problems with the
17298 macros in the *parser.c files (Wayne).
17299 * HTMLparser.c: close the previous option when opening a new one
17300 (Marc Sanfacon).
17301 * result/HTML/*: updated the HTML results accordingly
17302
17303Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17304
17305 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17306 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17307 XPath functions and XML entities table to them. More to come...
17308 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17309
17310Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17311
17312 * tree.c: coalesce adjacent text nodes
17313 * valid.c: handling of blank nodes in DTd validation (raised
17314 by problems with a posteriori validation).
17315 * nanohttp.c: changing behaviour on HTTP write stuff.
17316 * HTMLtree.c: forced body and html to be explicitely closed.
17317 * xpath.h: exported more XPath functions.
17318
17319Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17320
17321 * Release of 2.2.5
17322 * xpointer.c: range() range-inside and other helper functions
17323 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17324
17325Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17326
17327 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17328 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17329
17330Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17331
17332 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17333 and XPointer modules
17334
17335Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17336
17337 * SAX.h: closed #25107
17338
17339Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17340
17341 * testSAX.c: fixed problem with cdata reporting
17342 * SAXresult/* : updated
17343
17344Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17345
17346 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17347 Closed bug #27499, added to regression tests
17348 * TODO: updated
17349
17350Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17351
17352 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17353 support for SCRIPT and STYLE with help from Bjorn Reese
17354 * test/HTML/* result/HTML/*: added simple testcase and updated
17355 the existing ones.
17356
17357Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17358
17359 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17360 string-range for empty strings
17361 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17362 test/XPath/xptr/strrange: augmented the XPointer testsuite
17363
17364Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17365
17366 * doc/xml.html doc/xmlmem.html: added a module describing memory
17367 interfaces and use, updated the main page.
17368
17369Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17370
17371 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17372 nanoftp code work on Windows too now
17373
17374Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17375
17376 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17377 * xpointer.c: implemented string-range() at least a good first version
17378 * test/XPath/docs/str test/XPath/xptr/strrange
17379 result/XPath/xptr/strrange: the string-range() tests
17380
17381Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17382
17383 * Makefile.am include/Makefile.am include/win32config.h
17384 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17385 and make distcheck
17386
17387Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17388
17389 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17390 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17391 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17392
17393Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17394
17395 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17396 patch for socklen_t detection by
17397 Albert Chin-A-Young <china@thewrittenword.com>
17398
17399Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17400
17401 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17402 and added a --dtdvalid option to xmllint used to test it
17403
17404Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17405
17406 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17407 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17408
17409Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17410
17411 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17412 handlings (registration, lookup, cleanup)
17413
17414Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17415
17416 * configure.in Makefile.am include/makefile.am: adding XPointer
17417 and XPtrtests target
17418 * xpointer.[ch] : new files for XPointer support
17419 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17420 more XPath tests
17421
17422Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17423
17424 * configure.in: fixed, very broken, make distcheck works again
17425
17426Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17427
17428 * More work toward 2.2.5, integrated a number of patches
17429 * configure.in Makefile.am win32config.h.in: trying to cleanup
17430 make distcheck .... huh ...
17431 * include/Makefile.am include/win32config.h: new directory
17432 for includes
17433 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17434 updated teh makefiles and instructions for WIN32
17435 * xpath.c: small fixes
17436 * test/XPath/ results/XPath: updated the testcases and results
17437 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17438 suggested patches
17439 * valid.c: fixed an ID bug
17440
17441Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17442
17443 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17444 the automake bug where wrong dependencies were generated.
17445 * xpath.[ch]: worked on XPointer
17446
17447Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17448
17449 * configure.in Makefile.am: 2.2.5, ship the include in an
17450 include/libxml subdirectory, use symlinks when using CVS
17451 * testSAX.c: fixed small bug
17452 * testXPath.c: changed the way testfiles are parsed
17453 * debugXML.c: same kind of cleanup when parsing an argument expression
17454 XPath/XPointers can have blanks embedded
17455 * xpath.[ch]: more cleanup, reorgs for XPointer work
17456 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17457 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17458
17459Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17460
17461 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17462 in the XPath engine, rewrote large parts of it, now it's far
17463 cleaner and in sync with the REC not an old WD. Fixed a parsing
17464 problem in the interactive XML shell found when testing XPath.
17465
17466Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17467
17468 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17469 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17470 examples with the extra test
17471
17472Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17473
17474 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17475 the global init function.
17476
17477Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17478
17479 * HTMLparser.c: Doohhh, attribute name parsing was still case
17480 sensitive ! Fixed this ...
17481 * result/HTML/* : updated the tests results accordingly
17482
17483Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17484
17485 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17486 engine, should be far more stable, incorporated a new version of
17487 preceding/following axis, need testing
17488 * uri.c: fixed file:///c:/a/b/c problem
17489 * test/XPath/tests/idsimple: augmented the XPath tests
17490
17491Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17492
17493 * doc/* rebuilding docs for 2.2.4 release
17494
17495Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17496
17497 * configure.in: releasing 2.2.4
17498 * parser.[ch]: added xmlStrEqual()
17499 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17500 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17501 use xmlStrEqual instead
17502 * TODO: updated
17503 * added an XPath test
17504
17505Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17506
17507 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17508 * entities.h: exported xmlInitializePredefinedEntities
17509 * parser.[ch] : added xmlInitParser()
17510 * parserInternals.h : had to export htmlInitAutoClose()
17511
17512Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17513
17514 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17515 problems
17516 * Makefile.am : added XPath regression tests to normal tests
17517 * uri.c: fixed a problem with local paths, cleanup
17518 * parser.c: fixed a problem with large CData sections
17519
17520Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17521
17522 * configure.in xml-config.in: patch from "Ben Taylor"
17523 <sol7x86@hotmail.com> for solaris shared libs lookup
17524
175252000-09-30 Martin Baulig <baulig@suse.de>
17526
17527 * libxml-2.0.pc.in: Provide pkg-config script.
17528
17529 * configure.in: Create the libxml-2.0.pc script from the
17530 libxml-2.0.pc.in templates.
17531 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17532 script in `$(libdir)/pkgconfig'.
17533
17534Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17535
17536 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17537 when compiling with MSC
17538
17539Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17540
17541 * xpath.c: patch for normalize-string() substring-before(),
17542 substring-after() and translate() functions from Bjorn Reese
17543 <breese@mail1.stofanet.dk>
17544 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17545 Fredrik Hallenberg <hallon@lysator.liu.se>
17546 * TODO: updated
17547
17548Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17549
17550 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17551 problem of socklen_t being undefined on a number of platforms
17552 * debugXML.c: fixed a compilation problem when without snprintf
17553
17554Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17555
17556 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17557 an URI bug and a fix for the control-character-induced infinite loop
17558 * nanohttp.c: preventive fix for compiling on WIN32
17559
17560Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17561
17562 * xmlint.c: closing bug #25000
17563
17564Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17565
17566 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17567 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17568 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17569 related function, fixing xmlStrncmp(), and associated cleanup
17570 * result/HTML/entities.html.sax: updating result
17571
17572Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17573
17574 * uri.c: applied patch for URI escaping from Wayne Davison
17575 <wayned@blorf.net>
17576 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17577 from Denis Barbier <barbier@imacs.polytechnique.fr>
17578 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17579 patch from Wayne Davison
17580
17581Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17582
17583 * doc/xml.html : updated with new releases, adding "how to help"
17584
17585Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17586
17587 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17588 removed a few warnings in pedantic mode ...
17589 * parserInternals.c parser.c: moved encoding switching function
17590 to parserInternals.c
17591 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17592
17593Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17594
17595 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17596 error or warning handlers
17597
17598Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17599
17600 * parserInternals.c parserInternals.h parser.c Makefile.am:
17601 created a new module parserInternals.c, moved most of the
17602 code shared by the various parsers there, as well as
17603 deprecated code from parser.c. More cleanup of parser.c
17604 * uri.c: fixed a problem when URI is NULL
17605 * valid.c: speedup when looking for an attribute declaration
17606
17607Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17608
17609 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17610 the cleanup of the computation of URI references when seeking
17611 external entities. The URI reference string and the resulting
17612 URI are both stored now.
17613 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17614 large s(n)printf checks and cleanup from Denis Barbier
17615 <barbier@imacs.polytechnique.fr>
17616 * xmlversion.h.in tree.h: couple of SGML declarations for a
17617 possible docbook module.
17618 * result/VC/ : a couple of test output changed due to the change
17619 of the entities URI
17620
17621Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17622
17623 * parser.h: added a _private field for linking user's data
17624
17625Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17626
17627 * parser.c parserInternals.h: demacroified most of the IS_XXX
17628 the gain in size is significant so ...
17629
17630Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17631
17632 * entities.c: cases where looking up entities with doc==NULL
17633 covered
17634
17635Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17636
17637 * uri.c: applied Wayne Davison patch
17638 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17639
17640Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17641
17642 * uri.c testUri.c: applied Wayne Davison patches
17643 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17644 * Makefile.in: added URItest and included thenin "make tests"
17645
17646Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17647
17648 * xmlversion.h.in: closed bug 22941
17649
17650Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17651
17652 * doc/xmlio.html: added doc and example for entity loader
17653 redefinition.
17654
17655Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17656
17657 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17658 used by libxml
17659
17660Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17661
17662 * parser.c: Fixed bug on invalid ontent characters and when using
17663 push.
17664 * xmllint.c: fixed xmllint endling of errors in push mode
17665
17666Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17667
17668 * HTMLparser.c testHTML.c: applied two new patches from
17669 Wayne Davison <wayned@users.sourceforge.net>
17670 * result/HTML/*.sax: regenerated HTML SAX output
17671 * parser.c: more cleanup.
17672
17673Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17674
17675 * HTMLparser.[ch] testHTML.c: applied the second set of
17676 patches from Wayne Davison <wayned@users.sourceforge.net>,
17677 adding htmlEncodeEntities()
17678 * HTMLparser.c: fixed an ignorable white space detection bug
17679 occuring when parsing with SAX only
17680 * result/HTML/*.sax: updated since the output is now HTML
17681 encoded...
17682
17683Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17684
17685 * HTMLparser.[ch]: applied some of Wayne Davison
17686 <wayned@users.sourceforge.net> patches
17687
17688Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17689
17690 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17691 undeclared namespace prefix was used, added a warning.
17692 Cleaned up support w.r.t. entities, spilling out a warning
17693 and being pedantic on lookups.
17694 * test/warning/ent9 : added testcase for previous example.
17695 * TODO: updated
17696 * parserInternals.h parser.c: changed the way names are parsed
17697 now allow infinite size and decrease penalty for normal use
17698 * parser.c: Started a big cleanup/check of the parser code,
17699 fixed some of the most tortuous entity code, spotted code
17700 unused anymore
17701 * test/*: added tests for very long names and related nasty
17702 things.
17703
17704Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17705
17706 * doc/encoding.html: added encoding aliases doc
17707 * doc/xml.html: updates
17708 * encoding.[ch]: added EncodingAliases functions
17709 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17710 bottleneck affecting large DTDs like Docbook
17711 * parser.[ch] xmllint.c: added a pedantic option, will be
17712 useful
17713 * SAX.c: redefinition of entities is reported in pedantic mode
17714 * testHTML.c: uninitialized warning from gcc
17715 * uri.c: fixed a couple of bugs
17716 * TODO: added issue raised by Michael
17717
17718Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17719
17720 * doc/encoding.html: propagated Martin Duerst suggestions
17721
17722Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17723
17724 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17725 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17726 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17727 by Wayne Davison
17728
17729Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * nanoftp.c nanohttp.c: small cleanup
17732 * TODO: updated
17733
17734Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17735
17736 * added an old VC testcase and updated title.xml entity
17737
17738Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17739
17740 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17741 done on auto-opening of <p> tags and cleanup of SAX output
17742
17743Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17744
17745 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17746
17747Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17748
17749 * doc/xml.html libxml.* structure.*: updated the doc a bit
17750
17751Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17752
17753 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17754 of SAX tests
17755
17756Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17757
17758 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17759 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17760
17761Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17762
17763 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17764 * testHTML.c: fix core dump on Solaris 2.x systems
17765 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17766 * result/HTML/*.sax: previous bug fix lead to new results
17767
17768Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17769
17770 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17771 * configure.in: added --with-readline=DIR to accept alternate
17772 path for readline include/library
17773 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17774 for ANSI under HP-UX
17775 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17776 includes @LIBS@
17777
17778Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17779
17780 * doc/* : rebuilt the docs
17781 * getting ready for 2.2.2 release
17782
17783Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17784
17785 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17786 and xmlAddFeature()
17787 * tree.[ch]: added xmlAddChildList()
17788 * xmllint.c: MAP_FAILED macro test
17789 * parser.h: added xmlParseCtxtExternalEntity()
17790 * valid.c: applied bug fixes removed warning
17791 * tree.c: added CDATA block to elements content
17792 * testSAX.c: cleanup of output
17793 * testHTML.c: added SAX testing
17794 * encoding.c: better error recovery
17795 * SAX.c, parser.c: fixed one of the external entity processing
17796 of the OASis testsuite
17797 * Makefile.am: added HTML SAX regression tests
17798 * configure.in: bumped to 2.2.2
17799 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17800 SAX results
17801
17802Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17803
17804 * configure.in: patch for HP compiler
17805
178062000-08-04 Sven Heinicke <sven@zen.org>
17807
17808 * xmllint.c: Was coredumping sometimes when the file given didn't
17809 exist.
17810
17811Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17812
17813 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17814
17815 when using in memory parsing. Need some cleanup.
17816 * xmllint.c configure.in: added a --memory flag to test memory
17817 parsing
17818
17819Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17820
17821 * nanohttp.c: fixed socklen_t replacement to unsigned int
17822 * parser.c: fixed a space handdling missing at the end of
17823 production 28 DOCTYPE.
17824 * xmlmemory.c: fixed a stupid bug on the routine to override
17825 allocation functions
17826 * TODO: updated
17827
17828Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17829
17830 * doc/ regenerated the docs
17831
17832Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17833
17834 * doc/encoding.html doc/xml.html: added I18N doc
17835 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17836 improvements, both parser and filters, added ASCII & HTML,
17837 fixed the ISO-Latin-1 one
17838 * xmllint.c testHTML.c: added/made visible --encode
17839 * debugXML.c : cleanup
17840 * most .c files: applied patches due to warning on Windows and
17841 when using Sun Pro cc compiler
17842 * xpath.c : cleanup memleaks
17843 * nanoftp.c : added a TESTING preprocessor flag for standalong
17844 compile so that people can report bugs more easilly
17845 * nanohttp.c : ditched socklen_t which was a portability mess
17846 and replaced it with unsigned int.
17847 * tree.[ch]: added xmlHasProp()
17848 * TODO: updated
17849 * test/ : added more test for entities, NS, encoding, HTML, wap
17850 * configure.in: preparing for 2.2.0 release
17851
17852Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17853
17854 * nanoftp.c: fixed the way the control connection is handled
17855 * libxml.spec.in: fixed the dependencies and cleanup
17856
17857Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17858
17859 * doc/xml.html: changed the xmlsoft.org structure, updated the
17860 examples w.r.t. root and childs
17861
17862Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17863
17864 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17865
17866Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17867
17868 * HTMLparser.c: Work on character encoding support for the HTML parser
17869 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17870 * encoding.c: Fixed a potential memleak in the encoding stuff
17871
17872Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * doc/FAQ.html doc/Makefile.am : added a FAQ
17875
17876Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17877
17878 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17879 of the HTML parser to force it to not bypass SAX
17880
17881Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17882
17883 * win32config.h.in: updated
17884 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17885 lacks iconv support :-( need to release 2.1.1
17886 * configure.in: release 2.1.1
17887 * HTMLparser: fixed bug #14784
17888 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17889 by Windows compiler
17890 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17891 the SAX startDocument() callback.
17892 * TODO: updated
17893
17894Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17895
17896 * added xmlStopParser()
17897
17898Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17899
17900 * configure.in: 2.1.0 prerelease
17901 * Large resync between W3C and Gnome tree
17902 * nanoftp, nanohttp.c: fixed stalled connections probs
17903 * HTMLtree.c SAX.c : support for attribute without values in
17904 HTML for andersca
17905 * valid.c: Fixed most validation + namespace problems
17906 * HTMLparser.c: start document callback for andersca
17907 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17908 * parser.h, SAX.c: serious speed improvement for large
17909 CDATA blocks
17910 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17911 different encoding
17912 * example/Makefile.am example/gjobread.c tree.h: work on
17913 libxml1 libxml2 convergence.
17914 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17915 and the LIBXML_TEST_VERSION macro
17916
17917Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17918
17919 * doc/xml.html: various patches and improvements typo fixed by
17920 Felix Natter
17921 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17922 from Felix Natter <fnatter@gmx.net>
17923
17924Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17925
17926 * doc/upgrade.html: updated with instructions for support of both
17927 libxml-1.x and libxml-2.x
17928 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17929 for 2.x support and also fixed includes
17930
17931Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17932
17933 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17934 the encoding support, added iconv support, so now libxml if
17935 compiled with iconv automatically support japanese encodings
17936 among others. Work based on initial patch from Yuan-Chen Cheng
17937 I may have broken binary compat in the encoding handler
17938 registration scheme, but that was so utterly broken I don't
17939 expect anybody to have used this feature until now.
17940 * parserInternals.h: fixup on the CHAR range macro
17941 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17942 code.
17943 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17944 * uri.c: added xmlParseURI() I can't believe I forgot to
17945 implement this one in 2.0 !!!
17946 * SAX.c: moved doc->encoding update in the endDocument() call.
17947 * TODO: updated.
17948
17949Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17950
17951 * tree.h: removed extraneous xmlRemoveProp definition
17952 * TODO: added item about --disable-corba configure switch
17953 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17954 * nanoftp.c: fixed include problems giving troubles on AIX and
17955 slowlaris
17956 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17957 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17958 comment and headers changes to lower gtk-doc number of warnings
17959 * doc/html/*: rebuilt docs
17960
17961Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17962
17963 * HACKING: documented the tag for 1.x and instructions
17964
17965Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17966
17967 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17968 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17969 xmlCreateIOParserCtxt
17970 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17971 significant overall improvement
17972 * xmllint.c: added I/O test to xmllint
17973 * testSAX.c: added a speed test
17974 * doc/* : updated/regenerated
17975
17976Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17977
17978 * xpath.c uri.h parserInternals.h: cosmetic changes from
17979 "Timur I. Bakeyev" <timur@bat.ru>, including making
17980 xmlCreateURI() public
17981
17982Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17983
17984 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17985 and the code at the same time. Added a clean mechanism for
17986 overload or added input methods: xmlRegisterInputCallbacks()
17987 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17988 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17989 * TODO: updated
17990 * doc/* : updated/regenerated
17991 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17992 source dir
17993
17994Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17995
17996 * testURI.c: yet another forgotten commit, I should get some sleep !
17997
17998Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17999
18000 * xmllint.c: forgot to commit this too ?
18001
18002Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18003
18004 * xmlversion.h.in : forgot to commit this previously
18005
18006Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18007
18008 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18009 * README TODO: updated for release
18010 * uri.c uri.h: added authority parsing/saving
18011 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18012 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18013 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18014 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18015 Makefile.am : added compile-time customization of libxml
18016 --with-ftp --with-http --with-html --with-xpath --with-debug
18017 --with-mem-debug
18018 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18019 #include <libxml/xxx.h> I hope it won't break too much stuff
18020 and will be manageable in the future...
18021 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18022 and added xmllint to the installed programs
18023 * uri.h: added xmlFreeURI()
18024
18025Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18026
18027 * uri.c uri.h: finished the escaping handling, the base support
18028 and the URI path normalization. Looks good just lacks the
18029 authority content parsing code.
18030 * Makefile.am: added instructions to generate testURI
18031 * TODO: updated
18032 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18033 added links and icons for W3C and Gnome
18034
18035Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18036
18037 * xmlmemory.[ch] : seems I forgot to actually update the files in
18038 the last commit :-)
18039 * doc/xml.html doc/html/* : updated and uploaded the docs
18040
18041Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18042
18043 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18044 * TODO: updated
18045 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18046 libxml default allocation function with another set (like gmalloc/
18047 gfree).
18048 * Makefile.am, uri.c, uri.h: added a set of functions to do
18049 exact (litteraly copied from the RFC 2396 productions) parsing
18050 and handling of URI. Will be needed for XLink, one XML WFC,
18051 XML Base and reused in the nano[ftp/http] modules. Still work
18052 to be done.
18053
18054Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18055
18056 * configure.in, libxml.spec.in : libxml2
18057 * doc/* : updated the doc page, rebuilt the docs
18058
18059Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18060
18061 * all: tagged LIB_XML_1_X
18062 * *.c *.h : updated from W3C CVS tree
18063 * configure.in : 2.0.0-beta
18064 * libxml.spec.in : libxml2 package nam
18065 * result/* : new version of the tests output
18066
18067Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18068
18069 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18070
18071Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18072
18073 * doc/* : rebuilt the docs
18074 * parser.c: final patch on #6766
18075 * valid.c: small patch on validity checks.
18076
18077Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18078
18079 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18080 added
18081 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18082 compatibility w.r.t. XML spec and existing code.
18083
18084Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18085
18086 * parser.c: seems a better solution to <a> </a> exists,
18087 will try it for a while
18088
18089Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18090
18091 * parser.c: tried to remove the <a> </a> generating <a/>
18092 this is hard. Left a flag for that purpose. Fixed bug #6766
18093 * configure.in: prepared 1.8.7 not released, due to previous
18094 problem
18095
18096Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18097
18098 * doc/xml.html : applied second patch from Paul DuBois
18099
18100Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18101
18102 * doc/xml.html : applied patch from Paul DuBois
18103
18104Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18105
18106 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18107
18108Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18109
18110 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18111 compilation warnings on various platforms.
18112 * parser.c: Fixed #5281 validity error callbacks are now desactived
18113 by default if not validating.
18114
18115Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18116
18117 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18118
18119Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18120
18121 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18122 <gkatsi@cs.toronto.edu>
18123
18124Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18125
18126 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18127 processing URLs
18128
18129Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18130
18131 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18132 xmlNanoFTPUpdateURL for persistent control connections.
18133 * configure.in: 1.8.6
18134
18135Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18136
18137 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18138 * tree.[ch] : added xmlSaveNoEmptyTags
18139
181402000-01-29 James Henstridge <james@daa.com.au>
18141
18142 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18143
18144 * Makefile.am: added nanoftp.[ch] to the build.
18145
18146Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18147
18148 * nanoftp.[ch]: cleanup, comments, API
18149 * debugXML.c : fixed a bug in the cat command
18150 * doc/*: regenerated the docs
18151
18152Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18153
18154 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18155 * debugXML.c : fixed a bug in the cat command
18156 * valid.c: fixing some small probs
18157 * libxml.spec.in: get rid of the SNAP suffix
18158 * doc/xml.html: updated the status
18159
18160Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18161
18162 * xml-config.in: xml-config --version to just return the
18163 version number
18164 * xpath.c: some cleanup w.r.t. axis when the current node is
18165 an attribute.
18166 * TODO: updated
18167
18168Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18169
18170 * configure.in: prepared for libxml-1.8.5
18171 * doc/* recompiled the documentation
18172
181732000-01-17 Jody Goldberg <jgoldberg@home.com>
18174
18175 * configure.in : WARNING autoconf subtlety alert :
18176 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18177 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18178 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18179 get defined by AC_CHECK_HEADERS.
18180
18181Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18182
18183 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18184 Rune.Djurhuus@fast.no
18185
18186Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18187
18188 * TODO: updated
18189 * tree.c, parser.c: made sure that only memory alloc problems
18190 and internal parser errors are allowed to write to stdout or
18191 stderr.
18192
18193Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18194
18195 * tree.c : restored xmlNewGlobalNs since this seems used by
18196 a lot of existing code :-(, fixed a bug in xmlNewNs
18197 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18198 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18199 to exit() from the library code.
18200 * xpath.c, parser.c: removed bugs or unused code detected by
18201 Windows compilers
18202 * parser.c: started adding interfaces for parsing well balanced
18203 XML fragments
18204 * configure.in: releasing 1.8.4
18205 * doc/* : rebuilt the docs
18206
18207Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18208
18209 * tree.[ch] : added xmlNewDocFragment() for DOM
18210 * testHTML.c: uninitialized variable.
18211
18212Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18213
18214 * doc/* : rebuild the docs
18215
18216Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18217
18218 * acconfig.h: readline and history patch
18219 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18220 * tree.c: added check and handling when possibly removing an ID
18221 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18222 and saving.
18223 * test/HTML/entities.html result/HTML/entities.html* : test for
18224 various entities reference cases
18225 * result/HTML/* : as a result output of some testcase have
18226 changed
18227 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18228 by previous example. added xmlParseTryOrFinish().
18229 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18230 entities.h debugXML.h HTMLparser.h: changed the way struct are
18231 declared to allow gtk-doc to expose those
18232 * parser.c: closed bug #4960
18233 * Makefile.am configure.in: Applied patch from
18234 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18235 and math/socket libs detection
18236
18237Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18238
18239 * configure.in, Makefile.am: link tester against readline
18240 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18241
18242Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18243
18244 * tree.[ch]: added xmlRemoveProp
18245 * win32config.h.in nanohttp.c: avoid including the Windows
18246 socket stuff in every C files
18247 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18248 the XmL parser(s)
18249 * test/ns4 result/ns4 etc...: added test case for previous prob
18250 * tree.c: xmlNewNs wasn't checking for double definition
18251 * Makefile.in: fixed a problem with dist-hook duplicates
18252 * parser.[hc], xmlIO.c: fixed the loading of external entities
18253 APIs, now xmlLoadExternalEntity() is used everywhere and
18254 setting up an app specific front-end using the
18255 * SAX.c parser.c: some fixes, now the xhtml spec validates
18256 with the xhtml DTD.
18257 * error.c: fixed crashes in case of no input stream
18258 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18259 to the validation tests and results
18260
18261Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18262
18263 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18264 too htmlCreatePushParserCtxt() and htmlParseChunk()
18265 * parser.c: a bit of cleanup.
18266 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18267 to XML) removed the last mem leak known
18268 * HTMLtree.c: output message cleanup
18269 * xmlmemory.c: display content info about memory blocks
18270 * result/HTML/wired.* : missing att value warning change
18271
18272Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18273
18274 * doc/* : rebuilt the documentation
18275
18276Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18277
18278 * parser.[ch] parserInternals.h: Push parser for XML,
18279 seems to work fine now
18280 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18281 --push for push testing
18282 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18283 * testSAX.c: added --push
18284 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18285 subtree
18286 * xmlIO.[ch] : enriched API + fixes for push mode
18287 * entities.[ch]: added the entity content length to the struct.
18288 * xmlmemory.[ch]: new API to show the last entries for the shell
18289 * valid.c: added required attribute testing
18290 * SAX.c: the cdata callback now merge contiguous fragments
18291 * HTMLparser.c: cleanup of some macros
18292
18293Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18294
18295 * parser.c: fix for PIs name starting with xml
18296 * tree.c: fixed a potential problem with || and && ops
18297 * *.c, configure.in win32config.h.in : generate win32config.h for
18298 those on the Other Side !
18299
18300Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18301
18302 * parser.c: fixed a stupid = vs. == bug :-(
18303 * doc/gnome-xml.sgml: s/glade/xml/
18304
18305Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18306
18307 * configure.in, doc/xml.html : bug fix release 1.8.2
18308 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18309 Hopefully the end of that silly C++ include problem
18310 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18311 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18312 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18313 troubles with autoclosed elements when the stree shape doesn't
18314 follow the DtD specs. Added htmlIsAutoClosed() and
18315 htmlAutoCloseTag()
18316 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18317 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18318 * debugXML.c: fixed a bug on printing default namespaces.
18319 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18320
18321Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18322
18323 * result/HTML/*.htm[l] : updated the HTML regression tests according
18324 to the new output
18325 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18326 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18327 problem due to intermix of extern "C" { ... } declarations for C++
18328 and recursive includes in the headers
18329
183301999-12-20 Chris Lahey <clahey@umich.edu>
18331
18332 * HTMLtree.c: Made it so that html nodes with a single child do
18333 not insert a carriage return before or after the child node.
18334
18335Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18336
18337 * configure.in, doc/xml.html : bug fix release 1.8.1
18338 * parser.c: fixed bug #4344
18339 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18340 added the glue to avoid C++ problems
18341 * doc/* : regenerated the documentation
18342
18343Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18344
18345 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18346 namespace recognition, and Dia as a resul :-(
18347 * encoding.c: closed bug #3950
18348
18349Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18350
18351 * valid.c: debugging a posteriori validation, except URI expansion
18352 stuff this should be fixed now
18353 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18354 Carl Nygard <cnygard@bellatlantic.net>
18355 * tester.c: added --postvalid, cleaning of the code
18356 * tree.[ch]: added xmlDocGetRootElement()
18357
18358Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18359
18360 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18361 c++ losage.
18362
18363Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18364
18365 * configure.in, doc/xml.html : bumped to 1.8.0
18366 * xlink.[ch], Makefile.am : added framework for link detection
18367 * parser.h: added nbChars to parser context, needed for cleanup.
18368 * xmlmemory.c: removed a nasty bug when out of mem
18369 * valid.[ch]: adding namespace support for attribute decl
18370 * tester.c: added --debugent option
18371 * debugXML.[ch]: added xmlDebugDumpEntities()
18372 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18373 buffers instead, this was really needed, validation was breaking
18374 in strange ways due to that. Added xmlParseStringPEReference()
18375 and other parsing from strings functions. Entities processing
18376 modified again, but PERef are still not handled correcly but
18377 unless you're Eve Maller you won't notice :-)
18378 * HTMLparser.c: large changes toward reliability, and switched to
18379 lowercase internal tags, XHTML is lowercase, so it will help
18380 that output is closer to next version.
18381 * doc/* : regenerated the documentation, it is now hosted at
18382 http://xmlsoft.org/ (same bits I just bought the domain :-)
18383
18384Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18385
18386 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18387 doc generation
18388 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18389 in the SAX API
18390 * doc/*: rebuilt the doc making sure everything appears in the
18391 HTML files
18392
18393Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18394
18395 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18396 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18397 which allow impressive speed improvement on dataset with
18398 large text pieces, but at the cost of broken binary
18399 compatibility and slightly bigger memory usage.
18400 Configure with --with-buffers to activate them, they
18401 are protected with XML_USE_BUFFER_CONTENT define.
18402 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18403 goal is 0 memory left allocated once parser is no more used
18404 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18405 call xmlCleanupParser() and xmlMemoryDump()
18406
18407Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18408
18409 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18410 * parser.[ch] encoding.[ch]: added memory cleanup routines
18411 * parser.c: closing bug #3788
18412 * doc/*: rebuilt the doc
18413
18414Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18415
18416 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18417 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18418 * tester.c: added --compress option
18419 * doc/*: rebuilt the documentation
18420
18421Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18422
18423 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18424 if given /proc/kcore as input !
18425 * doc/xml.html doc/*: updated and rebuilt the documentation
18426
18427Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18428
18429 * parser.c: Fixed some wrongly space collapsing code due to
18430 a misreading of the spec.
18431 * result/*: fixed the output accordingly
18432
18433Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18434
18435 * encoding.c: bug fix and typos
18436 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18437 * parser.c: added attribute normalization closing bug #3597
18438 * test/att* result/att* SAXresult/att*: testcase for attribute
18439 normalization
18440
18441Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18442
18443 * configure.in: closing bug #3163 by adding extra flags for the
18444 cc compiler on HP-UX
18445
18446Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18447
18448 * valid.[ch] : removed a typo and an enumerated type bug in the
18449 xmlAddElementDecl() function
18450 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18451 call to xmlEncodeEntitiesReentrant() so that the functions
18452 New, Set and Get are at the same level.
18453 * parser.c HTMLparser.c: extra memory allocation bug for
18454 attributes detected by someone using libxml in embedded systems :-)
18455
18456Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18457
18458 * xmlmemory.h: turned off mem debug :-\
18459
18460Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18461
18462 * parser.c: closed bug #2784 a one line fix, but worth pushing
18463 a new release out
18464 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18465 some structures, comments before and after the
18466 main element, and other nastyness
18467 * HTMLtree.c tree.c: accomodate the extended HTML supported
18468 * configure.in: pushing 1.7.4
18469 * test/ent8 and related outputs : added a new test for bug #2784
18470 * test/HTML/wired.html and related output: a nasty HTML example
18471 * Makefile.am: improved the test scripts
18472 * docs/* : reran the documentation extractor, updated xml.html
18473
18474Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18475
18476 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18477 HTMLparser and debugged the HTML related code. HTML documents
18478 now have their own type
18479 * entities.c: do not dump &apos; for HTML output
18480 * xmlmemory.c: improvement, breakpoint mechanism
18481 * testHTML.c: added --sax --repeat ...
18482 * Makefile.am: improved the HTML tests
18483 * valid.[ch]: added xmlValidGetValidElements and
18484 xmlValidGetPotentialChildren
18485 * tester.c: added --insert to test the 2 new functions
18486 * test//* result//* SAXresult//* : regression test cleanup
18487 and extension.
18488 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18489 gnome-xml-nanohttp.html
18490
18491Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18492
18493 * HTMLparser.c: fixed problems with some autoclose tags
18494 * tree.c: fixed XML output problems.
18495 * result/* SAXresult/*: update of the tests output
18496
18497Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18498
18499 * Makefile.am: Arturo patch for xmlConf.sh version info
18500 * parser.c: Tim Josling patch for single quoted items
18501 * tester.c: Tim Josling patch for tester options usage
18502 * tree.h: indent cleanup
18503
18504Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18505
18506 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18507 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18508
18509Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18510
18511 * tree.c : Raph patch for initialization of CORBA fields
18512 * parser.c, xpath.c, ...: modification of doc comments
18513 * xpath.c : allow spaces in xpath expressions
18514
18515Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18516
18517 * xmlmemory.h: turning off memory debug :-(
18518
18519Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18520
18521 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18522 better SAX interfaces.
18523 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18524 entity.
18525 * configure.in: 1.7.2
18526
18527Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18528
18529 * libxml.spec.in: fixed the URL
18530 * doc/xml.html: improved the documentation front-end
18531
18532Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18533
18534 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18535
18536Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18537
18538 * libxml.spec.in: fixed the alpha compile problem
18539 * parser.[ch]: changed errno to errNo in the parser context :-(
18540 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18541 * doc/xml.html: changed CHAR to xmlChar
18542 * doc/html/*: recompiled the documentation
18543 * configure.in: 1.7.1
18544
18545Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18546
18547 * parser.h: modified the parser context struct to regain 1.4.0
18548 binary compatibility
18549 * parser.c, xml-error.h: added errno ot teh context and defined
18550 a set of errors values with update of errno
18551 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18552 DTDs and entities
18553 * *.h, *.c: complete cleanup of the use of config.h and include
18554 protection depending on the current setup.
18555 * overalll debugging, maintenance and bug-fixing on all modules
18556 * updated the documentation
18557 * ready for 1.7.0
18558
18559Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18560
18561 * HTMLparser.c : cleanup
18562 * SAX.c valid.c valid.h: added ID/IDREF checking
18563 * tree.c tree.h: extended doc structure for refs
18564 * configure.in: 1.6.2
18565 * parser.c: patched bug in SAX user arg call
18566 * parserInternals.h: patched missing close in C++ wrapping
18567 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18568 especially upcoming XPointer implementation.
18569 * doc/xml.html: augmented, typo
18570
18571Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18572
18573 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18574 not all invocations of install understand -d.
18575
18576Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18577
18578 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18579 to make 'check' works, when builddir != srcdir.
18580
18581Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18582
18583 * doc/xml.html : updated the documentation
18584
18585Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18586
18587 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18588 not deallocated memory blocks
18589 * *.c : replaces all calls to malloc() free() and realloc() to
18590 the wrapper functions/macros
18591 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18592 instead of xmlFreeNodeList()
18593
18594Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18595
18596 * HTMLparser.c: corrected a stupid bug leading to core dump at
18597 tree deallocation. Removed warnings indicated by
18598 Stephane.Conversy@lri.fr
18599 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18600 looked for in the external subset
18601
18602Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18603
18604 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18605 on SGI by Stephane.Conversy@lri.fr
18606
18607Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18608
18609 * all .h : changed the prototype declaration indent as in gtk
18610 * most .c : working on reducing the TODOs in the code
18611 * most .c : cleanup though -pedantic and Insure++
18612 * improvements on validation ID checkings.
18613 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18614 * xml-config.in: closed #1810
18615
18616Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18617
18618 * tree.h, valid.c, valid.h: more work on validity, IDs
18619 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18620 definition for AIX
18621
18622Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18623
18624 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18625 the distribution due to a cut'n paste error at last commit
18626
18627Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18628
18629 * configure.in: upgraded to version 1.4.0
18630 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18631 Big update, added a large part of the validation process,
18632 it should be usable, but some parts are missing
18633 * xpath.c: improved the implementation w.r.t. root.
18634 * Makefile.am: added more tests
18635 * test and result trees: added a lot of tests
18636 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18637
18638Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18639
18640 * Added an HACKING file
18641
18642Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18643
18644 * xpath.[ch] : improvements and debug of the XPath implementation
18645 * parser.c, HTMLparser.c : modified the parsers to be progressive
18646 * tree.[ch] : extended the Buffer promitives
18647 * xmlIO.[ch] : added basic I/O routines providing progressive
18648 parsing and ready for I18N conversion plugins
18649 * SAXresult/* : the SAX callback sequence maybe slightly different
18650 now
18651 * test*.c : improved/updated the tests programs
18652 * doc/* : recompiled the docs.
18653
186541999-07-26 Michael Meeks <michael@edenproject.org>
18655
18656 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18657
18658 * tree.c: Ditto.
18659
18660Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18661
18662 * configure.in: upgraded to version 1.4.0
18663 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18664 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18665 XML query language, see http://www.w3.org/TR/xpath for more details.
18666 * parser.c, parser.h: added CHAR* related string functions for XPath
18667 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18668 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18669 rebuild the docs.
18670 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18671 and regression testing capabilities for XPath.
18672
18673Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18674
18675 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18676 closing bug #1646
18677
18678Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18679
18680 * Makefile.am, example/Makefile.am: closed bug #1683
18681
18682Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18683
18684 * example/Makefile.am, configure.in: added the makefile for the
18685 gjobread example
18686
Rob Richardsb6b2ee12008-05-03 12:34:25 +000018687Sat Jul 10 14:19:11 CEST 1999 Tomasz K�oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000018688
18689 * doc/Makefile.am:
18690 - fix which allow "make install DESTDIR=</install/prefix>".
18691
18692Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18693
18694 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18695 which fixed a problem on the file reading-code.
18696
18697Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18698
18699 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18700 output.
18701 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18702
18703Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18704
18705 * parser.h : Oops removed the binary compatibility problem
18706 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18707 * parser.c, HTMLparser.c: applied patches for reading from stdin
18708
18709Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18710
18711 * parser.c, entities.c, valid.c: cleanup bug #1591
18712 * configure.in: cleanup bug #1592
18713 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18714 the same tree back-end. Hence gdome will be available for it.
18715 * doc/Makefile.am: close bug #617
18716
18717Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18718
18719 * parser.c: alloctate a per parser context SAX interface block
18720
18721Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18722
18723 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18724 and xmlEncodeEntitiesReentrant with the correct one :-\
18725
18726Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18727
18728 * commit of my internal XML base changes, quite a lot of
18729 changes, cleanups, better entities support, framework for
18730 new I/O and charset detection and handling
18731 * Fixed the configure/Makefile stuff to generate shared libs
18732 with the proper version info, so we jumped on rev from
18733 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18734 xmlEncodeEntities() result need to be freed now, and a string
18735 xmlParserVersion provide the current library version.
18736
18737Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18738
18739 * parser.c: fixed a buffer overrun for when you have a very long
18740 attribute with no entities in it.
18741
18742Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18743
18744 * added example directory
18745 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18746
18747Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18748
18749 * Release of libxml-1.1, nearly everything has been touched for
18750 this.
18751 * Added more regression tests
18752 * Updated the documentation
18753
18754Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18755
18756 * tree.[ch]: unified the XML_NO_CORBA defines.
18757 * parser.c encoding.[ch]: started plugging in char encoding detection
18758
18759Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18760
18761 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18762 Also freed allocated buffer.
18763
18764Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18765 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18766 reentrancy problem at printing. One is left in entities.c, to
18767 remove ASAP
18768 * testSAX.c : added a test example showing the use of the SAX
18769 interface if one doesn't want to build the DOM tree.
18770 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18771
18772Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18773
18774 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18775 large revamping of the parser to use SAX callbacks
18776 http://www.megginson.com/SAX/ (or at least a C like interface
18777 a la Expat). It's now possible to set up your own callbacks
18778 and the parser will not build a DOM tree.
18779 * test/* result/*: updated the test suite, I finally removed
18780 the old Namespace draft support (PI based).
18781
18782Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18783
18784 * Makefile.am: added test result to EXTRA_DIST for make tests
18785
18786Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18787
18788 * parser.c, parserInternals.h: moved the chars macro definitions
18789 to parserInternals.h
Rob Richardsb6b2ee12008-05-03 12:34:25 +000018790 * parser.c, error.c: applied patches from "Knut �kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000018791 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18792
18793Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18794
18795 * xml-config.in : applied patch to make --version work
18796
187971999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18798
18799 * Makefile.am (check-local): Alias for `tests' target. This will
18800 cause `make check' to do the right thing.
18801 (tests): Don't run tests in srcdir. Also, replaced calls to
18802 basename with a `sed' "equivalent".
18803
18804Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18805
18806 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18807 it in the header and not the sources, updated the doc.
18808 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18809 pointing this out.
18810
18811Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18812
18813 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18814 exported the inputStream routines.
18815 * doc/html/* : updated accordingly
18816
18817Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18818
18819 * parser.c, parser.h, parserInternals.h: added a few extra
18820 internal calls to allocate and free parser contexts ...
18821 * doc/html/* : updated accordingly
18822
18823Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18824
18825 * configure.in, Makefile.am, doc/makefile.am : General changes for
18826 1.0.0 release and including the generated HTML documentation.
18827
18828Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18829
18830 * makefile.am : added parserInternals.h, oops.
18831
18832Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18833
18834 * parserInternals.h: added this header giving access to the parser
18835 internal functions.
18836 * doc/Makefile.am : added a rebuild target which rebuilds the full
18837 set of documentations
18838 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18839 the internal subset.
18840 * *.c *.h: modifications needed to generate the documentation using
18841 gtk-doc, cleanup of functions blocks, reorganisation of struct
18842 declarations.
18843
18844Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18845
18846 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18847 the tar and spec file to include the beginning of the doc.
18848
188491999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18850
18851 * doc/.cvsignore: Added this file.
18852
18853Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18854
18855 * tree.c: fixed xmlGetProp to return "" when the attribute
18856 exists, even if the node-list is NULL.
18857
18858Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18859
18860 * tree.c: patched an error outputting empty attribute values.
18861 * Makefile.am and doc/makefile.am: have been updated during the
18862 week-end. Sorry for an empty CVS log, I got a shell problem.
18863
18864Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18865
18866 * tree.h: cleaned up using enums instead of defines
18867 * parser.c, valid.[ch]: more work on parsing/output of element
18868 declarations
18869
18870Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18871
18872 * valid.[ch], tree.c, parser.c : more work toward full parsing
18873 of XML DTDs.
18874 * README: added informations about mailing-list and on-line
18875 documentation
18876
188771999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18878
18879 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18880
18881Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18882
18883 * parser.c, tree.[ch] : more work toward conformance testing,
18884 added a last element to accelerate parsing of very flat structures
18885 started working on internal subset Element content declaration.
18886 * valid.[ch] : first cut at adding code toward validation.
18887 * previous changes had also small impact on most files, especially
18888 the conformance testing using James Clark test suite.
18889
18890Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18891
18892 * test/* : updated the examples, most of them were not well
18893 formed (humm), and added rdf2.
18894 * result/* : resulting changes in the output.
18895
18896Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18897
18898 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18899
18900Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18901
18902 * tree.c: patched a bug in the generation of empty attributes
18903
18904Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18905
18906 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18907 for node/trees/documents/... Biggest problem is namespace
18908 support when copying subtrees.
18909
18910Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18911
18912 * parser.c, entities.c: improve entities and char ref encoding,
18913 and cleanups of error messages.
18914
18915Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18916
18917 * parser.c, entities.c: simple bug hunting done during rpm2html and
18918 rpmfind integration.
18919
18920Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18921
18922 * parser.[ch]: Added interfaces allowing to specify a SAX
18923 handler before parsing.
18924
18925Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18926
18927 * parser.c: redirrect all errors reporting through the SAX
18928 error function
18929
18930Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18931
18932 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18933 * libtool, tlmain ...: update of the libtool files
18934
189351998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18936
18937 * entities.c: Use g_snprintf insteda of snprintf.
18938
18939Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18940
18941 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18942 added ent5 test for this purpose.
18943 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18944
18945Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18946
18947 * parser.c: fixed? a strange error due to compression on a GWP
18948 document.
18949
18950Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18951
18952 * tree.[ch]: bug fixing
18953 * entities.[ch]: defined a specific type for predefined entities
18954 * doc/xml.html: more documentation on the library, how to use it,
18955 overview of the interfaces.
18956
18957Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18958
18959 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18960
18961Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18962
18963 * tree.c: corrected a small bug
18964 * doc/xml.html: continuing writing documentation.
18965
18966Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18967
18968 * debugXML.h debugXML.c: added debugging utilities.
18969 * tester.c: added --debug switch.
18970 * tree.c: patched an incorrect node->type assignment.
18971 * parser.c: formatting, ensure that node->doc != NULL in attributes
18972
18973Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18974
18975 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18976 entity support and provide an internal representation close to
18977 DOM one (entity ref nodes, and attribute value as tree). I tried
18978 to preserve the interface but this will surely break some apps
18979 (I have to change rpm2html/rpmfind for example). I had to change
18980 two interfaces, and the generated tree is somewhat different.
18981 * doc/* : started documenting the XML library, the tree and
18982 DOM/Corba. This is a first step.
18983
18984Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18985
18986 * parser.c: Set up the fonctions comment block, boring but useful.
18987 * parser.h, SAX.c, parser.c: now attributes are processed through
18988 the SAX interface. The problem is that my SAX interface diverged
18989 quite a bit from the original one, well this is not an official
18990 spec, and translating it from Java to C is hairy anyway...
18991
18992Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18993
18994 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18995 fonctions comment block, boring but useful.
18996
18997Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18998
18999 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19000 conversion routines. However they are not yet used to convert the
19001 inputs. The core will run with UTF-8.
19002
19003Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19004
19005 * tree.c : make sure that the type id is properly set-up when
19006 a new object is allocated, needed for DOM.
19007
19008Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19009
19010 * tree.h, tree.c: Ok, the main objects in the tree will be native
19011 corba objects, it costs 8 bytes per Node, Attribute and Document
19012 but it simplifies the Corba integration a lot (no extra interface
19013 objects to allocate/free).
19014
19015Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19016
19017 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19018 and changed NODEs contants for conformity with DOM Level 1
19019
19020Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19021
19022 * added hooks to keep track of servants when creating objects
19023 xmlDoc and xmlNode (for Corba export).
19024
19025Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19026
19027 * added xml-config script.
19028
19029Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19030
19031 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19032 to autoupdate libtool and automake conf files.
19033
190341998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19035
19036 * Makefile.am: Use '?' to separate the sed
19037 commands as ',' is used when people pass -Wl,something.
19038
19039Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19040
19041 * tree.c, tree.h: added a per-document compression interface.
19042
19043Tue Sep 22 20:47:38 EDT 1998
19044
19045 * tree.c, tree.h: added saving with compression and added interfaces
19046 to control the compression level (xmlGetCompressMode,
19047 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19048
19049Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19050
19051 * parser.c: corrected a loop for files of size 0
19052
190531998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19054
19055 * error.h: New file. Contains prototyes from `error.c'.
19056
19057Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19058
19059 * Makefile.am (xmlincdir): New macro.
19060 (xmlinc_HEADERS): Renamed from include_HEADERS.
19061
19062Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19063
19064 * applied small patch on numeric entities from
19065 Christopher Blizzard <blizzard@appliedtheory.com>
19066
19067Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19068
19069 * New release 0.2, removed the old xml_* files so that it's
19070 coherent with the other CVS base (W3C), far better conformance
19071 to standard, new namespaces, decent entities support, beginning
19072 of a SAX-like interface. Nearly nothing left intact, even the
19073 test examples ...
19074
190751998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19076
19077 * .cvsignore: Add .deps dir
19078
19079Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19080
19081 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19082
19083Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19084
19085 * configure.in: added test for CPP
19086 * AUTHORS, Changelog: the original ones didn't get commited but the
19087 glib ones instead, fixed.
19088 * Makefile.am: corrected an error in library naming
19089
19090Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19091
19092 * integrated code developped at W3C
19093 * changed the original Copyright
19094 * migrated to automake
19095 * prefixed the filenames by xml_ to avoid filename clashes
19096