blob: 576939f5a4167899ffe058b32e246fff2aeeb5d1 [file] [log] [blame]
Daniel Veillard354cf5c2008-04-07 12:46:48 +00001Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
2
3 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
4 * docs/*: rebuilt
5
Daniel Veillard2135fc22008-04-04 16:10:51 +00006Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
7
8 * parser.c: improve the *Recover* functions documentation
9
Daniel Veillard6ccc56d2008-04-03 12:59:06 +000010Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
11
12 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
13 in external parsed entities, should fix #440415
14
Daniel Veillard8f6c2b12008-04-03 11:17:21 +000015Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
16
17 * tree.c: fix some problems with the *EatName functions when
18 running out of memory raised by Eric Schrock , should fix #438208
19
Daniel Veillardbfc42632008-04-03 10:43:52 +000020Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
21
22 * xmlschemastypes.c: horror around the definition of the lexical
23 values for decimal and derived types, fixing to reject empty
24 values, should fix #503268
25
Daniel Veillardf1245392008-04-03 09:46:34 +000026Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
27
28 * encoding.c: buffer may not be large enough to convert to
29 UCS4, patch from Christian Fruth , fixes #504015
30
Daniel Veillard36de63e2008-04-03 09:05:05 +000031Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
32
33 * HTMLparser.c: apparently it's okay to forget the semicolumn after
34 entity refs in HTML, fixing char refs parsing accordingly based on
35 T. Manske patch, this should fix #517653
36
Daniel Veillardfa750972008-04-03 07:31:25 +000037Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
38
39 * error.c: avoid a scary realloc() loop should fix #520383
40
Daniel Veillarda4ba09d2008-04-03 06:24:04 +000041Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
42
43 * parser.c: more realloc problems pointed out by Ashwin
44
Daniel Veillardff8b5412008-04-03 05:41:28 +000045Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
46
47 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
48 fixes #520387
49
Daniel Veillarde43579b2008-04-03 04:56:04 +000050Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
51
52 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
53 from Jack Jansen, fixes #524759
54 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
55
Daniel Veillardf88d8492008-04-01 08:00:31 +000056Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
57
58 * xpath.c: two patches from Alvaro Herrera to avoid problem when
59 running out of memory in XPath evaluations.
60
Daniel Veillard68b6e022008-03-31 09:26:00 +000061Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
62
63 * parser.c: lot of out of memory handling fixes from Ashwin
64 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
65 * include/libxml/threads.h: indenting cleanups
66
Daniel Veillard05b37c62008-03-31 08:27:07 +000067Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
68
69 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
70 use and the memory documentation
71
Daniel Veillarddc171602008-03-26 17:41:38 +000072Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
73
74 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
75 seems to not be checked correctly, fixes #520198
76
Daniel Veillard6a31b832008-03-26 14:06:44 +000077Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
78
79 * parser.c: patch from Ashwin to avoid a problem of attribute
80 redefinition in the DTD. Remove a warning too.
81
Daniel Veillardb3e45362008-03-26 13:39:31 +000082Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
83
84 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
85 from Ashwin
86
Daniel Veillard97c9ce22008-03-25 16:52:41 +000087Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
88
89 * parser.c: fix various attribute normalisation problems reported
90 by Ashwin
91 * result/c14n/without-comments/example-4
92 result/c14n/with-comments/example-4: this impacted the result of
93 two c14n tests :-\
94 * test/att9 test/att10 test/att11 result//att9* result//att10*
95 result//att11*: added 3 specific regression tests coming from the
96 XML spec revision and from Ashwin
97
Daniel Veillarde54c3172008-03-25 13:22:41 +000098Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
99
100 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
101 should fix #524253
102
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000103Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
104
105 * parser.c: fix a problem reported by Ashwin for system parameter
106 entities referenced from entities in external subset, add a
107 specific loading routine.
108 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
109 test/valid/t11.xml result/valid/t11.xml*: added the test to
110 the regression suite
111
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000112Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
113
114 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
115 when testing with W3C test suite
116
Daniel Veillard14d465d2008-03-24 11:12:55 +0000117Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
118
119 * threads.c: check some allocation with Ashwin patch
120
Daniel Veillard24d87d92008-03-19 15:43:00 +0000121Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
122
123 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
124
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000125Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
126
127 * threads.c: check some malloc returns with Ashwin patch, add
128 error messages and reindent the module.
129
Daniel Veillard14dad702008-03-14 14:29:40 +0000130Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
131
132 * xmlreader.c: patch from Ashwin removing duplicate tests
133
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000134Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
135
136 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
137 applied patch from Tobias Minich to allow plugin schematron error
138 reporting in the normal error system, should fix #513998
139
Daniel Veillard37d2d162008-03-14 10:54:00 +0000140Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
141
142 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
143 leaks, should fix 512647
144
Daniel Veillard10bda622008-03-13 07:27:24 +0000145Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
146
147 * xmlregexp.c: found a nasty bug in regexp automata build,
148 reported by Ashwin and Bjorn Reese
149
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000150Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
151
152 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
153 html within html bogus data, still not a complete fix though
154
Daniel Veillard5d279c92008-03-12 09:32:04 +0000155Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
156
157 * python/types.c: fix a memory errro when using namespace nodes
158 returned from XPath queries, should fix #521699
159 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
160 regression test for it
161
Rob Richardsa544c182008-03-10 15:26:27 +0000162Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
163
164 * include/win32config.h: add ICONV_CONST define for win32 build
165 to satisfy encoding.c change in rev 3693
166
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000167Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
168
169 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
170 reported and discussed around #514181 and associated patches
171 * test/emptycdata.xml result/emptycdata.xml*
172 result/noent/emptycdata.xml: added a specific test in the
173 regression suite.
174
Daniel Veillard57c9db02008-03-06 14:37:10 +0000175Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
176
177 * encoding.c: poblem with encoding detection for UTF-16 reported by
178 Ashwin and found by Bill
179 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
180 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
181 the example to the regression tests
182
Daniel Veillardccc476f2008-03-04 13:19:49 +0000183Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
184
185 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
186 a text node.
187 * parser.c: fixed the comment for xmlParserCleanup
188 * globals.c: fixed indentation
189
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000190Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
191
192 * testModule.c: patch from Florent Guiliani to fix build on
193 SCO OpenServer
194
Daniel Veillard30663512008-02-21 22:31:55 +0000195Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
196
197 * debugXML.c: made one of the changes suggested by Brian Krahmer
198 * testRegexp.c: allow to pass '--' on the command line to allow
199 regexps starting with the character '-'
200
Daniel Veillard5ac88232008-02-19 07:54:52 +0000201Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
202
203 * python/Makefile.am python/tests/Makefile.am: applied cleanup
204 patches for cross compilation and MinGW from Roumen Petrov
205
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000206Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
207
208 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
209 Bill
210
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000211Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
212
213 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
214 to simplify the processing of xmlSetProp()
215
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000216Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
217
218 * config.h.in configure.in encoding.c: patch from Roumen Petrov
219 to detect if iconv() needs a const for the second parameter
220
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000221Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
222
223 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
224 from Florent Guiliani
225
Daniel Veillard3ff24112008-02-13 10:17:41 +0000226Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
227
228 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
229 output at the end of document.
230
Daniel Veillard851b2d02008-02-08 10:57:57 +0000231Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
232
233 * doc/examples/examples.xml: regenerated, it was truncated.
234
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000235Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
236
237 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
238 compilation problems with Mingw32
239
Daniel Veillard041b6872008-02-08 10:37:18 +0000240Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
241
242 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
243 when '.' is used in a posCharGroup
244 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
245 added the test to the regression suite
246
Daniel Veillardb242b082008-02-08 09:56:31 +0000247Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
248
249 * dict.c: applied patch from Florent Guilian to remove an
250 useless mutex in the xmlDict structure.
251
252Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
253
254 * SAX2.c: another leak reported by Ashwin
255 * xinclude.c: fixed the behaviour when XIncluding a fragment
256 of the current document, patch from Chris Ryan
257
William M. Brackead35832008-02-06 04:12:46 +0000258Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
259
260 * nanohttp.c: added space for port number (when not 80) in
261 xmlNanoHTTPMethodRedir, plus a few more comments. Should
262 fix #514521.
263
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000264Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
265
266 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
267 error about the SAX callback in cdataBlockSplit when streaming
268 XSD validation
269
Daniel Veillard69f8a132008-02-05 08:37:56 +0000270Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
271
272 * uri.c: applied a patch based on Petr Sumbera one to avoid a
273 problem with paths starting with //
274
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000275Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
276
277 * doc/xml.html doc/xmlmem.html: added a small section on returning
278 memory to the kernel by compacting the heap provided by Wolfram Sang
279
Rob Richards82fbf572008-01-25 19:03:37 +0000280Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
281
282 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
283 patch by David Wimsey
284
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000285Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
286
287 * parser.c: fix a memeory leak in internal subset parsing with
288 a fix from Ashwin
289 * test/errors/content1.xml result/errors/content1.xml*:
290 add test to regressions
291
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000292Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
293
294 * configure.in doc/*: preparing release of 2.6.31
295
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000296Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
297
298 * parser.c: avoid a warning on 64bits introduced earlier
299 * parserInternals.c: make more checking on the UTF-8 input
300
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000301Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
302
303 * HTMLparser.c: avoid stopping parsing when encountering
304 out of range characters in an HTML file, report and
305 continue processing instead, should fix #472696
306
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000307Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
308
309 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
310 Makefile.am python/tests/Makefile.am python/Makefile.am
311 check-xsddata-test-suite.py: patches from John Carr to
312 start cleaning up 'make diskcheck' problems c.f. #506228
313
Daniel Veillard5608b172008-01-11 06:53:15 +0000314Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
315
316 * xmllint.c: apply fix from Stefan Kost to avoid a crash
317 in xmllint, fixes 504284
318
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000319Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
320
321 * xml2-config.in: apply patch from Fred Crozat to avoid
322 outputting -L/usr/lib from xml2-config, fixes #497012
323
Daniel Veillard640f89e2008-01-11 06:24:09 +0000324Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
325
326 * HTMLparser.c: fix definition for <embed> to avoid error
327 when saving back, patch from Stefan Behnel fixing 495213
328
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000329Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
330
331 * parser.c: applied patch from Christian Schmidt fixing a
332 column counter update problem, fixes #472696
333
Daniel Veillardac4118d2008-01-11 05:27:32 +0000334Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
335
336 * parser.c: handle a erroneous parsing of attributes in
337 case said attribute has been redeclared in the DTD with a
338 different type
339 * hash.c: fix the hash scanner to not crash if a first element
340 from the hash list is been removed in the callback
341
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000342Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
343
344 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
345 as raised by Felipe Pena, should fix #508156
346
Rob Richards3108ba92007-12-06 10:08:52 +0000347Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
348
349 * pattern.c: fix crash from double free of name for bug #501760
350
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000351Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
352
353 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
354 reported by Hannes Eder
355
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000356Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
357
358 * xmlregexp.c: remove a cut-and-paste copy error
359
Rob Richards91eb5602007-11-16 10:54:59 +0000360Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
361
362 * globals.c threads.c include/libxml/threads.h:
363 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
364 Patch from Marc-Antoine Ruel.
365
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000366Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
367
368 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
369 schema document ownership for bug #495215
370
Daniel Veillard2a512da2007-10-30 20:24:40 +0000371Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
372
373 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
374 should fix #491651
375
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000376Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
377
378 * testURI.c: add a debug option printing all the fields within
379 the parsed URI structure
380
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000381Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
382
383 * xmlsave.c: fix to avoid a crash when dumping an attribute from
384 an XHTML document, patch contributed to fix #485298
385
Daniel Veillardc821e032007-08-28 17:33:45 +0000386Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
387
388 * xmlregexp.c: another nasty regexp case fixed.
389 * test/regexp/ranges2 result/regexp/ranges2: added to regression
390 suite
391
William M. Brackec720082007-08-24 02:57:38 +0000392Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
393
394 * nanohttp.c: Enhanced to include port number (if not == 80) on the
395 "Header:" URL (bug #469681).
396 * xmlregexp.c: Fixed a typo causing a warning message.
397
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000398Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
399
400 * nanohttp.c: fix an open() call with creation without 3rd argument
401 hopefully that interface is never used.
402
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000403Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
404
405 * configure.in doc/*: preparing release of 2.6.30
406
William M. Brackf1794562007-08-23 12:58:13 +0000407Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
408
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000409 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000410 with object caching (bug #469410)
411
Daniel Veillard3888f472007-08-23 09:29:03 +0000412Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
413
414 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
415 applied patch from Frank Gross fixing Schemas IDC import bug
416 #455953 and also add the test to the regression suite
417
Daniel Veillard76d59b62007-08-22 16:29:21 +0000418Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
419
420 * xmlregexp.c: try to fix for the nth time the automata generation
421 in case of complex ranges. I suppose that time it is actually okay
422
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000423Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
424
425 * parser.c: aligned xmlSAXUserParseMemory() to match
426 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
427 cleanup
428
Rob Richardsf779da32007-08-14 09:41:21 +0000429Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
430
431 * xmlIO.c: fixed windows path determination (patch from
432 Roland Schwarz, bug #462877)
433 * win32/Makefile.mingw win32/configure.js: fixed mingw build
434 (patch from Roland Schwarz, bug #462877)
435
Daniel Veillardda629342007-08-01 07:49:06 +0000436Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
437
438 * parser.c: fixed a parser bug where invalid char in comment may
439 not be detected, reported by Ashwin Sinha
440 * test/errors/comment1.xml result/errors/comment1.xml*: added
441 the example to the regression suite
442
Daniel Veillard3814a362007-07-26 11:41:46 +0000443Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
444
445 * xmlsave.c: fixed problem reported on bug #460415
446
William M. Brack50420192007-07-20 01:09:08 +0000447Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
448
449 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
450
William M. Brackb0a94e82007-07-18 18:04:55 +0000451Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
452
453 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
454 Fixes bug #454608.
455
Daniel Veillard65fcf272007-07-11 17:55:30 +0000456Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
457
458 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
459 should fix bug #358125
460
Daniel Veillardcaa19512007-07-04 15:42:46 +0000461Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
462
463 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
464 uses of xmlTextWriterStartDocument()
465
Daniel Veillard734e7662007-06-26 11:30:31 +0000466Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
467
468 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
469 argument occurs, should fix #450936
470
William M. Brack31700e62007-06-13 20:33:02 +0000471Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
472
473 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
474
Daniel Veillard38431c32007-06-12 16:20:09 +0000475Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
476
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000477 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard38431c32007-06-12 16:20:09 +0000478 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
479 in HTML, c.f. bug #305885.
480
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000481Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
482
483 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
484 should not have namespace processing.
485
Daniel Veillarddfac9462007-06-12 14:44:32 +0000486Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
487
488 * parser.c: fixed the push mode when a big comment occurs before
489 an internal subset, should close bug #438835
490 * test/comment6.xml result//comment6.xml*: added a special
491 test in the regression suite
492
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000493Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
494
495 * parser.c: fix bug #414846 where invalid characters in attributes
496 would sometimes not be detected.
497 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
498 test case to the regression tests
499
Daniel Veillard3130fe92007-06-12 12:24:54 +0000500Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
501
502 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
503 in GNU tar, should fix #396751
504
Daniel Veillarddb670152007-06-12 10:04:37 +0000505Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
506
507 * python/types.c: try to allow compilation on old python version
508 should fix #398125
509
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000510Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
511
512 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
513 fixes bug #438390
514
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000515Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
516
517 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
518
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000519Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
520
521 * relaxng.c: fixed bug #407436 a crash in a specific case of
522 Relax-NG validation
523
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000524Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
525
526 * catalog.c: fixed bug #383687, some case of recursion on next
527 were not caught in the catalog code.
528
Daniel Veillard861101d2007-06-12 08:38:57 +0000529Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
530
531 * HTMLparser.c: fixed bug #381877, avoid reading over the end
532 of stream when generating an UTF-8 encoding error.
533
Daniel Veillard2e620862007-06-12 08:18:21 +0000534Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
535
536 * parser.c: fixed bug #366161, trivially added the check in
537 xmlCtxtReset()
538
Rob Richards90ee8df2007-06-08 19:47:37 +0000539Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
540
541 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
542 for VC8 build support to embed manifest within files. Under MS VC, build
543 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
544
Rob Richardse967f0b2007-06-08 19:36:04 +0000545Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
546
547 * threads.c include/libxml/threads.h: use specified calling convention
548 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
549 add xmlDllMain to header for win32 when building for static dll
550
Rob Richardsb8769d62007-06-08 08:50:47 +0000551Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
552
553 * xmlwriter.c: fixed problem with namespace declaration being
554 written more than once per element start tag
555
William M. Brack97ac8192007-06-06 17:19:24 +0000556Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
557
558 * xpath.c: fixed problem with xmlXPathNodeSetSort;
559 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
560
William M. Brackd611c882007-05-31 05:07:17 +0000561Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
562
563 * xpath.c: fixed problem with string value for PI node
564 (bug #442275)
565
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000566Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
567
568 * uri.c: fix bug reported by François Delyon
569
William M. Brack38d452a2007-05-22 16:00:06 +0000570Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
571
572 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
573 by Mark Rowe (bug #440159)
574 * include/libxml/xmlversion.h.in: Added check for definition of
575 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
576 Wendy Doyle and Mark Rowe, bug #346675)
577 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
578 changes to fix compilation warnings - no change to logic.
579
William M. Bracke8827652007-05-16 05:19:13 +0000580Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
581
582 * nanohttp.c: small enhancement to last fix, pointed out
583 by Alex Cornejo
584
William M. Brackd2f682a2007-05-15 19:42:08 +0000585Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
586
587 * nanohttp.c: fixed problem on gzip streams (bug #438045)
588 * xpath.c: fixed minor spot of redundant code - no logic change.
589
William M. Brackca797882007-05-11 14:45:53 +0000590Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
591
592 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
593 in order to produce the required number of significant digits
594 (bug #437179)
595
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000596Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
597
598 * list.c: applied patch to fix xmlListAppend() from
599 Georges-André SILBER
600 * valid.c: also fix the place wher it was called.
601
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000602Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
603
604 * parser.c: tried to fix an error problem on entity content failure
605 reported by Michael Day
606
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000607Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
608
609 * configure.in: typo patch from Bjorn Reese
610
Daniel Veillard491e58e2007-05-02 16:15:18 +0000611Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
612
613 * HTMLparser.c: applied patch from Michael Day to add support for
614 <embed>
615
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000616Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
617
618 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
619 in htmlCreateDocParserCtxt.
620
Daniel Veillarda1413b82007-04-26 08:33:28 +0000621Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
622
623 * uri.c include/libxml/uri.h: patch from Richard Jones to save
624 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000625 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000626
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000627Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
628
629 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
630 patch from Richard Jones to for the silent flag on valgrind
631 when doing "make valgrind"
632 * xmlregexp.c: raise a regexp error when '\' is misused to escape
633 a standard character.
634
Daniel Veillardc9923322007-04-24 18:12:06 +0000635Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
636
637 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
638
Daniel Veillarda44294f2007-04-24 08:57:54 +0000639Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
640
641 * uri.c: fix xmlURIUnescapeString comments which was confusing
642
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000643Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
644
645 * include/win32config.h libxml.h: new patch from Andreas Stricke to
646 better integrate support for Windows CE
647
Daniel Veillard39bcf942007-04-17 14:47:05 +0000648Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
649
650 * doc/* configure.in NEWS: release of libxml2 2.6.28
651
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000652Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
653
654 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
655 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
656 patch from Andreas Stricke to ease the compilation on Windows CE
657
Daniel Veillarded121382007-04-17 12:33:19 +0000658Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
659
660 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
661 a libxml2 patch from Christian Ehrlicher
662
Daniel Veillard42720242007-04-16 07:02:31 +0000663Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
664
665 * HTMLparser.c: change the way script/style are parsed to
666 not try to detect comments, reported by Mike Day
667 * result/HTML/doc3.*: affects the result of that test
668
William M. Brack56578372007-04-11 14:33:46 +0000669Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
670
671 * xmlregexp.c: small enhancement for quantifier range with
672 min occurs of 0; fixes bug 425542.
673
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000674Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
675
676 * xmlIO.c: applied change from Michael Day to avoid a problem when
677 compiled without zlib support.
678
Daniel Veillard7ef51692007-03-21 16:47:12 +0000679Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
680
681 * include/libxml/xpath.h: applied documentation patch from James Dennett
682
William M. Bracka9cbf282007-03-21 13:16:33 +0000683Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
684
685 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
686 * test/regexp/bug420596, result/regexp/bug420596: added regression
687 test for this
688
William M. Bracke978ae22007-03-21 06:16:02 +0000689Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
690
691 * HTMLparser.c: fixed memory access error on parsing of meta data
692 which had errors (bug #382206). Also cleaned up a few warnings
693 by adding some additional DECL macros.
694
Daniel Veillardbd444842007-03-20 08:47:29 +0000695Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
696
697 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
698 the silly __ss_familly problem on various AIXes, should fix #420184
699
William M. Brack0c1e3012007-03-14 12:40:21 +0000700Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
701
702 * configure.in: corrected small error in last commit
703 * xmlreader.c: corrected small typo in last commit
704
William M. Brack06559b32007-03-14 09:34:15 +0000705Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
706
707 * xmlschemas.c: fixed problem with referenced attribute groups
708 (bug #417621)
709 * configure.in: re-ordered some includes for types.h / socket.h
710 (bug #416001)
711
Daniel Veillarda9c56772007-03-09 16:59:05 +0000712Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
713
714 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
715 and state internal flags mixups
716
William M. Brackee0b9822007-03-07 08:15:01 +0000717Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
718
719 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
720 cases when comparing identical nodes (bug #415567) with patch
721 from Oleg Paraschenko
722
William M. Brack7a12e572007-02-16 17:11:09 +0000723Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
724
725 * python/libxml.py: fixed tab problem with patch from
726 Andreas Hanke (bug #408626)
727
728Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000729
730 * doc/xml.html: Changed all references to libxml2 CVS over to
731 the corresponding SVN. A few other spelling/grammar/links
732 also changed.
733 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
734
William M. Brack0bcec062007-02-14 02:15:19 +0000735Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
736
737 * xpath.c: Fixed memory bug with invalid function reported by
738 Francois Delyon on mailing list
739
William M. Brack53ce98c2007-02-13 00:37:20 +0000740Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
741
742 * xinclude.c: fixed problem with invalid char encountered
743 during text include (reported on xslt mailing list)
744
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000745Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
746
747 * Makefile.am: small cleanup to avoid packaging .svn
748 * libxml.h threads.c parser.c: applied patch to avoid a problem
749 in concurrent threaded initialization fix from Ted Phelps
750
William M. Brackd46c1ca2007-02-08 23:34:34 +0000751Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
752
753 * parser.c: added a GROW when parsing complex comments (bug #405666)
754 * gentest.py, testapi.c: added a hack to prevent destruction of any
755 param with 'destroy' in it's description (i.e. param destroyed by
756 the routine under test, so shouldn't be destroyed by testapi)
757 * xmlreader.c: added freeing of 'input' param even on error
758 (fixes leak detected by testapi)
759
William M. Brackc1099be2007-01-31 18:38:56 +0000760Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
761
762 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
763 xmlwriter.c: repositioned #include for libxml.h to avoid
764 compilation error on some architectures (bug #398277)
765 * fixed screwed-up ChangeLog (deleted some duplicate entries)
766
William M. Brack72239ba2007-01-31 18:25:12 +0000767Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000768
769 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
770
William M. Brack72239ba2007-01-31 18:25:12 +0000771Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000772
773 * xpath.c: added checks for alloc fail on calls to
774 xmlXPathNewContext (libxslt bug #400242)
775
776Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
777
778 * Re-generated the documentation (API chunks 27-29 were missing)
779 (also causes changes to testapi.c, elfgcchack.h and
780 win32/libxml2.def.src)
781
782Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
783
784 * python/libxml.c: fix a memory leak in the python string handling
785 when SAX event are passed back to the python handlers
786
787Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
788
789 * xmlreader.c: fix xmlTextReaderSetup() description
790 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
791 test/relaxng/empty1_0.xml test/relaxng/comps.rng
792 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
793 test/relaxng/empty1_1.xml: tests which were apparently
794 never commited to CVS
795
796Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
797
798 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
799 expose xmlTextReaderSetup() function
800
801Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
802
803 * configure.in: adapt the extra versioning code to SVN
804
805Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
806
807 * python/generator.py python/libxml.py: apparently id() sometimes
808 generate negative values and %X outputs -XXXX :-(
809
810Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
811
812 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
813 and XML declaration detection, and associated documentation change
814
815Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
816
817 * xinclude.c: another XInclude user data propagation patch from
818 Michael Day
819
820Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
821
822 * HTMLparser.c: applied patch from Steven Rainwater to fix
823 UTF8ToHtml behaviour on code points which are not mappable to
824 predefined HTML entities, fixes #377544
825
826Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
827
828 * xpath.c: fixed a bug where the principal node type of an axis
829 wasn't tested on name check, fixes bug #377432
830
831Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
832
833 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
834 report and suggestion.
835
836Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
837
838 * uri.c: applied patch from Igor for path conversion on Windows
839
840Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
841
842 * xmlregexp.c: another small change on the algorithm for the
843 elimination of epsilon transitions, should help on #362989 too
844
845Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
846
847 * tree.c: applied documentation patches from Markus Keim
848 * xmlregexp.c: fixed one bug and added a couple of optimisations
849 while working on bug #362989
850
851Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
852
853 * HTMLparser.c: applied a reworked version of Usamah Malik patch
854 to avoid growing the parser stack in some autoclose cases, should
855 fix #361221
856
857Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
858
859 * xpath.c: William spotted an obvious bug
860
861Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
862
863 * NEWS configure.in testapi.c doc//*: preparing release of
864 libxml2-2.6.27
865 * include/libxml/tree.h: fix a small problem with preproc flags
866
867Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
868
869 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
870 * xmllint.c: order XPath elements when using --shell
871
872Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
873
874 * xmlregexp.c: applied fix from Christopher Boumenot for bug
875 #362714 on regexps missing ']'
876
877Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
878
879 * parserInternals.c: applied patch from Marius Konitzer to avoid
880 leaking in xmlNewInputFromFile() in case of HTTP redirection
881
882Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
883
884 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
885 and pointed in #340591
886
887Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
888
889 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
890 htmlReadIO() this should fix #340322
891
892Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
893
894 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
895
896Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
897
898 * HTMLparser.c: fixing HTML minimized attribute values to be generated
899 internally if not present, fixes bug #332124
900 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
901 result/HTML/wired.html.sax: this affects the SAX event strem for
902 a few test cases
903
904Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
905
906 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
907 * result/HTML/entities2.html* test/HTML/entities2.html: added to
908 the regression suite
909
910Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
911
912 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
913 #342556
914 * xmlsave.c: fixed #342556 easy and a whole set of problems with
915 encodings, BOM and xmlSaveDoc()
916
917Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
918
919 * HTMLparser.c: fix #348252 if the document clains to be in a
920 different encoding in the meta tag and it's obviously wrong,
921 don't screw up the end of the content.
922
923Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
924
925 * HTMLparser.c: fix a chunking and script bug #347708
926
927Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
928
929 * HTMLparser.c: remove a warning
930 * encoding.c: check with uppercase for AIX iconv() should fix #352644
931 * doc/examples/Makefile.am: partially handle one bug report
932
933Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
934
935 * parser.c: fix the patch for unreproductable #343000 but
936 also fix a line/column keeping error
937 * result/errors/attr1.xml.err result/errors/attr2.xml.err
938 result/errors/name.xml.err result/errors/name2.xml.err
939 result/schemas/anyAttr-processContents-err1_0_0.err
940 result/schemas/bug312957_1_0.err: affected lines in error output
941 of the regression tests
942
943Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
944
945 * tree.c: fixing bug #344390 with xmlReconciliateNs
946
947Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
948
949 * xmllint.c: added --html --memory to test htmlReadMemory to
950 test #321632
951 * HTMLparser.c: added various initialization calls which may help
952 #321632 but not conclusive
953 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
954 --with-minimum --with-sax1 and --with-minimum --with-schemas
955 fixing #326442
956
957Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
958
959 * relaxng.c: fix a Relax-NG bug related to element content processing,
960 fixes bug #302836
961 * test/relaxng/302836.rng test/relaxng/302836_0.xml
962 result/relaxng/302836*: added to regression tests
963
964Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
965
966 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
967
968Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
969
970 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
971 Should fix #335085
972 * testapi.c: reset the http_proxy env variable to not waste time
973 on regression tests
974
975Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
976
977 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
978
979Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
980
981 * parser.c: fixed the heuristic used when trying to detect mixed-content
982 elememts if the parser wants to treat ignorable whitespaces
983 in a non-standard way, should fix bug #300263
984
985Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
986
987 * parser.c: fix a first arg error in SAX callback pointed out by
988 Mike Hommey, and another one still hanging around. Should fix #342737
989
990Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
991
992 * include/libxml/xmlversion.h.in: fix comment on versions
993 * xmlmemory.c: do not spend too much time digging in dumped memory
994
995Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
996
997 * valid.c: fixed a weird error where validity context whould not
998 show up if warnings were disabled pointed out by Bob Stayton
999 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1000 * doc//* testapi.c: rebuilt the docs
1001
1002Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1003
1004 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1005 library flags for shared and static builds, fixes #344594. If this
1006 bites you, use xml2-config.
1007
1008Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1009
1010 * python/Makefile.am: remove the build path recorded in the python
1011 shared module as Peter Breitenlohner pointed out, should fix #346022
1012
1013Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1014
1015 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1016 of unescaping from URL to filepath, should fix #344588.
1017
1018Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1019
1020 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1021 for wget detection and fix of a Python path problem, should fix
1022 #340993
1023
1024Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1025
1026 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1027 fix entities behaviour when using SAX, had to extend entities
1028 content and hack on the entities processing code, but that should
1029 fix the long standing bug #159219
1030
1031Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1032
1033 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1034 to provide a clean conversion when setting up a base
1035 * SAX2.c tree.c: use said function when setting up doc->URL
1036 or using the xmlSetBase function. Should fix #346261
1037
1038Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1039
1040 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1041
1042Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1043
1044 * parser.c: applied and slightly modified a patch from Michael Day to
1045 keep _private in the parser context when parsing external entities
1046
1047Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1048
1049 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1050 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1051
1052Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1053
1054 * xmlsave.c: fixed a comment
1055 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1056 to add a new function providing the _private field for the generated
1057 parser contexts xmlXIncludeProcessFlagsData()
1058
1059Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1060
1061 * xmlIO.c: applied patch from Michael Day doing some refactoring
1062 for the catalog entity loaders.
1063
1064Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1065
1066 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1067 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1068
1069Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1070
1071 * parser.c: applied patch from Ben Darnell on #321545, I could not
1072 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1073
1074Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1075
1076 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1077 * parser.c: fix resulting tree corruption when using XML namespace
1078 with existing doc in xmlParseBalancedChunkMemoryRecover.
1079
1080Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1081
1082 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1083 in the previous patch.
1084
1085Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1086
1087 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1088 with file names in UTF-8 on Windows, and compat on older win9x
1089 versions.
1090
1091Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1092
1093 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1094 on validation errors, the heuristic to guess is a vctxt user
1095 pointer is the parsing context was insufficient.
1096
1097Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1098
1099 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1100 applied patch to man pages from Daniel Leidert and regenerated
1101
1102Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1103
1104 * xmlwriter.c: Add a document to the xmlwriter structure and
1105 pass document when writing attribute content for encoding support.
1106
1107Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1108
1109 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1110 for consistant handling.
1111
1112Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1113
1114 * xpath.c: Applied the proposed fix for the documentation
1115 of xmlXPathCastToString(); see bug #346202.
1116
1117Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1118
1119 * xmlschemas.c: While investigating bug #350247, I noticed
1120 that xmlSchemaIDCMatcher structs are massively recreated
1121 although only a maximum of 3 structs is used at the same
1122 time; added a cache for those structures to the
1123 validation context.
1124
1125Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1126
1127 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1128 bug in xmlSchemaXPathEvaluate should close #351032
1129
1130Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1131
1132 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1133 xmlSchemaClearValidCtxt
1134
1135Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1136
1137 * python/generator.py: fixed the conversion of long parameters
1138
1139Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1140
1141 * xmlsave.c: Removed the automatic generation of CDATA sections
1142 for the content of the "script" and "style" elements when
1143 serializing XHTML. The issue was reported by Vincent Lefevre,
1144 bug #345147.
1145 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1146 results due to the serialization change described above.
1147
1148Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1149
1150 * configure.in parser.c xmllint.c include/libxml/parser.h
1151 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1152 to expose if zlib support was compiled in, in the header, in the
1153 feature API and in the xmllint --version output.
1154
1155Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1156
1157 * SAX2.c: refactor to use normal warnings for entities problem
1158 and not straight SAX callbacks.
1159
1160Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1161
1162 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1163 The simple type, which was the content type definition
1164 of a complex type, which in turn was the base type of a
1165 extending complex type, was missed to be set on this
1166 extending complex type in the derivation machinery.
1167
1168Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1169
1170 * xpath.c: Changed xmlXPathCollectAndTest() to use
1171 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1172 NODE_TEST_TYPE (the ns-node was previously added plainly
1173 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1174 this specialized ns-addition function was already used,
1175 I assume it was missed to be used with NODE_TEST_TYPE.
1176
1177Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1178
1179 * HTMLparser.c: applied const'ification of strings patch from
1180 Matthias Clasen
1181
1182Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1183
1184 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1185 destroy the condition associated to the mutex.
1186
1187Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1188
1189 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1190 revealed by a Libxslt regression test.
1191
1192Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1193
1194 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1195 usable outside predicate evaluation; the intention is to
1196 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1197 like in <xsl:if test="/foo">.
1198
1199Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1200
1201 * xpath.c: Fix a memory leak which occurred when using
1202 xmlXPathCompiledEvalToBoolean().
1203
1204Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1205
1206 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1207 python/tests/Makefile.am:
1208 Added code submitted by Andreas Pakulat to provide node
1209 equality, inequality and hash functions, plus a single
1210 test program to check the functions (bugs 345779 + 345961).
1211
1212Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1213
1214 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1215 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1216 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1217 to be aware of a boolean result request. The new function
1218 is now used to evaluate predicates.
1219
1220Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1221
1222 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1223 introduced field @rewriteType on xmlXPathStepOp was not
1224 initialized to zero here; this could lead to the activation
1225 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1226 @rewriteType is randomly set to the value 1. A test
1227 (hardcoding the intial value to 1) revealed that the
1228 resulting incorrect behaviour is similar to the behaviour
1229 as described by Arnold Hendriks on the mailing list; so I
1230 hope that will fix the issue.
1231
1232Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1233
1234 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1235 was introduced with the addition of the d-o-s rewrite
1236 and made xpath.c unable to compile if XPATH_STREAMING
1237 was not defined (reported by Kupriyanov Anatolij -
1238 #345752). Fixed the check for d-o-s rewrite
1239 to work on the correct XPath string, which is ctxt->base
1240 and not comp->expr in this case.
1241
1242Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1243
1244 * xpath.c: Added optimization for positional predicates
1245 (only short-hand form "[n]"), which have a preceding
1246 predicate: "/foo[descendant::bar][3]".
1247
1248Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1249
1250 * parser.c: try to fix the crash raised by the parser in
1251 recover mode as pointed by Ryan Phillips
1252
1253Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1254
1255 * python/types.c: patch from Nic Ferrier to provide a better type
1256 mapping from XPath to python
1257
1258Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1259
1260 * runtest.c: applied patch from Boz for VMS and reporting
1261 Schemas errors.
1262
1263Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1264
1265 * testapi.c: applied patch from Felipe Contreras when compiling
1266 with --with-minimum
1267
1268Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1269
1270 * tree.c include/libxml/tree.h: Fixed a bug in
1271 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1272 very first given node had an attribute node :-( This was due
1273 to a missed check in the traversal mechanism.
1274 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1275 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1276 reusal; so the map-items don't need to be created for every
1277 cloning/adoption. Added a callback function to it for
1278 retrieval of xmlNsPtr to be set on node->ns; this is needed
1279 for my custom handling of ns-references in my DOM wrapper.
1280 Substituted code which created the XML namespace decl on
1281 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1282 those nastly "warnigns" from the docs of the clone/adopt
1283 functions; they work fine on my side.
1284
1285Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1286
1287 * result/pattern/namespaces: Adjusted the result of a
1288 regression test, since the fix of xmlGetNodePath() revealed a
1289 bug in this test result.
1290
1291Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1292
1293 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1294
1295Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1296
1297 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1298 for elements in the default namespace, rather than generating
1299 an unprefixed named node test and loosing the namespace
1300 information.
1301
1302Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1303
1304 * include/libxml/parser.h: Clarified in the docs that the tree
1305 must not be tried to be modified if using the parser flag
1306 XML_PARSE_COMPACT as suggested by Stefan Behnel
1307 (#344390).
1308
1309Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1310
1311 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1312
1313Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1314
1315 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1316 when the expression was not valid and @comp was NULL and I
1317 tried to do the d-o-s rewrite.
1318
1319Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1320
1321 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1322
1323Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1324
1325 * xpath.c: Enabled the compound traversal again; I added a
1326 check to use this only if the have an expression starting
1327 with the document node; so in the case of "//foo", we
1328 already know at compilation-time, that there will be only
1329 1 initial context node. Added the rewrite also to
1330 xmlXPathEvalExpr().
1331
1332Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1333
1334 * xinclude.c: fix bug #343968, include='text' can't lead to a
1335 recursion.
1336
1337Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1338
1339 * xpath.c: Disabled the compound traversal for the release;
1340 I need first to assure that this is done only if we have
1341 1 initial node.
1342
1343Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1344
1345 * xpath.c: fixed memory leak in xpath error reporting
1346
1347Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1348
1349 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1350
1351Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1352
1353 * xpath.c include/libxml/xpath.h runsuite.c:
1354 Changed the name of the recently added public function
1355 xmlXPathContextSetObjectCache() to
1356 xmlXPathContextSetCache(); so a more generic one, in
1357 case we decide to cache more things than only XPath
1358 objects.
1359
1360Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1361
1362 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1363 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1364 traversal of 2 axes when we have a "//foo" expression.
1365 This is done with a rewrite of the XPath AST in
1366 xmlXPathRewriteDOSExpression(); I added an additional field
1367 to xmlXPathStepOp for this (but the field's name should be
1368 changed). The mechanism: the embracing descendant-or-self
1369 axis traversal (also optimized to return only nodes which
1370 can hold elements), will produce context nodes for the
1371 inner traversal of the child axis. This way we avoid a full
1372 node-collecting traversal of the descendant-or-self axis.
1373 Some tests indicate that this can reduce execution time of
1374 "//foo" to 50%. Together with the XPath object cache this
1375 all significantly speeds up libxslt.
1376
1377Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1378
1379 * xmlschemas.c: A warning will now be reported in the value of
1380 the XSD attribute 'schemaLocation' does not consist of tuples
1381 (namespace-name, document-URI). A warning will be reported
1382 if a schema document could not be found at the specified
1383 location (via 'schemaLocation' or
1384 'noNamespaceSchemaLocation').
1385 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1386 xmlParserErrors.
1387
1388Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1389
1390 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1391 recreation (if possible) of the node-set which is used to
1392 collect the nodes in the current axis for the currect context
1393 node. Especially for "//foo" this will decrease dramatically
1394 the number of created node-sets, since for each node in the
1395 result node-set of the evaluation of descendant-or-self::node()
1396 a new temporary node-set was created. Added node iterator
1397 xmlXPathNextChildElement() as a tiny optimization for
1398 child::foo.
1399
1400Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1401
1402 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1403 It sits on an xmlXPathContext and need to be explicitely
1404 activated (or deactivated again) with
1405 xmlXPathContextSetObjectCache(). The cache consists of 5
1406 lists for node-set, string, number, boolean and misc XPath
1407 objects. Internally the xpath.c module will use object-
1408 deposition and -acquisition functions which will try to reuse
1409 as many XPath objects as possible, and fallback to normal
1410 free/create behaviour if no cache is available or if the cache
1411 is full.
1412 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1413 tests if a cache-creation is turned on by default for the whole
1414 library, e.g. for testing purposes of the cache. It is
1415 deactivated here in order to avoid confusion of the memory leak
1416 detection in runsuite.c.
1417
1418Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1419
1420 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1421 seems we really need to walk the whole list, since those
1422 nastly namespace nodes need to be added with
1423 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1424 A flag on the node-set indicating if namespace nodes are in
1425 the set would help here; this is the 3rd flag which would
1426 be usefull with node-sets. The current flags I have in mind:
1427 1) Is a node-set already sorted?
1428 This would allow for rebust and optimizable sorting
1429 behaviour.
1430 2) Of what type are the nodes in the set (or of mixed type)?
1431 This would allow for faster merging of node-sets.
1432 3) Are namespace nodes in the set?
1433 This would allow to skipp all the namespace node specific
1434 special handling. Faster node-set merging if the first
1435 set is empty; just memcpy the set.
1436
1437Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1438
1439 * xpath.c: Optimization of count(): eliminated sorting
1440 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1441 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1442 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1443
1444Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1445
1446 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1447 with colons in name and no namespace.
1448
1449Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1450
1451 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1452 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1453 xmlXPathCmpNodesExt(). Added additional checks in various code
1454 parts to avoid calling sorting or merging functions if the
1455 node-set(s) don't need them; i.e., if they are empty or contain
1456 just one node.
1457
1458Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1459
1460 * xpath.c: Optimized the comparison for non-element nodes
1461 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1462 of node-sets. This enhancement is related to bug #165547.
1463 There are other places where the old comparison function
1464 xmlXPathCmpNodes() is still called, but I currently don't
1465 know exactly what those calls are for; thus if they can be
1466 substituted (if it makes sense) for the new function.
1467
1468Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1469
1470 * xpath.c: Applied patch from Rob Richards, fixing a potential
1471 memory leak in xmlXPathTryStreamCompile(), when a list of
1472 namespaces was assigned to the XPath compilation context;
1473 here a new namespace list was created and passed to
1474 xmlPatterncompile(); but this list was not freed afterwards.
1475 Additionally we avoid now in xmlXPathTryStreamCompile() to
1476 compile the expression, if it has a colon - indicating
1477 prefixed name tests - and no namespace list was given. The
1478 streaming XPath mechanism needs a namespace list at
1479 compilation time (unlike normal XPath, where we can bind
1480 namespace names to prefixes at execution time).
1481 * pattern.c: Enhanced to use a string dict for local-names,
1482 ns-prefixes and and namespace-names.
1483 Fixed xmlStreamPushInternal() not to use string-pointer
1484 comparison if a dict is available; this won't work, since
1485 one does not know it the given strings originate from the
1486 same dict - and they normally don't do, since e.g.
1487 namespaces are hold on xmlNs->href. I think this would be
1488 worth an investigation: if we can add a @doc field to xmlNs
1489 and put the @href in to a additionan namespace dict hold
1490 in xmlDoc. Daniel will surely not like this idea :-) But
1491 evaluation of tons of elements/attributes in namespaces
1492 with xmlStrEqual() isn't the way we should go forever.
1493
1494Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1495
1496 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1497 The code expected a node (xmlNodePtr) on the info for a
1498 non-existent default attribute, which clearly cannot be
1499 expected, since the attribute does not exist. I can only
1500 guess that this sneaked trying to eliminate the query
1501 for the owner-element, which is unavoidable actually.
1502 Note that creation of default attributes won't have an
1503 effect if validating via SAX/XMLReader; i.e., the processor
1504 won't fire additional start-attribute events (I'm not even
1505 sure if Libxml2 has such a SAX-event; I think it hands them
1506 all over in the start-element event).
1507
1508Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1509
1510 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1511 In xmlSchemaBuildContentModelForSubstGroup(),
1512 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1513 xmlAutomataNewTransition2() to mimic a xs:choice for
1514 substitution-groups.
1515 * test/schemas/subst-group-1_1.xsd
1516 test/schemas/subst-group-1_0.xml
1517 result/schemas/subst-group-1_0_1
1518 result/schemas/subst-group-1_0_1.err: Added regression test
1519 supplied by Michael Romer for bug #341150.
1520
1521Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1522
1523 * relaxng.c: Fixed compilation error with patch supplied by
1524 Graham Bennett.
1525
1526Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1527
1528 * xmlschemas.c: We'll raise an internal error and stop
1529 validation now when an entity is found in the instance
1530 document, since we don't support automatic entity
1531 substitution by the schema processor (yet?) -
1532 see bug #340316, reported by Nick Wellnhofer.
1533
1534Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1535
1536 * configure.in: applied another Python detection patch from Joseph Sacco
1537 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1538 too
1539
1540Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1541
1542 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1543 patch from Kjartan Maraas, fixing #340404
1544
1545Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1546
1547 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1548 input buffer
1549
1550Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1551
1552 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1553 paths at the last moment
1554 * relaxng.c testapi.c tree.c: fix some comments
1555
1556Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1557
1558 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1559 file paths on Windows
1560
1561Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1562
1563 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1564
1565Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1566
1567 * tree.c: fix compilation without tree
1568
1569Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1570
1571 * xmllint.c: applied patch from Gary Coady to really make sure
1572 xmllint --nonet would not reach the network, should fix #337483.
1573
1574Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1575
1576 * configure.in: applied patch from Joseph Sacco changing slightly
1577 the python detection scheme should fix bug #338526
1578
1579Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1580
1581 * parser.c: fix the error message for invalid code point in content
1582 c.f. bug #339311
1583
1584Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1585
1586 * xmlschemas.c test/schemas/restriction-enum-1*
1587 result/schemas/restriction-enum-1*: Fixed incorrect
1588 validation of restricted enumerations. Added related
1589 regression tests.
1590
1591Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1592
1593 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1594 in case of errors, should fix bug #338303
1595
1596Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1597
1598 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1599 in case of errors, should fix bug #338306
1600
1601Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1602
1603 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1604 applied man page improvements from Daniel Leidert
1605
1606Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1607
1608 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1609 fixing #336163 and #336164
1610
1611Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1612
1613 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1614
1615Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1616
1617 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1618 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1619 patches from Aivars Kalvans to make unicode tables const, fixes
1620 bug #336096, this also updates to Unicode 4.01 final with a couple
1621 of character ranges fixes.
1622
1623Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1624
1625 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1626 #335603 and resync'ed genChRanges.py to the expected output.
1627
1628Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1629
1630 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1631 #316338 and adding a couple of optimizations in the regexp
1632 compilation engine.
1633 * test/regexp/bug316338 result/regexp/bug316338: added regression
1634 tests based on the examples provided in the bug report.
1635
1636Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1637
1638 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1639 warning raised by gcc-4.1 and latests changes
1640
1641Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1642
1643 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1644 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1645 pass on coverity reports.
1646
1647Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1648
1649 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1650 on coverity reports.
1651
1652Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1653
1654 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1655 python/libxml.c: more cleanups based on coverity reports.
1656
1657Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1658
1659 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1660 of small cleanups based on coverity reports.
1661
1662Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1663
1664 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1665
1666Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1667
1668 * xml2-config.in: fix Red Hat bug #184170
1669
1670Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1671
1672 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1673 "strict" lookup for namespaces based on a prefix. Fixed a
1674 namespace processing issue in the clone-node function, which
1675 occured if a @ctxt argument was given.
1676
1677Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1678
1679 * valid.c: fix HTML attribute ID checking for input element.
1680 Maintain current attribute "name" behavior for now.
1681
1682Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1683
1684 * tree.c: Bundled lookup of attr-nodes and retrieving their
1685 values into the functions xmlGetPropNodeInternal() and
1686 xmlGetPropNodeValueInternal(). Changed relevant code
1687 to use those functions.
1688
1689Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1690
1691 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1692
1693Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1694
1695 * python/libxml2.py: remove a tab, as pointed out on IRC
1696
1697Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1698
1699 * tree.c: Fix the add sibling functions when passing attributes.
1700 Modify testing for ID in xmlSetProp.
1701 No longer remove IDness when unlinking or replacing an attribute.
1702
1703Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1704
1705 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1706 if /etc/xml/catalog doesn't exist.
1707
1708Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1709
1710 * doc//*: updated the Ruby bindings links, and regenerated the
1711 docs.
1712
1713Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1714
1715 * catalog.c: improve catalog debugging message patch from Rick Jones
1716
1717Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1718
1719 * python/types.c: Nic Ferrier found debug statement left in the
1720 XPath conversion code
1721
1722Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1723
1724 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1725 Daniel Leidert
1726
1727Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1728
1729 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1730 The constructor needs a bucket to be assigned during component
1731 fixup.
1732
1733Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1734
1735 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1736 the empty string (reported by Bas Driessen on the mailing-list).
1737 Fixed schema XSI-acquisition and construction: the schemata
1738 (xmlSchema) didn't get the targetNamespace in some cases, thus
1739 the component resolution mechanism failed to work. The XSI
1740 stuff needs to be tested more intensively; think about how
1741 to test this for regression.
1742
1743Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1744
1745 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1746 Daniel Leidert
1747
1748Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1749
1750 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1751 Leidert, c.f. #331290
1752
1753Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1754
1755 * xmllint.c: fix an error report when using --path and --valid
1756 closes bug #331290
1757
1758Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1759
1760 * relaxng.c: trying to fix #331062, this is again a problem
1761 around interleave, there is no good fix unless reimplementing
1762 but this works around some cases and allow to validate in that
1763 case.
1764
1765Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1766
1767 * tree.c: Fixed bug #328896 reported by Liron. The path
1768 for text- and CDATA-section-nodes was computed incorrectly
1769 in xmlGetNodePath().
1770
1771Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1772
1773 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1774 and more thorough tests on atoms comparisons.
1775
1776Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1777
1778 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1779 Borland C++ 6
1780
1781Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1782
1783 * parser.c: bill pointed out a missing block in xmlParseComment
1784 trying to fill with a normal processing of the given character.
1785
1786Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1787
1788 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1789 * test/badcomment.xml result//badcomment.xml*: added to the regression
1790 suite.
1791
1792Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1793
1794 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1795 the header file.
1796
1797Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1798
1799 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1800 the API. It will be used to reflect DOM's Node.cloneNode and
1801 Document.importNode methods.
1802 The pros: 1) non-recursive, 2) optimized ns-lookup
1803 (mostly pointer comparison), 3) user defined ns-lookup,
1804 4) save ns-processing. The function is in an unfinished
1805 and experimental state and should be only used to test it.
1806
1807Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1808
1809 * uri.c: applied patch from Rob Richards fixing the URI regressions
1810 tests on Windows which seems to indicate bad escaping.
1811
1812Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1813
1814 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1815 the previous addition of the removal of redundant ns-decls.
1816
1817Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1818
1819 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1820 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1821 was given. Note that I haven't moved this option to the
1822 header file yet; so just call this function with an @option
1823 of 1 to test the behaviour.
1824
1825Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1826
1827 * tapi.c win32/Makefile.*: Added changed as proposed on
1828 the mailing list by venkat naidu in order to compile
1829 testapi.c on windows.
1830
1831Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1832
1833 * configure.in xml2-config.in: trying to fix windows/configure
1834 issues reported by Tim Van Holder
1835
1836Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1837
1838 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1839 when operating on an HTML document.
1840
1841Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1842
1843 * relaxng.c include/libxml/relaxng.h: Added
1844 xmlRelaxNGSetParserStructuredErrors() to the API.
1845
1846Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1847
1848 * parser.c: reverted first patches for #319279 which led to #326295
1849 and fixed the problem in xmlParseChunk() instead
1850 * test/ent11 result//ent11*: added test for #326295 to the regression
1851 suite
1852
1853Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1854
1855 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1856 regenerated the docs, preparing for release of 2.6.23
1857 * pattern.c xmlschemas.c: fixed some comments
1858
1859Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1860
1861 * test/XPath/docs/nodes test/XPath/tests/nodespat
1862 result/XPath/tests/nodespat: Added regression tests for
1863 the latest XPath/pattern fixes.
1864
1865Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1866
1867 * pattern.c: Another fix to handle "foo//.": "foo" was not
1868 included in the resulting node-set.
1869
1870Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1871
1872 * pattern.c xpath.c include/libxml/pattern.h:
1873 Fixed bug #322928, reported by Erich Schubert: The bug was
1874 in pattern.c, which is used for a tiny subset of xpath
1875 expression which can be evaluated in an optimized way.
1876 The doc-node was never considered when evaluating "//"
1877 expressions. Additionally, we fixed resolution
1878 to nodes of any type in pattern.c; i.e. a "//." didn't work
1879 yet, as it did select only element-nodes. Due to this
1880 issue the pushing of nodes in xpath.c needed to be adjusted
1881 as well.
1882
1883Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1884
1885 * parser.c: tiny refactoring patch from Bjorn Reese
1886
1887Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1888
1889 * SAX2.c: fix bug #324432 with <xml:foo/>
1890 * test/ns7 resul//ns7*: added to the regression tests
1891
1892Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1893
1894 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1895 MinGW compilation problem, should close bug #324943
1896
1897Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1898
1899 * xmlschemas.c: Removed last dependency on the obsolete enum
1900 xmlSchemaValidError.
1901
1902Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1903
1904 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1905 and doc build fixes from Michael Day
1906
1907Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1908
1909 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1910 Sreeni Nair.
1911
1912Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1913
1914 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1915 a child of an element (fix by Oleksandr Kononenko).
1916 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1917
1918Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1919
1920 * xmlschemas.c xmlstring.c: Fixed a segfault during
1921 text concatenation when validating a node tree:
1922 xmlStrncat was called with a @len of -1; but unlike
1923 xmlStrncatNew, it does not calculate the length
1924 automatically in such a case (reported by Judy Hay
1925 on the mailing list).
1926 Updated the descriptions of the involved string
1927 functions to note this.
1928
1929Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1930
1931 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1932 http resources.
1933
1934Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1935
1936 * win32/configure.js: Added enable/disable of runtime
1937 debugging (LIBXML_DEBUG_RUNTIME).
1938
1939Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1940
1941 * include/libxml/xmlversion.h.in: Fixed to define
1942 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1943
1944Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1945
1946 * test/schemas/bug321475* result/schemas/bug321475*:
1947 Added regression test for bug #321475 (reported by
1948 Gabor Nagy). Fixing of bug #323510 seemed to have
1949 fixed this bug as well.
1950
1951Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1952
1953 * test/schemas/bug323510* result/schemas/bug323510*:
1954 Added regression test for bug #323510.
1955
1956Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1957
1958 * xmlschemas.c: Workaround for bug #323510 (reported by
1959 Jonathan Filiatrault): substituted the epsilon transition
1960 for a labelled transition, in order to avoid a bug in
1961 xmlregexp.c which eliminated the epsilon transition and
1962 marked the initial state as final.
1963
1964Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
1965
1966 * xmlreader.c: Gary Coady pointed a memory leak in
1967 xmlTextReaderReadInnerXml() applied patch fixing #323864
1968
1969Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1970
1971 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
1972 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
1973 of warnings shown by HP-UX compiler and reported by Rick Jones
1974
1975Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1976
1977 * xmlwriter.c: Insert space between pubid and sysid when both
1978 passed to xmlTextWriterStartDTD and indenting not being used.
1979 Remove no longer used Mem callbacks.
1980
1981Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1982
1983 * runsuite.c: Changed to instantly mark instance-tests as
1984 failed if the corresponding schema was invalid. This
1985 reflects the side of the Python code for the XML Schema test
1986 suite. We now get the same number of failed tests on both
1987 sides.
1988
1989Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1990
1991 * xmlreader.c include/libxml/xmlreader.h: Added
1992 xmlTextReaderSchemaValidateCtxt() to the API.
1993
1994Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1995
1996 * xmlschemas.c: Fixed a segfault: the instance document was
1997 still tried to be validated, if the schema, dynamically
1998 acquired using XSI was invalid, thus mangled. The
1999 validation will stop (or rather won't validate) now in
2000 such a case. The schema parser error code will be set
2001 on the validion context now; this is somehow not nice,
2002 but it assures that the validation context indicates an
2003 error in there was a parser error.
2004
2005Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2006
2007 * xmlreader.c: small doc patch from Aron Stansvik
2008 * legacy.c: another doc patch for a deprecated API
2009
2010Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2011
2012 * Makefile.am: Tiny change for 'make tests': raised
2013 the number of expected failures for James Clark's
2014 XML Schema datatype tests from 10 to 11. The additional
2015 reported error was agreed to be correct long time ago,
2016 but we missed to adjust the message reported by
2017 the testing script.
2018
2019Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2020
2021 * result/schemas/decimal* result/schemas/bug322411*:
2022 Added missing regression test results for the latest IDC
2023 and xs:decimal bugs.
2024
2025Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2026
2027 * test/schemas/decimal* test/schemas/bug322411*: Added
2028 regression tests for the latest IDC and xs:decimal bugs.
2029
2030Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2031
2032 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2033 parent's list of duplicates was filled with NULLs instead
2034 of the nodes under certain conditions. This lead to a
2035 segfault when the list's entries were accessed.
2036
2037Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2038
2039 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2040 allow/deny special lexical forms. Fixed the totalDigits
2041 for values in the range (x < 1) && (x > -1) && (x != 0);
2042 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2043 Adjusted the comparison function for decimals due to this
2044 change. As a side effect comparison against zeroes was
2045 optimized.
2046
2047Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2048
2049 * xmlschemas.c: An assignment to a local variable, which was
2050 used to access the IDC node list, was missing after the
2051 reallocation of the list (reported by Fabrice GUY
2052 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2053 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2054 it is used to force bubbling of IDC node tables even
2055 if not necessary; this was intended to be used for test
2056 purposes, but I obviously missed to disable it (although
2057 it apparently helped finding the bug).
2058
2059Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2060
2061 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2062 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2063 this caused XSI-driven-dynamic schema acquisition to fail
2064 with @noNamespaceSchemaLocation (reported by Julien Lamy
2065 on the mailing list).
2066
2067Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2068
2069 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2070 which caused the search for components to stop at the
2071 first encountered attribute group component.
2072 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2073 designation of a not-found component was not reported.
2074
2075Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2076
2077 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2078 in the date and time code raised on IRIX 6.5
2079
2080Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2081
2082 * xmlschemas.c include/libxml/xmlschemas.h:
2083 Added xmlSchemaSetParserStructuredErrors() to the API.
2084 Fixed channeling of error relevant information to
2085 subsequent parser/validation contexts.
2086
2087Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2088
2089 * parserInternals.c: removed unreachable code pointed out by
2090 Oleksandr Kononenko, fixes bug #321695
2091
2092Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2093
2094 * parser.c: use ctxt->standalone = -2 to indicate that the
2095 XMLDecl was parsed but no standalone attribute was found,
2096 suggested by Michael Day to detect if an XMLDecl was found.
2097
2098Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2099
2100 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2101 were not properly reported.
2102
2103Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2104
2105 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2106 which is not needed.
2107
2108Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2109
2110 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2111 to use xmlSchemaGetCanonValueWhtspExt() in order to
2112 correctly report values for xs:anySimpleType.
2113 * test/schemas/idc-keyref-err1*
2114 result/schemas/idc-keyref-err1*: Added a test for this change.
2115
2116Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2117
2118 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2119 Return error condition not len if xmlwriter fails writing to buffer.
2120
2121Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2122
2123 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2124 applied patch from Geert Jansen to implement the save function to
2125 a xmlBuffer, and a bit of cleanup.
2126
2127Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2128
2129 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2130 totalDigits value to be positiveInteger.
2131 Fixed crash in an error report function when we gave it
2132 the document node; only element and attribute nodes are
2133 processed now (reported by Rob Richards).
2134
2135Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2136
2137 * xmlregexp.c: fix bug #319897, problem with counted atoms
2138 when the transition itself is counted too
2139 * result/regexp/hard test/regexp/hard: augmented the regression
2140 tests with the problem exposed.
2141
2142Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2143
2144 * win32/Makefile.mingw include/win32config.h: applied patch from
2145 Mark Junker to fix compilation with MinGW
2146
2147Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2148
2149 * libxml.3: tiny fix from Albert Chin
2150 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2151 needing trio for *printf
2152
2153Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2154
2155 * tree.c: add additional checks to prevent tree corruption. fix problem
2156 copying attribute using xmlDocCopyNode from one document to another.
2157
2158Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2159
2160 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2161 cleanup from Albert Chin
2162 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2163
2164Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2165
2166 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2167 HP-UX and AIX
2168
2169Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2170
2171 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2172 module portability
2173
2174Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2175
2176 * error.c: fixing a portability problem on some old Unices with
2177 patch from Albert Chin
2178
21792005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2180
2181 * c14n.c result/c14n/exc-without-comments/test-2
2182 test/c14n/exc-without-comments/test-2.xml
2183 test/c14n/exc-without-comments/test-2.xpath: fixing
2184 bug in exc-c14n namespace visibility + test case (bug #319367)
2185
2186Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2187
2188 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2189
2190Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2191
2192 * valid.c xmlregexp.c include/libxml/valid.h
2193 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2194 as this seems to give troubles with VC6 and stl as reported by
2195 Samuel Diaz Garcia.
2196
2197Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2198
2199 * parserInternals.c: fix a problem in some error case on Solaris
2200 when passed a NULL filename, pointed by Albert Chin.
2201
2202Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2203
2204 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2205 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2206 to the regression suite
2207
2208Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2209
2210 * HTMLparser.c: typo fix from Michael Day
2211
2212Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2213
2214 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2215 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2216
2217Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2218
2219 * parser.c: fixed second spot where CRLF split between chunks
2220 could cause trouble (bug #319279)
2221 * gentest.py, testapi.c: fixed two problems involved with
2222 --with-minimum compilation (compilation errors with schematron
2223 and formal expressions tests)
2224
2225Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2226
2227 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2228
2229Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2230
2231 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2232 the London airport.
2233
2234Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2235
2236 * xmlschemas.c: Removed creation of a temporary parser context
2237 during validation when processing xsi:type; this previously
2238 added a string to the dict of the schema - to assure thread
2239 safety, we don't want to modify a given schema during
2240 validation.
2241
2242Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2243
2244 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2245 misuse of vsnprintf
2246 * configure.in, config.h.in: added a configuration check for
2247 va_copy and added a define for VA_COPY for xmlwriter.c fix
2248 * parser.c: fixed problem with CRLF split between chunks (bug
2249 #319279) (fix provided by Brion Vibber)
2250
2251Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2252
2253 * xmlschemas.c: Fixed a potential memory leak in
2254 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2255 Fixed setting of ctxt->err to the given error code in
2256 the parsing error functions.
2257 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2258 starting point for IDC XPath compilation; this and some other
2259 tiny changes fixes issues regarding whitespace in the
2260 expressions and IDC selector/field relevant restrictions of
2261 the subset of XPath. Fixed a missing blocking of attributes
2262 in xmlStreamPushInternal().
2263
2264Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2265
2266 * runtest.c: removed the error message
2267 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2268 documentation
2269 * include/libxml/schemasInternals.h: changed warning about API stability
2270 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2271 regexps and automata. Not fully finished but should be way better.
2272
2273Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2274
2275 * xmlschemas.c: Fixed a memory leak in
2276 xmlSchemaContentModelDump(). Added output of local types
2277 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2278 dump output.
2279
2280Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2281
2282 * tree.c pattern.c: Silenced intel compiler warnings (reported
2283 by Kjartan Maraas, bug #318517).
2284 * xmlschemas.c: The above changes in pattern.c revealed an
2285 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2286 we really pushed them beforehand; this was previously not
2287 checked for the case when we discover an element node to be
2288 invalid wrt the content model.
2289 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2290
2291Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2292
2293 * result/schemas/*.err: Adapted regression test results.
2294
2295Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2296
2297 * xmlschemas.c: Fixed some identity-constraint issues:
2298 Restructured IDC node-tables
2299 Allowed IDCs to resolve also to nodes of complex type with
2300 simple content.
2301 Added check for keyrefs with references to keyrefs.
2302 IDC target-nodes were interferring with IDC node-tables,
2303 since they used one list of entries only. I separated this
2304 one big list into 3 lists: 1 for IDC node-table entries,
2305 1 for _duplicates_ of IDC node-table entries and 1 for
2306 IDC target-nodes. More code, but cleaner and it works at last.
2307 Keyrefs will fail to resolve to duplicate key/unique entries.
2308 I thought this was already working this way, but it didn't.
2309 The wording of the definition for [node table] in the spec
2310 can lead to a scenario, where keyrefs resolve perfectly, even
2311 if the relevant key-sequences of the referenced key/unique have
2312 duplicates in the subtree. Currently only Saxon 8.5.1 is
2313 dissallowing resolution to duplicate entries correctly - we
2314 will follow Saxon here.
2315 Removed some intel compiler warnings (reported by
2316 Kjartan Maraas, bug #318517).
2317 * pattern.c: Fixed an IDC-XPath problem when resolving to
2318 attributes.
2319
2320Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2321 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2322 to use getaddrinfo() if supported in Windows build (bug# 317431).
2323
2324Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2325
2326 * result/schemas/*: Adapted regression test results.
2327
2328Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2329
2330 * xmlschemas.c include/libxml/schemasInternals.h
2331 include/libxml/xmlerror.h: Initial implementation for
2332 redefinitions; this still misses checks for restrictions
2333 of the content model of complex types.
2334 Fixed default/fixed values for attributes (looks like they
2335 did not work in the last releases).
2336 Completed constraints for attribute uses.
2337 Seperated attribute derivation from attribute constraints.
2338 Completed constraints for attribute group definitions.
2339 Disallowing <import>s of schemas in no target namespace if the
2340 importing schema is a chameleon schema. This contradicts
2341 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2342 W3C XML Schema WG, thinks it is correct to dissalow such
2343 imports.
2344 Added cos-all-limited constraints.
2345 Restructured reference resolution to model groups and element
2346 declarations.
2347 Misc cleanup.
2348
2349Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2350
2351 * schematron.c xmlregexp.c: remove warnings under Windows.
2352
2353Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2354
2355 * parser.c: applied patch from Massimo Morara fixing bug #317447
2356 about risk of invalid write in xmlStringLenDecodeEntities
2357
2358Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2359
2360 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2361
2362Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2363
2364 * xmlregexp.c: seems a test to avoid duplicate transition is
2365 really needed at all times. Luka Por gave an example hitting
2366 this. Changed back the internal API.
2367
2368Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2369
2370 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2371
2372Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2373
2374 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2375
2376Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2377
2378 * xmlregexp.c: detect combinatory explosion and return with
2379 a runtime error in those case, c.f. #316338 though maybe we
2380 should not see such an explosion with that specific regexp,
2381 more checking needs to be done.
2382
2383Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2384
2385 * include/libxml/schemasInternals.h: Added some comments for the
2386 struct fields.
2387
2388Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2389
2390 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2391 blank path (bug 316224)
2392
2393Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2394
2395 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2396 rebuild.
2397 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2398 xmlSaveOption
2399 * xmlschemas.c: minor cleanups
2400
2401Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2402
2403 * test/schemas/import1_0.xsd: And adapting another one.
2404
2405Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2406
2407 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2408
2409Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2410
2411 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2412 result/schemas/changelog093_1_0.err
2413 result/schemas/derivation-ok-extension_0_0.err
2414 result/schemas/import1_0_0.err
2415 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2416 Adapted regression results.
2417
2418Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2419
2420 * xmlschemas.c include/libxml/schemasInternals.h
2421 include/libxml/xmlerror.h: Completion of the schema graph.
2422 Centralisation, more robustness of the schema document
2423 aquisition story. Centralised and restructured component fixup.
2424 Fixed attribute derivation when 'prohibiting' attribute uses.
2425 Added warnings: when schema documents cannot be localized
2426 during imports; when we get duplicate and pointless attribute
2427 prohibitions. Changed error reports for IDCs to report
2428 the relevant IDC designation as well (requested by GUY Fabrice).
2429 Misc code-cleanup.
2430
2431Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2432
2433 * xmlsave.c: applied second patch from David Madore to be less intrusive
2434 when handling scripts and style elements in XHTML1 should fix #316041
2435 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2436
2437Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2438
2439 * libxml.spec.in doc/devhelp/*: finished the integration with
2440 devhelp, completing the index and inserted into the gtk-doc
2441 database at "make install" stage
2442
2443Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2444
2445 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2446 and use option from xmlSaveCtxtPtr rather than global during output.
2447 * xmlsave.c: fix some output formatting for meta element under XHTML.
2448
2449Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2450
2451 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2452 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2453 * doc/Makefile.am: build devhelp before the examples.
2454 * doc/*: regenerated the API
2455
2456Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2457
2458 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2459 given a document pointer instead of an element
2460
2461Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2462
2463 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2464 should be complete with navigation, what is left done is glueing
2465
2466Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2467
2468 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2469 doc/devhelp/*: started work needed to generate devhelp content,
2470 not too hard based on the existing format and extractor.
2471
2472Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2473
2474 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2475
2476Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2477
2478 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2479
2480Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2481
2482 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2483 when handled a namespace node.
2484
2485Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2486
2487 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2488 releasing 2.6.21
2489 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2490 * threads.c include/libxml/threads.h xmllint.c: added the more
2491 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2492
2493Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2494
2495 * configure.in doc/* configure.in: prepare for release
2496 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2497
2498Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2499
2500 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2501 than initially expected as ctxt->error == NULL had behaviour side
2502 effects at the compilation level itself.
2503
2504Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2505
2506 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2507 pattern induced XPath bug #314282
2508 * relaxng.c: reverted back last change it was seriously broken
2509
2510Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2511
2512 * xmlsave.c: check for NULL to prevent crash with meta elements
2513
2514Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2515
2516 * relaxng.c: structured error reporting problem with Relax-NG
2517 should fix #314881 and #314759
2518
2519Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2520
2521 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2522
2523Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2524
2525 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2526 but more generally related to attributes and ID handling, fixes
2527 #314358 among other things
2528
2529Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2530
2531 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2532 first argument.
2533 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2534 based on Andrew W. Nosenko idea.
2535 * doc/* elfgcchack.h: regenerated the API
2536
2537Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2538
2539 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2540 reverting back to AM_PATH_PROG
2541
2542Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2543
2544 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2545 changing the behaviour when text nodes are found in body
2546 * result/HTML/*: this changes the output of some tests
2547
2548Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2549
2550 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2551 c.f. #160598
2552
2553Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2554
2555 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2556 bug #314853
2557
2558Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2559
2560 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2561 to serialization and no longer modify internal tree.
2562
2563Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2564
2565 * libxml.spec.in: the profiling usually don't work, disabled
2566 * doc/*: rebuilt
2567
2568Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2569
2570 * configure.in: trying to fix the first part of #310033 by
2571 detecting gcc <= 3.2
2572
2573Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2574
2575 * error.c: fixed bug #310033, the URI extraction code given a
2576 node is a bit twisted and broke in the last months.
2577
2578Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2579
2580 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2581 fix on test.
2582
2583Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2584
2585 * debugXML.c: change verbosity depending on API
2586 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2587 to previous outputs
2588
2589Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2590
2591 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2592 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2593 added a parser XML_PARSE_COMPACT option to allocate small
2594 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2595 directly within the node, various changes to cope with this.
2596 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2597 slightly change the output
2598
2599Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2600
2601 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2602 instead of $CC = 'gcc' because GCC may have a different name
2603
2604Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2605
2606 * configure.in: changes the way the python binary is found, should
2607 also fix bug #308004
2608
2609Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2610
2611 * parser.c: found another bug while looking at #309616 on missing
2612 entities.
2613 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2614 SAX stream in missing conditions for a few tests
2615
2616Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2617
2618 * encoding.c: applied the patch suggested #309565 which can avoid
2619 looping in error conditions.
2620
2621Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2622
2623 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2624 xmlGetLineNo() c.f. bug #309205
2625
2626Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2627
2628 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2629 the encoding module to the common error reporting mechanism
2630 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2631
2632Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2633
2634 * xpath.c: removed a potentially uninitialized variable error
2635 * python/generator.py: fixed a deprecation warning
2636 * python/tests/tstLastError.py: silent the damn test when Okay !
2637
2638Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2639
2640 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2641 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2642 when configured --without-sax1 and other cleanups fixes bug #172683
2643 * doc/* elfgcchack.h: regenerated
2644
2645Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2646
2647 * parser.c: fixed bug #170489 reported by Jirka Kosek
2648 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2649 result/valid/objednavka*: added the test to the regression suite.
2650
2651Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2652
2653 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2654 for the HTML parser based on the suggestions of bug #169834 by
2655 Paul Loberg
2656
2657Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2658
2659 * elfgcchack.h testapi.c doc/*: regenerated
2660 * schematron.c: fixed a compilation problem
2661 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2662 * result/expr/base: slightly changes the number of Cons.
2663
2664Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2665
2666 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2667 * xmlregexp.c: small cleanup
2668 * include/libxml/schematron.h include/libxml/xmlexports.h
2669 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2670
2671Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2672
2673 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2674 #313982
2675 * result/schemas/bug313982* test/schemas/bug313982*: also added
2676 the test case to the regression suite.
2677
2678Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2679
2680 * testRegexp.c: printed the wrong string
2681
2682Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2683
2684 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2685 xmlExpExpDerive(), added it to the testRegexp command line
2686 tool when providing multiple expressions.
2687
2688Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2689
2690 * Makefile.am result/expr/base test/expr/base: added the first
2691 regression test suite set for the new expression support
2692
2693Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2694
2695 * valid.c: fixed an uninitialized variable
2696 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2697 add the parser, serializer and some debugging
2698 * include/libxml/xmlversion.h.in: made the new support compiled
2699 by default if Schemas is included
2700 * testRegexp.c: cleanup and integration of the first part of the
2701 new code with a special switch
2702 * xmllint.c: show up Expr in --version if compiled in
2703 * include/libxml/tree.h: moved the xmlBuffer definition up
2704
2705Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2706
2707 * xmlschemas.c: Some preparation for the creation of a graph
2708 of imported/included/redefined schemas; this is needed for
2709 at least the redefinitions.
2710 Centralized the creation of the parser context in one function.
2711
2712Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2713
2714 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2715 handling code to have it in CVs from now. Not plugged, and misses
2716 APIs it's not compiled in yet.
2717
2718Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2719
2720 * xmlreader.c: applied another patch from Rob Richards to fix
2721 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2722
2723Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2724
2725 * xmlreader.c: applied patch from Rob Richards to fix
2726 xmlTextReaderGetAttribute behaviour with namespace declarations
2727
2728Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2729
2730 * xmlschemas.c include/libxml/xmlerror.h:
2731 Changed output for keyref-match errors; the target-node will
2732 be now reported rather than the scope-node of the keyref
2733 definition - allowing easier chasing of instance errors.
2734 This was reported by Guy Fabrice to the mailing list.
2735 Some initial parsing code for schema redefinitions.
2736 * result/schemas/bug303566_1_1.err
2737 result/schemas/bug312957_1_0.err: Adapted test results due
2738 to the keyref changes.
2739
2740Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2741
2742 * valid.c: applied patch from Derek Poon fixing bug #310692
2743
2744Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2745
2746 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2747 context type was not always properly initialized.
2748
2749Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2750
2751 * relaxng.c: fixed bug #307377 about validation of choices in
2752 list values.
2753 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2754 added examples to the regression tests, problem is that streaming
2755 version gives slightly more informations.
2756
2757Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2758
2759 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2760
2761Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2762
2763 * result/schemas/any6_1_0*: Added missing test results.
2764
2765Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2766
2767 * xmlregexp.c: fixed a determinism detection problem exposed by
2768 ##other tests commited by Kasimier, also added a small speedup
2769 of determinism detection.
2770 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2771 the results to the regression tests now
2772
2773Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2774
2775 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2776 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2777 Added some more tests for element wildcards.
2778
2779Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2780
2781 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2782 streaming XPath states were not popped in every case,
2783 thus failed to resolve correctly for subsequent input.
2784 * test/schemas/bug312957* result/schemas/bug312957*:
2785 Added the test submitted by Carol Hunter.
2786
2787Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2788
2789 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2790 ##other issues
2791 * result/schemas/any7* test/schemas/any7: completed the tests
2792 and added the results
2793 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2794 result/schemas/any5_1_0.err: this slightly chnages the output
2795 from 3 existing tests
2796
2797Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2798
2799 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2800 Marcus Boerger to remove warnings on Windows.
2801
2802Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2803
2804 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2805 an xmlSaveOption to omit XML declaration
2806
2807Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2808
2809 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2810 patch for HTML UTF-8 serialization
2811 * result/HTML/script2.html: this changed the output of that test
2812
2813Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2814
2815 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2816 of count based transition, when going though the counter must
2817 be reset to 0
2818 * test/schemas/bug310264* result/schemas/bug310264*: added the
2819 regression test.
2820
2821Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2822
2823 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2824 only freeing the first annotation in the list.
2825
2826Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2827
2828 * xmlreader.c: applied patch from Rob Richards fixing
2829 xmlTextReaderGetAttribute
2830
2831Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2832
2833 * HTMLparser.c: fixed an uninitialized memory access spotted by
2834 valgrind
2835
2836Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2837
2838 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2839 installed DTD
2840 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2841 cleanup the Path/URI conversion mess, needed fixing in various
2842 layers and a new API to the uri module which also fixes #306861
2843 * runtest.c: integrated a regression test specific to check the
2844 URI conversions done before calling the I/O handlers.
2845
2846Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2847
2848 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2849
2850Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2851
2852 * win32/configure.js: applied patch from Rob Richards to allow
2853 disabling modules in win32, fixes #304071
2854
2855Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2856
2857 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2858 xmlAttr.parent(), closing #312181
2859
2860Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2861
2862 * schematron.c: report improvement
2863 * test/schematron/zvon* result/schematron/zvon*: more tests
2864
2865Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2866
2867 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2868 Richards to add schematron to the build on Windows
2869 * test/schematron/zvon3* result/schematron/zvon3*: second test
2870 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2871 real second test 10 and 2 are swapped.
2872
2873Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2874
2875 * schematron.c: more bug fixes, improve the error reporting.
2876 * test/schematron/zvon2* result/schematron/zvon2*: second test
2877
2878Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2879
2880 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2881 text error rendering
2882 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2883 started integrating within "make tests"
2884
2885Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2886
2887 * test/schematron/*: a few first tests from Zvon unfortunately
2888 with the old syntax
2889
2890Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2891
2892 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2893 work done on the plane last week-end
2894
2895Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * runtest.c: allows an extra argument to subset the tests
2898 * xmlregexp.c: big speedup for validation, basically avoided
2899 transition creation explosion when removing epsilon transition
2900
2901Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2902
2903 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2904 xmlwriter.c: more cleanups based on sparse reports, added
2905 "make sparse"
2906
2907Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2908
2909 * python/libxml.c: don't output any message on failed resolver lookups,
2910 better done by the python user provided resolver layer.
2911
2912Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2913
2914 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2915 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2916 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2917 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2918 small cleanups based on Linus' sparse check output.
2919
2920Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2921
2922 * include/libxml/Makefile.am: added schematron.h, oops ...
2923
2924Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2925
2926 * xmlschemastypes.c: Added creation of the content type of
2927 xs:anyType. This is needed when trying to extend xs:anyType
2928 (although it makes no sense to extend it; IMHO the schema
2929 people should have ruled this out). This was reported
2930 by Yong Chen to the mailing list.
2931 * xmlschemas.c: Fixed handling of xs:anyType in
2932 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2933 adjustment to an error report output.
2934 * test/schemas/extension2* result/schemas/extension2*:
2935 Added a test case provided by Young Chen.
2936
2937Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2938
2939 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2940 base to be in "relative" form
2941
2942Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2943
2944 * schematron.c xmllint.c: started adding schematron to the xmllint
2945 tool, the report infrastructure is gonna be fun.
2946
2947Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2948
2949 * test/schemas/any6* test/schemas/any7*: Added regression tests
2950 (they fail currently), but did not added results yet.
2951
2952Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2953
2954 * xmlschemas.c: Removed the workaround code in
2955 xmlSchemaValidateElemWildcard() for the <any> wildcard
2956 with namespace == ##other. Support for such wildcards was
2957 implemented by Daniel at the automaton level recently, and
2958 the workaround code iterfered with it.
2959
2960Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
2961
2962 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
2963 signature to pass an int and not an enum since it can generate
2964 ABI compat troubles.
2965 * include/libxml/schematron.h schematron.c: adding the new
2966 schematron code, work in progress lots to be left and needing
2967 testing
2968 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
2969 Makefile.am configure.in: integration of schematron into the
2970 build
2971 * xpath.c include/libxml/xpath.h: adding flags to control compilation
2972 options right now just XML_XPATH_CHECKNS.
2973
2974Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2975
2976 * xmlschemas.c: Removed an "internal error" message from
2977 xmlSchemaBuildAContentModel() when an empty model group
2978 definition is hit.
2979
2980Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2981
2982 * pattern.c: Changed xmlCompileStepPattern() and
2983 xmlCompileAttributeTest() to handle the "xml" prefix without
2984 caring if the XML namespace was supplied by the user.
2985
2986Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2987
2988 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
2989 output the given string arguments correctly.
2990
2991Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
2992
2993 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
2994 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
2995 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
2996 include/libxml/valid.h include/libxml/xmlIO.h
2997 include/libxml/xmlerror.h include/libxml/xmlexports.h
2998 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
2999 to fix problems with calling conventions on Windows this should
3000 fix #309757
3001
3002Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3003
3004 * parser.c: an optimization of the char data inner loop,
3005 can gain up to 10% in pure SAX2 parsing speed
3006 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3007 a bug in XML Schemas facet comparison #310893
3008
3009Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3010
3011 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3012 not transitions
3013 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3014 result/schemas/any5_1_0*: fixed output
3015
3016Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3017
3018 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3019 bug #172215 about foreign namespaces by adding support for
3020 negated string transitions. Error messages still need to be
3021 improved.
3022 * test/schemas/any5* result/schemas/any5*: adding regression
3023 tests for this.
3024
3025Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3026
3027 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3028 on namespaced attributes #310417.
3029
3030Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3031
3032 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3033 ducplicated
3034
3035Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3036
3037 * xmlschemas.c: fixed xsd:all when used in conjunction with
3038 substitution groups
3039 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3040 regression tests, strangely missing from NIST/Sun/Microsoft
3041 testsuites
3042
3043Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3044
3045 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3046 this showed as an indeterminist result
3047
3048Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3049
3050 * xmlschemastypes.c: found the last bug raised by NIST tests in
3051 comparing base64 strings, result from runsuite:
3052 ## NIST test suite for Schemas version NIST2004-01-14
3053 Ran 23170 tests (3953 schemata), no errors
3054
3055Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3056
3057 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3058 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3059 affecting NIST regression tests
3060
3061Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3062
3063 * configure.in: applied a patch from Gerrit P. Haase to add
3064 module support on cygwin
3065
3066Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3067
3068 * HTMLparser.c: fixed a potential buffer overrun error introduced
3069 on last commit to htmlParseScript() c.f. #310229
3070
3071Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3072
3073 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3074 return TRUE if a nodeset with a numeric value of NaN is compared
3075 for inequality with any numeric value (bug 309914).
3076
3077Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3078
3079 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3080 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3081 to route relaxng and schemas error messages when using the reader
3082 through the structured interface if activated.
3083 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3084 to test.
3085
3086Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3087
3088 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3089 Jiri Netolicky
3090 * result/HTML/script2.html* test/HTML/script2.html: added the test
3091 case from the regression suite
3092
3093Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3094
3095 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3096 patch provided by Peter Breitenlohner
3097
3098Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3099
3100 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3101 * xmllint.c: removed a compilation problem
3102
3103Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3104
3105 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3106 preparing to make testsuite releases along with code source releases
3107 * gentest.py testapi.c: fixed a couple of problem introduced by
3108 the new Schemas support for Readers
3109 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3110 but simple way.
3111 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3112 raised by the doc builder.
3113 * doc/*: made rebuild
3114
3115Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3116
3117 * xmlschemas.c: fixed a bug introduced on last commit
3118
3119Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3120
3121 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3122 pointed by Jeroen Ruigrok
3123 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3124 the APIs for xmlReader schemas validation support
3125 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3126 implementation and testing as xmllint --stream --schema ...
3127
3128Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3129
3130 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3131
3132Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3133
3134 * parser.c: fix for #309761 from Dylan Shell
3135 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3136 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3137 * xmllint.c: couple of fixes plus added descriptions for --sax and
3138 --sax1
3139
3140Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3141
3142 * xmlschemas.c: Added c-props-correct constraint to check
3143 for equal cardinality of keyref/key.
3144 * include/libxml/xmlerror.h: Added an error code.
3145
3146Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3147
3148 * pattern.c: Fixed evaluation of attributes. Actually only
3149 attribute at the first level were evaluated (e.g. "@attr");
3150 expression like "foo/@attr" always failed.
3151
3152Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3153
3154 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3155 user-provided SAX handler is given.
3156
3157Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3158
3159 * parser.c: fix some potential leaks in error cases.
3160 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3161 various other combinations.
3162 * xmlschemas.c: fix a couple of tiny problems in
3163 xmlSchemaValidateStream()
3164
3165Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3166
3167 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3168 xmlSchemaValidateStream() internally.
3169
3170Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3171
3172 * test/relaxng/docbook_0.xml: added the missing entity to the
3173 document internal subset to avoid errors if the DocBook catalogs
3174 are not there
3175 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3176 untested yet
3177
3178Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3179
3180 * parser.c: fixed problem with free on dupl attribute in
3181 dtd (bug309637).
3182 * test/errors/attr3.xml, result/errors/attr3.*: added
3183 regression test for this
3184
3185Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3186
3187 * win32/Makefile.msvc: try again to fix file format for Windows
3188
3189Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3190
3191 * win32/Makefile.msvc: removed spurious ^M
3192 * runtest.c: added check for option O_BINARY
3193 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3194 sticky tag to 'binary'
3195
3196Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3197
3198 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3199 in xmlCtxtGenericNodeCheck
3200 * runtest.c: changed "open" calls to include O_BINARY for Windows
3201
3202Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3203
3204 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3205 in areBlanks which failed.
3206 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3207 added the input file to the regression tests
3208
3209Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3210
3211 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3212 Anotolij.
3213 * test/schemas/bug309338* result/schemas/bug309338*:
3214 Added a regression test for the above bug.
3215
3216Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3217
3218 * Makefile.am: first steps toward a testsuite dist
3219 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3220
3221Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3222
3223 * runsuite.c runtest.c: Tiny portability adjustment for win.
3224 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3225 be created.
3226
3227Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3228
3229 * runsuite.c: first stb at unimplemnted detection
3230 * runtest.c: fixing Windows code
3231
3232Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3233
3234 * runsuite.c: fix on schemas error
3235 * runtest.c: portability glob() on Windows
3236
3237Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3238
3239 * runsuite.c runtest.c: cleanups, logfile and portability
3240 * xmllint.c: fixed a memory leak
3241
3242Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3243
3244 * parser.c: fixed a bug failing to detect UTF-8 violations in
3245 CData in push mode.
3246 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3247 to the regressions
3248
3249Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3250
3251 * debugXML.c: added enhancement for #309057 in xmllint shell
3252
3253Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3254
3255 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3256 bug in push mode
3257 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3258 regression suite
3259
3260Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3261
3262 * testapi.c tree.c: fixing a leak detected by testapi in
3263 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3264 seems to pass tests fine now.
3265 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3266 to push mode
3267 * error.c: remove a warning
3268 * runtest.c xmllint.c: avoid compilation errors if only some parts
3269 of the library are compiled in.
3270
3271Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3272
3273 * gentest.py testapi.c: fix a problem with previous patch to
3274 testapi.c
3275
3276Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3277
3278 * runsuite.c runtest.c tree.c: fixing compilations when
3279 disabling parts of the library at configure time.
3280
3281Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3282
3283 * parserInternals.c: fix bug raised by zamez on IRC
3284 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3285 * tree.c: added comments missing.
3286 * doc/*: regenerated
3287
3288Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3289
3290 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3291 assorted bugs
3292 * python/generator.py python/libxml2-python-api.xml: fixed
3293 conditionals in generator too
3294 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3295 cleanups too and rebuilt
3296
3297Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3298
3299 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3300
3301Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3302
3303 * runsuite.c: expanded test
3304 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3305
3306Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3307
3308 * runsuite.c: a bit of progresses on xstc
3309
3310Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3311
3312 * runsuite.c: completed the simple checks for Relax-NG suites
3313 back to the same 11 errors as in the Python runs.
3314
3315Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3316
3317 * runtest.c: complete, checking on other platforms is needed
3318 * README: updated
3319 * debugXML.c: fix a bug raised by bill on IRC
3320 * relaxng.c: fix a leak in weird circumstances
3321 * runsuite.c Makefile.am: standalone test tool agaisnt
3322 the regression suites, work in progress
3323
3324Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3325
3326 * runtest.c: adding URI tests
3327
3328Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3329
3330 * runtest.c: adding xml:id
3331
3332Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3333
3334 * runtest.c: finishing XPath, adding XPointer
3335
3336Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3337
3338 * runtest.c: adding more coverage, XInclude and starting XPath
3339
3340Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3341
3342 * tree.c include/libxml/tree.h: Added allocation/deallocation
3343 functions for the DOM-wrapper context.
3344
3345Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3346
3347 * tree.c: Commented the new functions to be experimental.
3348
3349Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3350
3351 * error.c valid.c: working some weird error reporting problem for
3352 DTD validation.
3353 * runtest.c: augmented with DTD validation tests
3354 * result/VC/OneID*: slight change in validation output.
3355
3356Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3357
3358 * runtest.c: added most HTML tests
3359
3360Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3361
3362 * test/namespaces/reconcile/tests.xml
3363 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3364 for some new DOM-wrapper helping functions.
3365
3366Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3367
3368 * xstc/xstc-to-python.xsl: Cleanup.
3369 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3370 Removed, those are not needed anymore due to the new test suite.
3371
3372Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3373
3374 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3375 missing.
3376 * runtest.c: added SAX1/SAX2 checks.
3377
3378Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3379
3380 * tree.c include/libxml/tree.h: Added
3381 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3382 xmlDOMWrapRemoveNode() to the API. These are functions intended
3383 to be used with DOM-wrappers.
3384
3385Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3386
3387 * runtest.c: continue to increase the tests
3388
3389Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3390
3391 * runtest.c: continue to increase the tests
3392
3393Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3394
3395 * runtest.c: continue to increase the tests
3396
3397Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3398
3399 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3400 it matches the glob() routine.
3401 * runtest.c Makefile.am: first steps toward a C regression test
3402 framework.
3403
3404Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3405
3406 * configure.in: fixed a problem with the detection of
3407 ss_family for ipV6, as reported on the mailing list by
3408 Doug Orleans.
3409
3410Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3411
3412 * test/schemas/empty-value* result/schemas/empty-value*:
3413 Added regression tests (from Dhyanesh).
3414
3415Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3416
3417 * xmlschemas.c: Fixed NULL values to be validated as empty
3418 string values (reported by Dhyanesh to the mailing list).
3419 Adjusted text concatenation of mixed content.
3420
3421Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3422
3423 * tree.c valid.c: applied patch from Rob Richards for removal
3424 of ID (and xml:id)
3425 * xmlreader.c: applied patch from James Wert implementing
3426 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3427
3428Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3429
3430 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3431 namespace list, appending of element character content.
3432 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3433
3434Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3435
3436 * xmlschemastypes.c: Added missing function descriptions.
3437
3438Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3439
3440 * xmllint.c: if sax1 is used and input is a file use the old
3441 API xmlParseFile()
3442 * xmlschemas.c: cleanups
3443 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3444 for the new functions in Schemas.
3445
3446Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3447
3448 * xmlschemas.c include/libxml/xmlschemas.h: Added
3449 xmlSchemaValidateFile() to the public API. This will use
3450 SAX2-driven validation.
3451
3452Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3453
3454 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3455 Added schema test results (Tom Browder, bug #306806).
3456
3457Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3458
3459 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3460 Added schema tests submitted by Tom Browder (bug #306806).
3461
3462Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3463
3464 * pattern.c: adjusted last change to xmlCompilePathPattern,
3465 fixed one compilation warning
3466
3467Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3468
3469 * pattern.c: Some changes/fixes to the streaming evaluation.
3470 * xmlschemas.c: A bit of support for parsing the schema for
3471 schema. Fixed attribute derivation when the use is
3472 "prohibited" and was "optional". Fixed an attribute construction
3473 bug, a left-over from the time, where <complexContent>,
3474 <extension>, etc. where created as structs.
3475
3476Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3477
3478 * libxml-2.0.pc.in: removed a redundant include path
3479
3480Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3481
3482 * xstc/Makefile.am: Some more adjustments.
3483
3484Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3485
3486 * xstc/Makefile.am: Changed test extraction process, since some
3487 boxes don't know about "tar --strip-path".
3488
3489Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3490
3491 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3492 * result//compare0* test//compare0*: added the regression test in
3493 the suite as this went unnoticed !
3494
3495Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3496
3497 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3498 enhancement for XPath streaming, consolidated with
3499 schemas usage of pattern.c. Added a new enum
3500 xmlPatternFlags.
3501 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3502 enum.
3503 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3504 result/XPath/mixedpat: added regression test for problems
3505 reported in bug306348
3506
3507Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3508
3509 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3510 default namespace if existent.
3511
3512Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3513
3514 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3515 values were not duplicated corrently when creating a computed value
3516 in xmlSchemaValAtomicType.
3517
3518Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3519
3520 * xmlschemas.c result/schemas/include1_0_0.err:
3521 Fixed an attribute fixed/default value constraint error.
3522
3523Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3524
3525 * result/schemas/*: Adapted regression test results.
3526
3527Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3528
3529 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3530 include/libxml/xmlschemastypes.h: Changed the validation process
3531 to be able to work in streaming mode. Some datatype fixes,
3532 especially for list and union types. Due to the changes the
3533 error report output has changed in most cases. Initial migration to
3534 functions usable by both, the parser and the validator. This should
3535 ease a yet-to-come XS construction API in the long term as well.
3536
3537Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3538
3539 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3540 troubles on rollback parsing of elements start #304761
3541 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3542 added it to the regression tests.
3543
3544Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3545
3546 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3547 for xml:space and xml:lang handling with SAX2 api.
3548
3549Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3550
3551 * globals.c: applied patch from Morten Welinder, closing bug #306901
3552 on compiling subsets of the library
3553
3554Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3555
3556 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3557 XS tests to use the new release of tests and test-definitions.
3558
35592005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3560
3561 * c14n.c: fix rendering of attributes when parent node
3562 is not in the node set
3563
35642005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3565
3566 * c14n.c: fixed xml attributes processing bug in exc c14n
3567 * xmllint.c: added --exc-c14n command line option
3568
3569Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3570
3571 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3572 handling of depth/level for cases like union operator
3573 (bug #306348 reported by Bob Stayton). Also enhanced
3574 several comments throughout pattern.c.
3575 * doc/apibuild.py: fixed problem in handling of
3576 'signed' declaration. Rebuilt the docs.
3577
3578Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3579
3580 * xinclude.c: Enhanced handling of xml:base for included
3581 elements, fixing bugs 169209 and 302353.
3582
3583Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3584
3585 * xmlschemas.c: Fixed facet errors to be channelled back for
3586 union type members; facet-validation will stop now on the
3587 first error. Reported by GUY Fabrice to the mailing-list.
3588 * xmlschemastypes.c: Changed to ignore lengh-related facet
3589 validation for QNames and NOTATIONs as proposed by the
3590 schema people.
3591 * test/schemas/union2* result/schemas/union2*: Added
3592 regression tests for union types (by GUY Fabrice).
3593
3594Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3595
3596 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3597 CDATA with NULL content.
3598
3599Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3600
3601 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3602 the timezone to -840 to 840.
3603
3604Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3605
3606 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3607 for "signed int" of the date-time timezone field. Silenced
3608 a warning.
3609
3610Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3611
3612 * tree.c: applied patch for replaceNode from Brent Hendricks
3613
3614Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3615
3616 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3617
3618Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3619
3620 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3621 problem exposed in bug #303640
3622
3623Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3624
3625 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3626 Added regression a test provided by Heiko Oberdiek (bug #303566).
3627
3628Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3629
3630 * pattern.c: Changed the XPath "." to resolve only on the first
3631 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3632 This should not affect pattern-like resolution on every level.
3633
3634Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3635
3636 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3637
3638Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3639
3640 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3641 * doc/apibuild.py: fixed __attribute() parsing problem
3642 * doc/* testapi.c: regenerated the descriptions and docs.
3643
3644Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3645
3646 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3647 to avoid linking with pthread library on non-threaded environments.
3648 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3649 list allocation.
3650
3651Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3652
3653 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3654 attributes were treated as being bound to the default namespace.
3655
3656Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3657
3658 * xmlschemastypes.c: Fixed date-time related validation
3659 (reported by David Crossley, bug #300576).
3660
3661Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3662
3663 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3664 dereferences (reported by Andriy, bug #301074).
3665
3666Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3667
3668 * xpath.c: Added some code to avoid integer overflow for
3669 ceil, floor and round functions (bug 301162)
3670
3671Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3672
3673 * xmlschemas.c: Removed workaround for bug #172215, since it
3674 does more harm in some scenarios. Added some of the
3675 "Particle Restriction OK" constraints - not yet enabled.
3676
3677Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3678
3679 * result/schemas/changelog093*: Added test results.
3680
3681Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3682
3683 * xmlschemas.c: Added output of canonical values in
3684 identity-constraint error messages.
3685 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3686 Added xmlSchemaGetCanonValueWhtsp() to the API.
3687 Further enhancement of the canonical value
3688 conversion.
3689 * test/schemas/changelog093_0.*: Added test with an XSD
3690 submitted by Randy J. Ray.
3691
3692Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3693
3694 * valid.c: Applied Daniel's fix for memory leak in dtd
3695 prefix (bug 300550).
3696 * xpath.c: minor change to comment only
3697
3698Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3699
3700 * xmlmemory.c: added the call to the breakpoint routine
3701 when a monitored block is reallocated or freed
3702
3703Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3704
3705 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3706 about HTTP query string parameter being lost
3707
3708Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3709
3710 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3711 adding namespace removal at the python level #300209
3712 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3713 test
3714
3715Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3716
3717 * xpath.c: fixed several places where memory cleanup was not
3718 properly done after an error was detected (problem was
3719 reported on the mailing list by Pawel Palucha)
3720
3721Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3722
3723 * xmlschemas.c: Added substitution group constraints; changed
3724 the build of the pre-computed substitution groups. Channeled
3725 errors during xsi assembling of schemas to the validation
3726 context. Fixed a big memory leak, which occured when using
3727 IDCs: the precomputed value of attributes was not freed if
3728 the attribute did not resolve to an IDC field (discovered
3729 with the help of Randy J. Ray's schema, posted to the
3730 xmlschema-dev maling list).
3731
3732Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3733
3734 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3735 Added handling substitution groups inside <choice> and <sequence>;
3736 for <all> this is not supported yet. Changed circular checks for
3737 model groups definitions. "memberTypes" are processed at different
3738 levels now: component resolution first, construction later; this
3739 goes hand in hand with a global change to handle component
3740 resolution in a distinct phase. Fixed invalid default values for
3741 elements to mark the schema as invalid; this just resulted in an
3742 error report previously, but the schema was handled as valid.
3743 Separated the assignment of the model groups to referencing
3744 model group definition references (i.e. particles); this was
3745 needed to perform the circularity check for model group definitions.
3746 Added "Element Declaration Properties Correct (e-props-correct)"
3747 constraints. Separated component resolution for simple/complex
3748 types.
3749 * include/libxml/schemasInternals.h: Added a flag for substitution
3750 group heads.
3751
3752Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3753
3754 * win32/Makefile.*: make install cleanup
3755
3756Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3757
3758 * win32/Makefile.mingw: fixed mingw compilation
3759 * testModule.c: removed mingw warnings
3760
3761Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3762
3763 * .cvsignore: added Eclipse project files to ignore list
3764
3765Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3766
3767 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3768 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3769 test/XPath/docs/lang: added a regression test
3770
3771Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3772
3773 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3774
3775Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3776
3777 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3778 and anchored them in the "Element Locally Valid (Element)"
3779 constraints. This restricts the type substitution via "xsi:type".
3780
3781Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3782
3783 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3784 facets validation messages.
3785
3786Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3787
3788 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3789 rebuilding.
3790
3791Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3792
3793 * xstc/Makefile.am: integrated fixup-tests.py
3794
3795Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3796
3797 * xmlschemastypes.c: fixed a lack of comment and missing test for
3798 a pointer in the API.
3799
3800Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3801
3802 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3803 files used for the tests.
3804
3805Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3806
3807 * xmlschemas.c include/libxml/schemasInternals.h
3808 result/schemas/src-element2-*.err result/schemas/element-*.err:
3809 Committing again, since the CVS server aborted.
3810
3811Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3812
3813 * xmlschemastypes.c: Corrected 'length' facet validation for
3814 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3815 data types did not return a value if already in normalized
3816 form.
3817 * xmlschemas.c include/libxml/schemasInternals.h:
3818 Eliminated creation of structs for <restriction>, <extension>,
3819 <simpleContent>, <complexContent>, <list> and <union>: the
3820 information is now set directly on the corresponding simple/
3821 complex type. Added some more complex type constraints.
3822 Added facet derivation constraints. Introduced "particle"
3823 components, which seem to be really needed if applying
3824 constraints. Corrected/change some of the parsing functions.
3825 This is all a bit scary, since a significant change to the code.
3826 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3827 Adapted regression test results.
3828
3829Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3830
3831 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3832 format to cope with gcc4 change of aliasing allowed scopes, had
3833 to add extra informations to doc/libxml2-api.xml to separate
3834 the header from the c module source.
3835 * *.c: updated all c library files to add a #define bottom_xxx
3836 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3837 * doc//* testapi.c: regenerated when rebuilding the API
3838
3839Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3840
3841 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3842 encoding UTF-8 should really be assumed. This may break if
3843 the HTTP headers indicates for example ISO-8859-1 since this
3844 then becomes a well formedness error.
3845
3846Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3847
3848 * SAX.c: fixed #172260 redundant assignment.
3849 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3850 xmlParseDoc() signatures #172257.
3851
3852Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3853
3854 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3855 is NULL as reported by bug #172255
3856
3857Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3858
3859 * relaxng.c: fixed a problem in Relax-NG validation #159968
3860 * test/relaxng/list.* result/relaxng/list_*: added the test
3861 to the regression suite
3862
3863Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3864
3865 * python/libxml.c: fixed bug #168504
3866
3867Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3868
3869 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3870 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3871 since apparently IBM can't avoid breaking common defines #166922
3872
3873Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3874
3875 * encoding.c: fix unitinialized variable in not frequently used
3876 code bug #172182
3877
3878Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3879
3880 * python/generator.py python/libxml.py: another patch from Brent
3881 Hendricks to add new handlers with the various validity contexts
3882 * python/tests/Makefile.am python/tests/validDTD.py
3883 python/tests/validRNG.py python/tests/validSchemas.py: also
3884 added the regression tests he provided
3885
3886Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3887
3888 * python/generator.py python/libxml.c: applied patch from Brent
3889 Hendricks to avoid leak in python bindings when using schemas
3890 error handlers.
3891
3892Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3893
3894 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3895
3896Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3897
3898 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3899 by Rob Richards
3900
3901Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3902
3903 * gentest.py, testapi.c: fixed problem with 'minimal library'
3904 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3905 by Greg Morgan
3906
3907Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3908
3909 * xmlschemas.c: Fixed call to a facet error report: the type of
3910 the error was wrong, resulting in a segfault (bug #171220, reported
3911 by GUY Fabrice).
3912
3913Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3914
3915 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3916 failing to build a linked list correctly (bug #169898, reported
3917 by bing song, hmm...).
3918
3919Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3920
3921 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3922 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3923 a variable was missed to be reset in a loop. Deactivated bubbling,
3924 if not referenced by a keyref.
3925
3926Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3927
3928 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3929 in c14n relative namespaces check and add structured error messages
3930 to c14n code
3931
3932Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3933
3934 * xmlschemas.c: Removed inheritance of "mixed" content type for
3935 short-hand restrictions of "anyType" (reported by Guy Fabrice
3936 to the mailing list). Added the namespace conversion (chameleon
3937 includes) for the base type reference of <restriction> and
3938 <extension>.
3939 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3940 of "mixed" inheritance.
3941
3942Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3943
3944 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3945
3946Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3947
3948 * xmlschemas.c: more debug messages from Matthew Burgess
3949 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3950
3951Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3952
3953 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3954 by Daniel, which I overwrote with the previous commit.
3955
3956Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3957
3958 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
3959 Hopefully finished validation against facets to use the normalized
3960 value of both, the facets and instance values. Added
3961 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
3962 and xmlSchemaGetValType() to the schema API.
3963
3964Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3965
3966 * libxml.spec.in: do not package .la files
3967 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
3968 * xmlschemastypes.c: fixed a couple of missing tests of parameters
3969 at public API entry points.
3970
3971Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
3972
3973 * xmlschemastypes.c: a couple of more changes to various
3974 decimal-handling routines. Fixes python some problems
3975 turned up by the python tests.
3976 * Makefile.am: change SchemasPythonTests message to warn
3977 that there are 10 'expected' errors (rather than 6) since
3978 we now reject a '+' sign on an unsigned.
3979
3980Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3981
3982 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
3983 normalized values of facets during validation: changed the
3984 arguments of some string comparison functions; added a static
3985 xmlSchemaValidateFacetInternal() with more arguments to be
3986 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
3987 to use the comparison functions. Fixed some assignments in
3988 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
3989
3990Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3991
3992 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
3993 updated docs and rebuilt
3994 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
3995
3996Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3997
3998 * encoding.c: removed a static buffer in xmlByteConsumed(),
3999 as pointed by Ben Maurer, fixes #170086
4000 * xmlschemas.c: remove a potentially uninitialized pointer warning
4001
4002Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4003
4004 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4005 and much of the routine xmlSchemaCompareDecimals. The
4006 changes were necessary to fix a problem reported on the
4007 mailing list by John Hockaday.
4008
4009Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4010
4011 * xmlschemas.c: The schema parser will stop if components could
4012 not be resolved. This is not conforming to the spec but for now
4013 will avoid internal errors during type fixup and content model
4014 creation. Restructured inclusion/import of schemata: this avoids
4015 duplicate, self and circular inclusion. Chameleon includes are
4016 still workarounded. Added restriction to disallow references to
4017 non-imported namespaces. Corrected parsing of <group>.
4018 * result/schemas/bug167754_0_0*: Added a missing test result.
4019
4020Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4021
4022 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4023 link and foreword warning to avoid problem with ignorant
4024 programmers, c.f #169721
4025
4026Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4027
4028 * python/tests/Makefile.am python/tests/readernext.py: added
4029 a regression test from Rob Richards for the previous bug
4030
4031Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4032
4033 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4034 Rob Richards
4035
4036Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4037
4038 * xmlmodule.c: second patch from Rick Jones, portability fix for
4039 HP-UX
4040 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4041 to avoid warnings.
4042
4043Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4044
4045 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4046 patches, including a serious aliasing bug exposed in s390
4047 when trying to convert data pointer to code pointer.
4048
4049Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4050
4051 * xmlschemas.c: Tiny restructuring of the validation start-up
4052 functions. Added cleanup of the validation context at the
4053 end of validation. This takes care of the validation context
4054 being reused.
4055
4056Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4057
4058 * xmlschemastypes.c: Tiny changes in the comparison functions
4059 I forgot to commit last time.
4060
4061Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4062
4063 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4064 values; anyway the IDC key comparison is restricted to
4065 anySimpleType <--> string based types. For other types we
4066 would possibly need the canonical lexical representation of
4067 them; this sounds not performant, since we would need to
4068 build such a representation each time we want to compare against
4069 anySimpleType. TODO: think about buffering the canonical values
4070 somewhere. Fixed error reports for default attributes to work
4071 without a node being specified. This all and the enabling of IDC
4072 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4073 not read his last name correctly from bugzilla).
4074
4075Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4076
4077 * xmlschemas.c: Enabled IDC parsing and validation.
4078 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4079 Added xmlSchemaCopyValue to the API; this was done due to
4080 validation of default attributes against IDCs: since IDC keys
4081 consume the precomputed value, one needs a copy.
4082 * pattern.c: Enabled IDC support; this is currently done
4083 via calling xmlPatterncompile with a flag arg of 1.
4084
4085Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4086
4087 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4088 xstc/Makefile.am: try to fix a problem with valgrind.
4089 * python/generator.py python/libxml.c python/tests/Makefile.am
4090 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4091 c.f. bug #165349
4092
4093Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4094
4095 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4096 the prefix instead of the namespace name.
4097 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4098 Adapted invalid values of the "id" attribute, since they are
4099 validated now.
4100
4101Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4102
4103 * threads.c: new version with fixes from Rob Richards
4104
4105Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4106
4107 * threads.c: applied patch from Rich Salz for multithreading on
4108 Windows.
4109
4110Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4111
4112 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4113 of bugs in the writer
4114
4115Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4116
4117 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4118 * xpath.c: fixed compilation warning, no change to logic.
4119 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4120
4121Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4122
4123 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4124 xmlTextWriterStartAttributeNS
4125
4126Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4127
4128 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4129 and switched XPath to use it by default when possible
4130
4131Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4132
4133 * xmlschemastypes.c: a bit of cleanup
4134 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4135 the documentation as a result.
4136
4137Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4138
4139 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4140 Aron Stansvik to add xmlTextReaderByteConsumed()
4141 * testReader.c: added a test option
4142 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4143
4144Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4145
4146 * test/schemas/bug167754_0*: Added the regression test of Frans
4147 Englich for bug #167754.
4148
4149Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4150
4151 * xmlschemas.c: Started support for IDC resolution to default
4152 attributes. If building the content model for <all>: ensured
4153 to put element declarations and not the particles into the
4154 content model automaton (this was bug #167754, reported by
4155 Frans Englich).
4156
4157Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4158
4159 * pattern.c pattern.h: Some experimental addition for parsing
4160 of expressions and streamable validation.
4161 Added xmlStreamPushAttr to the API.
4162
4163Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4164
4165 * xmlschemas.c: Added validation for the attribute "id" in the
4166 schemata; doing this needed error report fixes for notations,
4167 facets and group. Changed NOTATION validation to work with the
4168 declared NOTATIONs in the schema; this does have no impact on
4169 the validation via the relaxng module.
4170 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4171 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4172 the NOTATION validation described above.
4173 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4174 Fixed the values of the "id" attributes, which were not validated
4175 previously.
4176
4177Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4178
4179 * xmlschemas.c: Fixed comparison for default/fixed attribute
4180 values, if the type was 'xsd:string'. Changed the comparison
4181 for IDCs to use the whitespace aware comparison function.
4182 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4183 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4184 xmlSchemaCompareValuesWhtsp to the API. Added functions
4185 to compare strings with whitespace combinations of "preserve",
4186 "replace" and "collapse".
4187
4188Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4189
4190 * xmlschemas.c: Further work on IDCs, especially evaluation for
4191 attribute nodes.
4192
4193Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4194
4195 * encoding.c: fix the comment to describe the real return values
4196 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4197 the patterns, pluggin in the XPath default evaluation, but
4198 disabled right now because it's not yet good enough for XSLT.
4199 pattern.h streaming API are likely to be changed to handle
4200 relative and absolute paths in the same expression.
4201
4202Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4203
4204 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4205 Made 'nil'ed elements work. Added a specific error message
4206 for 'strict' attribute wildcards.
4207 * include/libxml/xmlerror.h: Added an error code for
4208 wildcards.
4209 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4210
4211Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4212
4213 This change started out as a simple desire to speed up the
4214 execution time of testapi.c, which was being delayed by
4215 nameserver requests for non-existent URL's. From there it
4216 just sort of grew, and grew....
4217 * nanohttp.c, nanoftp.c: changed the processing of URL's
4218 to use the uri.c routines instead of custom code.
4219 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4220 * uri.c: added accepting ipV6 addresses, in accordance with
4221 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4222 * gentest.py, testapi.c: fixed a few problems with the
4223 testing of the nanoftp and nanohttp routines.
4224 * include/libxml/xmlversion.h: minor change to fix a
4225 warning on the docs generation
4226 * regenerated the docs
4227
4228Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4229
4230 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4231 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4232 (bug 166199)
4233 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4234 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4235 PYTHONPATH is set, to assure new libxml2 routines are used.
4236
4237Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4238
4239 * parser.c: fixed problem when no initial "chunk" was
4240 given to xmlCreatePushParser (bug 162613)
4241
4242Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4243
4244 * dict.c: fixed compilation warning
4245 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4246 * xmllint.c: changed to return non-zero status if error
4247 on xinclude processing
4248 * xmlsave.c: minor deletion of a redundant condition statement
4249
4250Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4251
4252 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4253
4254Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4255
4256 * pattern.c xmllint.c: fixed implementation for |
4257 * test/pattern/conj.* result/pattern/conj: added a specific regression
4258 test
4259
4260Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4261
4262 * pattern.c: first implementation for | support
4263
4264Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4265
4266 * pattern.c: fixed the namespaces support
4267 * tree.c: fixed xmlGetNodePath when namespaces are used
4268 * result/pattern/multiple result/pattern/namespaces
4269 test/pattern/multiple.* test/pattern/namespaces.*: added
4270 more regression tests
4271
4272Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4273
4274 * xmlschemas.c: fixed one internal function
4275 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4276 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4277
4278Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4279
4280 * Makefile.am: use the walker to test the patterns instead of
4281 the normal reader
4282 * pattern.c xmllint.c: bug fixes in the train including fixing the
4283 stupid build break.
4284
4285Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4286
4287 * pattern.c: more bug fixes for the XPath streaming code.
4288
4289Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4290
4291 * xmlschemas.c: Integrated the streaming pattern from the
4292 pattern module. Fixed some IDC code bugs. Changed
4293 fallback for attribute declaration addition to work like for
4294 element declarations.
4295
4296Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4297
4298 * pattern.c xmllint.c: bugfixes around the streaming patterns
4299
4300Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4301
4302 * Makefile.am configure.in result/pattern/simple
4303 test/pattern/simple.*: added first test for the patterns
4304 * pattern.c xmllint.c: a few fixes
4305
4306Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4307
4308 * pattern.c include/libxml/pattern.h xmllint.c: added a
4309 streaming pattern detector for a subset of XPath, should
4310 help Kasimier for identity constraints
4311 * python/generator.py: applied Stephane Bidoul patch to find
4312 paths without breaking.
4313
4314Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4315
4316 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4317
4318Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4319
4320 * xmlreader.c: implementation of xmlTextReaderReadString by
4321 Bjorn Reese
4322
4323Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4324
4325 * xmlschemas.c: Corrected an ambigious symbol-space for
4326 local attribute declarations. IFDEFed more IDC code to
4327 surpress compiler warnings.
4328
4329Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4330
4331 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4332 files for the Bakefile generator for Makefiles from Francesco
4333 Montorsi
4334 * win32/configure.js: fixes for Windows compilation with non-default
4335 flags by Joel Reed
4336
4337Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4338
4339 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4340 by Martijn Faassen
4341
4342Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4343
4344 * xmlschemas.c include/libxml/schemasInternals.h:
4345 Added an initial skeleton for indentity-constraints. This is all
4346 defined out, since not complete, plus it needs support from other
4347 modules.
4348 Added machanism to store element information for the
4349 ancestor-or-self axis; this is needed for identity-constraints
4350 and should be helpfull for a future streamable validation.
4351 * include/libxml/xmlerror.h: Added an error code for
4352 identity-constraints.
4353
4354Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4355
4356 * gentest.py testapi.c: had to fix generation and rebuild.
4357 * valid.c: the testapi found a bug in the last code of course !
4358
4359Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4360
4361 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4362 is generated, fixes bug #161386
4363 * dict.c: fix a comment typo
4364 * elfgcchack.h doc/*: regenerated
4365
4366Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4367
4368 * parser.c: found and fixed 2 problems in the internal subset scanning
4369 code affecting the push parser (and the reader), fixes #165126
4370 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4371 to the regression tests.
4372
4373Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4374
4375 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4376 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4377 speedups, start to deprecate 3 ElementDef related entry point
4378 and replace them with better ones.
4379
4380Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4381
4382 * xmlschemas.c: more hash dictionary interning changes
4383
4384Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4385
4386 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4387 the hash reuses the dictionnary for internal strings
4388 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4389 speedup when parsing for example DocBook documents.
4390
4391Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4392
4393 * parser.c: small speedup in skipping blanks characters
4394 * entities.c: interning the entities strings
4395
4396Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4397
4398 * parser.c: boosting common commnent parsing code, it was really
4399 slow.
4400 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4401 regression tests
4402
4403Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4404
4405 * parser.c: small optimization back.
4406
4407Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4408
4409 * dict.c parser.c include/libxml/dict.h: a single lock version
4410 mostly avoid the cost penalty of the lock in case of low
4411 parallelism, so applying that version instead.
4412
4413Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4414
4415 * dict.c: patch from Gary Coady to fix a race in dict reference
4416 counting in multithreaded apps.
4417
4418Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4419
4420 * parser.c: fixed bug #164556 where non-fatal errors stopped
4421 push parsing and xmlreader.
4422 * Makefile.am: fixup
4423 * test/errors/webdav.xml result/errors/webdav*: adding regression
4424 test for this problem.
4425
4426Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4427
4428 * xmlschemas.c: Corrected targetNamespace in
4429 xmlSchemaElementDump. Cosmetic changes to the dump output.
4430
4431Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4432
4433 * configure.in NEWS doc/*: preparing release of 2.6.17,
4434 updated and rebuilt the docs
4435
4436Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4437
4438 * parser.c: better fix for #151694 not killing c14n regression tests
4439 * xmlschemastypes.c: fixing bug #157653
4440
4441Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4442
4443 * parser.c: fixing bug #151694, line should always be set in the
4444 elements.
4445
4446Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4447
4448 * xmlschemastypes.c: trying to fix at least the message from
4449 bug #158628
4450 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4451 for format, c.f. bug #159997
4452
4453Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4454
4455 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4456 bug #157872
4457
4458Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4459
4460 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4461
4462Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4463
4464 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4465 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4466 tests about it.
4467 * doc/*: rebuilt
4468 * testdso.c: removed a warning due to a missing void in signature.
4469
4470Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4471
4472 * include/libxml/schemasInternals.h xmlschemas.c:
4473 Exposed targetNamespace for simple/complex types, model groups,
4474 attribute groups and notations (reported by Michael Hewarth
4475 to the mailing list). Added targetNamespace to xmlSchemaType,
4476 xmlSchemaAttributeGroup and xmlSchemaNotation.
4477 Tiny cosmetic change to the content model error report output.
4478 * result//all_*.err result//any3_0_0.err result//choice_*.err
4479 result//list0_0_1.err result//list0_1_1.err: Adapted output
4480 of regression tests.
4481
4482Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4483
4484 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4485 back in, since I missed to update xmlschemas.c before doing
4486 the previous commit.
4487
4488Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4489
4490 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4491 from xmlregexp.c to report expected elements on content model errors.
4492 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4493 Adapted output of regression tests.
4494
4495Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4496
4497 * config.h.in configure.in xmlmodule.c: trying to work around
4498 the compilation problem on HP-UX
4499
4500Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4501
4502 * pattern.c: fixed the fixed size array structure problem reported by
4503 Patrick Streule
4504
4505Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4506
4507 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4508 the API description, rebuilt, improved navigation in documentation
4509 a bit.
4510
4511Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4512
4513 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4514 and xmlRegExecNextValues() to return error transition strings too,
4515 and sink state detection and handling.
4516
4517Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4518
4519 * xmlschemas.c: fixed bug #163641 when the value passed for
4520 an atomic list type is NULL.
4521
4522Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4523
4524 * Makefile.am configure.in: fixed dependency on python 2.3,
4525 also small improvement for cygwin (bug 163273)
4526
4527Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4528
4529 * gentest.py testapi.c: William noticed I forgot to add special
4530 support for xmlmodules.c define
4531 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4532 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4533 entry point and refactored to use both code.
4534
4535Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4536
4537 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4538 setting up a "private" library (after some list posts about
4539 people having trouble doing it)
4540
4541Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4542
4543 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4544 rollback
4545
4546Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4547
4548 * TODO: small update
4549 * xmlregexp.c: trying to add an API to get useful error informations
4550 back from a failing regexp context.
4551
4552Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4553
4554 * xpath.c: fixed problem with xmlXPathErr when error number
4555 subscript was out of range (bug 163055)
4556
4557Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4558
4559 * uri.c: fixed problem with xmlURIEscape when query part was
4560 empty (actually fixed xmlURIEscapeStr to return an empty
4561 string rather than NULL for empty string input) (bug 163079)
4562
4563Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4564
4565 * parser.c, parserInternal.c: fixed "col" calculation for
4566 struct _xmlParserInput (based on patch from Rob Richards)
4567 * include/libxml/xmlerror.h, error.c: propagated error column
4568 number in the xmlError structure
4569
4570Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4571
4572 * parser.c: fixed namespace bug in push mode reported by
4573 Rob Richards
4574 * test/ns6 result//ns6*: added it to the regression tests
4575 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4576 added an extra option argument to module opening and defined
4577 a couple of flags to the API.
4578
4579Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4580
4581 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4582 Bjorn Reese, plus some cleanups
4583 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4584 add the new header
4585 * doc/* testapi.c: regenerated the API
4586
4587Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4588
4589 * configure.in: making DSO support an option
4590 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4591 and documentation cleanups
4592 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4593 checks for new module
4594 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4595 previously
4596
4597Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4598
4599 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4600 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4601 include/libxml/Makefile.am include/libxml/xmlerror.h
4602 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4603 include/libxml/xmlwin32version.h.in: applied DSO support
4604 patch 2 from Joel Reed
4605
4606Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4607
4608 * configure.in: applied patch from Marcin Konicki for BeOS
4609
4610Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4611
4612 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4613
4614Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4615
4616 Re-examined the problems of configuring a "minimal" library.
4617 Synchronized the header files with the library code in order
4618 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4619 were the same in both. Modified the API database content to more
4620 accurately reflect the conditionals. Enhanced the generation
4621 of that database. Although there was no substantial change to
4622 any of the library code's logic, a large number of files were
4623 modified to achieve the above, and the configuration script
4624 was enhanced to do some automatic enabling of features (e.g.
4625 --with-xinclude forces --with-xpath). Additionally, all the format
4626 errors discovered by apibuild.py were corrected.
4627 * configure.in: enhanced cross-checking of options
4628 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4629 doc/libxml2-api.xml, gentest.py: changed the usage of the
4630 <cond> element in module descriptions
4631 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4632 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4633 testSAX.c: cleaned up conditionals
4634 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4635 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4636 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4637 synchronized the conditionals with the corresponding module code
4638 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4639 added additional conditions required for compilation
4640 * doc/*.html, doc/html/*.html: rebuilt the docs
4641
4642Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4643
4644 * parserInternals.c: fixed to skip (if necessary) the BOM for
4645 encoding 'utf-16'. Completes the fix for bug #152286.
4646 * tree.c, parser.c: minor warning cleanup, no change to logic
4647
4648Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4649
4650 * python/generator.py: added most required entires to
4651 foreign encoding table, plus some additional logic to
4652 assure only the 1st param uses the 't#' format. Fixes
4653 bug #152286, but may still have some other UTF-16 problems.
4654
4655Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4656
4657 * Makefile.am, gentest.py: enhanced for enabling build in
4658 a different directory. Added (optional) param to gentest.py
4659 to specify the source directory (bug #155468)
4660 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4661 to (top_builddir) (bug #155468)
4662 * python/Makefile.am, python/generator.py: enhanced for enabling
4663 build in a different directory(bug #155468). Added (optional)
4664 param to generator.py to specify the source directory. Added
4665 a new table of functions which have possible "foreign" encodings
4666 (e.g. UTF16), and code to use python 't' format instead of
4667 'z' format (mostly solving bug #152286, but still need to
4668 populate the table).
4669
4670Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4671
4672 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4673 Change reference to new site for Solaris binaries, fixing bug
4674 160598
4675
4676
4677Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4678
4679 * parser.c: reset input->base within xmlStopParser
4680 * xmlstring.c: removed call to xmlUTF8Strlen from within
4681 xmlUTF8Strpos (Bill Moseley pointed out it was not
4682 useful)
4683
4684Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4685
4686 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4687 instead of ctxt->error for its reports (bug #160662)
4688
4689Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4690
4691 * python/generator.py: modified to allow the ns and nsDefs
4692 accessors to return None instead of error when no namespace
4693 is present (bug #)
4694
4695Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4696
4697 * doc/Makefile.am: changed maintainer-clean dependency with
4698 suggestion from Crispin Flowerday (bug #157634)
4699 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4700 were specified with debugDumpNode (bug #160621)
4701
4702Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4703
4704 * valid.c: fixed ID deallocation problem based on patch from
4705 Steve Shepard fixes bug #160893
4706 * xmlmemory.c: improving comment.
4707 * testapi.c: new test for xmlDictExists() is generated.
4708
4709Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4710
4711 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4712 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4713 warnings on function pointer <-> object pointer (a hack).
4714
4715Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4716
4717 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4718
4719Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4720
4721 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4722 a dead loop on bad data (bug 159550)
4723
4724Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4725
4726 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4727 of elements for which a declaration existed were still processed
4728 by the wildcard mechanism (reported by philippe ventrillon to the
4729 mailing list).
4730 Changed the import and include machanism to share dictionaries.
4731
4732Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4733
4734 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4735 go through the catalog resolution.
4736 * gentest.py testapi.c: fix a side effect wrning of the change
4737
4738Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4739
4740 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4741 dictionnary interface.
4742 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4743 from Rob Richards
4744
4745Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4746
4747 * xmlschemas.c: tiny enhancement for content model error reports
4748 (#157190, #143948). Removed abbreviations: CT, ST and WC
4749 (#157190, reported by Frans Englich).
4750 Initial: no report of local components.
4751 * result/schemas/all* result/schemas/any3_0_0.err
4752 result/schemas/choice*
4753 result/schemas/cos-st-restricts-1-2-err_0_0.err
4754 result/schemas/derivation-ok-extension-err_0_0.err
4755 result/schemas/derivation-ok-extension_0_0.err
4756 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4757 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4758 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4759 result/schemas/facet-unionST-err1_0_0.err
4760 result/schemas/hexbinary_0_1.err
4761 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4762 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4763 Adapted output.
4764
4765Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4766
4767 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4768 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4769 checked prior to facets of derived types - which caused a seg
4770 fault otherwise (bug #158216, reported by Frans Englich).
4771
4772Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4773
4774 * gentest.py, testapi.c: further enhancement, now all
4775 compilation warnings have been fixed.
4776 * xmlschemastypes.c: added NULL check for one function
4777
4778Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4779
4780 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4781 on a couple of lines)
4782 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4783
4784Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4785
4786 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4787
4788Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4789
4790 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4791 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4792 normalization for 'normalizedString'.
4793 Added xmlSchemaWhiteSpaceReplace to the API.
4794
4795Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4796
4797 * Makefile.am: forgot a $(srcdir)
4798 * encoding.c: stupid error wrong name #157976
4799
4800Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4801
4802 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4803
4804Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4805
4806 * python/generator.py python/libxml.c python/libxml2class.txt
4807 python/libxml_wrap.h python/types.c: Applied patch from Brent
4808 Hendricks adding support for late DTD validation.
4809 * python/tests/Makefile.am python/tests/dtdvalid.py
4810 python/tests/test.dtd: integrated the provided regression test
4811
4812Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4813
4814 * configure.in: detect when struct sockaddr_storage
4815 has the __ss_family member instead of ss_family and
4816 behave accordingly. We now can use ipv6 on aix.
4817
4818Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4819
4820 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4821 added -q option, and more conditional features fixes
4822 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4823 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4824 include/libxml/debugXML.h: various compilation and conditional
4825 cleanups.
4826 * doc/*: regenerated
4827
4828Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4829
4830 * gentest.py testapi.c: better handling of conditional features
4831 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4832 on parser contexts closed leaks, error messages
4833
4834Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4835
4836 * xpath.c: fixed problem concerning XPath context corruption
4837 during function argument evaluation (bug 157652)
4838
4839Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4840
4841 * testapi.c: more types.
4842 * parserInternals.c xpath.c: more fixes
4843
4844Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4845
4846 * gentest.py testapi.c: better parser options coverage
4847 * SAX2.c xpath.c: more cleanups.
4848
4849Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4850
4851 * testapi.c: trying to fix some optional support brokenness
4852
4853Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4854
4855 * gentest.py testapi.c: more coverage
4856 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4857
4858Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4859
4860 * gentest.py testapi.c: more coverage
4861 * SAX2.c parser.c parserInternals.c: more fixes
4862
4863Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4864
4865 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4866
4867Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4868
4869 * gentest.py testapi.c: more types, more coverage
4870 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4871 xmlschemastypes.c: more problems fixed
4872
4873Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4874
4875 * gentest.py: fixed test file corruption problem
4876
4877Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4878
4879 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4880
4881Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4882
4883 * testapi.c: augmented the number of types
4884
4885Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4886
4887 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4888 bug fixes and documentation updates.
4889
4890Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4891
4892 * gentest.py testapi.c: augmented type autogeneration for enums
4893 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4894
4895Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4896
4897 * encoding.c: fixed a regression in iconv support.
4898
4899Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4900
4901 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4902 for unknown pointer types
4903 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4904 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4905 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4906 xpointer.c: This uncovered an impressive amount of entry points
4907 not checking for NULL pointers when they ought to, closing all
4908 the open gaps.
4909
4910Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4911
4912 * catalog.c: fixed problem with NULL entry (bug 157407)
4913 * xpath.c: fixed a couple of warnings (no change to logic)
4914
4915Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4916
4917 * gentest.py testapi.c: more coverage
4918 * xmlunicode.c: one fix
4919
4920Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4921
4922 * entities.c: fixed a compilation problem on a recent change
4923
4924Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4925
4926 * gentest.py testapi.c: more coverage
4927 * nanoftp.c tree.c: more fixes
4928
4929Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4930
4931 * gentest.py testapi.c: fixed the way the generator works,
4932 extended the testing, especially with more real trees and nodes.
4933 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4934 of real problems found and fixed.
4935 * entities.c: fix error reporting to go through the new handlers
4936
4937Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4938
4939 * parser.c: dohh ... stupid change killing xmlParseDoc()
4940
4941Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4942
4943 * gentest.py testapi.c: changing the way the .c is generated,
4944 extending the tests coverage
4945 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4946 function signatures, regenerating stuff
4947 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4948
4949Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4950
4951 * gentest.py testapi.c: extending the tests coverage
4952
4953Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4954
4955 * Makefile.am: gentest.py was missing from the EXTRA_DIST
4956
4957Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
4958
4959 * gentest.py testapi.c: extending the tests coverage
4960 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
4961
4962Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4963
4964 * gentest.py testapi.c: more fixes and extending the tests coverage
4965 * nanoftp.c xmlIO.c: more fixes and hardening
4966
4967Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
4968
4969 * gentest.py testapi.c: more fixes and extending the tests coverage
4970 * valid.c: bunch of cleanups and 2 leaks removed
4971
4972Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
4973
4974 * gentest.py testapi.c: more fixes and extending the tests coverage
4975 * list.c tree.c: more fixes and hardening
4976
4977Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4978
4979 * gentest.py testapi.c: more fixes and extending the tests coverage
4980 * relaxng.c include/libxml/relaxng.h: adding a type init interface
4981 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
4982 cleanups and bug fixes raised by the regression tests
4983
4984Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
4985
4986 * gentest.py testapi.c: more fixes and extending the tests coverage
4987 * xmlwriter.c list.c: more hardeing of APIs
4988 * doc/apibuild.py: skip testapi.c when scanning the C files.
4989
4990Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
4991
4992 * gentest.py testapi.c: more testing and coverage
4993 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
4994 * doc/*: rebuilt
4995
4996Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
4997
4998 * gentest.py testapi.c: more developments on the API testing
4999 * HTMLparser.c tree.c: more cleanups
5000 * doc/*: rebuilt
5001
5002Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5003
5004 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5005 * Makefile.am gentest.py testapi.c: work on generator of an
5006 automatic API regression test tool.
5007 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5008 xmlstring.c: various API hardeing changes as a result of running
5009 teh first set of automatic API regression tests.
5010 * test/slashdot16.xml: apparently missing from CVS, commited it
5011
5012Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5013
5014 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5015 on #fedora-devel
5016
5017Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5018
5019 * parser.c: fixed a bug reported by Petr Pajas on the list and
5020 affecting XML::Libxml
5021
5022Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5023
5024 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5025 sure the conversion functions return the number of byte written.
5026 Had to fix one of the examples.
5027
5028Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5029
5030 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5031
5032Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5033
5034 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5035 Brent Hendricks in the mailing-list
5036 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5037 parserInternals.c: fix #156626 and more generally how to find out
5038 if a validation contect is part of a parsing context or not. This
5039 can probably be improved to make 100% sure that vctxt->userData
5040 is the parser context too. It's a bit hairy because we can't
5041 change the xmlValidCtxt structure without breaking the ABI since
5042 this change xmlParserCtxt information indexes.
5043
5044Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5045
5046 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5047 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5048
5049Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5050
5051 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5052 (bug 156527)
5053
5054Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5055
5056 * nanoftp.c nanohttp.c: second part of the security fix for
5057 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5058
5059Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5060
5061 * nanoftp.c: applied fixes for a couple of potential security problems
5062 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5063
5064Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5065
5066 * debugXML.c include/libxml/xmlerror.h: added checking for names
5067 values and dictionnaries generates a tons of errors
5068 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5069 include/libxml/tree.h: fixing the errors in the regression tests
5070
5071Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5072
5073 * parser.c: modified the handling of _private for entity
5074 expansion (bug 155816)
5075
5076Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5077
5078 * parser.c: fixed the leak reported by Volker Roth on the list
5079 * test/ent10 result//ent10*: added a specific test for the problem
5080
5081Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5082
5083 * valid.c: unlinked the internal subset within xmlValidateDtd
5084 (bug 141827)
5085 * configure.in: added -Wall to developer's flags
5086 * doc/examples/reader4.res: added to CVS
5087
5088Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5089
5090 * HTMLparser.c: added support for HTML PIs #156087
5091 * test/HTML/python.html result/HTML/python.html*: added specific tests
5092
5093Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5094
5095 * threads.c: fixed nasty bug #156087
5096
5097Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5098
5099 * python/libxml.c: fixed a problem occuring only in x86_64 when
5100 very large error messages are raised to the Python handlers.
5101
5102Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5103
5104 * xmlschemas.c: fixed a memory bug
5105 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5106 and regenerated the directory
5107
5108Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5109
5110 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5111 Graham Bennett adding 4 convenience functions to the reader API.
5112
5113Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5114
5115 * debugXML.c: excluded a few nodes (with no content) from the
5116 string check routine.
5117
5118Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5119
5120 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5121 raise a problem, need debug
5122
5123Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5124
5125 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5126 #155240 building outside the source tree. but make tests fails.
5127
5128Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5129
5130 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5131
5132Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5133
5134 * debugXML.c: some framework preparation to add namespace checkings
5135
5136Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5137
5138 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5139 adding the tree debug mode
5140 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5141 by the debug mode.
5142 * SAX2.c: another tree fix from Rob Richards
5143
5144Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5145
5146 * catalog.c: small change to last fix, to get xml:base right
5147
5148Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5149
5150 * catalog.c: added code to handle <group>, including dumping
5151 to output (bug 151924).
5152 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5153 cleanup (no change to logic)
5154
5155Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5156
5157 * configure.in debugXML.c include/libxml/xmlversion.h.in
5158 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5159 module and prepare for a new checking mode
5160
5161Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5162
5163 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5164
5165Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5166
5167 * python/generator.py python/libxml.c python/tests/outbuf.py:
5168 applied patch from Malcolm Tredinnick fixing bug #154294
5169 related to saving to python file objects.
5170
5171Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5172
5173 * tree.c: changed xmlHasNsProp to properly handle a request for
5174 the default namespace (bug 153557)
5175
5176Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5177
5178 * parser.c: fixed problem with dictionary handling within
5179 xmlParseInNodeContext (bug 153175)
5180
5181Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5182
5183 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5184 check-xinclude-test-suite.py, check-xml-test-suite.py,
5185 check-xsddata-test-suite.py, doc/examples/index.py: changed
5186 changed sys.path setting from 'append' to 'insert' (patch
5187 supplied by Malcolm Tredinnick) (bug 153716)
5188
5189Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5190
5191 * include/libxml/parserInternals.h: added two new macros
5192 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5193 parsing and xpath for testing data not necessarily
5194 unicode.
5195 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5196 IS_DIGIT_CH macros to ascii versions (bug 153936).
5197
5198Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5199
5200 * error.c: added some coding to attempt to display which file
5201 contains an error when using XInclude (bug 152623)
5202
5203Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5204
5205 * configure.in: stupid cut'n paste bug in xmllint detection
5206
5207Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5208
5209 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5210
5211Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5212
5213 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5214 include/libxml/schemasInternals.h: Parsing of <complexContent>
5215 - handle attribute 'mixed', catch illegal attributes.
5216 Parsing of <complexType> - handle attributes 'abstract',
5217 'final' and 'block', catch illegal attributes.
5218 Validation of complex types - handle abstract types.
5219 Added handling of default/fixed attributes and element values.
5220 Per validation option attribute nodes/text nodes are created
5221 on the instance.
5222 Added the corresponding constraints for fixed/default.
5223 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5224 to the external API.
5225 Extended element declaration constraints.
5226 Got rid of perseverative creation of temporery validation/parser
5227 contexts.
5228 Added handling of xsi:schemaLocation and
5229 xsi:noNamespaceSchemaLocation.
5230 Fixed xsi:type component resolution if using non-prefixed
5231 QNames.
5232 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5233 Enabled namespace awareness of the content model if using the
5234 model group "all".
5235 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5236 which broke the test.
5237 * xstc/xstc.py: Workaround to accomodate case insensitive
5238 test definitions in ms-test.def.xml (was missing in a previous
5239 commit).
5240
5241Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5242
5243 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5244 adding option not to load dtd from the drv_libxml2.py module
5245 #134633
5246
5247Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5248
5249 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5250 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5251 warning generated by the Nonstop Kernel Open System Services
5252 compiler #151710
5253
5254Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5255
5256 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5257 python exception hierarchy #139824
5258
5259Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5260
5261 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5262 E20 concerning NMTOKENS and co. validation #153722
5263 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5264 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5265
5266Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5267
5268 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5269 #153713
5270 * xpath.c: fixed a realloc potential problem
5271
5272Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5273
5274 * Makefile.am: fixed make valgrind xstc
5275
5276Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5277
5278 * xmlschemastypes.c: fixing an out of bound adressing issue
5279
5280Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5281
5282 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5283 code cleanups.
5284
5285Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5286
5287 * parser.c: fixed a bunch of errors when realloc failed.
5288
5289Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5290
5291 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5292 by Purify on Windows.
5293
5294Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5295
5296 * xmllint.c: added --timing --copy timing for the copy
5297 * vms/build_libxml.com: applied patch from Craig Berry
5298 to build with recent releases
5299
5300Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5301
5302 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5303 xmlNanoHTTPContentLength to the external API (bug151968).
5304 * parser.c: fixed unnecessary internal error message (bug152060);
5305 also changed call to strncmp over to xmlStrncmp.
5306 * encoding.c: fixed compilation warning (bug152307).
5307 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5308 a couple of compilation warnings.
5309 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5310 warnings; no change to logic.
5311
5312Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5313
5314 * parser.c: removed some extern before function code reported by
5315 Kjartan Maraas on IRC
5316 * legacy.c: fixed compiling when configuring out the HTML parser
5317 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5318 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5319 of the HTML parser data structures, current data generate a huge
5320 amount of ELF relocations at loading time.
5321
5322Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5323
5324 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5325 in the change log and cleanup of space/tabs issues.
5326
5327Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5328
5329 * xmlschemas.c include/libxml/schemasInternals.h
5330 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5331 Simpified attribute wildcard creation and assignment to get rid
5332 of memory leaks.
5333 Restructured the validation process.
5334 Restructured and expanded parsing of <attributeGroup>.
5335 Added initial handing of xsi:type.
5336 Advanced handling of xsi:nil (should work now for simple types).
5337 Added construction of schemata using xsi:schemaLocation and
5338 xsi:noNamespaceSchemaLocation; this is not enabled, since
5339 no corresponding API exists yet.
5340 Moved the content model to complex type components.
5341 Resolution of types for attributes will look for simple types
5342 only (incl. all the built-in simple types).
5343 Extended parsing of 'anyAttribute'.
5344 Fixed content-type type for complex types if derived from
5345 'anyType' using the short-hand form (see bug # 152470,
5346 submitted by Thilo Jeremias).
5347 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5348 * xstc/xstc.py: Workaround to accomodate case insensitive
5349 test definitions in ms-test.def.xml.
5350 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5351 result/schemas/ns0_1_2.err: Adapted.
5352
5353Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5354
5355 * xmlwriter.c: changed char array initialisation to avoid a
5356 complaint from some compiler(s) (bug 152308)
5357
5358Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5359
5360 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5361 routine suggested by Mark Itzcovitz
5362
5363Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5364
5365 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5366 which is that notation not in the internal subset should
5367 not be saved, and the second more nasty on an error saving
5368 NOTATIONs, if there is a proof that nobody uses notations !
5369
5370Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5371
5372 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5373 xmlSchemaValidateOneElement to the XML Schema validation API,
5374 as proposed by Jeffrey Fink - see bug # 152073.
5375
5376Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5377
5378 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5379 checking for xmllint and xsltproc in configure.in, fixed
5380 make dist w.r.t. the new xstc subdir.
5381 * doc/*: rebuilt
5382
5383Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5384
5385 * xstc/xstc.py: Changed to finally validate instance documents.
5386
5387Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5388
5389 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5390 heavy ... weight 250MB of VM !
5391
5392Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5393
5394 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5395 more cleanup in integrating the xstc testsuite
5396
5397Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5398
5399 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5400 starting to integrate the xstc suite in the normal regression
5401 tests
5402
5403Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5404
5405 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5406 set correctly.
5407
5408Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5409
5410 * check-xinclude-test-suite.py: when output and expected do not match
5411 exactly run diff to put the differences in the log c.f. #148691
5412
5413Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5414
5415 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5416 xstc/sun-test-def.xml: Initial release of generation files to
5417 create python test scripts, which will run the W3C XML Schema Test
5418 Collection. The ms-test-def.xml and sun-test-def.xml files
5419 were extracted from the online HTML XSTC results [1], since they did
5420 not exist for the SUN tests, and only partially did exist for the
5421 MS tests. The NIST definition file was created by concatenation
5422 of the existing definition files for each single datatype.
5423 The stylesheet "xstc-to-python.xslt" should be run against the
5424 definition files to produce the python scripts.
5425 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5426 results-master.html"
5427
5428Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5429
5430 * xmlschemas.c include/libxml/schemasInternals.h
5431 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5432 a format argument was missing.
5433 Fixed wrong assignment of the owner of a wildcard in
5434 xmlSchemaBuildAttributeValidation (in the shorthandform of
5435 <complexType>; this caused a seg fault, due to a double-free
5436 of the wildcard.
5437 Added a check for circular attribute group references.
5438 Added a check for circular model group definition references.
5439 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5440
5441Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5442
5443 * xmlstring.c: modified comments on xmlGetUTF8Char in
5444 response to bug 151760 (no change to logic)
5445
5446Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5447
5448 * xmlstring.c: fixed error reported on the list caused by
5449 my last change
5450
5451Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5452
5453 * NEWS configure.in doc/*: release of libxml2-2.6.13
5454
5455Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5456
5457 * xmlIO.c: fixing #151456, an encoding error could generate
5458 a serialization loop.
5459
5460Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5461
5462 * Makefile.am: also produce a tar ball with just the sources
5463 * xmllint.c: added --path option and --load-trace options to
5464 xmllint, RFE #147740 based on xsltproc versions
5465 * doc/xmllint.* doc/*: updated the man page and rebuilt
5466
5467Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5468
5469 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5470 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5471 update the test.
5472 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5473 in previous commit.
5474 * Makefile.am: added a message in the regression tests
5475
5476Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5477
5478 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5479 with default namespace when a named prefix with the same href
5480 was present (reported on the mailing list by Karl Eichwalder.
5481 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5482 Julius Mittenzwei.
5483 * dict.c: added a typecast to try to avoid problem reported by
5484 Pascal Rodes.
5485
5486Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5487
5488 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5489 not create a computed value on a facet and thus crashed during
5490 validation of instances.
5491 Expanded validity checks for min/maxOccurs attributes.
5492 Expanded validity checks for the value of the attribute "form".
5493
5494Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5495
5496 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5497 mailing list by Julius Mittenzwei
5498
5499Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5500
5501 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5502 Red Hat bug #124942
5503
5504Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * parser.c: remove a warning on Solaris
5507 * xmlschemastype.c: fix a crashing bug #151111
5508
5509Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5510
5511 * test/schemas/import-bad-1_0.imp: Added missing test file.
5512 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5513 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5514 - see #150840.
5515 Changed the import of schemas to allow failure of location
5516 of a resource to be imported.
5517 * result/schemas/all_* result/schemas/any3_0_0.err
5518 result/schemas/choice_* result/schemas/import1_0_0.err
5519 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5520 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5521 result/schemas/ns0_1_2.err: Adapted regression test results.
5522
5523Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5524
5525 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5526 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5527
5528Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5529
5530 * parser.c: fixed path problem in DTD loading reported by
5531 Sameer Abhinkar
5532
5533Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5534
5535 * win32/configure.js: added support for version extra
5536 * win32/Makefile.*: upgraded to zlib 1.2.1
5537
5538Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5539
5540 * configure.in: removing -O -g from default gcc flags #150828
5541
5542Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5543
5544 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5545 and rebuilt the docs.
5546
5547Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5548
5549 * python/libxml.c: fix a problem on last commit
5550
5551Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5552
5553 * xmllint.c xpath.c include/libxml/xpath.h
5554 include/libxml/xpathInternals.h python/libxml.c
5555 python/libxml_wrap.h: trying to remove some warning when compiling
5556 on Fedora Core 3 and 64bits
5557
5558Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5559
5560 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5561 <sequence>, <choice>, <include>, <import>.
5562 Fixed schema defaults (elementFormDefault, etc.) for included
5563 schemas.
5564 Fixed a bug which reported attributes as invalid on
5565 elements declarations with the built-in type 'anyType'.
5566 Added "lax" validation of the content of elements of type
5567 'anyType'.
5568 Fixed: element declarations with the same name were treated
5569 as duplicate if located in the subtree of <choice> -> <sequence>.
5570 (This was bug 150623, submitted by Roland Lezuo)
5571 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5572 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5573 Kapitanker)
5574 * xmlschemastypes.c: Changed the type of anyType to
5575 XML_SCHEMAS_ANYTYPE.
5576 * include/libxml/xmlerror.h: Added schema parser errors.
5577 * result/schemas/bug145246_0_0*
5578 result/schemas/extension1_0_2.err: Changed test results.
5579 * result/schemas/ct-sc-nobase_0_0*
5580 result/schemas/facet-whiteSpace_0_0*
5581 result/schemas/import1_0_0* result/schemas/import2_0_0*
5582 result/schemas/include2_0_0* result/schemas/include3_0_0*
5583 result/schemas/restriction-attr1_0_0*
5584 result/schemas/seq-dubl-elem1_0_0*
5585 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5586 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5587 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5588 test/schemas/import2_0* test/schemas/include2_0*
5589 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5590 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5591 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5592 files.
5593
5594Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5595
5596 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5597 CVS dist
5598
5599Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5600
5601 * doc/xmllint.xml, xmllint.1, xmllint.html:
5602 Edit and rebuild the man pages with Daniel's C14 update
5603
5604Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5605
5606 * parser.c: fixed missing line numbers on entity as reported
5607 on the list by Steve Cheng
5608
5609Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5610
5611 * configure.in globals.c include/libxml/xmlversion.h.in
5612 include/libxml/xmlwin32version.h.in: added some code to
5613 include the CVS ChangeLog version in the xmlParserVersion
5614 string (printed by xmllint with --version)
5615
5616Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5617
5618 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5619 python/libxml.c python/libxml_wrap.h python/types.c
5620 python/tests/schema.py python/tests/Makefile.am: Applied patch
5621 from Torkel Lyng to add Schemas support to the Python bindings
5622 and extend the schemas error API, registered a new test.
5623 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5624
5625Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5626
5627 * debugXML.c: added help for new set shell command
5628 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5629 added parser option to not generate XInclude start/end nodes,
5630 added a specific option to xmllint to test it fixes #130769
5631 * Makefile.am: regression test the new feature
5632 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5633
5634Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5635
5636 * xmlIO.c: small typo pointed out by Mike Hommey
5637 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5638 the --c14n description, c.f. #144675 .
5639 * nanohttp.c nanoftp.c: applied a first simple patch from
5640 Mike Hommey for $no_proxy, c.f. #133470
5641 * parserInternals.c include/libxml/parserInternals.h
5642 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5643 in includes #137414
5644 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5645 first version of the inplementation of parsing within
5646 the context of a node in the tree #142359, new function
5647 xmlParseInNodeContext(), added support at the xmllint --shell
5648 level as the "set" function
5649 * test/scripts/set* result/scripts/* Makefile.am: extended
5650 the script based regression tests to instrument the new function.
5651
5652Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5653
5654 * doc/xmllint.xml, xmllint.html, xmllint.1:
5655 add c14n to man page (man, it's hard to keep up with
5656 Daniel!)
5657
5658Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5659
5660 * doc/xmllint.xml, xmllint.html, xmllint.1:
5661 add pattern, walker, maxmem, output and xmlout to man page
5662 fixes #144675
5663
5664Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5665
5666 * xmllint.c: added a --c14n option to canonicalize the output
5667 should close the RFE #143226
5668
5669Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5670
5671 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5672 * xmlcatalog.c: applied patch from Albert Chin to add a
5673 --no-super-update option to xmlcatalog see #145461
5674 and another patch also from Albert Chin to not crash
5675 on -sgml --del without args see #145462
5676 * Makefile.am: applied another patch from Albert Chin to
5677 fix a problem with diff on Solaris #145511
5678 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5679 in bug #148115
5680 * python/libxml.py: apply fix from Marc-Antoine Parent about
5681 the errors in libxml(2).py on the node wrapper #135547
5682
5683Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5684
5685 * Makefile.am: added a dumb rule to able to compile tst.c
5686 when people submit a sample test program
5687 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5688 to document xmlSchemasSetValidErrors() limitations, #141827
5689 * error.c: Add information in generic and structured error
5690 setter functions that this need to be done per thread #144308
5691 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5692 bug #144162
5693 * doc/xmllint.xml: typo fix #144840
5694
5695Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5696
5697 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5698 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5699 include/libxml/xmlschemastypes.h: applied Schemas patches
5700 from Kasimier Buchcik
5701 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5702 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5703 lot of new tests for things fixed by the patch
5704
5705Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5706
5707 * valid.c: fixed my mis-handling of External ID on last
5708 change.
5709
5710Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5711
5712 * valid.c: changed the parsing of a document's DTD to use
5713 the proper base path (bug 144366)
5714
5715Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5716
5717 * Makefile.am config.h.in configure.in python/Makefile.am:
5718 applied a patch from Gerrit P. Haase to get python bindings
5719 on Cygwin
5720
5721Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5722
5723 * include/libxml/valid.h: elaborated on description of
5724 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5725 144760)
5726 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5727 minor fixes to comments for doc rebuilding errors.
5728 * doc/*.html: rebuilt the docs
5729
5730Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5731
5732 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5733 fixes documentation glitches raised by Oliver Stoeneberg
5734
5735Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5736
5737 * tree.c: fixed problem with memory leak on text nodes in DTD
5738 (bug 148965) with patch provided by Darrell Kindred
5739
5740Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5741
5742 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5743 (bug 149041)
5744
5745Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5746
5747 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5748 info posted to the mailing list.
5749
5750Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5751
5752 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5753 xmlreader.c, include/libxml/tree.h: many further little changes
5754 for OOM problems. Now seems to be getting closer to "ok".
5755 * testOOM.c: added code to intercept more errors, found more
5756 problems with library. Changed method of flagging / counting
5757 errors intercepted.
5758
5759Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5760
5761 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5762 and another one from Rob Richards fixing #148448
5763
5764Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5765
5766 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5767 setting doc->charset.
5768
5769Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5770
5771 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5772 fixes for out of memory condition, mostly from Olivier
5773 Andrieu.
5774 * testOOM.c: some further improvement by Olivier, with
5775 a further small enhancement for easier debugging.
5776
5777Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5778
5779 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5780 implemented patches supplied by Olivier Andrieu
5781 (bug 148588), plus made some further enhancements, to
5782 correct some problems with out of memory conditions.
5783 * testOOM.c: improved with patches from Olivier Andrieu
5784
5785Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5786
5787 * tree.c: put in patch for Windows buffer re-allocation
5788 submitted by Steve Hay (bug 146697)
5789
5790Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5791
5792 * xinclude.c: added some code to check, when an include is
5793 done, whether the requested URL gets mapped to some other
5794 location (e.g. with a catalog entry) and, if so, take care
5795 of the xml:base properly (bug 146988)
5796
5797Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5798
5799 * error.c: fixed to assure user data param is set correctly
5800 when user structured error handler is called (bug 144823)
5801
5802Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5803
5804 * xmlreader.c: fixed problem with reader state after
5805 processing attributes (bug 147993)
5806
5807Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5808
5809 * configure.in, Makefile.am: put in an auto* check for the
5810 path to perl (if it exists), and modified make Timingtests
5811 to use that path instead of just executing the dbgenattr.pl
5812 script (bug 148056)
5813
5814Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5815
5816 * python/generator.py: added a check on the argument for some
5817 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5818 reported on the list). Further enhancement should be done
5819 to auto-create the appropriate object.
5820 * python/libxml.c: minor fix for a warning message; added a
5821 routine, currently not used, to report the description of a
5822 PyCObject.
5823 * python/libxml2class.txt: regenerated
5824
5825Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5826
5827 * catalog.c test/catalogs/white* result/catalogs/white*:
5828 applied patches from Peter Breitenlohner to fix handling
5829 of white space normalization in public ids and add tests
5830
5831Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5832
5833 * xmlmemory.c: applied a small fix from Steve Hay
5834
5835Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5836
5837 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5838 the xpath context document pointer (part of fix to libxslt
5839 bug 147445)
5840
5841Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5842
5843 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5844 of tabs and spaces (bug 147424)
5845
5846Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5847
5848 * python/drv_libxml.py: added an encoding "special comment" to avoid
5849 warning message in python2.3 (bug 146889)
5850 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5851 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5852 * xpath.c: enhanced to take advantage of current libxslt handling
5853 of tmpRVT. Fixes bug 145547.
5854
5855Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5856
5857 * libxml.h uri.c: fixed a couple of problems in the new
5858 elfgcchack.h trick pointed by Peter Breitenlohner
5859
5860Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5861
5862 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5863 which prevented building with --with-minimum
5864
5865Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5866
5867 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5868 docs
5869
5870Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5871
5872 * parser.c: make the push interfaces synchronous
5873 * python/tests/sync.py: added a specific test
5874 * python/tests/Makefile.am doc/examples/Makefile.am
5875 doc/examples/index.py: added the new test, cleaning up
5876 "make tests" output
5877
5878Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5879
5880 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5881 datatype facet problem with recent changes.
5882
5883Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5884
5885 * python/libxml.c: Changed the number of XPath extension functions
5886 allowed to be variable-length (patch supplied by Marc-Antoine
5887 Parent, bug 143805). Added code to "unregister" the functions
5888 when the parser cleanup takes place.
5889
5890Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5891
5892 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5893 some updates with memory debugging facilities while messing
5894 with libxslt python bindings
5895
5896Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5897
5898 * python/libxml.c python/generator.py python/libxml.py
5899 python/libxml2-python-api.xml python/libxml2class.txt:
5900 applied patch from Stéphane Bidoul to fix some Python bindings
5901 initialization, then had to change the parserCleanup()
5902 to handle memory released there.
5903 * xmlmemory.c: added more debugging comments.
5904
5905Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5906
5907 * xmlreader.c: seems the reader buffer could be used while not
5908 allocated, fixes bug #145218
5909
5910Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5911
5912 * python/generator.py: do not provide functions used as destructor
5913 of classes as public methods to avoid double-free problem like
5914 in bug #145185
5915
5916Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5917
5918 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5919 Now compiles warning-free, all tests passed.
5920 * SAX2.c: small change to comments for documentation.
5921 No change to logic.
5922
5923Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5924
5925 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5926
5927Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5928
5929 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5930 allocation problem
5931
5932Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5933
5934 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5935 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5936 applied Schemas patches from Kasimier Buchcik, there is still
5937 one open issue about referencing freed memory.
5938 * test/schemas/* result/schemas/*: updated with new tests from
5939 Kasimier
5940
5941Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5942
5943 * include/libxml/globals.h include/libxml/xmlIO.h
5944 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5945 to globals.h to avoid some troubles pointed out by Rob Richards
5946
5947Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5948
5949 * libxml.m4: applied changes suggested by Mike Hommey, remove
5950 libxml1 support and use CPPFLAGS instead of CFLAGS
5951
5952Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5953
5954 * libxml.spec.in: another, more 'experimental' feature to
5955 get compiler optimization based on gcc runtime profiling
5956
5957Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5958
5959 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
5960 Ven suggestion to reduce ELF footprint and generated code. Based on
5961 aliasing of libraries function to generate direct call instead of
5962 indirect ones
5963 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
5964 generation of elfgcchack.h based on the API description, extended
5965 the API description to show the conditionals configuration flags
5966 required for symbols.
5967 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
5968 * doc/*: regenerated the docs.
5969
5970Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5971
5972 * regressions.py, regressions.xml: new files for running
5973 regression tests under Python. Not yet complete, but
5974 should provide good testing under both Linux and Windows.
5975 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
5976 for --push testing to include the 'rb' param when compiled
5977 under Windows.
5978
5979Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5980
5981 * uri.c: fixed a problem when base path was "./xxx"
5982 * result/XInclude/*: 5 test results changed by above.
5983 * Makefile.am: fixed a couple of spots where a new
5984 result file used different flags that the testing one.
5985
5986Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
5987
5988 * valid.c: suppressed warnings from within xmlValidGetValidElements
5989 (bug 144644)
5990 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
5991 (bug 144245)
5992
5993Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5994
5995 * valid.c: implemented bugfix from Massimo Morara for DTD
5996 dumping problem.
5997 * test/valid/t10.xml, result/valid/t10.*: added regression
5998 for above
5999 * configure.in: small change for my profile settings
6000
6001Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6002
6003 * doc/xmlcatalog_man.xml, xmlcatalog.1
6004 Docs patch from Ville Skytta, bugzilla #144841
6005
6006Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6007
6008 * doc/xmllint.xml, xmllint.html, xmllint.1
6009 update man page to reflect William's newly disciplined return
6010 code mojo
6011
6012Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6013
6014 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6015 compilation errors when configured with --with-minimum
6016
6017Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6018
6019 * debugXML.c: applied patch from Stefano Debenedetti to register
6020 namespaces in the debug shell
6021
6022Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6023
6024 * xmlreader.c: fix from Steve Ball and update of the comment.
6025 * Makefile.am result/errors/*.str: William pointed out that
6026 the streaming error checking part wasn't streaming, fixing
6027
6028Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6029
6030 * catalog.c: patch from Igor for the default catalog path on Windows
6031
6032Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6033
6034 * configure.in: apparently wasn't updated last time
6035
6036Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6037
6038 * configure.in, xmlmemory.c, globals.c: fixed problem when
6039 configuring using --with-thread-alloc
6040
6041Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6042
6043 * win32/configure.js win32/Makefile.* minor changes for the new
6044 layout of the Windows binary package
6045
6046Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6047
6048 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6049 from Kasimier Buchcik for Schema Component Constraints
6050 * test/schemas/* result/schemas/*: added the regression tests
6051
6052Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6053
6054 * xmllint.c: fixed missing error return code for schema
6055 validation (bug 143880), also changed over to an enum for
6056 defining the error return codes for all conditions.
6057
6058Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6059
6060 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6061 problem when substituing entities using the Reader, the entities
6062 content might be freed and if rereferenced would crash
6063 * Makefile.am test/* result/*: added a new test case and a new
6064 test operation for the reader with substitution of entities.
6065
6066Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6067
6068 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6069 applied patch from Rob Richards for the per thread I/O mappings
6070
6071Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6072
6073 * xinclude.c: some further enhancement to take care of
6074 xml:base for XPointer elements (bug 143886). Also fixed
6075 a problem when xml:base was already specified on an
6076 XInclude'd element.
6077
6078Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6079
6080 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6081 (bug 143738).
6082
6083Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6084
6085 * uri.c, include/libxml/uri.h: added a new routine
6086 xmlBuildRelativeURI needed for enhancement of xinclude.c
6087 * xinclude.c: changed handling of xml:base (bug 135864)
6088 * result/XInclude/*: results of 5 tests changed as a result
6089 of the above change
6090
6091Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6092
6093 * test/schemas/* result/schemas/*: added a bunch of tests from
6094 Kasimier Buchcik posted on May 11
6095
6096Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6097
6098 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6099 of wildcards attribute handling
6100 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6101 regression tests
6102
6103Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6104
6105 * parser.c: fixed a bug where invalid charrefs may not be detected
6106 sometimes as pointed by Morus Walter.
6107 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6108 test in the regression suite.
6109
6110Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6111
6112 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6113 also corrected typo on error code enum.
6114 * include/libxml/xmlerror.h: corrected typo on schema error
6115 code enum
6116
6117Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6118
6119 * xmlschemas.c: minor cosmetic changes, no change to logic.
6120 * result/schemas/attruse_0_[12].err: regenerated
6121 * globals.c: added a newline at end to make gcc happy
6122
6123Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6124
6125 * xmlschemas.c include/libxml/schemasInternals.h
6126 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6127 implementing attribute uses and wildcards.
6128 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6129
6130Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6131
6132 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6133 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6134 #143366
6135
6136Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6137
6138 * xpath.c: fixed problem with predicate evaluation on an
6139 empty nodeset (bug 143409)
6140
6141Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6142
6143 * testSAX.c: fixed problem with attribute listing (bug 142674)
6144 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6145 gets called (bug 142686)
6146
6147Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6148
6149 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6150 Charles Bozeman fixing a side effect in date handling
6151
6152Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6153
6154 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6155 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6156
61572004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6158
6159 * c14n.c: fixed c14n bug with serializing attribute namespaces
6160
6161Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6162
6163 * xpath.c: fixed to allow '+' in exponent of number
6164 (bug 143005)
6165 * SAX2.c: fixed typo in last commit
6166
6167Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6168
6169 * SAX2.c: skipped call to xmlValidateNCName when compiling
6170 --with-minimum (bug 142917)
6171
6172Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6173
6174 * catalog.c: reverted the broken change.
6175
6176Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6177
6178 * NEWS doc/*: updated the docs for 2.6.10
6179
6180Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6181
6182 * configure.in : releasing 2.6.10
6183
6184Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6185
6186 * tree.c: avoid returning default namespace when searching
6187 from an attribute
6188 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6189 back to escaping " since the normal serialization routines do not
6190 use it anymore, should close bug #134477 . Tried to make
6191 the writer avoid it too but it didn't work.
6192
6193Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6194
6195 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6196 handling and added direct links to bugzilla report for
6197 bug numbers.
6198
6199Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6200
6201 * error.c: modified to assure proper user data is sent to
6202 structured error routine (bug 142598)
6203
6204Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6205
6206 * catalog.c: a couple of large static variable which should really
6207 not be declared as such cluttered the .bss section.
6208
6209Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6210
6211 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6212 libxslt ChangeLog
6213
6214Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6215
6216 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6217 ChangeLog page generation. The awk shoudl escape characters
6218 not okay in XML and the xslt should make links to functions
6219 or variables or bug reported in the entries.
6220
6221Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6222
6223 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6224 escaping customization.
6225
6226Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6227
6228 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6229
6230Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6231
6232 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6233
6234Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6235
6236 * parser.c: enhanced the enhancement, fixed another couple of
6237 special cases.
6238
6239Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6240
6241 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6242
6243Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6244
6245 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6246 handling, start to looks better, need to be completed and added
6247 directly at the saving context level.
6248
6249Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6250
6251 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6252 the escape on save routines for better performances (less malloc)
6253 and more flexibility using the new saving context. Preliminary
6254 work, interface will change.
6255
6256Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6257
6258 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6259 element reference within the xs:all construct (bug 139897)
6260
6261Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6262
6263 * xinclude.c: a little further fixing of fallback processing, this
6264 time for fallback with children (bug 139520).
6265
6266Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6267
6268 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6269 allow ref in group definition (bug 134411). Also fixed
6270 misc compilation warning messages.
6271 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6272 regenerated (now no error reported).
6273
6274Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6275
6276 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6277 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6278 #141195 about text between comments.
6279
6280Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6281
6282 * xmlschemas.c, include/libxml/schemasInternals.h,
6283 include/libxml/xmlerror.h: Applied patches supplied by
6284 Kasimier Buchcik.
6285 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6286 changed test to account for above patch.
6287
6288Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6289
6290 * python/tests/tstLastError.py: better portability fix for f(*args),
6291 use apply(f, args) as Stephane Bidoul suggested
6292
6293Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6294
6295 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6296 is already present and, if so, to ignore the request to add it.
6297 This has a very dramatic effect on memory requirements as well
6298 as efficiency. It also fixes bug 141762.
6299
6300Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6301
6302 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6303 applied patch from Ed Davis to allow "make tests" to work
6304 with Python 1.5
6305
6306Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6307
6308 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6309 fixes bug #141266
6310 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6311 test
6312
6313Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6314
6315 * Makefile.am: fix for a pedantic make check without make all request
6316
6317Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6318
6319 * uri.c xmlIO.c: fixing some problems in URI unescaping
6320 and output buffer opening, this should fix #141864
6321
6322Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6323
6324 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6325 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6326 Matt Sergeant
6327
6328Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6329
6330 * xmlregexp.c: enhanced the handling of subexpression ranges
6331 which have a minOccurs of 0 (bug 140478 again); cleaned up
6332 comments throughout the module.
6333
6334Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6335
6336 * xmllint.c: adding a --maxmem option to check memory used.
6337
6338Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6339
6340 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6341 bug #141529 i.e. various problems when building with --without-html
6342
6343Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6344
6345 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6346 call the deregistering functions. Also added the check to
6347 xmllint --stream --chkregister .
6348
6349Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6350
6351 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6352 regression tests on Windows
6353
6354Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6355
6356 * xmlreader.c: never commit without running make tests first !
6357
6358Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6359
6360 * xmlreader.c: fix a nasty problem with reading over the end
6361 * xmlsave.c: fix a reported memory leak apparently
6362
6363Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6364
6365 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6366 on Windows.
6367 * xpath.c: the NaN problem also shows up on Borland
6368
6369Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6370
6371 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6372 occurs 0 problems - fixes bug 140478.
6373
6374Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6375
6376 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6377 from Kasimier Buchcik
6378 * xmlschemas.c: recursive xs:extension fix from taihei goi
6379
6380Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6381
6382 * tree.c: small buffer resizing improvement from Morten Welinder
6383 closes #140629
6384
6385Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6386
6387 * xpath.c: last version of the fix for MSC version 1200
6388
6389Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6390
6391 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6392
6393Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6394
6395 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6396 inexistent functions, cleaned them out.
6397
6398Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6399
6400 * error.c: Johnson Cameron pointed out that
6401 initGenericErrorDefaultFunc() was really wrong.
6402 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6403 must be made public, added some missing comments on the XMLReader
6404 header.
6405 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6406 from attributes
6407
6408Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6409
6410 * xpath.c: fixed a stupid () error + Mark name.
6411
6412Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6413
6414 * configure.in: preparing 2.6.9 release
6415 * doc/* News: updated and rebuilt the docs
6416
6417Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6418
6419 * xpath.c: relaxed id() to not check taht the name(s) passed
6420 are actually NCName, decided this in agreement with Aleksey Sanin
6421 since existing specs like Visa3D broke that conformance checking
6422 and other tools seems to not implement it sigh...
6423 * SAX2.c: check attribute decls for xml:id and the value is an
6424 NCName.
6425 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6426
6427Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6428
6429 * xpath.c: work around Microsoft compiler NaN bug raise reported
6430 by Mark Vakoc
6431 * xmlschemas.c include/libxml/schemasInternals.h
6432 include/libxml/xmlerror.h: fixed a recusive extention schemas
6433 compilation error raised by taihei goi
6434
6435Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6436
6437 * libxml.spec.in: keep the ChangeLog compressed
6438 * xmlreader.c: fix a segfault when using Close()
6439 * python/tests/Makefile.am python/tests/reader8.py: test for
6440 the Close() reader API.
6441
6442Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6443
6444 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6445 doc/examples/io2.c: minor warning cleanup (no change to logic)
6446 * xinclude: fixed return value for internal function
6447 xmlXIncludeLoadFallback (now always 0 or -1)
6448
6449Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6450
6451 * valid.c: small enhancement to fix bug 139791
6452
6453Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6454
6455 * xmlschemas.c include/libxml/schemasInternals.h
6456 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6457 for the attribute use support
6458 * test/schemas/attruse* result/schemas/attruse*: added the
6459 tests to the regression suite.
6460
6461Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6462
6463 * xmlsave.c: move the TODO as comments as the function while not
6464 finished are usable as-is
6465 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6466 implementing union
6467 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6468 * python/Makefile.am: applied fix from Mike Hommey
6469
6470Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6471
6472 * parser.c: fixed problem with detecting external dtd
6473 encoding (bug 135229).
6474 * Makefile.am: minor change to test label
6475
6476Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6477
6478 * xinclude.c: fixed problem causing duplicate fallback
6479 execution (bug 139520)
6480 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6481 added testcase
6482
6483Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6484
6485 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6486 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6487 4 first regression tests
6488
6489Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6490
6491 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6492 should depend on the version of python used to compile it.
6493
6494Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6495
6496 * HTMLparser.c: applied patch from James Bursa, frameset should
6497 close head.
6498
6499Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6500
6501 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6502 which was causing check-relaxng-test-suite.py test 351 to fail.
6503
6504Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6505
6506 * nanohttp.c: implemented fix for M$ IIS redirect provided
6507 by Ian Hummel
6508 * relaxng.c: fixed problem with notAllowed compilation
6509 (bug 138793)
6510
6511Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6512
6513 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6514 from Mark Vakoc.
6515
65162004-04-01 Johan Dahlin <johan@gnome.org>
6517
6518 * python/.cvsignore: Add generated files, to make cvs silent.
6519
6520Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6521
6522 * xmlschemas.c: small signed-ness patch from Steve Little
6523
6524Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6525
6526 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6527 xmlschemas regexp that William pointed out while working on
6528 #134120
6529 * test/regexp/branch result/regexp/branch: added a specific
6530 regression test
6531
6532Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6533
6534 * Makefile.am: added PYTHONPATH to python tests for Schemas
6535 and RelaxNG
6536 * test/xsdtest/xsdtestsuite.xml: added testfile for
6537 SchemasPythonTests
6538
6539Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6540
6541 * doc/examples/examples.xsl doc/examples/index.html: added
6542 information about compiling on Unix
6543
6544Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6545
6546 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6547 * doc/*: rebuilt to update
6548
6549Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6550
6551 * xmlsave.c: optimize indentation based on the new context
6552
6553Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6554
6555 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6556 a very tricky problem when modifying the tree based on an XPath
6557 result query.
6558
6559Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6560
6561 * relaxng.c: fixed problem with IS_COMPILABLE flag
6562 (bug 130216)
6563
6564Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6565
6566 * parser.c: applied patch from Dave Beckett to correct line number
6567 errors when using push with CDATA
6568
6569Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6570
6571 * doc/examples/xpath1.c: added a test template
6572 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6573 added a new example, and make valgrind target
6574
6575Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6576
6577 * parser.c: apply fix for #136693
6578
6579Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6580
6581 * doc/examples/io2.c
6582 * doc/examples/io2.res
6583 add xmlDocDumpMemory example in response to mailing list FAQ
6584 (rebuilt xml and html also)
6585
6586Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6587
6588 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6589 patch from Mark Vakoc avoiding using xmlParse* option and use
6590 xmlRead* instead
6591 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6592 to avoid problems with some pathnames.
6593
6594Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6595
6596 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6597 the docs.
6598 * Makefile.am: use valgring fro the new Python based regression tests
6599
6600Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6601
6602 * relaxng.c: remove a memory leak on schemas type facets.
6603 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6604 check-xsddata-test-suite.py: reduce verbosity
6605 * configure.in Makefile.am: incorporated the Python regressions
6606 tests for Relax-NG and Schemas Datatype to "make tests"
6607
6608Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6609
6610 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6611 Alfred Mickautsch for better DTD support.
6612 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6613 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6614 reference counting is handled in the XML parser which had the
6615 side effect of removing a lot of hazardous cruft added to try
6616 to fix the problems associated as they popped up.
6617 * xmlIO.c: FILE * close fixup for stderr/stdout
6618
6619Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6620
6621 * relaxng.c: added an error message when an element is not
6622 found within a <choice> (bug 126093)
6623
6624Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6625
6626 * xmlregexp.c: enhanced the logic of parsing char groups to
6627 better handle initial or ending '-' (bug 135972)
6628
6629Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6630
6631 * relaxng.c: added check for external reference in
6632 xmlRelaxNGGetElements (bug 137718)
6633 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6634 regression test for above
6635
6636Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6637
6638 * nanohttp.c: added a close for the local file descriptor
6639 (bug 137474)
6640
6641Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6642
6643 * xmlsave.c: switched the output routines to use the new context.
6644
6645Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6646
6647 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6648 nodes (bug 137153)
6649
6650Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6651
6652 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6653
6654Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6655
6656 * parser.c: fix bug reported by Holger Rauch
6657 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6658 result/att8.sax: added the test to th regression suite
6659
6660Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6661
6662 * doc/search.php: Minor change for later verson of php requiring
6663 $HTTP_GET_VARS.
6664
6665Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6666
6667 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6668 previously used only for recursion, to use a value of '2' to
6669 indicate copy properties & namespaces, but not children.
6670 * xinclude.c: changed the handling of ranges to use the above new
6671 facility. Fixes Bug 134268.
6672
6673Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6674
6675 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6676 added new module xmlsave with patch supplied by Eric Zurcher
6677 (second attempt - don't know what happened to the first one!)
6678
6679Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6680
6681 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6682 providing Python bindings for the Canonicalization C14N support.
6683
6684Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6685
6686 * .cvsignore and python/.cvsignore patched
6687
6688Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6689
6690 * xinclude.c: enhanced to assure that if xpointer is called
6691 for a document, the XML_PARSE_NOENT flag is set before parsing
6692 the included document so that entities will automatically get
6693 taken care of.
6694 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6695 is encountered, it will log it and not crash (bug 135713)
6696
6697Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6698
6699 * xinclude.c: modified to make sub-includes inherit the
6700 parse flags from the parent document (bug 132597)
6701
6702Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6703
6704 * xmlschemas.c: QName handling fixes for the XML Schemas
6705 support from Adam Dickmeiss
6706 * test/schemas/po1_0.xsd: also fix the schemas
6707 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6708 regression tests
6709
6710Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6711
6712 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6713 paalied patch from Julio M. Merino Vidal fixing bug #134751
6714 to fix --with-html-dir option.
6715 * doc/*: rebuilt fully the docs
6716 * doc/html/libxml-xmlsave.html: new file from new header.
6717
6718Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6719
6720 * debugXML.c testHTML.c tree.c doc/examples/*.c
6721 include/libxml/xmlsave.h: fixing compilation bug with some options
6722 disabled as well as --with-minimum should fix #134695
6723
6724Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6725
6726 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6727 should close #134092
6728
6729Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6730
6731 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6732 the new xmlsave module before the actuall big code change.
6733
6734Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6737 * test/schemas/mixed* result/schemas/mixed*: added his regression
6738 tests too.
6739
6740Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6741
6742 * testSAX.c: fix a compilation problem about a missing timb include
6743
6744Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6745
6746 * testSAX.c: small enhancement to prevent trying to print
6747 strings with null pointers (caused "make tests" errors on
6748 HP-UX)
6749
6750Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6751
6752 * doc/xmllint.xml
6753 * doc/xmllint.1
6754 * doc/xmllint.html
6755 * doc/xmlcatalog_man.xml
6756 * doc/xmlcatalog.1
6757 * doc/xmlcatalog_man.html
6758 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6759 use
6760
6761Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6762
6763 * Makefile.am: patch for cross-compilation to Windows from
6764 Christophe de VIENNE.
6765
6766Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6767
6768 * doc/*.html, doc/html/*.html: regenerated docs using older
6769 version of xsltproc pending resolution of AVT problem
6770
6771Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6772
6773 * Makefile.am: applied patch from Charles Bozeman to not use
6774 the system xmllint.
6775
6776Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6777
6778 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6779 for MingW
6780
6781Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6782
6783 * Makefile.am catalog.c configure.in: applied a cleanup patch
6784 from Peter Breitenlohner
6785 * tree.c: removed a doc build warning by fixing a param comment
6786 * doc/* : rebuilt the docs
6787
6788Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6789
6790 * valid.c HTMLparser.c: avoid ID error message if using
6791 HTML_PARSE_NOERROR should fix #130762
6792
6793Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6794
6795 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6796 fixing compilation and link option when configuring with
6797 --without-valid should fix #135309
6798
6799Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6800
6801 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6802 * parser.c: cleanup
6803 * valid.c: speedup patch from Petr Pajas
6804
6805Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6806
6807 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6808 on the list by Mike Hommey
6809
6810Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6811
6812 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6813 rebuilt the documentation.
6814
6815Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6816
6817 * python/tests/*.py: applied patch from Malcolm Tredinnick
6818 to avoid tabs in python sources, should fix #135095
6819
6820Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6821
6822 * testSAX.c: add --timing option
6823 * relaxng.c: use the psvi field of the nodes instead of _private
6824 which may be used for other purposes.
6825
6826Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6827
6828 * encoding.c: small patch to try to fix a warning with Sun One compiler
6829
6830Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6831
6832 * encoding.c: small patch removing a warning with MS compiler.
6833
6834Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6835
6836 * debugXML.c: added "relaxng" option to the debugging shell
6837 * Makefile.am test/errors/* result/errors/*: some regression tests
6838 for some error tests cases.
6839
6840Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6841
6842 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6843 is passed.
6844 * test/att7 result//att7*: adding an old regression test
6845 laying around on my laptop
6846
6847Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6848
6849 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6850 on large file by using xmlParserInputBufferCreateStatic() with
6851 the mmap'ed file
6852
6853Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6854
6855 * tree.c: some clarification in xmlDocDumpMemory() documentation
6856 * xmllint.c: fixed xmllint --stream --timing to get timings back
6857
6858Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6859
6860 * parser.c: fixed a problem in push mode when attribute contains
6861 unescaped '>' characters, fixes bug #134566
6862 * test/att6 result//att6*: added the test to the regression suite
6863
6864Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6865
6866 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6867 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6868 xmlAddRef
6869
6870Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6871
6872 * python/tests/indexes.py python/tests/reader.py: indicated
6873 encoding of the test file, needed for python 2.3
6874
6875Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6876
6877 * xpath.c: fixed problem with numbers having > 19
6878 fractional places (bug 133921)
6879
6880Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6881
6882 * xpath.c: applied optimization patch from Petr Pajas
6883
6884Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6885
6886 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6887 from Alfred Mickautsch and the added patch from Lucas Brasilino
6888
6889Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6890
6891 * benchmark.png index.html xml.html: updating the benchmark
6892 graph and using a PNG instead of a GIF
6893 * xmlreader.c: updated the TODO
6894
6895Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6896
6897 * doc/tutorial/xmltutorial.xml
6898 * doc/tutorial/xmltutorial.pdf
6899 * doc/tutorial/*.html
6900 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6901 last name I don't know, for pointing this out
6902
6903Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6904
6905 * NEWS configure.in: preparing release of 2.6.6
6906 * doc/*: updated the docs and rebuilt them
6907
6908Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6909
6910 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6911 suspicious about it but this is fairly contained and regression
6912 tests still passes.
6913 * test/schemas/all1* result/schemas/all1*: added the test to
6914 the regression suite.
6915
6916Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6917
6918 * parser.c: fixed bug #132575 about finding the end of the
6919 internal subset in push mode.
6920 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6921 added the test to the regression suite
6922
6923Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6924
6925 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6926 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6927 * doc/*: updated the benchmark rebuilt the docs
6928 * python/tests/Makefile.am python/tests/indexes.py: added a
6929 specific regression test for xmlByteConsumed()
6930 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6931
6932Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6933
6934 * tree.c: fixed missing output of internal DTD param entities when
6935 nothing else present in DTD (bug 134052)
6936
6937Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6938
6939 * encoding.c: applied patch supplied by Christophe Dubach
6940 to fix problem with --with-minimum configuration
6941 (bug 133773)
6942 * nanoftp.c: fixed potential buffer overflow problem,
6943 similar to fix just applied to nanohttp.c.
6944
6945Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6946
6947 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6948 William :-)
6949
6950Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6951
6952 * acinclude.m4, configure.in: fixed problem concerning
6953 determining SOCKLEN_T as pointed out by Daniel Richard G.
6954 on the mailing list
6955
6956Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6957
6958 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
6959
6960Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6961
6962 * xpath.c: small patch from Philip Ludlam to avoid warnings.
6963
6964Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6965
6966 * encoding.c: applied a small patch from Alfred Mickautsch
6967 to avoid an out of bound error in isolat1ToUTF8()
6968
6969Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6970
6971 * xinclude.c: remove the warning on the 2001 namespace
6972 * parser.c parserInternals.c xpath.c: remove some warnings
6973 when compiling with MSVC6
6974 * nanohttp.c: applied a patch when using _WINSOCKAPI_
6975
6976Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
6977
6978 * xinclude.c: added a small hack to fix interference between
6979 my fixes for bugs 132585 and 132588.
6980 * python/libxml.c: fixed problem with serialization of namespace
6981 reported on the mailing list by Anthony Carrico
6982
6983Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6984
6985 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
6986 (bug 133686).
6987
6988Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6989
6990 * xmlwriter.c: fixed problem with return value of
6991 xmlTextWriterWriteIndent() (bug 133297)
6992
6993Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6994
6995 * xinclude.c: changed coding to output good XIncludes when
6996 one or more bad ones are present (bug 132588)
6997
6998Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
6999
7000 * xinclude.c: corrected handling of empty fallback condition
7001 (bug 132585)
7002
7003Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7004
7005 * HTMLparser.c: added initialisation for ctxt->vctxt
7006 in HTMLInitParser (bug 133127)
7007 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7008 from several function params)
7009
7010Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7011
7012 * xinclude.c: fixed problem regarding freeing of dictionary
7013 when there are errors within an XInclude file (bug 133106).
7014 Thanks to Oleg Paraschenko for the assistance.
7015
7016Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7017
7018 * xmlschemastypes.c: fixed validation of maxLength with no
7019 content using patch submitted by Eric Haszlakiewicz
7020 (bug 133259)
7021
7022Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7023
7024 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7025 calling convention to the public function prototypes (rep by
7026 Cameron Johnson)
7027 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7028 (rep by Mikhail Grushinskiy)
7029
7030Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7031
7032 * xmlwriter.c: enhanced output indenting (bug 133264)
7033
7034Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7035
7036 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7037 Steve Ball to provide structured error reports.
7038
7039Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7040
7041 * tree.c, include/libxml/tree.h: moved serialization of
7042 attribute text data (xmlSerializeContent) into a separate
7043 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7044 * xmlwriter.c: changed handling of attribute string to use the
7045 routine above (fixed bug 131548)
7046
7047Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7048
7049 * doc/examples/reader1.c, reader2.c, reader3.c
7050 * doc/examples/examples.xml
7051 * doc/examples/*.html
7052 add note that reader examples need libmxl2 > 2.6, rebuild
7053 html - this time doing it correctly :-)
7054
7055Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7056
7057 * doc/examples/examples.xml
7058 * doc/examples/*.html
7059 add note that reader examples need libmxl2 > 2.6, rebuild
7060 html
7061
7062Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7063
7064 * xpath.c: added (void *) type override to prevent
7065 warning on Solaris (Bug 132671)
7066
7067Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7068
7069 * doc/examples/Makefile.am
7070 per Jan. 15 email to the list from oliverst, the index.html
7071 file from this directory wasn't making it into the tarball
7072
7073Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7074
7075 * acinclude.m4: applied fix from Alexander Winston for a problem
7076 related to automake-1.8 , c.f. #132513 and #129861
7077
7078Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7079
7080 * doc/examples/index.py: don't rely on . being on the path for
7081 make tests, should keep Mr. Crozat quiet until next time...
7082
7083Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7084
7085 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7086 docs, checked rngparser stuff does not end up in the tarball
7087
7088Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7089
7090 * python/libxml.c: applied patch from Frederic Peters
7091 fixing the wrong arg order in xpath callback in bug #130980
7092
7093Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7094
7095 * xinclude.c: fixing #130453 XInclude element with no href attribute
7096 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7097 the compact syntax will require more work, postponed for the
7098 2.6.5 release.
7099
7100Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7101
7102 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7103 Steve Ball to avoid a double-free.
7104
7105Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7106
7107 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7108 test result, fixed a awful lot of memory leaks showing up in
7109 testWriter.c, changed the examples and the Makefiles to test
7110 memory leaks.
7111 * xmlwriter.c: fixed a memory leak
7112 * Makefile.am: run the doc/examples regression tests as part of
7113 make tests
7114 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7115 compile an XPath expression within a context, currently the goal
7116 is to be able to reuse the XSLT stylesheet dictionnary, but this
7117 opens the door to others possible optimizations.
7118 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7119 to build a new dictionnary based on another read-only dictionnary.
7120 This is needed for XSLT to keep the stylesheet dictionnary read-only
7121 while being able to reuse the strings for the transformation
7122 dictionnary.
7123 * xinclude.c: fixed a dictionnar reference counting problem occuring
7124 when document parsing failed.
7125 * testSAX.c: adding option --repeat for timing 100times the parsing
7126 * doc/* : rebuilt all the docs
7127
7128Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7129
7130 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7131
7132Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7133
7134 * xmlschemastypes.c: applied patch from John Belmonte for
7135 normalizedString datatype support.
7136
7137Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7138
7139 * xpath.c: fixed problem with union when last() is used
7140 in predicate (bug #131971)
7141 * xpointer.c: minor change to comment for doc generation
7142
7143Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7144
7145 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7146 suggested patch
7147
7148Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7149
7150 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7151 leak reported on the list.
7152
7153Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7154
7155 * python/generator.py python/tests/tstLastError.py: applied
7156 patch from Stephane Bidoul to add enums to the Python bindings.
7157
7158Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7159
7160 * testHTML.c: another small patch from Mark Vakoc
7161
7162Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7163
7164 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7165 patch from Mark Vakoc to not use SAX1 unless necessary.
7166
7167Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7168
7169 * dict.c parser.c xmlstring.c: some parser optimizations,
7170 xmllint --memory --timing --repeat --stream ./db10000.xml
7171 went down from 16.5 secs to 15.5 secs.
7172
7173Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7174
7175 * xmlschemas.c: removed a memory leak remaining from the switch
7176 to a dictionnary for string allocations c.f. #130891
7177
7178Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7179
7180 * xmlreader.c: fixing some problem if configured --without-xinclude
7181 c.f. #130902
7182
7183Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7184
7185 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7186 c.f. #130896
7187
7188Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7189
7190 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7191 applying patch from Mark Vakoc for Windows
7192 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7193 fixes from Sven Zimmerman
7194
7195Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7196
7197 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7198 python/tests/Makefile.am python/tests/tstLastError.py: applied
7199 patch from Stephane Bidoul for structured error handling from
7200 python, and the associated test
7201
7202Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7203
7204 * configure.in: fixed Bug130593
7205 * xmlwriter.c: fixed compilation warning
7206
7207Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7208
7209 * include/libxml/xmlstring.h: fixed the comment in the header
7210 * doc/*: rebuilt the docs
7211
7212Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7213
7214 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7215 include/libxml/Makefile.am, include/libxml/catalog.c,
7216 include/libxml/chvalid.h, include/libxml/encoding.h,
7217 include/libxml/parser.h, include/libxml/relaxng.h,
7218 include/libxml/tree.h, include/libxml/xmlwriter.h,
7219 include/libxml/xmlstring.h:
7220 moved string and UTF8 routines out of parser.c and encoding.c
7221 into a new module xmlstring.c with include file
7222 include/libxml/xmlstring.h mostly using patches from Reid
7223 Spencer. Since xmlChar now defined in xmlstring.h, several
7224 include files needed to have a #include added for safety.
7225 * doc/apibuild.py: added some additional sorting for various
7226 references displayed in the APIxxx.html files. Rebuilt the
7227 docs, and also added new file for xmlstring module.
7228 * configure.in: small addition to help my testing; no effect on
7229 normal usage.
7230 * doc/search.php: added $_GET[query] so that persistent globals
7231 can be disabled (for recent versions of PHP)
7232
7233Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7234
7235 * doc/tutorial/customfo.xsl
7236 * doc/tutorial/customhtml.xsl
7237 update custom tutorial-building stylesheets in preparation
7238 for tutorial update
7239
7240Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7241
7242 * rngparser.c: commiting the compact relax ng parser. It's not
7243 completely finished, it's not integrated but I want to save the
7244 current state
7245
7246Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7247
7248 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7249 win32/libxml2.def.src: fixed apibuild.py's generation of
7250 "constructors" to be in alphabetical order (instead of previous
7251 random sequence); regenerated resulting files.
7252
7253Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7254
7255 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7256 problem.
7257
7258Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7259
7260 * doc/newapi.xsl: change background color of function
7261 declaration to improve readability
7262 * doc/*: rebuild docs with new stylesheet
7263
7264Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7265
7266 * parser.c, include/libxml/parser.h: added a routine
7267 xmlStrncatNew to create a new string from 2 frags.
7268 * tree.c: added code to check if node content is from
7269 dictionary before trying to change or concatenate.
7270
7271Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7272
7273 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7274 Bug 130419) and eliminated xmlInitMemoryDone. More
7275 improvement needed.
7276 * xml2-config.in: added an additional flag (--exec-prefix) to
7277 allow library directory to be different from include directory
7278 (Bug 129558).
7279
7280Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7281
7282 * error.c: applied patch from Stéphane Bidoul for structured error
7283 reporting.
7284
7285Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7286
7287 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7288 Lucas Brasilino to add indentation support to xmlWriter
7289
7290Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7291
7292 * xinclude.c: fixed problem with "recursive" include (fallback
7293 contains another include - Bug 129969)
7294
7295Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7296
7297 * SAX2.c: found and fixed a bug misallocating some non
7298 blank text node strings from the dictionnary.
7299 * xmlmemory.c: fixed a problem with the memory debug mutex
7300 release.
7301
7302Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7303
7304 * xinclude.c: fixed problem caused by wrong dictionary
7305 reference count, reported on the list by Christopher
7306 Grayce.
7307
7308Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7309
7310 * python/generator.py, python/libxml2class.txt: fixed problem
7311 pointed out by Stéphane Bidoul on the list.
7312 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7313 completed modifications required to fix Bug 129967 (at last!).
7314 Now wait to see how long before further trouble...
7315
7316Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7317
7318 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7319 memory leak reported by Dave Beckett
7320 * xmlschemas.c: Removed spurious comment reported on the mailing
7321 list
7322 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7323 Further work on Bug 129967 concerning xpointer range handling
7324 and range-to function; much better, but still not complete
7325
7326Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7327
7328 * valid.c: xmlValidateElement could crash for element holding a
7329 namespace declaration but not in a namespace. Oliver Fischer
7330 provided the example.
7331
7332Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7333
7334 * xmllint.c: issue validation status on stderr, not stdout as suggested
7335 by Pawel Palucha
7336 * result/relaxng/*: this change slightly all the output from RNG
7337 regressions.
7338
7339Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7340
7341 * xmlschemas.c: edited a couple of comments in accordance with
7342 posting on the mailing list (no logic change)
7343 * xpointer.c: working on Bug 129967, added check for NULL
7344 nodeset to prevent crash. Further work required.
7345 * xpath.c: working on Bug 129967, added code to handle
7346 XPATH_LOCATIONSET in RANGETO code, also added code to
7347 handle it in xmlXPathEvaluatePredicateResult. Further
7348 work required.
7349
7350Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7351
7352 * xmlschemas.c: added tests for xs:all to assure minOccurs
7353 and maxOccurs <= 1 (Bug 130020)
7354
7355Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7356
7357 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7358 with patch from Charles Bozeman.
7359
7360Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7361
7362 * xmlregexp.c: fixed problem causing segfault on validation error
7363 condition (reported on mailing list)
7364
7365Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7366
7367 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7368 parser contexts (problem reported on mailing list)
7369 * doc/apibuild.py: small change to prevent duplicate lines
7370 on API functions list. It will take effect the next time
7371 the docs are rebuilt.
7372
7373Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7374
7375 * configure.in NEWS doc/*: updated the docs and prepared a new
7376 release 2.6.4
7377
7378Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7379
7380 * legacy.c: remove deprecated warning on startElement()
7381
7382Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7383
7384 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7385 was broken with the new namespace. Fixes #129932
7386
7387Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7388
7389 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7390 redefined in includes, quick fix to allow this but lacks the
7391 equality of the redefinition test.
7392
7393Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7394
7395 * valid.c: fixed bug concerning validation using external
7396 dtd of element with mutiple namespace declarations
7397 (Bug 129821)
7398
7399Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7400
7401 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7402 when node has default namespace (Bug 129710)
7403
7404Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7405
7406 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7407 document order for attributes is retained (Bug 129331)
7408
7409Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7410
7411 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7412 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7413 the file descriptor. Updated the comment, should close #129683
7414
7415Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7416
7417 * xinclude.c: fixed a serious problem in XInclude #129021
7418
7419Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7420
7421 * parser.c: fixed bug #129489, propagation of parsing flags
7422 in entities.
7423 * parser.c xmlreader.c: improved the comments of parsing options
7424
7425Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7426
7427 * python/Makefile.am, python/tests/Makefile.am,
7428 doc/Makefile.am: applied fixes to allow build from
7429 'outside' directory (Bug 129172)
7430
7431Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7432
7433 * tree.c - add explanation of namespace inheritance when
7434 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7435
7436Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7437
7438 * include/libxml/xpathInternals.h: undid last change (my
7439 bad). Put necessary fix in libxslt/libexslt instead.
7440 * include/libxml/DOCBparser.h: put test for __GCC__ on
7441 warning directive (Bug 129105)
7442
7443Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7444
7445 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7446 to cater for NULL pointer (bug 129561)
7447 * globals.c: added comment to suppress documentation warning
7448 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7449 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7450
7451Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7452
7453 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7454 using an xmlReaderWalker()
7455
7456Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7457
7458 * tree.c: fix misc. typos in doc comments
7459 * include/libxml/tree.h: elaborate on macro define doc comments
7460 * doc/*: rebuild docs
7461
7462Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7463
7464 * doc/examples/*: don't call the result files .out but .res as
7465 the Makefiles tend to try generating binaries for .out targets...
7466
7467Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7468
7469 * doc/html/libxml-pattern.html: - cvs add API docs for new
7470 pattern stuff
7471
7472Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7473
7474 * tree.c
7475 * doc/*:
7476 Elaborate in documentation discussion of xmlNewChild
7477 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7478 out the usefulness of a more explicit explanation of the
7479 reserved character escaping issue.
7480
7481Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7482
7483 * xmlcatalog.c: applied patch from Stefan Kost
7484
7485Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7486
7487 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7488
7489Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7490
7491 * win32/Makefile.* win32/configure.js: Added pattern support
7492
7493Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7494
7495 * configure.in doc/* libxml.spec.in: preparing release of
7496 libxml2-2.6.3, updated and regenerated the docs.
7497
7498Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7499
7500 * SAX2.c pattern.c: removed some compilation warnings
7501
7502Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7503
7504 * xmllint.c: fixing bug #119264 xmllint failing to report
7505 serialization errors in some cases.
7506
7507Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7508
7509 * entities.c: fixed an XML entites content serialization
7510 potentially triggered by XInclude, see #126817
7511
7512Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7513
7514 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7515 suggested by Daniel Schulman in #128313
7516
7517Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7518
7519 * configure.in Makefile.am: another patch from Kenneth Haley
7520 for Mingw, c.f. #128787
7521
7522Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7523
7524 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7525 for compiling on Mingw see #128786
7526
7527Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7528
7529 * xmllint.c: some flags were not passed down correctly as
7530 parsing options. Fixes #126806
7531
7532Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7533
7534 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7535 include/libxml/xmlerror.h: augmented the XInclude API
7536 to be able to pass XML parser flags down to the Inclusion
7537 process. Also resynchronized with the Last Call W3C Working
7538 Draft 10 November 2003 for the xpointer attribute.
7539 * Makefile.am test/XInclude/docs/nodes[23].xml
7540 result/XInclude/*: augmented the tests for the new namespace and
7541 testing the xpointer attribute, changed the way error messages
7542 are tested
7543 * doc/*: regenerated the documentation
7544
7545Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7546
7547 * error.c: filter warning messages if the global setting blocks them
7548 * xinclude.c xmlreader.c include/libxml/xinclude.h
7549 include/libxml/xmlerror.h: updated the change of namespace at
7550 the XInclude level, raise a warning if the old one is found,
7551 and some cleanup
7552
7553Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7554
7555 * tree.c: tentative fix for #126117 character reference in
7556 attributes output problem in some cornercase.
7557
7558Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7559
7560 * python/libxml.py: tried to fix the problems reported in
7561 bug #126735
7562 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7563 fixed again some problem trying to use the structured error
7564 handlers, c.f. bug #126735
7565 * result/VC/ElementValid: tiny change due to the fix
7566
7567Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7568
7569 * error.c: fixed __xmlRaiseError to use structured error handlers
7570 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7571
7572Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7573
7574 * parser.c: attempt to fix #126211 ...
7575
7576Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7577
7578 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7579 include/libxml/xmlreader.h: fixed the pattern interfaces
7580 but not yet the parser to handle the namespaces.
7581 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7582
7583Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7584
7585 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7586 include/libxml/pattern.h include/libxml/schemasInternals.h
7587 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7588 the make rebuild in doc, this include new directive to stop
7589 documentation warnings
7590 * doc/* doc/html/*: rebuilt the docs
7591 * pattern.c xmlreader.c include/libxml/pattern.h
7592 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7593 to save nodes while scanning the tree with the reader, cleanup
7594 the way element were freed, and xmlTextReaderPreserve()
7595 implementation, the API might change for namespace binding support
7596 when compiling patterns.
7597 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7598
7599Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7600
7601 * python/libxml.py: oops forgot to modify/commit the new code.
7602
7603Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7604
7605 * python/generator.py python/libxml.c python/libxml_wrap.h:
7606 cleanup the output buffer support to at least get the basic
7607 to work
7608 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7609 cleanup.
7610 * include/libxml/xmlwriter.h: cleanup
7611
7612Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7613
7614 * include/libxml/xmlversion.h.in
7615 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7616 docs
7617
7618Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7619
7620 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7621 regexp quantifiers
7622
7623Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7624
7625 * pattern.c include/libxml/pattern.h: adding the pattern node
7626 selection code. Inheried in part from libxslt but smaller.
7627 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7628 integrated the pattern module, made it a configure time option
7629 * xmllint.c: added --pattern to test when doing --stream
7630
7631Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7632
7633 * xmlreader.c: fixed a problem in xmlreader validation when
7634 streaming exposed by reader2 example.
7635
7636Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7637
7638 * doc/xml.html
7639 * doc/docs.html:
7640 add reference to the Code Examples page to docs.html list
7641 of resources
7642
7643Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7644
7645 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7646 from Eric
7647
7648Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7649
7650 * include/libxml/xinclude.h
7651 * doc/*: Add comments for macro definitions in xinclude.h and
7652 rebuild the docs
7653
7654Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7655
7656 * doc/docdescr.doc
7657 Updating William's explanation of how to build docs,
7658 reflecting Daniel's new docs build system
7659
7660Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7661
7662 * xmlmemory.c: enhanced by adding mutex to protect global
7663 structures in a multi-threading environment. This fixed
7664 some random errors on the Threads regression tests.
7665
7666Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7667
7668 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7669 import sys
7670
7671Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7672
7673 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7674 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7675 handled internally by default, with proper BOM and UTF-16LE
7676 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7677 BOM on output, and will be automatically recognized on input.
7678 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7679 added regression tests for above.
7680
7681Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7682
7683 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7684 build with all compilers. Added C-Runtime option for MSVC. Included
7685 xmlWriter.
7686 * xmlwriter.c: Added IN_LIBXML macro
7687
7688Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7689
7690 * win32/Makefile.bcb: applied patch from Eric
7691
7692Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7693
7694 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7695 is broken on 2.6.x
7696
7697Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7698
7699 * entities.c: fixed #127877, never output &quot; in element content
7700 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7701 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7702 result/valid/index.xml result/valid/xlink.xml: this changes the
7703 output of a few tests
7704
7705Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7706
7707 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7708 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7709 testSchemas behaviour when a schemas failed to parse.
7710 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7711 test for xsd:include from Eric Van der Vlist
7712
7713Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7714
7715 * parser.c: swapped the attribute defaulting and attribute checking
7716 parts of parsing a new element start, fixes bug #127772
7717 * result/valid/127772.* test/valid/127772.xml
7718 test/valid/dtds/127772.dtd: added the example in the regression tests
7719
7720Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7721
7722 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7723 to avoid bug #127851
7724
7725Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7726
7727 * xmlregexp.c: fixing some Negative Character Group and
7728 Character Class Subtraction handling.
7729
7730Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7731
7732 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7733 on Eric van der Vlist examples
7734 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7735 added regression tests
7736 * doc/examples/Makefile.am doc/examples/index.py: do not
7737 regenerate the index on make all target, but only on
7738 make rebuild to avoid troubles.
7739
7740Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7741
7742 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7743 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7744 starting to add proper namespace support too.
7745 * test/schemas/* result/schemas/*: added a number of tests
7746 fixed the result from some regression tests too.
7747
7748Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7749
7750 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7751 Daniel has removed it, fix link to George's IBM article, other
7752 minor edits
7753
7754Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7755
7756 * xmlschemas.c: applied patch from Robert Stepanek to start
7757 import os schemas support, cleaned up stuff and the patch.
7758 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7759 to regression, fixed a few regressions too.
7760
7761Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7762
7763 * HTMLparser.c: applied two parsing fixes from James Bursa
7764
7765Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7766
7767 * doc/examples/*: added two xmlReader examples
7768 * xmlreader.c: cleaned up some bugs in the process
7769
7770Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7771
7772 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7773 Alfred Mickautsch, bugfixes and comments
7774 * doc/examples/*: added his test as the xmlWriter example
7775 * doc/html/ doc/*.html: this resulted in some improvements
7776 * include/libxml/hash.h: fixed an inclusion problem when
7777 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7778
7779Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7780
7781 * xinclude.c: fix an error message
7782 * doc/examples/*: added tree2 example from Lucas Brasilino
7783
7784Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7785
7786 * doc/newapi.xsl: improve the sort sequence for page content
7787 * doc/html/*.html: regenerate the web pages
7788
7789Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7790
7791 * Makefile.am: do not package cvs versioning temp files.
7792 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7793 slightly improved the API xml format, fixed a lot of small
7794 rendering problems
7795 * doc/html/libxml*.html: rebuilt
7796
7797Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7798
7799 * include/libxml/*.h include/libxml/*.h.in: modified the file
7800 header to add more informations, painful...
7801 * genChRanges.py genUnicode.py: updated to generate said changes
7802 in headers
7803 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7804 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7805 APIs modules. Updated the stylesheets, some cleanups, regenerated
7806 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7807
7808Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7809
7810 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7811 the build process to remove all remains from the old gtk-doc
7812 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7813 stylesheets have been improved, and the API*html now generated
7814 are XHTML1 valid too
7815
7816Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7817
7818 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7819 enhancement to prevent comment with unreferenced variable.
7820 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7821 improve auto-generation of documentation
7822 * apibuild.py: minor change to an error message
7823
7824Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7825
7826 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7827 improving navigation
7828 * doc/html/*.html: updated the result
7829
7830Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7831
7832 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7833 improvement of the stylesheets, fixed a API generation problem,
7834 switched the stylesheet and Makefile to build the HTML output.
7835 * doc/html/*.html: complete update, ditched some old files, might
7836 introduce some breakage...
7837
7838Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7839
7840 * doc/newapi.xsl: lot of improvements, this starts looking good
7841 enough to be usable.
7842
7843Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7844
7845 * doc/newapi.xsl: stylesheet to build HTML pages from the
7846 API XML description, Work in Progress
7847
7848Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7849
7850 * xpath.c: fixed bug 126976 (string != empty nodeset
7851 should be false)
7852
7853Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7854
7855 * doc/html/*.html: Finally - found the problem with the
7856 page generation (XMLPUBFUN not recognized by gtkdoc).
7857 Re-created the pages using a temporary version of
7858 include/libxml/*.h.
7859 * testOOMlib.c,include/libxml/encoding.h,
7860 include/libxml/schemasInternals.h,include/libxml/valid.h,
7861 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7862 include/libxml/xmlwin32version.h.in,
7863 include/libxml/xpathInternals.h: minor edit of comments
7864 to help automatic documentation generation
7865 * doc/docdescr.doc: small elaboration
7866 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7867 (messed up on last try)
7868 * xmlreader.c: minor change to clear warning.
7869
7870Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7871
7872 * Copyright: fixed some wording
7873 * libxml.spec.in: make sure doc/examples is packaged
7874 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7875 annoying problem about xmlRemoveID and xmlReader streaming.
7876 Thing looks fixed now, had to add a doc reference to the
7877 xmlID structure though...
7878
7879Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7880
7881 * doc/docdescr.doc: added description of man page building
7882
7883Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7884
7885 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7886 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7887 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7888 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7889 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7890 added missing pages for the website.
7891
7892Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7893
7894 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7895 generated pages (again), manually restored doc/html/index.html
7896 and manually edited generated file doc/gnome-xml.xml to put
7897 in appropriate headings.
7898 * doc/docdescr.doc: new file to describe details of the
7899 document generation (helps my memory for the next time)
7900 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7901 enhancement to please the automatic documentation generation.
7902
7903Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7904
7905 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7906 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7907 minor error cleanup for gcc-3.3.[12] compilation warnings.
7908
7909Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7910
7911 * tree.c: minor changes to some comments
7912 * doc/*.html: rebuilt the generated HTML pages for changes
7913 from jfleck (bug 126945)
7914
7915Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7916
7917 * doc/examples/*: added Dodji's example, added output handling
7918
7919Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7920
7921 * doc/examples/*: added Aleksey XPath example, fixed bugs
7922 in the indexer
7923
7924Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7925
7926 * doc/*: integrating the examples in the navigation menus
7927 * doc/examples/*: added make tests, updated the navigation,
7928 added a new test, cleanups, updates.
7929
7930Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7931
7932 * doc/*.html: rebuilt the generated HTML pages
7933 * doc/examples/*: updated the stylesheets, added a synopsis,
7934 Makefile.am is now generated by index.py
7935
7936Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7937
7938 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7939 added autogeneration of a web page for the examples
7940 * doc/examples/example1.c doc/examples/.cvsignore
7941 doc/examples/examples.xml doc/examples/index.py: updated the
7942 informations extracted, improved the format and indexing.
7943
7944Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7945
7946 * check-xinclude-test-suite.py: less verbose on difference
7947 * libxml.spec.in: cleanup
7948 * parser.c: fixed xmlCleanupParser() doc
7949 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7950 doc/examples/Makefile.am doc/examples/example1.c
7951 doc/examples/examples.xml doc/examples/index.py
7952 doc/examples/test1.xml: work on adding C examples and
7953 generating automated information about those. examples.xml
7954 is autogenerated describing the examples.
7955 * example/Makefile.am: cleanup
7956
7957Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7958
7959 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
7960 fixed missing '-' in block names, enhanced the hack for
7961 ABI aliasing.
7962
7963Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
7964
7965 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
7966 python/libxml2class.txt: enhanced for range checking,
7967 updated to Unicode version 4.0.1 (API docs also updated)
7968 * python/generator.py: minor change to fix a warning
7969
7970Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7971
7972 * Makefile.am: apply fix from Karl Eichwalder for script path
7973
7974Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7975
7976 * win32/configure.js: applied patch from Mark Vakoc to simplify
7977 his work from CVS checkouts.
7978
7979Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
7980
7981 * doc/xmlreader.html: minor cleanups
7982
7983Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
7984
7985 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
7986 for gcc so that, if undefined, it's defined as
7987 __attribute__((unused))
7988
7989Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
7990
7991 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
7992 appears after the variable declaration.
7993 * valid.c: trivial change to eliminate a warning message
7994
7995Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
7996
7997 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
7998 rebuilt the docs
7999
8000Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8001
8002 * xmllint.c: change --html to make sure we use the HTML serialization
8003 rule by default when HTML parser is used, add --xmlout to allow to
8004 force the XML serializer on HTML.
8005 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8006 solve #125093
8007 * result/HTML/*: this changes the output of some tests
8008
8009Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8010
8011 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8012 failing but not returning an error.
8013
8014Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8015
8016 * valid.c: fixed bug #125811 related to DTD post validation
8017 where the DTD doesn't pertain to a document.
8018
8019Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8020
8021 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8022 the XML_PARSE_NONET parser option.
8023 * xmllint.c: converted xmllint.c to use the option instead of
8024 relying on the global resolver variable.
8025
8026Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8027
8028 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8029 support to the reader interface. Lot of testing of the walker,
8030 various bug fixes.
8031 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8032 works as expected
8033 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8034 result/XInclude/*.rdr: added regression tests for the walker and
8035 XInclude xmlReader support, had to slightly change a couple of tests
8036 because the walker can't distinguish <foo/> from <foo></foo>
8037
8038Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8039
8040 * tree.c nanohttp.c threads.c: second BeOS patch from
8041 Marcin 'Shard' Konicki
8042
8043Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8044
8045 * parser.c: always generate line numbers
8046
8047Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8048
8049 * parser.c: fixed another regression introduced in fixing #125823
8050
8051Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8052
8053 * python/libxml.c: previous fix for #124044 was broken, correct
8054 fix provided.
8055 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8056 and the error handlers to address #125877
8057
8058Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8059
8060 * parser.c: side effect of #123105 patch, namespace resolution
8061 would fail when defined in internal entities, fixes #125823
8062
8063Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8064
8065 * python/libxml.c: be more defensive in the xmlReader python bindings
8066 fixing bug #124044
8067
8068Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8069
8070 * valid.c: the a-posteriori DTD validation code was not validating
8071 the namespace declarations, this fixes #124110
8072
8073Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8074
8075 * xmlIO.c: enhanced to bypass compression detection code
8076 when input file is stdin (bug 125801)
8077
8078Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8079
8080 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8081
8082Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8083
8084 * xpath.c: more fixes about unregistering objects
8085 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8086 missing _cplusplus processing clause
8087
8088Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8089
8090 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8091
8092Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8095 Marcin 'Shard' Konicki to provide BeOS thread support.
8096
8097Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8098
8099 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8100 from Steve Ball to make a schema parser from a preparsed document.
8101
8102Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8103
8104 * tree.c: applied a couple of patches from Mark Lilback about text
8105 nodes coalescing
8106
8107Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8108
8109 * xpath.c: change suggested by Anthony Carrico when unregistering
8110 a namespace prefix to a context
8111 * hash.c: be more careful about calling callbacks with NULL payloads.
8112
8113Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8114
8115 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8116 regenerated docs and APIs
8117 * parser.c: cleanup and last change to fix #123105
8118
8119Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8120
8121 * HTMLparser.c: Fix #124907 by simply backporting the same
8122 fix as for the XML parser
8123 * result/HTML/doc3.htm.err: change to ID detecting modified one
8124 test result.
8125
8126Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8127
8128 * parser.c include/libxml/parser.h: included a new function
8129 to reuse a Push parser context, based on Graham Bennett original
8130 code
8131 * valid.c: in HTML, a name in an input is not an ID
8132 * TODO: bug list update
8133
8134Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8135
8136 * xpath.c: applied patch from nico@xtradyne.com for #125030
8137
8138Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8139
8140 * Makefile.am: cleanup
8141 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8142 sometimes the error handlers can get a parser context on DTD
8143 errors, and sometime they don't. So be very careful when trying
8144 to grab those informations.
8145
8146Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8147
8148 * tree.c: applied patch from Kasimier Buchcik which fixes a
8149 problem in xmlSearchNs introduced in 2.6.0
8150
8151Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8152
8153 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8154
8155Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8156
8157 * tree.c: fix bug #125047 about serializing when finding a
8158 document fragment node.
8159
8160Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8161
8162 * testSAX.c: fix bug #125592 need a NULL check
8163 * include/libxml/chvalid.h: rename a parameter
8164
8165Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8166
8167 * parser.c: applied patch from #123105 about defaulted attributes
8168 from element coming from an entity
8169
8170Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8171
8172 * xmllint.c: fixed warning message from IRIX (bug 125182)
8173 * python/libxml.py: removed tabs, replaced with spaces
8174 (bug 125572)
8175
8176Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8177
8178 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8179 if xmlNewInputFromFile() fails.
8180 * xmlreader.c: avoid using _private for the node or document
8181 elements.
8182
8183Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8184
8185 * win32/configure.js: added declaration for verMicroSuffix
8186
8187Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8188
8189 * libxml.m4: applied patch from Patrick Welche provided in
8190 bug #125432 , future proofing the .m4 file.
8191 * parser.c: resetting the context should also reset the error
8192 * TODO: problem of conformance w.r.t. E20 was raised in the
8193 XML Core telconf and libxml2 isn't conformant there.
8194
8195Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8196
8197 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8198
8199Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8200
8201 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
8202 small glitch missing a const
8203
8204Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8205
8206 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
8207 it doesn't define IN_LIBXML
8208
8209Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8210
8211 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
8212
8213Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8214
8215 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8216 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8217
8218Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8219
8220 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8221
8222Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8223
8224 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8225 * doc/*: updated and regenerated the docs and API
8226
8227Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8228
8229 * SAX2.c error.c tree.c: moved the line number to their proper
8230 field in elements now.
8231
8232Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8233
8234 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8235 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8236 added the xmlWriter module contributed by Alfred Mickautsch
8237 * include/libxml/tree.h: added room for line and extra information
8238 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8239 of them introduced in September
8240 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8241
8242Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8243
8244 * Makefile.am configure.in xmldwalk.c xmlreader.c
8245 include/libxml/Makefile.am include/libxml/xmldwalk.h
8246 include/libxml/xmlversion.h.in: removing xmldwalk module
8247 since it got merged with the xmlreader.
8248 * parser.c: cleanup
8249 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8250 rebuilt the API
8251 * python/tests/Makefile.am python/tests/reader7.py
8252 python/tests/walker.py: adding regression testing for the
8253 new xmlreader APIs, new APIs for reader creation, including
8254 makeing reader "walker" operating on preparsed document trees.
8255
8256Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8257
8258 * entities.c, valid.c: fixed problem reported on the mailing
8259 list by Melvyn Sopacua - wrong argument order on functions
8260 called through xmlHashScan.
8261
8262Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8263
8264 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8265
8266Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8267
8268 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8269 tested it through the xslt regression suite.
8270
8271Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8272
8273 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8274 allowing to grab the content without forcing allocations.
8275 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8276 * xpath.c xmldwalk.c: removed a couple of comment errors.
8277
8278Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8279
8280 * parser.c: applied patch from Chris Anderson to change back
8281 memcmp with CMPx()
8282
8283Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8284
8285 * HTMLparser.c: fixed to not send NULL to %s printing
8286 * python/tests/error.py result/HTML/doc3.htm.err
8287 result/HTML/test3.html.err result/HTML/wired.html.err
8288 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8289 up some of the regression tests error
8290
8291Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8292
8293 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8294 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8295 Fixed the HTTP<->parser interraction, which should fix 2 long
8296 standing bugs #104790 and #124054 , this also fix the fact that
8297 HTTP error code (> 400) should not generate data, we usually
8298 don't want to parse the HTML error information instead of the
8299 resource looked at.
8300
8301Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8302
8303 * doc/Makefile.am: enhanced the installation of tutorial files
8304 to avoid installing CVS subdirectories (bug 122943)
8305
8306Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8307
8308 * xmlIO.c: fixed segfault when input file not present
8309 * tree.c: changed output formatting of XML_CDATA_SECTION
8310 (bug 120917)
8311
8312Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8313
8314 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8315 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8316 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8317 xpath.c: Changed all (?) occurences where validation macros
8318 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8319 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8320 many warning messages on certain platforms, and also high-
8321 lights places in the library which may need to be enhanced
8322 for proper UTF8 handling.
8323
8324Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8325
8326 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8327 doc/apibuild.py: enhanced to include enough comments to
8328 make the api doc generation happy.
8329
8330Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8331
8332 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8333 to fix the HTTP/XML parser integration.
8334
8335Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8336
8337 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8338 for creating reader from sources or reusing a reader with
8339 a new source, like the xmlReadxx and xmlCtxtReadxxx
8340 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8341 doc/Makefile.am: regenerated the APIs
8342 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8343
8344Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8345
8346 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8347 include/libxml/parserInternals.h: enhanced macros to avoid
8348 breaking ABI from previous versions.
8349 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8350 defined in parserInternals.h. Makes maintenance much easier.
8351 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8352 compilation warnings
8353 * configuration.in: fixed pushHTML test error; enhanced for
8354 better devel (me) testing
8355
8356Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8357
8358 * legacy.c: remove the warning for startDocument(), as it is used by
8359 glade (or glade-python)
8360 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8361 invalid accesses found by running some Python based regression
8362 tests under valgrind. There is still a few leaks reported by the
8363 relaxng regressions which need some attention.
8364 * doc/Makefile.am: fixed a make install problem c.f. #124539
8365 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8366 patch from crutcher
8367
8368Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8369
8370 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8371 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8372 calls.
8373
8374Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8375
8376 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8377
8378Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8379
8380 * Makefile.am: small fix from Bjorn Reese
8381
8382Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8383
8384 * valid.c: fix a call missing arguments
8385
8386Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8387
8388 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8389 a bug in the range search; enhanced range generation (inline code
8390 if a small number of intervals); enhanced the readability of the
8391 output files.
8392
8393Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8394
8395 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8396 chvalid.def from scratch based on XML 2nd edition REC
8397 and regenerated the code.
8398
8399Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8400
8401 * check-xml-test-suite.py: removed some annoying warnings
8402 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8403 in the PubidChars definition, regenerated, there is still
8404 a bug left somewhere
8405 * genChRanges.py: save the header directly in include/libxml/
8406 * configure.in: I generated a 2.6.0beta6 earlier today
8407
8408Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8409
8410 * fixed small error on previous commit (chvalid.h in
8411 base dir instead of include directory)
8412
8413Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8414
8415 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8416 new files for a different method for doing range validation
8417 of character data.
8418 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8419 include/libxml/parserInternals.h: modified for new range method.
8420 * catalog.c: small enhance for warning message (using one
8421 of the new range routines)
8422
8423Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8424
8425 * valid.c include/libxml/valid.h: adding an serror field to
8426 the validation context breaks the ABI for the xmlParserCtxt
8427 structure since it's embedded by content and not by reference
8428
8429Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8430
8431 * configure.in: patch from Mike Hommey
8432 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8433 Bidoul
8434 * parser.c: fix the potentially nasty access to ctxt->serror
8435 without checking first that the SAX block is version 2
8436
8437Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8438
8439 * SAX2.c: fixed a nasty bug with interning some text strings
8440 * configure.in: prepare for beta5 of 2.6.0
8441 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8442 better error handling for I/O and converted FTP and HTTP
8443 * parser.c: fixed another bug
8444
8445Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8446
8447 * SAX2.c: fixed uninitialized new field.
8448 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8449 all messages
8450
8451Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8452
8453 * include/libxml/tree.h: make room in Doc, Element, Attributes
8454 for PSVI type informations.
8455
8456Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8457
8458 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8459 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8460 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8461 include/libxml/parser.h include/libxml/valid.h
8462 include/libxml/xmlerror.h: Setting up the framework for structured
8463 error reporting, touches a lot of modules, but little code now
8464 the error handling trail has been cleaned up.
8465
8466Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8467
8468 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8469
8470Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8471
8472 * xpath.c: cleanup
8473 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8474 to the new error mechanism
8475
8476Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8477
8478 * error.c xmlschemas.c: a bit of cleanup
8479 * result/schemas/*.err: updated with the new result strings
8480
8481Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8482
8483 * xpath.c: fixed bug 124061
8484
8485Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8486
8487 * Makefile.am: cleanup
8488 * encoding.c: fix a funny typo
8489 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8490 converted the Schemas code to the new error handling. PITA,
8491 still need to check output from regression tests.
8492
8493Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8494
8495 * HTMLtree.c include/libxml/xmlerror.h: converted too
8496 * tree.c: small cleanup
8497
8498Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8499
8500 * xinclude.c: comment fix
8501 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8502 to the new infrastructure
8503
8504Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8505
8506 * xmlIO.c: final error handling cleanup
8507 * xinclude.c error.c: converted XInclude to the new error handling
8508 * include/libxml/xmlerror.h: added XInclude errors
8509
8510Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8511
8512 * parser.c: bug in compression saving was crashing galeon
8513 reported by teuf
8514
8515Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8518 I/O error path
8519
8520Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * xmlIO.c: better handling of error cases
8523
8524Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8525
8526 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8527 cleaning up error handling in the I/O module.
8528
8529Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8530
8531 * xmlregexp.c include/libxml/xmlerror.h: error handling
8532 cleanup of the Regexp module.
8533
8534Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8535
8536 * tree.c: converting the tree module too
8537 * error.c include/libxml/xmlerror.h: created a simpler internal
8538 error reporting function.
8539
8540Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8541
8542 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8543 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8544 error reporting that time.
8545 * threads.c: applied the two patches for TLS threads
8546 on Windows from Jesse Pelton
8547 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8548 return is always zero terminated. Should also help detecting
8549 passing wrong buffer size easilly.
8550 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8551 updated the results to follow the errors string generated by
8552 last commit.
8553
8554Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8555
8556 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8557 handling in the Relax-NG module.
8558
8559Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8560
8561 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8562 module to teh new error reporting. Better default report, adds
8563 the element associated if found, context and node are included
8564 in the xmlError
8565 * python/tests/reader2.py: the error messages changed.
8566 * result/relaxng/*: error message changed too.
8567
8568Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8569
8570 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8571 win32/configure.js: applied patch from Stéphane Bidoul to
8572 fix the compilation of 2.6.0 code on Win32
8573
8574Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8575
8576 * check-xml-test-suite.py: fixing the script
8577 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8578 memcmp calls, seems to not break conformance, slightly inflate
8579 the size of the gcc generated code though.
8580
8581Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8582
8583 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8584 more cleanup of error handling in parserInternals, sharing the
8585 routine for memory errors.
8586
8587Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8588
8589 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8590 include/libxml/xmlerror.h: more code cleanup, especially around
8591 error messages, the HTML parser has now been upgraded to the new
8592 handling.
8593 * result/HTML/*: a few changes in the resulting error messages
8594
8595Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8596
8597 * parser.c include/libxml/xmlerror.h: more error/warning
8598 handling cleanups, the XML parser module should be okay now.
8599
8600Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8601
8602 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8603 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8604 integrated the xmlDocWalker API given by Alfred Mickautsch,
8605 and providing an xmlReader like API but working on a xmlDocPtr.
8606
8607Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8608
8609 * Makefile.am: more cleanup in make tests
8610 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8611 in the transition to the new error reporting strategy.
8612 * python/tests/reader2.py result/VC/* result/valid/*:
8613 few changes in the strings generated by the validation output
8614
8615Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8616
8617 * Makefile.am: changed 'make tests' to use a concise output,
8618 scrolling to see where thing broke wasn't pleasant
8619 * configure.in: some beta4 preparation, but not ready yet
8620 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8621 new error handling code, last error informations are stored
8622 in the parsing context or a global variable, new APIs to
8623 handle the xmlErrorPtr type.
8624 * parser.c parserInternals.c valid.c : started migrating to the
8625 new error handling code, it's a royal pain.
8626 * include/libxml/parser.h include/libxml/parserInternals.h:
8627 moved the definition of xmlNewParserCtxt()
8628 * parser.c: small potential buffer access problem in push code
8629 provided by Justin Fletcher
8630 * result/*.sax result/VC/PENesting* result/namespaces/*
8631 result/valid/*.err: some error messages were sligthly changed.
8632
8633Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8634
8635 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8636 function (wrapper around snprintf)
8637
8638Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8639
8640 * entities.c: Fix error on output of high codepoint charref like
8641 &#x10FFFF; , reported by Eric Hanchrow
8642
8643Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8646 of a pain murrayc is really gonna be.
8647
8648Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8649
8650 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8651
8652Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8653
8654 * entities.c legacy.c parser.c: made the predefined entities
8655 static predefined structures to avoid the work, memory and
8656 hazards associated to initialization/cleanup.
8657
8658Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8659
8660 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8661 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8662 include/libxml/parser.h include/libxml/parserInternals.h
8663 include/libxml/xmlversion.h.in: added a new configure
8664 option --with-push, some cleanups, chased code size anomalies.
8665 Now a library configured --with-minimum is around 150KB,
8666 sounds good enough.
8667
8668Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8669
8670 * libxml-2.0-uninstalled.pc.in: New file for building against
8671 uninstalled libxml2 builds.
8672 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8673 * .cvsignore: Ignore the new generated *.pc file.
8674
8675Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8676
8677 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8678 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8679 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8680 added 2 new configure option: --with-reader --with-sax1
8681 to allow removing the reader or non-xmlReadxxx() interfaces.
8682
8683Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8684
8685 * configure.in entities.c tree.c valid.c xmllint.c
8686 include/libxml/tree.h include/libxml/xmlversion.h.in:
8687 Adding a configure option to remove tree manipulation
8688 code which is not strictly needed by the parser.
8689
8690Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8691
8692 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8693 patch from Marcin 'Shard' Konicki
8694
8695Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8696
8697 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8698 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8699 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8700 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8701 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8702 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8703 include/libxml/catalog.h include/libxml/debugXML.h
8704 include/libxml/entities.h include/libxml/nanohttp.h
8705 include/libxml/relaxng.h include/libxml/tree.h
8706 include/libxml/valid.h include/libxml/xmlIO.h
8707 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8708 include/libxml/xpathInternals.h python/libxml.c:
8709 Okay this is scary but it is just adding a configure option
8710 to disable output, this touches most of the files.
8711
8712Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8713
8714 * xmlmemory.c: better fix, avoids breaking the python bindings
8715
8716Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8717
8718 * xmlmemory.c: fix a compilation problem when configuring
8719 with debug but without mem-debug
8720
8721Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8722
8723 * Makefile.am: cleanup, creating a new legacy.c module,
8724 made sure make tests ran in reduced conditions
8725 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8726 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8727 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8728 increased the modularization, allow to configure out
8729 validation code and legacy code, added a configuration
8730 option --with-minimum compiling only the mandatory code
8731 which then shrink to 200KB.
8732
8733Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8734
8735 * parser.c: fix a bug raised by the Mips compiler.
8736 * include/libxml/SAX.h include/libxml/parser.h: move the
8737 SAXv1 block definitions to parser.h fixes bug #123380
8738 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8739 the attribute and element pool borken 2 commits ago.
8740 Start playing with an entry point to preserve a subtree.
8741 * entities.c: remove a warning.
8742
8743Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8744
8745 * encoding.c, parser.c, relaxng.c: further (final?) minor
8746 changes for compilation warnings. No change to logic.
8747
8748Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8749
8750 * parser.c: fixed small problem with missing entities (test/ent2)
8751
8752Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8753
8754 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8755 if the result is not well formed that ctxt->myDoc is not NULL
8756 and uses the context dictionnary.
8757
8758Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8759
8760 * parser.c: other patches from William Brack to avoid
8761 compilation warnings on AIX.
8762
8763Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8764
8765 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8766 avoid compilation warnings on some (e.g. AIX) systems
8767
8768Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8769
8770 * parserInternals.c: fixed a backward compatibility problem
8771 when formatting "deprecated SAXv1 function ignorableWhitespace"
8772 could be reproduced by xmllint --format
8773
8774Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8775
8776 * doc/libxml2-api.xml: rebuilt the API
8777 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8778 --nocdata and --nsclean to remove CDATA section and surperfluous
8779 namespace declarations
8780 * parser.c SAX2.c: implementation of the 2 new options
8781
8782Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8783
8784 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8785 added the same htmlRead APIs than their XML counterparts
8786 * include/libxml/parser.h: new parser options, not yet implemented,
8787 added an options field to the context.
8788 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8789 is found within a cdata section.
8790 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8791 result/cdata2.sax test/cdata2: add one more cdata test
8792
8793Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8794
8795 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8796 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8797 base URL parameter when not loading from a file or URL.
8798
8799Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8800
8801 * configure.in: preparing a beta3 solving the ABI problems
8802 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8803 include/libxml/globals.h include/libxml/SAX.h: make sure the
8804 global variables for the default SAX handler are V1 ones to
8805 avoid ABI compat problems.
8806 * xmlreader.c: cleanup of uneeded code
8807 * hash.c: fix a comment
8808
8809Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8810
8811 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8812 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8813 fixing some comments to avoid warnings from apibuild.py
8814
8815Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8816
8817 * win32/configure.js: patch from Stephane Bidoul for configuring
8818 the beta2 version #123104
8819
8820Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8821
8822 * Makefile.am: adding repeated parsing and validating tests
8823 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8824 DOM tree building interfaces use the dictionary from the
8825 parsing context to build the element and attributes names
8826 as well as formatting spaces and short text nodes
8827 * include/libxml/dict.h dict.c: added some reference counting
8828 for xmlDictPtr because they can be shared by documents and
8829 a parser context.
8830 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8831 functions and use the standard ones now.
8832 * xmllint.c: add --nodict
8833 * python/libxml.c: fix a stupid bug so that ns() works on
8834 attribute nodes.
8835
8836Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8837
8838 * parser.c include/libxml/parser.h: adding a new set of
8839 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8840 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8841 a clear define of xmlParserOption, xmlCtxtUseOptions()
8842 should simplify custom parsing without being tempted to
8843 use global variables, and xmlCtxtReset() should allow reuse
8844 of a context for multiple parsing.
8845 * xmllint.c: switched to use xmlReadXXX, allow options to
8846 be used simultaneously with less troubles.
8847 * tree.c: simple warning removal
8848 * doc/apibuild.py: small fix
8849 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8850
8851Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8852
8853 * parser.c: revert xmlCreateDocParserCtxt() since this break
8854 the parseDoc() python bindings
8855
8856Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8857
8858 * parser.c: make sure xmlDetectSAX2() is called only at
8859 parsing time to avoid breaking apps changing the SAX
8860 callbacks after context allocation, change xmlCreateDocParserCtxt()
8861 to use an immutable buffer instead of a copy
8862
8863Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8864
8865 * xmlIO.c: applied patch from Markus Keim fixing a problem
8866 with I/O callback registration.
8867 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8868 for xmlParserErrors
8869
8870Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8871
8872 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8873 really a const xmlChar*
8874 * xmlreader.c include/libxml/xmlreader.h: addin the
8875 xmlTextReaderConstString() to get an interned string from
8876 the reader
8877
8878Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8879
8880 * error.c: fixed a warning message (trivial)
8881 * doc/search.php: removed incorrect warning message when word
8882 search not found in last of multiple tables (bug 119535)
8883
8884Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8885
8886 * configure.in: preparing a 2.6.0-beta2 release
8887 * xmlIO.c: avoid a warning
8888 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8889 by Chris Ryland
8890 * include/libxml/dict.h: add a QName access lookup to the
8891 dictionary.
8892 * xmlreader.c include/libxml/xmlreader.h: adding const access
8893 based on the dictionary interface for string read from the
8894 reader, the node content access is still TODO, it's too different
8895
8896Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8897
8898 * SAX2.c: fixing namespace DTD validations
8899 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8900 namespaces is slightly different now.
8901 * Makefile.am: report the memory used in Timingtests (as well as time)
8902
8903Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8904
8905 * Makefile.am: add streaming on memory regression tests, found
8906 bad bugs in the reader interface
8907 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8908 condition in end of file.
8909 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8910 adding immutable buffers, and parser input based on those,
8911 but this should not be used (yet) for general parsing
8912 * parser.c: added a comment about using immutable buffers for
8913 general parsing.
8914 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8915 output of the regression tests
8916 * xmllint.c: using the immutable buffers when streaming on
8917 mmaped file (--stream --memory)
8918
8919Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8920
8921 * dict.c: the last patch broke unicity of returned strings, removed
8922
8923Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8924
8925 * Makefile.am: add a Timingtests target to check bad behaviour
8926 from the streaming engine
8927 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8928 * xmlreader.c: fix a bad behaviour on large buffer inputs
8929
8930Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8931
8932 * dict.c xmlreader.c: two small improvements
8933
8934Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8935
8936 * parserInternals.c: avoid a leak with previous patch
8937
8938Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8939
8940 * python/libxml.c: use stderr and not stdout for default errors
8941 in python environment bug #122552
8942
8943Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8944
8945 * parserInternals.c: small fix from Rob Richards for input filename
8946 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8947 * xmlIO: adding a guard in one function
8948
8949Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8950
8951 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8952 reducing memory allocation and free and avoiding expensive routines
8953
8954Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8955
8956 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
8957 seriously with per-document dict and element and attribute nodes
8958 reuse in the xmlReader. This seems to lead to an interesting
8959 speedup of the xmlReader already.
8960
8961Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8962
8963 * dict.c include/libxml/dict.h: do string allocations in large
8964 pools, allowing to find if a string pertain to a dict quickly
8965 * xmllint.c: fix --stream --repeat --timing
8966 * Makefile.am: the testThreads run output should be seen.
8967
8968Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8969
8970 * SAX2.c include/libxml/parser.h: starting work on reusing the
8971 parser dictionary for the element and attribute tag names.
8972 Add pools for Element and Attributes in the parser context,
8973 which should help speeding up the reader.
8974 * Makefile.am result/*.rdr : adding non-python reader regression
8975 tests.
8976
8977Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8978
8979 * SAX2.c parser.c valid.c: starting to cleanup some of the
8980 problems exposed by the W3C/NIST regression suite.
8981 * result/ent7.sax result/xml2.sax: small fixes.
8982
8983Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * parser.c: more parser error factoring
8986
8987Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8988
8989 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
8990
8991Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8992
8993 * parser.c include/libxml/xmlerror.h: factoring of more
8994 error handling code, serious size reduction and more lisibility
8995 of the resulting code.
8996 * parserInternals.c parser.c include/libxml/parserInternals.h
8997 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
8998 checks are done, use a counter for entities. Entities where freed and
8999 reallocated at the same address failing the check.
9000 * tree.c: avoid a warning
9001 * result/valid/* result/VC/*: this slightly changes some validation
9002 error messages.
9003
9004Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9005
9006 * valid.c: fixed bug 121759 - early declaration of
9007 attribute-list in external DTD
9008
9009Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9010
9011 * parser.c include/libxml/xmlerror.h: starting cleaning up
9012 error handling, factorize error processing
9013 * doc/xmllint.html: update of the page, remove --sgml
9014
9015Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9016
9017 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9018 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9019 broken pseudo SGML DocBook parser code.
9020
9021Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9022
9023 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9024 valgrind pointed out the strings overlapped. cleanup .
9025
9026Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9027
9028 * tree.c: applied speedup to xmlSearchNs() as suggested by
9029 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9030 applying the same trick.
9031
9032Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9033
9034 * parser.c parserInternals.c tree.c include/libxml/parser.h
9035 include/libxml/xmlerror.h: adding namespace checkings
9036 while making sure they still parse as wellformed documents.
9037 Add an nsWellFormed status report to the context, and
9038 provide new appropriate error codes.
9039 * Makefile.am result/namespaces/* test/namespaces/*: add
9040 specific regression testing for the new namespace support
9041 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9042 add more coverage for the attribute parsing and normalization
9043 code.
9044
9045Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9046
9047 * threads.c: backport of a thread bugfix from 2_5_X branch
9048
9049Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9050
9051 * parser.c: fixed a bug in one corner case of attribute parsing.
9052
9053Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9054
9055 * configure.in doc/* : 2.6.0beta1 changes
9056 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9057 normalization, might not be totally fixed but this should
9058 make sure SAX event provide the right strings for attributes
9059 except entities for which libxml2 is different by default
9060 This should fix #109564
9061 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9062 in attribute callback values
9063 * result/c14n/with-comments/example-4
9064 result/c14n/without-comments/example-4: this also fixes a subtle
9065 bug in the canonicalization tests.
9066
9067Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9068
9069 Time to commit 3 days of work rewriting the parser internal,
9070 fixing bugs and migrating to SAX2 interface by default. There
9071 is some work letf TODO, like namespace validation and attributes
9072 normalization (this break C14N right now)
9073 * Makefile.am: fixed the test rules
9074 * include/libxml/SAX2.h include/libxml/parser.h
9075 include/libxml/parserInternals.h SAX2.c parser.c
9076 parserInternals.c: changing the parser, migrating to SAX2,
9077 adding new interface to switch back to SAX1 or initialize a
9078 SAX block for v1 or v2. Most of the namespace work is done
9079 below SAX, as well as attribute defaulting
9080 * globals.c: changed initialization of the default SAX handlers
9081 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9082 * xmlIO.c: small fix
9083 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9084 version code path
9085 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9086 pointed out a typo in a very old test namespace
9087
9088Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9089
9090 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9091 of compressed files, setting doc->compressed appropriately
9092 (bug #120503).
9093
9094Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9095
9096 * parser.c: try to cope with the fact that apps may still
9097 have allocated smaller SAX callbak block
9098
9099Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9100
9101 * dict.c: allow to give -1 for undefined length in lookups
9102 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9103 first round of work on the new SAX2 interfaces, the API
9104 will change but commiting before changing for historical
9105 reference.
9106
9107Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9108
9109 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9110 sax->warning with wrong params).
9111
9112Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9113
9114 * include/libxml/globals.h: patch from Stéphane Bidoul to export
9115 globals entry points to the python bindings
9116
9117Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9118
9119 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9120 by default instead of "HTML"
9121 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9122 avoiding calls to "areBlanks" when not needed.
9123 * include/libxml/parser.h include/libxml/tree.h: some structure
9124 extensions for future work on using per-document dictionaries.
9125
9126Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9127
9128 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9129 tree, keeping result in the same tree, added SAXtests to the
9130 default "make tests"
9131
9132Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9133
9134 * include/libxml/xmlexports.h: defined additional macros which
9135 affect exports and added mingw section
9136
9137Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9138
9139 * doc/index.py: fixed problem parsing xhtml docs
9140 * doc/xmlreader.html,doc/guidelines.html: small modification
9141 to avoid problem in python parsing.
9142 * doc/search.php: fixed upper case filename problem for XSLT docs
9143
9144Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9145
9146 * xinclude.c: patch from Mark Vakoc that allows compiling
9147 with XInclude but without XPointer support.
9148
9149Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9150
9151 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9152 to add --libtool-libs option to xml2-config script.
9153
9154Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9155
9156 * doc/README.docs, doc/Makefile.am: new file added,
9157 giving some description of the documentation generation process
9158 * doc/search.php: fixed problem with upper case on filenames
9159
9160Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9161
9162 * win32/Makefile.bcb: updates by Eric Zurcher
9163
9164Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9165
9166 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9167 to compensate for pollution from Igor's header taint
9168 (quick before Daniel notices)
9169
9170Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9171
9172 * SAX2.c: fixed a namespace error on attribute reporting bug
9173 pointed out by Tobias Reif
9174 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9175 using xmlsn instead of xmlns...
9176
9177Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9178
9179 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9180 typos reported by Mark Vakoc
9181
9182Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9183
9184 add:
9185 * doc/tutorial/api.html
9186 * doc/tutorial/ar01s09.html
9187 * doc/tutorial/includexpath.c
9188 updated
9189 * doc/tutorial/*.html
9190 fix my bad - forgot to check in new files when I last
9191 updated
9192
9193Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9194
9195 * win32/Makefile.bcb: new file, support for Borland C++
9196 * xmllint.c: fixed time inclusion for various compilers
9197
9198Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9199
9200 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9201 few casts to shut the compiler warnings
9202
9203Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9204
9205 * win32/Makefile.* win32/configure.js: fixed for mingw
9206
9207Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9208
9209 * globals.c threads.c: fixing bug #120870 try to avoid problem
9210 with uninitialized mutexes
9211
9212Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9213
9214 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9215 up with multiple states, select the "best" one. Fix #120682
9216 * result/relaxng/tutor11_2_3.err: small change resulting
9217
9218Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9219
9220 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9221
9222Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9223
9224 * include/libxml/[threads-xpointer].h: realigned parameters
9225 after taint
9226
9227Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9228
9229 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9230 as reported by Eric Zurcher
9231
9232Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9233
9234 * relaxng.c: fixed bug #120386 again a problem introduced when
9235 trying to reuse automata for content validation. Fix a bug report
9236 problem on zeroOrMore
9237 * result/relaxng/tutor3_7_err: change slightly error reporting.
9238
9239Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9240
9241 * include/libxml/Makefile.am: make sure the new header will
9242 be included when generating a new distribution.
9243
9244Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9245
9246 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9247 routines which led to bug #120040 and the ones reported by
9248 Martijn Faassen
9249
9250Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9251
9252 * include/libxml/parserInternals.h include/libxml/relaxng.h
9253 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9254 parameters after taint.
9255
9256Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9257
9258 * include/libxml/xmlversion.h.in: moved export defs to a separate
9259 file for consistency.
9260 * include/libxml/xmlexports.h: new file, contains export defs.
9261
9262Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9263
9264 * include/libxml/*.h genUnicode.py: exportability taint
9265 of the headers.
9266
9267Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9268
9269 * SAX.c: make the deprecated interfaces log an error message
9270 to be sure it won't get used.
9271
9272Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9273
9274 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9275 Adding new version of the SAX interface, it's not there yet,
9276 currently just preparing the work
9277 * globals.c parser.c SAX.c include/libxml/SAX.h
9278 include/libxml/globals.h include/libxml/parser.h: doing some
9279 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9280 while keeping functionalities, preparing SAX2 integration.
9281 * dict.c: small cleanup.
9282
9283Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9284
9285 * tree.c: fixes a small bug introduced in last commit and detected
9286 by valgrind.
9287
9288Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9289
9290 * dict.c hash.c: optimization when freeing hash tables.
9291 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9292 allocations
9293 * parser.c parserInternals.c include/libxml/parser.h: keep a
9294 single allocated block for all the attributes callbacks,
9295 avoid useless malloc()/free()
9296 * tree.c: do not realloc() when growing a buffer if the buffer
9297 ain't full, malloc/memcpy/free avoid copying memory.
9298
9299Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9300
9301 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9302 --dtdvalidfpi for Tobias Reif
9303
9304Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9305
9306 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9307 new dictionary module to keep a single instance of the names used
9308 by the parser
9309 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9310 switched all parsers to use the dictionary internally
9311 * include/libxml/HTMLparser.h include/libxml/parser.h
9312 include/libxml/parserInternals.h include/libxml/valid.h:
9313 Some of the interfaces changed as a result to receive or return
9314 "const xmlChar *" instead of "xmlChar *", this is either
9315 insignificant from an user point of view or when the returning
9316 value changed, those function are really parser internal methods
9317 that no user code should really change
9318 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9319 the docs were regenerated
9320
9321Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9322
9323 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9324
9325Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9326
9327 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9328 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9329
9330Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9331
9332 * doc/API*.html, doc/html/*: regenerated API documentation
9333 for xmlsoft.org (part of Bug 119535)
9334
9335Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9336
9337 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9338 doc/libxml2-api.xml: Minor changes to comments, etc. for
9339 improving documentation generation
9340 * doc/Makefile.am: further adjustment to auto-generation of
9341 win32/libxml2.def.src
9342
9343Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9344
9345 * News configure.in: preparing libxml2-2.5.10 release
9346 * doc/* : updated the doc and rebuilt
9347
9348Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9349
9350 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9351 Malcolm Tredinnick with the patch he suggested.
9352
9353Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9354
9355 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9356
9357Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9358
9359 * uri.c: fixing an use of strcpy() where both strings overlap
9360 pointed out by valgrind.
9361
9362Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9363
9364 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9365 some compilation warnings.
9366 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9367 plus some cleanup and better error reporting.
9368
9369Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9370
9371 * encoding.c: applied UTF-16 encoding handling patch provided by
9372 Mark Itzcovitz
9373 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9374 not having iconv support.
9375
9376Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9377
9378 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9379 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9380 mingw compiler on Windows.
9381
9382Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9383
9384 * parser.c: fixed the serious CPU usage problem reported by
9385 Grant Goodale
9386 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9387 missing in htmlSAXParseDoc
9388
9389Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9390
9391 * doc/Makefile.am: Removed dependency from libxml2.def.src
9392
9393Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9394
9395 * autogen.sh: took away the requirement for automake-1.4,
9396 changed the messages for getting auto* tools to current
9397 gnu pages.
9398 * configure.in: added check for Linux Dec alpha requiring
9399 -ieee flag, fixed test for ipv6
9400 * trionan.c: fixed problem for compiling on Linux Dec alpha
9401 using native compiler
9402 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9403 whenever libxml2-api.xml is changed.
9404
9405Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9406
9407 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9408 is not used.
9409
9410Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9411
9412 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9413
9414Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9415
9416 * News configure.in: preparing libxml2-2.5.9 release
9417 * doc/* : updated the doc and rebuilt
9418
9419Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9420
9421 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9422 definition to get a correct API XML description. This was apparently
9423 breaking Windows build.
9424
9425Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9426
9427 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9428 the progressive HTML parser front-end on large character data
9429 island leading to an erroneous end of data detection by the
9430 parser. Some cleanup too to get closer from the XML progressive
9431 parser.
9432
9433Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9434
9435 * win32/configure.js: Added in support for the ISO8859X
9436 module (patch provided by Jesse Pelton)
9437
9438Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9439
9440 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9441 when the library is not initialized and one try to save, the
9442 locks in threaded env might not been initialized, playing safe
9443 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9444 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9445 his tests to the regression suite.
9446
9447Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9448
9449 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9450 (with apologies to Igor) - Enhanced handling of docb and
9451 nanohttp.
9452
9453Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9454
9455 * encoding.c: further small changes for warnings when
9456 configured with --with-iconv=no
9457
9458Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9459
9460 * error.c trionan.[ch] testThreads.c python/generator.py:
9461 further small changes to elminate most of the remaining
9462 warnings.
9463
9464Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9465
9466 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9467 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9468 python/libxml.c include/libxml/xmlmemory.h: small changes
9469 to syntax to get rid of compiler warnings. No changes
9470 to logic.
9471
9472Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9473
9474 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9475
9476Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9477
9478 * tree.c: fixed a small problem in the patch for #118763
9479 * result/HTML/doc3.htm*: this reverts back to the previous result
9480
9481Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9482
9483 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9484 and rebuilt, apparently some C++ wrappers are not available,
9485 c.f. bug #118943
9486
9487Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9488
9489 * tree.c: fixing HTML attribute serialization bug #118763
9490 applying a modified version of the patch from Bacek
9491 * result/HTML/doc3.htm*: this modifies the output from one test
9492
9493Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9494
9495 * tree.c include/libxml/tree.h: added a new API to split a
9496 QName without generating any memory allocation
9497 * valid.c: fixed another problem with namespaces on element
9498 in mixed content case
9499 * python/tests/reader2.py: updated the testcase with
9500 Bjorn Reese fix to reader for unsignificant white space
9501 * parser.c HTMLparser.c: cleanup.
9502
9503Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9504
9505 * catalog.c: trying to fix #118754 of possible recursion in the
9506 catalogs. Not fantastically happy about the current fix since
9507 it's likely to break under very thread intensive concurrent
9508 access to the catalog. Better solution might to keep the depth
9509 an extra argument to the resolution functions.
9510
9511Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9512
9513 * valid.c: fixed bug #118712 about mixed content, and namespaced
9514 element names.
9515 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9516 in the regression tests
9517
9518Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9519
9520 Coninuing work on bug 118559
9521 * DOCBparser.c: removed 2 unsed vars
9522 * xmlregexp.c: changed some numeric const to their enum symbols
9523 * xmlreader.c: changed one var define from int to enum
9524 (a little more to be done, awaiting co-ordination)
9525 * relaxng.c: deleted one unused var
9526 * xmllint.c: deleted some unused vars, changed one arg
9527 val from int to enum
9528 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9529 * xmlIO.c: fixed typo from last night (small warning msg)
9530
9531Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9532
9533 Working on bug 118559
9534 * error.c: deleted unused variable
9535 * parserInternals.c: deleted unneeded 'const' qualifier
9536 * parser.c: changed variable type for enum temp storage
9537 * xmlIO.c: changed debugging var to be inside #ifdef
9538 * valid.c: removed unused variable
9539 * HTMLparser.c: removed some unneeded 'const' qualifiers
9540 * xpath.c: added some type casts, removed some unused vars
9541 * xinclude.c: added one type cast
9542 * nanohttp.c: repositioned some #ifdef to avoid unused var
9543 * nanoftp.c: removed unused var
9544
9545Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9546
9547 * HTMLparser.c: applied a patch from William Brack about
9548 the problem of parsing very large HTML instance with comments
9549 as raised by Nick Kew
9550
9551Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9552
9553 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9554 patch from Bjorn Reese for xmlTextReaderNodeType() and
9555 significant whitespace. There is an enum for node type
9556 values now.
9557
9558Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9559
9560 * encoding.c: applying patch from Peter Jacobi to added
9561 ISO-8859-x encoding support when iconv is not available
9562 * configure.in include/libxml/xmlversion.h.in
9563 include/libxml/xmlwin32version.h.in: added the glue needed
9564 at the configure level and made it the default for Windows
9565
9566Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9567
9568 * python/generator.py python/libxml.c python/libxml2class.txt:
9569 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9570 in python
9571
9572Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9573
9574 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9575 cleanup patch, and also avoided a possible memory leak
9576
9577Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9578
9579 * encoding.c: fix the previous commit
9580
9581Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9582
9583 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9584 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9585 some future cleanup of UTF8 handling
9586
9587Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9588
9589 * xpath.c: applied a change suggested by Sean Griffin in bug
9590 #118494 about a memory leak in EXSLT
9591
9592Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9593
9594 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9595 when fixing the previous Relax-NG bugs
9596 * result/relaxng/*: This slightly changes the output messages of
9597 some regression tests.
9598 * configure.in: added support of -with-fexceptions for nested C++
9599 support.
9600
9601Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9602
9603 * doc/tutorial/apa.html
9604 * doc/tutorial/apb.html
9605 * doc/tutorial/apc.html
9606 * doc/tutorial/apd.html
9607 * doc/tutorial/ape.html
9608 * doc/tutorial/apf.html
9609 * doc/tutorial/apg.html
9610 * doc/tutorial/aph.html
9611 * doc/tutorial/ar01s02.html
9612 * doc/tutorial/ar01s03.html
9613 * doc/tutorial/ar01s04.html
9614 * doc/tutorial/ar01s05.html
9615 * doc/tutorial/ar01s06.html
9616 * doc/tutorial/ar01s07.html
9617 * doc/tutorial/ar01s08.html
9618 * doc/tutorial/index.html
9619 * doc/tutorial/ix01.html
9620 * doc/tutorial/xmltutorial.pdf
9621 * doc/tutorial/xmltutorial.xml
9622 update tutorial with XPath example
9623
9624Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9625
9626 * SAX.c parser.c: fixing a bug about a special case of namespace
9627 handling, this closes bug #116841
9628
9629Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9630
9631 * relaxng.c result/relaxng/*: checked and fixed the compilation
9632 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9633 This slightly changes the output messages of some regression tests.
9634
9635Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9636
9637 * xmlreader.c: fixed an out of bound error #118052 , the good
9638 part if that base64 code was not in use yet ...
9639
9640Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9641
9642 * doc/xmllint.html
9643 include html version of the xmllint man page, so an
9644 up-to-date version is visible on the Web
9645
9646Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9647
9648 * xinclude.c include/libxml/xinclude.h: added a new API
9649 xmlXIncludeProcessTree() to process XInclude only on a subtree
9650 this should fix bug #115385
9651
9652Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9653
9654 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9655 the error callback and parameters of parsing and validation
9656 contexts
9657 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9658 on text nodes.
9659
9660Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9661
9662 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9663 when using the push XML parser.
9664 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9665 added the test to the regression suite.
9666
9667Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9668
9669 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9670 as suggested by Rob Richards
9671
9672Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9673
9674 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9675 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9676 to unsigned int and a couple of others.
9677
9678Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9679
9680 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9681
9682Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9683
9684 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9685
9686Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9687
9688 * globals.c threads.c: fixes some problem when freeing unititialized
9689 mutexes
9690
9691Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9692
9693 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9694 directly, some cleanups
9695 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9696 validation code.
9697
9698Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9699
9700 * win32/configure.js: Jesse Pelton pointed out a problem in the
9701 javascript code.
9702
9703Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9704
9705 * NEWS doc/*: regenerated
9706 * nanoftp.c nanohttp.c: might fix includes problems with the
9707 Ipv6 support on solaris
9708 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9709 defined as #IMPLIED
9710
9711Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9712
9713 * configure.in doc/*: preparing release 2.5.8
9714 * nanohttp.c: changed some preprocessor block
9715 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9716 hexBinary schema datatype and adding support for totalDigits and
9717 fractionDigits facets.
9718
9719Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9720
9721 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9722
9723Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9724
9725 * xinclude.c: fixed bug #116095 removing the error message when
9726 reapplying XInclude to a document.
9727
9728Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9729
9730 * xmlIO.c: applied small changes to portability layer for
9731 compilation on DJGPP Ms-DOS compiler.
9732
9733Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9734
9735 * parser.c HTMLparser.c: use the character() SAX callback
9736 if the cdataBlock ain't defined.
9737 * xpath.c: fix bug #115349 allowing compilation when configured
9738 with --without-xpath since the Schemas code needs NAN and co.
9739
9740Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9741
9742 Fixed problem with multi-threading, shown by the test program
9743 testThreads. After fix, ran mutiple tests on various speed
9744 machines (single and dual processor X86), which all seem okay.
9745
9746 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9747
9748 * threads.c: added missing initialisation for condition variable
9749 in xmlNewRMutex.
9750
9751Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9752
9753 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9754 closing bug #114837
9755
9756 * configure.in: Added checks for IPv6 support and getaddrinfo().
9757
9758 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9759
9760 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9761
9762 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9763 field or sockaddr_in field, depending upon the availability of IPv6
9764 support.
9765 have_ipv6(): Added to check for run-time IPv6 support.
9766 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9767 Modified to parse a URI with IPv6 address given in [].
9768 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9769 resolution, if it is available on the system, as gethostbyname
9770 does not return IPv6 addresses on some platforms.
9771 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9772 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9773 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9774 we are dealing with.
9775
9776 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9777 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9778 a URI with IPv6 address given in [].
9779 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9780 available on the system. Also IPv6 addresses will be resolved by
9781 gethostbyname only if IPv6 run-time support is available.
9782 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9783
9784Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9785
9786 * win32/configure.js include/win32config.h
9787 include/libxml/xmlversion.h.in: Applied the patch for BCB
9788 by Eric Zurcher.
9789
9790Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9791
9792 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9793 due to #115104 and while fixing #115101 . HTML URLs must not
9794 be version dependant.
9795
9796Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9797
9798 * entities.c: do not generate &quot; for " outside of attributes
9799 * result//*: this changes the output of some tests
9800
9801Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9802
9803 * parser.c xmlIO.c: trying to fix #114277 about when file
9804 remapping and escaping should really be attempted.
9805
9806Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9807
9808 * doc/*: applied a patch from Gman for building docs
9809 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9810 Gary Pennington to provide an allocator for xmlValidCtxt
9811 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9812 #113580 about data not being passed immediately.
9813
9814Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9815
9816 * tree.c: applied a couple of patches from Mark Itzcovitz
9817 to handle saving back "UTF-16" documents.
9818
9819Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9820
9821 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9822 some work done while in the Maldives (hence the timezone on the
9823 laptop !)
9824 * result/schemas/length3* test/schemas/deter0_*
9825 test/schemas/group0_*: some tests added too
9826
9827Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9828
9829 * encoding.c: small fix
9830 * xmlIO.c: fixed an error message
9831
9832Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9833
9834 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9835 accepting an improper UTF8 sequence
9836
9837Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9838
9839 * threads.c: applied the patch from Stéphane Bidoul for getting
9840 rid of extra threads in a dynamic library.
9841 * win32/configure.js: threads default to 'native' now.
9842
9843Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9844
9845 * HTMLtree.c: fixing bug #112904: html output method escaped
9846 plus sign character in URI attribute.
9847
9848Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9849
9850 * build_glob.py global.data globals.c parser.c
9851 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9852 up threads global defaults.
9853 * doc/libxml2-api.xml: this extends the API with new functions
9854 * python/tests/Makefile.am python/tests/reader2.py
9855 python/tests/thread2.py: integrated the associated testcase and
9856 fixed the error string used in reader2
9857
9858Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9859
9860 * configure.in libxml.spec.in python/Makefile.am: trying
9861 to conciliate --with-python= requirements and RPM builds,
9862 a PITA really...
9863
9864Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9865
9866 * HTMLparser.c: oops last commit introduced a memory leak.
9867
9868Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9869
9870 * xmllint.c doc/xmllint.xml: added --nonet option
9871 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9872 xsltproc or xmllint
9873 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9874 rebuilt
9875 * HTMLparser.c: cleaned up the HTML parser context build when
9876 using an URL
9877
9878Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9879
9880 * libxml.spec.in: added a comment about bug #112902
9881
9882Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9883
9884 * minor cleanup of configure '--help' display
9885 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9886
9887Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9888
9889 * tree.c: PI nodes in external subset were not freed :-\
9890 fixes bug #112842
9891
9892Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9893
9894 * xmllint.c: added --schema option to run WXS schema validation
9895 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9896 tried to improve error reporting in the Schema code, some cleanup
9897 too.
9898
9899Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9900
9901 * xmlschemas.c: fixed some problems in the handling of errors,
9902 and attributes addressed by references.
9903 * test/schemas/* result/schemas/*: dropped the verbosity level
9904 and added a couple of new tests
9905
9906Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9907
9908 * relaxng.c: Stéphane Bidoul found an off by one addressing
9909 error on the error handling.
9910
9911Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9912
9913 * xmlschemastypes.c: trying to fix #112673
9914
9915Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9916
9917 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9918 warning, this fixed a bug and should close #111574
9919
9920Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9921
9922 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9923 holding minOccurs="0"
9924 * test/schemas/all_* result/schemas/all_*: added some regression
9925 tests for that bug
9926 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9927 Garry Pennington to compile without schemas support.
9928
9929Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9930
9931 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9932
9933Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9934
9935 * xml2-config.in: try to fix Red hat bug #89957, do not
9936 output -L/usr/lib64
9937 * xmlreader.c: fixed a typo in a comment
9938
9939Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9940
9941 * doc/tutorial/aph.html, ix01.html
9942 forgot to cvs add the new files. Thanks to Roland van Laar
9943 for pointing this out
9944
9945Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9946
9947 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9948 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9949 to the XML/XSLT doc generation closing #111799
9950 * doc/html/*: complete update of the HTML results
9951
9952Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9953
9954 * win32/defgen.xsl: fixed the conditional for unicode map,
9955 removed hardcoded schema entries
9956
9957Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9958
9959 * win32/defgen.xsl: new file, stylesheet for generating
9960 win32/libxml2.def.src from doc/libxml2-api.xml
9961 * win32/libxml2.def.src: is autogenerated from now on, changes
9962 to this file will not appear here anymore
9963
9964Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9965
9966 * win32/configure.js python/setup.py.in: applied patch
9967 from Stéphane Bidoul for the Python bindings on the new
9968 release.
9969
9970Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9971
9972 * debugXML.c: included libxml/uri.h for xmlCanonicPath
9973 declaration
9974 * win32/configure.js: thread-enabled build is now default
9975 * win32/libxml2.def.src: added more exports
9976
9977Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9978
9979 * NEWS doc/*.xsl doc/*.html: updated the web site separated
9980 developers from common pages, made the transition to XHTML1,
9981 added validity checking to the makefile rules.
9982
9983Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9984
9985 * parser.c: fix for xmlIOParseDTD same as previous and reported
9986 by Petr Pajas
9987
9988Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9989
9990 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
9991 closing #111638
9992
9993Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9994
9995 * python/generator.py: fixed a problem in the generator where
9996 the way functions are remapped as methods on classes was
9997 not symetric and dependant on python internal hash order,
9998 as reported by Stéphane Bidoul
9999
10000Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10001
10002 * doc/tutorial:
10003 xmltutorial.xml
10004 xmltutorial.pdf
10005 *.html
10006 add appendix on generating compiler flags, more indexing
10007
10008Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10009
10010 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10011 to get libxml-2.5.7 to compile on OpenVMS
10012
10013Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10014
10015 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10016
10017Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10018
10019 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10020 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10021 man page based on xsltproc and a stylesheet PI in the XML.
10022
10023Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10024
10025 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10026 character preventing rendering by the man command.
10027
10028Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10029
10030 * NEWS configure.in: preparing release 2.5.7
10031 * doc/*: updated and rebuilt the docs
10032 * doc/apibuild.py: fixed the script
10033
10034Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10035
10036 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10037 get in the way of the builds
10038 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10039
10040Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10041
10042 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10043 Memory test from Havoc Pennington #109368
10044 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10045 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10046 include/libxml/parser.h: a lot of memory allocation cleanups
10047 based on the results of the OOM testing
10048 * check-relaxng-test-suite2.py: seems I forgot to commit the
10049 script.
10050
10051Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10052
10053 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10054
10055Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10056
10057 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10058 more places where xmlCanonicPath() must be used to convert
10059 filenames to URLs, trying to fix #111088
10060
10061Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10062
10063 * python/libxml.c python/libxml.py: applied patch from
10064 Brent M Hendricks adding binding for xmlCatalogAddLocal
10065
10066Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10067
10068 * HTMLparser.c: tried to fix #98879 again in a more solid
10069 way.
10070
10071Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10072
10073 * win32/libxml2.def.src: added more exports from the relaxng and
10074 xmlreader clan
10075
10076Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10077
10078 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10079 provided by Brent Hendricks fixing #105992 and integrated the
10080 examples in the testsuite.
10081
10082Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10083
10084 * TODO: updated a bit
10085 * configure.in: fixed the comment, threads now default to on
10086 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10087
10088Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10089
10090 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10091 xmlreader.c include/libxml/parser.h: a lot of performance work
10092 especially the speed of streaming through the reader and push
10093 interface. Some thread related optimizations. Nearly doubled the
10094 speed of parsing through the reader.
10095
10096Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10097
10098 * doc/xmllint.xml
10099 * doc/xmllint.1
10100 update man page to explain use of --stream
10101
10102Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10103
10104 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10105 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10106 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10107 include/libxml/globals.h include/libxml/xmlmemory.h: added
10108 xmlMallocAtomic() to be used when allocating blocks which
10109 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10110 to allow registering the full set of functions needed by
10111 a garbage collecting allocator like libgc, ref #109944
10112
10113Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10114
10115 * configure.in: switched to have thread support enabled by default,
10116 didn't got troubles with ABI compatibility on Linux, hope it
10117 won't break on strange OSes, if yes, report the system ID
10118 * doc/libxml2-api.xml: just rebuilt the API
10119
10120Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10121
10122 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10123 added support for large file, tested with a 3+GB instance,
10124 and some cleanup.
10125 * catalog.c: added a TODO
10126 * Makefile.am: added some "make tests" comments
10127
10128Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10129
10130 * relaxng.c: some cleanups
10131 * doc/xmlreader.html: extended the document to cover RelaxNG and
10132 tree operations
10133 * python/tests/Makefile.am python/tests/reader[46].py: added some
10134 xmlReader example/regression tests
10135 * result/relaxng/tutor*.err: updated the output of a number of tests
10136
10137Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10138
10139 * relaxng.c: valgrind pointed out an uninitialized variable error.
10140
10141Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10142
10143 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10144 xmlreader.c: augnemting the APIs, cleanups.
10145 * parser.c: cleanup bug #111005
10146 * xmlIO.c: added some missing comments
10147
10148Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10149
10150 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10151 trying to improve the subset compiled, and more testing.
10152 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10153 documentation
10154 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10155 * result/relaxng/*.err: fix some of the outputs
10156
10157Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10158
10159 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10160 include/libxml/xmlreader.h: implemented streaming of
10161 RelaxNG (when possible) on top of the xmlReader interface,
10162 provided it as xmllint --stream --relaxng .rng .xml
10163 This seems to mostly work.
10164 * Makefile.am: updated to test RelaxNG streaming
10165
10166Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10167
10168 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10169 based validity checking of fragments of the document for
10170 which the RNG can be compiled to regexps. Works on all regression
10171 tests, only fix needed is related to error messages.
10172
10173Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10174
10175 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10176 include/libxml/xmlregexp.h: Starting work precompiling
10177 parts of RelaxNG schemas. Not plugged onto validity checking
10178 yet, just the regexp building part. Needed to extend some
10179 of the automata and regexp APIs.
10180
10181Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10182
10183 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10184 xmllint --stream and xmllint --stream --valid returns errors
10185 code appropriately
10186
10187Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10188
10189 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10190 and Next() operation to work on subtrees within the reader
10191 framework.
10192 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10193 * python/tests/reader5.py: added an example for those new
10194 functions of the reader.
10195
10196Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10197
10198 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10199
10200Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10201
10202 * xmlreader.c: fixing HasValue for namespace as raised by
10203 Denys Duchier
10204
10205Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10206
10207 * HTMLparser.c include/libxml/HTMLparser.h: exported
10208 htmlCreateMemoryParserCtxt() it was static
10209
10210Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10211
10212 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10213 update from Charles Bozeman for date and duration types
10214 * test/schemas/date_0.* test/schemas/dur_0.*
10215 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10216
10217Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10218
10219 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10220 fixing bug #107129, removing excessive allocation and calls
10221 to *printf in the code to build QName strings.
10222
10223Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10224
10225 * win32/libxml2.def.src: fixed conditional exports, reported by
10226 Luke Murray.
10227
10228Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10229
10230 * parser.c: fixed a possible problem with xmlRecoverMemory()
10231
10232Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10233
10234 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10235 triostr.h: Bjorn sent an update for the TRIO portability layer.
10236
10237Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10238
10239 * win32/libxml2.def.src: exported new functions
10240
10241Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10242
10243 * configure.in NEWS: preparing release 2.5.6
10244 * doc/*: updated and rebuilt the docs
10245
10246Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10247
10248 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10249 on C14Ntests
10250
10251Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10252
10253 * relaxng.c: one more fixup of error message reporting
10254
10255Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10256
10257 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10258 variable pointed out by valgrind
10259
10260Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10261
10262 * relaxng.c: try to work on bug #109225 and provide better
10263 error reports.
10264 * result/relaxng/* : this change the output of a number of tests
10265 * xinclude.c: fixing the parsed entity redefinition problem
10266 raised on the list.
10267 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10268
10269Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10270
10271 * xmlschemastypes.c: fixed date comparison to handle the tzo
10272 The only failures left are disagreements on Notations and
10273 '+1' not being allowed for ulong, uint, ushort and ubyte.
10274
10275Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10276
10277 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10278 to the XML Schemas errata
10279 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10280
10281Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10282
10283 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10284 and facets support. Currently only schemas with binHex or
10285 base64 don't compile. A few error left in the test suite:
10286 found 1035 test instances: 919 success 23 failures
10287 most are gdate or gdateyear failing check, and a few cases where
10288 James clark tests results are strange.
10289 * valid.c: allow to reuse the Notation checking routine without
10290 having a validation context.
10291 * SAX.c: removed a #if 0
10292
10293Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10294
10295 * xinclude.c: forgot to apply one check from #106931 patch
10296 * xmlschemastypes.c: more work on XML Schemas datatypes
10297
10298Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10299
10300 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10301 on cleaning up XML Schemas datatypes based on James Clark tests
10302 test/xsdtest/xsdtest.xml
10303
10304Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10305
10306 * relaxng.c: implemented comparisons for Schemas values.
10307 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10308 some bugs in duration handling, comparisons for durations
10309 and decimals, removed all memory leaks pointed out by James
10310 testsuite. Current status is now
10311 found 238 test schemas: 197 success 41 failures
10312 found 1035 test instances: 803 success 130 failures
10313
10314Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10315
10316 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10317 leaks in the W3C XML Schemas code
10318 * xmlschemastypes.c: implemented nonPositiveInteger
10319 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10320 fixed the test and result.
10321
10322Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10323
10324 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10325 parser and a typo
10326 * xmlschemastypes.c: reindenting, fixing a memory access
10327 problem with dates.
10328
10329Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10330
10331 * parser.c: fixing #109227 providing more context in case of
10332 start/end tag mismatch
10333 * python/tests/ctxterror.py python/tests/readererr.py: update the
10334 tests accordingly
10335
10336Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10337
10338 * xinclude.c: should fix #109327 errors on memory accesses
10339
10340Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10341
10342 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10343 is an URI reference
10344
10345Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10346
10347 * xpath.c: fixed bug #109160 on non-ASCII IDs
10348
10349Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10350
10351 * parser.c: Norm suggested a nicer error message for xml:space values
10352 errors
10353
10354Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10355
10356 * xpath.c include/libxml/xpath.h: first part of the fix to
10357 performance bug #108905, adds xmlXPathOrderDocElems() providing
10358 document order for nodes.
10359 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10360
10361Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10362
10363 * xmlschemastypes.c: removing a warning with Sun compiler
10364 bug #109154
10365
10366Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10367
10368 * doc/xmllint.xml
10369 * doc/xmllint.1
10370 update xmllint man page with --relaxng option
10371
10372Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10373
10374 * python/setup.py.in : was missing "drv_libxml2.py"
10375
10376Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10377
10378 * tree.c xpath.c: some changes related to the new way of
10379 handling Result Value Tree, before 2.5.5
10380
10381Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10382
10383 * configure.in NEWS: preparing release 2.5.5
10384 * doc/* : updated the documentation and regenerated it.
10385
10386Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10387
10388 * xpath.c: fixed some problems related to #75813 about handling
10389 of Result Value Trees
10390
10391Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10392
10393 * uri.c: applied a set of patches from Lorenzo Viali correcting
10394 URI parsing errors.
10395
10396Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10397
10398 * parser.c: validity status was not passed back when validating in
10399 entities, but raised by Oliver Fischer
10400
10401Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10402
10403 * HTMLtree.c: avoid escaping ',' in URIs
10404
10405Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10406
10407 * parser.c: fixing bug #108976 get the ID/REFs to reference
10408 the ID in the document content and not in the entity copy
10409 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10410 stuff, better solution for #107208
10411 * xmlregexp.c: removed a direct printf, dohhh
10412 * xmlreader.c: fixed a bug on streaming validation of empty
10413 elements in entities
10414 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10415 cleanup of the validation tests
10416 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10417 added more ID/IDREF tests to the suite
10418
10419Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10420
10421 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10422 compiler.
10423
10424Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10425
10426 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10427
10428Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10429
10430 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10431 defined in entities content
10432
10433Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10434
10435 * SAX.c: Fixed validation bug #108858 on namespace names using
10436 entities and reported by Brent Hendricks
10437 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10438 --debug output.
10439
10440Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10443 about the DocType node not being reported sometimes.
10444 * python/tests/reader.py: added to test to the regression checks
10445
10446Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10449 reported by Edd Dumbill
10450
10451Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10452
10453 * HTMLparser.c parser.c parserInternals.c: patch from
10454 johan@evenhuis.nl for #107937 fixing some line counting
10455 problems, and some other cleanups.
10456 * result/HTML/: this result in some line number changes
10457
10458Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10459
10460 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10461 instead of libxml.spec
10462 * relaxng.c: fixed some of the error reporting excessive
10463 verbosity
10464 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10465 xmlschemastypes.c: removed some warnings from gcc
10466 * doc/libxml2-api.xml: rebuilt
10467
10468Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10469
10470 * relaxng.c: another optimization, for choice this time
10471 * result/relaxng/spec1* result/relaxng/tutor12_1*
10472 result/relaxng/tutor3_7: cleanups.
10473
10474Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10475
10476 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10477 * test/relaxng/testsuite.xml: augmented the test suite
10478 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10479 some schemas validation tests in the presence of foreign
10480 namespaces.
10481
10482Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10483
10484 * relaxng.c: added another interleave speedup.
10485
10486Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10487
10488 * xmlschemastypes.c: added integer and fixed one of the
10489 IDREFS regression tests pbm
10490 * result/relaxng/docbook_0.err: updated
10491
10492Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10493
10494 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10495 declared both in the DTD and in the Schemas <grin/>
10496 * relaxng.c: more debug, added a big optimization for <mixed>
10497 * test/relaxng/testsuite.xml: augmented the testsuite
10498 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10499 DocBook example to the regression tests
10500
10501Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10502
10503 * check-xsddata-test-suite.py: cosmetic change for output
10504 * relaxng.c: try to minimize calls to malloc/free for states.
10505
10506Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10507
10508 * tree.c: removed a warning
10509 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10510 support
10511 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10512 cleanup/improvements of the regression tests batch
10513 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10514
10515Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10516
10517 * relaxng.c: fixed error msg cleanup deallocation
10518 * xmlschemastypes.c: added a function to handle lists of
10519 atomic types, added support for IDREFS
10520
10521Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10522
10523 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10524 and IDREF, usable from RelaxNG now
10525 * include/libxml/xmlschemastypes.h: need to add a new interface
10526 because the validation modifies the infoset
10527 * test/relaxng/testsuite.xml: extended the testsuite
10528
10529Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10530
10531 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10532 shemas datatype ID/IDREF support still missing though.
10533 * xmlreader.c: fix a crashing bug with prefix raised by
10534 Merijn Broeren
10535 * test/relaxng/testsuite.xml: augmented the testsuite with
10536 complex inheritance tests
10537
10538Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10539
10540 * relaxng.c: switched back to the previous Relax-NG code base,
10541 the derivation algorithm need severe constraining code to avoid
10542 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10543 TEI based example and other bugs
10544 * result/relaxng/*err: updated the results
10545 * test/relaxng/testsuite.xml: started a new test suite
10546
10547Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10548
10549 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10550 that the original RelaxNG validation code was un-fixeable, it got
10551 rewritten to use the derivation algorithm from James Clark and
10552 redebugged it (nearly) from scratch:
10553 found 373 test schemas: 372 success 1 failures
10554 found 529 test instances: 529 success 0 failures
10555
10556Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10557
10558 * SAX.c parser.c: fix some recursion problems introduced in the
10559 last release.
10560 * relaxng.c: more debugging of the RNG validation engine, still
10561 problems though.
10562
10563Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10564
10565 * Makefile.am: stop generating wrong result file with * in name
10566 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10567 * result/relaxng/demo* test/relaxng/demo: added the tests from
10568 Sebastian reproducing the problem.
10569
10570Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10571
10572 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10573 up Aleksey's change
10574
10575Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10576
10577 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10578 variable to control the indentation for the xmllint "--format"
10579 option
10580
10581Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10582
10583 * encoding.c: applied Gennady's patch against buffer overrun
10584
10585Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10586
10587 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10588 Clark it appeared I had bug in URI parsing code ...
10589 * relaxng.c include/libxml/relaxng.h: completely revamped error
10590 reporting to not loose message from optional parts.
10591 * xmllint.c: added timing for RNG validation steps
10592 * result/relaxng/*: updated the result, all error messages changed
10593
10594Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10595
10596 * xpath.c: fix bug #107804, the algorithm used for document order
10597 computation was failing on attributes.
10598
10599Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10600
10601 * valid.c: fix bug #107764 , possibility of buffer overflow
10602 in xmlValidDebug()
10603
10604Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10605
10606 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10607 from Philipp Dunkel
10608
10609Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10610
10611 * xmlschemastype.c: made powten array static it should not be exported
10612 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10613 parser function.
10614 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10615
10616Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10617
10618 * tree.c: fixed a node dump crash on attributes
10619 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10620 an URI test bug and get better output.
10621
10622Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10623
10624 * check-xsddata-test-suite.py: give more infos
10625 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10626 REF->DEF in attribute values.
10627
10628Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10629
10630 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10631 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10632 regression tests from James Clark.
10633
10634Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10635
10636 * relaxng.c xmlschemas.c xmlschemastypes.c
10637 include/libxml/xmlschemastypes.h: added param support for relaxng
10638 type checking, started to increment the pool of simple types
10639 registered, still much work to be done on simple types and
10640 facets checkings.
10641
10642Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10643
10644 * entities.c: fixes again one of the problem raised by
10645 James Clark in #106788
10646
10647Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10648
10649 * relaxng.c: Fixed a couple of problem raised by James Clark
10650 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10651 datatype level still not fixed though.
10652
10653Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10654
10655 * configure.in: preparing release 2.5.4
10656 * doc/*: updated and rebuilt the docs
10657 * relaxng.c: removed warnings
10658 * result/relaxng/*: updated the results
10659
10660Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10661
10662 * valid.c: fixes a DTD regexp generation problem.
10663
10664Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10665
10666 * parser.c: fixes bug #105998 about false detection of
10667 attribute consumption loop.
10668
10669Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10670
10671 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10672
10673Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10674
10675 * SAX.c: fixed bug #105992
10676
10677Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10678
10679 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10680 element.
10681 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10682 found 373 test schemas: 369 success 4 failures
10683 found 529 test instances: 525 success 4 failures
10684 * check-relaxng-test-suite.py: added memory debug reporting
10685
10686Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10687
10688 * uri.c parser.c: some warning removal on Igor's patch
10689 * tree.c: seems I messed up with #106788 fix
10690 * python/libxml.c: fixed some base problems when Python provides
10691 the resolver.
10692 * relaxng.c: fixed the interleave algorithm
10693 found 373 test schemas: 364 success 9 failures
10694 found 529 test instances: 525 success 4 failures
10695 the resulting failures are bug in the algorithm from 7.3 and
10696 lack of support for params
10697
10698Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10699
10700 * parser.c: another fix for nodeinfo in entities problem
10701 * tree.c entities.c: fixed bug #106788 from James Clark
10702 some spaces need to be serialized as character references.
10703
10704Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10705
10706 * parser.c uri.c: fixed the bug I introduced in the path
10707 handling, reported by Sebastian Bergmann
10708
10709Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10710
10711 * parser.c: fixing some nodeinfo in entities problem raised
10712 by Glenn W. Bach
10713 * relaxng.c: implemented the first section 7.3 check
10714 * result/relaxng/*: updated the results
10715
10716Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10717
10718 * relaxng.c: fixed some problems in the previous commit
10719 and finished implementing 4.16 rules checking
10720 found 373 test schemas: 353 success 20 failures
10721 found 529 test instances: 519 success 6 failures
10722 * result/relaxng/*: updated the results
10723
10724Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10725
10726 * relaxng.c: implemented checks from section 7.2
10727
10728Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10729
10730 * relaxng.c: implemented the checks from section 7.1, fixed
10731 some of the 4.20 and 4.21 problems.
10732 found 373 test schemas: 338 success 35 failures
10733 found 529 test instances: 519 success 6 failures
10734 * result/relaxng/*: updated the results
10735
10736Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10737
10738 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10739 * result/relaxng/*: updated the results
10740
10741Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10742
10743 * relaxng.c: more bugfixes
10744 * result/relaxng/*: updated the results
10745
10746Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10747
10748 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10749 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10750 * SAX.c: ensured xmlDoc.URL is always canonic
10751 * parser.c: obsoleted xmlNormalizeWindowsPath
10752 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10753 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10754 * win32/libxml2.def.src: added few exports
10755
10756Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10757
10758 * Makefile.am configure.in: patched to have shared libraries
10759 for Python regression tests and static binaries for gdb debug
10760 in my development environment
10761 * relaxng.c: more bugfixes
10762 found 373 test schemas: 296 success 77 failures
10763 found 529 test instances: 516 success 8 failures
10764 * result/relaxng/*: updated the results
10765
10766Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10767
10768 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10769
10770Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * xmlschemastypes.c: float/double check bugfix
10773 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10774 validation
10775 * xmlreader.c: add a TODO for Jody
10776 * relaxng.c: bugfix bugfix bugfix
10777 found 373 test schemas: 300 success 73 failures
10778 found 529 test instances: 507 success 10 failures
10779 * result/relaxng/*: updated the results
10780
10781Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10782
10783 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10784
10785Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10786
10787 * relaxng.c check-relaxng-test-suite.py: more work on the
10788 RelaxNG implementation conformance testing.
10789 found 373 test schemas: 284 success 89 failures
10790 found 529 test instances: 448 success 47 failures
10791 * result/relaxng/*: updated the results
10792
10793Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10794
10795 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10796 a patch from Kjartan Maraas to fix some typos
10797
10798Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10799
10800 * relaxng.c: more bug-hunting
10801 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10802 intermediate rng tree
10803 * python/generator.py: patch from Stephane Bidoul to fix the generator
10804 on python < 2.2
10805
10806Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10807
10808 * check-relaxng-test-suite.py relaxng.c: more testing on the
10809 Relax-NG front, cleaning up the regression tests failures
10810 current state and I forgot support for "mixed":
10811 found 373 test schemas: 280 success 93 failures
10812 found 529 test instances: 401 success 68 failures
10813 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10814 moved the Name, NCName and QName validation routine in tree.c
10815 * uri.c: fixed handling of URI ending up with #, i.e. having
10816 an empty fragment ID.
10817 * result/relaxng/*: updated the results
10818
10819Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10820
10821 * check-xinclude-test-suite.py: improved the script accordingly
10822 to the XInclude regression tests updates
10823 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10824 November 2002
10825 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10826 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10827 augmented the Xpointer testsuite for the element() scheme
10828
10829Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10830
10831 * relaxng.c: added TODO for the DTD compatibility spec
10832 * xinclude.c: more bug fixes driven by the testsuite
10833
10834Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10835
10836 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10837 regression tests for XInclude, improved the script, improving
10838 XInclude error reporting mechanism
10839
10840Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10841
10842 * NEWS doc/* configure.in: preparing release 2.5.3
10843
10844Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * tree.c: trying to fix #104934 about some XHTML1 serialization
10847 issues.
10848
10849Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10852 encoding conversion when the input buffer stops in the
10853 middle of a multibyte char
10854
10855Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10856
10857 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10858 * check-relaxng-test-suite.py: python script to run regression
10859 against OASIS RelaxNG testsuite
10860 * relaxng.c: some cleanup tweaks
10861 * HTMLparser.c globals.c: cleanups in comments
10862 * doc/libxml2-api.xml: updated the API
10863 * result/relaxng/*: errors moved files, so large diffs but
10864 no changes at the semantic level.
10865
10866Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10867
10868 * tree.c: fixing #105678 problem when dumping a namespace node.
10869
10870Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10871
10872 * xpath.c: fixed doc comment problems
10873 * python/generator.py python/libxml_wrap.h python/types.c: adding
10874 RelaxNG wrappers
10875 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10876 test of those early Python RelaxNG bindings
10877
10878Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10879
10880 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10881 * relaxng.c: found the validation problem I had with interleave
10882 when not covering all remaining siblings
10883 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10884 testsuite and check the RNG schemas against the RNG schemas
10885 given in appendix A
10886
10887Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10888
10889 * win32/Makefile.msvc: updates for RelaxNG
10890 * win32/Makefile.mingw: updates for RelaxNG
10891 * win32/libxml2.def.src: added RelaxNG exports
10892
10893Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10894
10895 * xinclude.c: applied another bug fix from Sean Chittenden
10896
10897Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10898
10899 * configure.in xmllint.c: I f...ed up the default configuration
10900 of schemas and --relaxng option display in xmllint, pointed by
10901 Morus Walter.
10902 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10903 detection module, fixes bug #105374.
10904
10905Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10906
10907 * xmlschemastypes.c: added the boolean base type.
10908
10909Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10910
10911 * xmlschemastypes.c: started implementing some of the missing
10912 default simple types
10913 * result/relaxng/*: updated the results
10914
10915Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10916
10917 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10918
10919Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10920
10921 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10922 * Makefile.am: use xmllint for doing the RelaxNG tests
10923 * configure.in: preparing 2.5.2 made schemas support default to
10924 on instead of off
10925 * relaxng.c: removed the verbosity
10926 * xmllint.c: added --relaxng option
10927 * python/generator.py python/libxml_wrap.h: prepared the integration
10928 of the new RelaxNG module and schemas
10929 * result/relaxng/*: less verbose output
10930
10931Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10932
10933 * valid.c: do not run content model validation if the
10934 content is not determinist
10935
10936Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10937
10938 * SAX.c: added the redefinition of namespaced attribute
10939 check that was missing as Fabrice Desré pointed out.
10940
10941Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10942
10943 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10944 improvements from Nick Kew, allowing to do more checking
10945 to HTML elements and attributes.
10946
10947Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10948
10949 * xinclude.c: fixing bug #105137 about entities declaration
10950 needing to be copied to the including document.
10951
10952Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10953
10954 * catalog.c: fixed bug #104817 with delegateURI
10955 * xpath.c: fixing bugs #104123 and #104125
10956
10957Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
10958
10959 * configure.in valid.c xmlreader.c python/libxml_wrap.h
10960 python/types.c: fixing #104096 to compile without regexps
10961
10962Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10963
10964 * valid.c: fixing bug #103969 forgot to add an epsilon transition
10965 when building the automata for elem*
10966
10967Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10968
10969 * HTMLparser.c: applied patch from Arne de Bruijn fixing
10970 bug #103827
10971
10972Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10973
10974 * HTMLparser.c: updating a comment, fixing #103776
10975
10976Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10977
10978 * parser.c: fixing bug 105049 for validity checking of content
10979 within recursive entities.
10980
10981Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10982
10983 * HTMLparser.c: try to fix # 105049
10984 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
10985 * tree.c: updated a function comment
10986
10987Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10988
10989 * relaxng: more work on grammars and refs/defs
10990 * test/relaxng/* result/relaxng/*: augmented/updated the
10991 regression tests
10992
10993Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10994
10995 * relaxng: more work on name classes, except support
10996 * test/relaxng/* result/relaxng/*: augmented/updated the
10997 regression tests
10998
10999Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11000
11001 * relaxng: more work on name classes, the "validate all" schemas
11002 seems to work now.
11003 * test/relaxng/* result/relaxng/*: augmented/updated the
11004 regression tests
11005
11006Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11009 * parser.c: put a guard against infinite document depth, basically
11010 trying to avoid another kind of DoS attack.
11011 * relaxng.c: some code w.r.t. nameClasses
11012
11013Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11014
11015 * test/relaxng/* result/relaxng/*: check all the namespace support
11016 was actually correct based on tutorial section 10.
11017
11018Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11019
11020 * relaxng: include seems to work okay now
11021 * test/relaxng/* result/relaxng/*: augmented/updated the
11022 regression tests
11023
11024Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11025
11026 * relaxng.c: a bit of work done in the train back.
11027 * test/relaxng/*: added one of the include tests
11028
11029Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11030
11031 * relaxng: more work done in the train
11032 * test/relaxng/* result/relaxng/*: augmented/updated the
11033 regression tests
11034
11035Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11036
11037 * relaxng.c: debugging of externalRef
11038 * test/relaxng/* result/relaxng/*: augmented/updated the
11039 regression tests
11040
11041Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11042
11043 * relaxng.c: more work on Relax-NG, implementing externalRef
11044 * test/relaxng/* result/relaxng/*: augmented/updated the
11045 regression tests
11046 * Makefile.am: cleanup to Relaxtests target
11047
11048Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11049
11050 * relaxng.c: more work on Relax-NG, implementing interleave
11051 * test/relaxng/* result/relaxng/*: augmented/updated the
11052 regression tests
11053
11054Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11055
11056 * relaxng.c: more work on Relax-NG, implementing interleave
11057 * test/relaxng/* result/relaxng/*: augmented/updated the
11058 regression tests
11059
11060Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11061
11062 * doc/tutorial/customfo.xsl
11063 * doc/tutorial/customhtml.xsl
11064 adding stylesheet customizations used to generate fo
11065 for pdf and html
11066
11067Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11068
11069 * relaxng.c: more work on Relax-NG
11070 * test/relaxng/* result/relaxng/*: augmented/updated the
11071 regression tests
11072 * xmlschemastypes.c: added a number of base type definition but not
11073 the associated checks, those are still TODOs
11074
11075Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11076
11077 in docs/tutorial:
11078 * apa.html
11079 * apb.html
11080 * apc.html
11081 * apd.html
11082 * ape.html
11083 * apf.html
11084 * apg.html
11085 * ar01s02.html
11086 * ar01s03.html
11087 * ar01s04.html
11088 * ar01s05.html
11089 * ar01s06.html
11090 * ar01s07.html
11091 * ar01s08.html
11092 * index.html
11093 * xmltutorial.pdf
11094 * xmltutorial.xml
11095 add index to tutorial
11096
11097Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11098
11099 * doc/xmlcatalog.1
11100 * doc/xmlcatalog_man.html
11101 * doc/xmlcatalog_man.xml
11102 belatedly fixing bug #93622 (adds rewriteURI type to
11103 "--add" option in xmlcatalog man page
11104
11105Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11106
11107 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11108 Julio Merino, closing #104475
11109
11110Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11111
11112 * relaxng.c: more work on Relax-NG
11113 * test/relaxng/* result/relaxng/*: augmented/updated the
11114 regression tests
11115
11116Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11117
11118 * relaxng.c: more work on Relax-NG
11119 * test/relaxng/* result/relaxng/*: augmented/updated the
11120 regression tests
11121
11122Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11123
11124 * README: updated the policy on private mail answers
11125 * relaxng.c: more work on Relax-NG
11126 * test/relaxng/* result/relaxng/*: augmented/updated the
11127 regression tests
11128
11129Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11130
11131 * error.c parser.c tree.c: applied a documentation patch from
11132 Stefan Kost
11133
11134Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11135
11136 * relaxng.c: more work on Relax-NG
11137 * doc/*: regenerated the docs
11138 * test/relaxng/* result/relaxng/*: updated and augmented the
11139 Relax-NG regression tests and results
11140
11141Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11142
11143 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11144 First commit of the new Relax-NG validation code, not generally
11145 useful yet.
11146 * test/relaxng/* result/relaxng/*: current state of the regression
11147 tests
11148
11149Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11150
11151 * tree.c: minimized the memory allocated for GetContent
11152 and a bit of cleanup.
11153
11154Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11155
11156 * python/generator.py: seems there is no good reasons to
11157 not generate bindings for XPointer
11158
11159Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11160
11161 * xmlreader.c doc/apibuild.py: applied a new patch from
11162 Stéphane Bidoul for cleanups
11163 * doc/libxml2-api.xml: rebuilt the API description with
11164 new entry points
11165
11166Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11167
11168 * xmlreader.c python/drv_libxml2.py python/generator.py
11169 python/libxml.c python/libxml.py python/libxml_wrap.h
11170 python/types.c: patch from Stéphane Bidoul for better per
11171 context error message APIs
11172 * python/tests/ctxterror.py python/tests/readererr.py:
11173 update of the tests
11174
11175Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11176
11177 * doc/guidelines.html
11178 grammar and spelling cleanup
11179
11180Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11181
11182 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11183 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
11184 a patch from Stéphane Bidoul to allow per XMLtextReader error
11185 and warning handling
11186 * python/tests/Makefile.am python/tests/readererr.py: adding the
11187 specific regression test
11188
11189Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11190
11191 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11192 should raise a syntax error
11193
11194Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11195
11196 * python/libxml.c: cleanup patch from Stéphane Bidoul
11197
11198Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11199
11200 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11201
11202Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11203
11204 * python/generator.py python/libxml.c python/libxml.py
11205 python/libxml_wrap.h python/types.c: applied and fixed a patch
11206 from Stéphane Bidoul to provide per parser error handlers at the
11207 Python level.
11208 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11209 regression test for it.
11210
11211Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11212
11213 * xmlreader.c: fixed the streaming property of the reader,
11214 it was generating tree faster than consuming it. Pointed out
11215 by Nate Myers
11216 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11217
11218Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11219
11220 * win32/libxml2.def.src: added more xmlreader and other exports
11221
11222Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11223
11224 * xpath.c: fix to the XPath implementation for parent and
11225 ancestors axis when operating on a Result Value Tree.
11226 Fixes bug #100271
11227
11228Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11229
11230 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11231 to fix some URI/file escaping problems
11232
11233Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11234
11235 * python/generator.py: fixed a bug raised by Raymond Wiker,
11236 docSetRootElement() should not raise an exception if the
11237 return is None
11238
11239Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11240
11241 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11242 fixed bug #102181 by applying the suggested change and fixing
11243 the generation/registration problem.
11244
11245Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11246
11247 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11248 routines.
11249
11250Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11251
11252 * parser.c: one more IsEmptyElement crazyness, that time in
11253 external parsed entities if substitution is asked.
11254 * python/tests/reader3.py: added a specific test.
11255
11256Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11257
11258 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
11259 support and improved error handler registration
11260
11261Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11262
11263 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11264 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11265 * README: fixed a link
11266
11267Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11268
11269 * configure.in doc/* NEWS: preparing 2.5.1 release
11270 * SAX.c parser.c: fixing XmlTextReader bug
11271
11272Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11273
11274 * SAX.c: fuck, I introduced a memory leak on external parsed
11275 entities in 2.5.0 :-(
11276
11277Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11278
11279 * xmllint.c: another fix needed as pointed by Christophe Merlet
11280 for --stream --debug if compiled without debug support.
11281
11282Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11283
11284 * doc/xmllint.xml
11285 * doc/xmllint.1:
11286 update man page with --stream and --chkregister
11287
11288Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11289
11290 * globals.c: fixed --with-threads compile
11291 * xmllint.c: fixed --without-debug compile
11292 * include/libxml/globals.h: cleanup
11293 * include/libxml/schemasInternals.h: add a missing include
11294
11295Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11296
11297 * configure.in NEWS: preparing 2.5.0 release
11298 * SAX.c: only warn in pedantic mode about namespace name
11299 brokeness
11300 * globals.c: fix a doc generation problem
11301 * uri.c: fix #101520
11302 * doc/*: updated and rebuilt the doc for the release, includuding
11303 stylesheet update
11304 * python/Makefile.am: fix a filename bug
11305
11306Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11307
11308 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11309 should not be called.
11310
11311Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11312
11313 * libxml-2.0.pc.in: applied the patch to fix #101894
11314
11315Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11316
11317 * tree.c : applied patch from Lukas Schroeder for register callbacks
11318 * valid.c: modified patch from Lukas Schroeder to test
11319 register callbacks with --chkregister
11320
11321Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11322
11323 * xmlreader.c: seriously changed the way data are pushed to
11324 the underlying parser, go by block of 512 bytes instead of
11325 tryng to detect tag boundaries at that level. Changed the
11326 way empty element are detected and tagged.
11327 * python/tests/reader.py python/tests/reader2.py
11328 python/tests/reader3.py: small changes mostly due to context
11329 reporting being different and DTD node being reported. Some
11330 errors previously undetected are now caught and fixed.
11331 * doc/xmlreader.html: flagged last section as TODO
11332
11333Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11334
11335 * python/libxml.py: integrated the Python 2.2 optimizations
11336 from Hannu Krosing, while maintaining compatibility with
11337 1.5 and 2.1
11338
11339Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11340
11341 * xmllint.c: a bit of cleanup
11342 * xmlreader.c: small fix
11343 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11344 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11345
11346Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11347
11348 * python/setup.py.in: patch from Stéphane Bidoul to include
11349 drv_libxml2.py in setup.py
11350
11351Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11352
11353 * doc/xmlreader.html: starting documenting the new XmlTextReader
11354 interface.
11355
11356Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11357
11358 * xmllint.c: added the --stream flag to use the TextReader API
11359 * xmlreader.c: small performance tweak
11360
11361Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11362
11363 * xmlreader.c python/tests/reader2py: okay the DTD validation
11364 code on top of the XMLTextParser API should be solid now.
11365
11366Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11367
11368 * xmlreader.c python/tests/reader2py: Fixing some more mess
11369 with validation and recursive entities while using the
11370 reader interface, it's getting a bit messy...
11371
11372Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11373
11374 * xmlreader.c python/tests/reader.py: another couple of problem
11375 related to IsEmptyElement reported by Stéphane Bidoul needed
11376 some fixes.
11377
11378Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11379
11380 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
11381 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
11382 based on the python XmlTextReader interface.
11383
11384Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11385
11386 * tree.c: backing out one change in the last patch which broke the
11387 regression tests
11388
11389Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11390
11391 * global.data globals.c tree.c include/libxml/globals.h: applied
11392 an old patch from Lukas Schroeder to track node creation and
11393 destruction. Probably missing a lot of references at the moment
11394 and not usable reliably.
11395
11396Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11397
11398 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11399 from doc/news.html and a stylesheet
11400
11401Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11402
11403 * xmlreader.c python/tests/reader.py: fixed another couple of
11404 xmlreader bugs reported by Stéphane Bidoul and added tests.
11405
11406Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11407
11408 * xmlreader.c python/tests/reader2.py: fixed another validity
11409 checking in external parsed entities raised by Stéphane Bidoul
11410 and added a specific regression test.
11411 * python/tests/reader3.py: cleanup
11412
11413Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11414
11415 * xmlreader.c python/tests/reader2.py: fixed a problem with
11416 validation within entities pointed by Stéphane Bidoul, augmented
11417 the tests to catch those.
11418
11419Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11420
11421 * python/generator.py: modified the generator to allow keeping
11422 class references when creating new classes, needed to fix a bug
11423 pointed by Stéphane Bidoul where the input buffer of the
11424 xmlTextReader instance gets destroyed if the python wrapper for
11425 the input is not referenced anymore.
11426
11427Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11428
11429 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11430 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11431
11432Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11433
11434 * xmlreader.c python/tests/reader.py: fixed another problem
11435 pointed by Stéphane Bidoul
11436
11437Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11438
11439 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11440 with "<a/>"
11441
11442Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11443
11444 * SAX.c: warn on xmlns:prefix="foo"
11445 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11446 for namespace attributes handling.
11447
11448Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11449
11450 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11451 a really nasty problem raised by a DocBook XSLT transform
11452 provided by Sebastian Bergmann
11453
11454Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11455
11456 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11457 by Stéphane Bidoul and integrated it into the tests
11458
11459Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11460
11461 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11462 extended the XmlTextReader API a bit, addding accessors for
11463 the current doc and node, and an entity substitution mode for
11464 the parser.
11465 * python/libxml.py python/libxml2class.txt: related updates
11466 * python/tests/Makefile.am python/tests/reader.py
11467 python/tests/reader2.py python/tests/reader3.py: updated a bit
11468 the old tests and added a new one to test the entities handling
11469
11470Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11471
11472 * python/generator.py python/libxml2class.txt
11473 python/tests/reader.py python/tests/reader2.py: changed the
11474 generator to provide casing for the XmlTextReader similar to
11475 C# so that examples and documentation are more directly transposable.
11476 Fixed the couple of tests in the suite.
11477
11478Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11479
11480 * doc/guidelines.html: added a document on guildeline for
11481 publishing and deploying XML
11482
11483Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11484
11485 * valid.c xmlreader.c: final touch running DTD validation
11486 on the XmlTextReader
11487 * python/tests/Makefile.am python/tests/reader2.py: added a
11488 specific run based on the examples from test/valid/*.xml
11489
11490Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11491
11492 * python/libxml.py: added a few predefined xmlTextReader parser
11493 configuration values.
11494
11495Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * python/libxml_wrap.h: trying to fix #102037
11498
11499Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11500
11501 * SAX.c: fixing bug #95296, when the predefined entities
11502 are redefined in the DTD the default one must be used
11503 instead anyway.
11504
11505Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11506
11507 * doc/xmllint.xml
11508 * doc/xmllint.1
11509 Add discussion of XML_DEBUG_CATALOG to xmllint man
11510 page - bug #100907
11511
11512Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11513
11514 * xmlreader.c: Fixed the empty node detection to avoid reporting
11515 an inexistant close tag.
11516
11517Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11518
11519 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11520 for Python 2.1
11521
11522Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11525
11526Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11527
11528 * doc/libxml2-api.xml python/tests/reader.py: one really need
11529 to provide the base URI information when creating a reader parser
11530 from an input stream. Updated the API and the example using it.
11531
11532Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11533
11534 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11535 include/libxml/valid.h include/libxml/xmlreader.h: working on
11536 DTD validation on top of xml reader interfaces. Allows to
11537 validate arbitrary large instances. This required some extensions
11538 to the valid module interface and augmenting the size of xmlID
11539 and xmlRef structs a bit.
11540 * uri.c xmlregexp.c: simple cleanup.
11541
11542Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11543
11544 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11545 work on the xml reader interfaces.
11546 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11547 Web page for the Windows binaries.
11548
11549Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11550
11551 * xmlIO.c: applied a patch for VMS following the report by
11552 Nigel Hall
11553
11554Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11555
11556 * parser.c: the parseStartTag bug fix wasn't complete.
11557
11558Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11559
11560 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11561 parseStartTag, fixing it.
11562 * test/att4 result/att4 result/noent/att4: adding the test
11563 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11564 more methods to XmlTextReader.
11565
11566Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11567
11568 * win32/libxml2.def.src: added more xml reader exports
11569 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11570 to the build
11571
11572Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11573
11574 * doc/tutorial/xmltutorial.xml
11575 plus generated html and pdf
11576 Updating tutorial again based on further comments from Niraj
11577 Tolia on the last iteration
11578
11579Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11580
11581 * doc/tutorial/xmltutorial.xml
11582 * doc/tutorial/includekeyword.c
11583 * doc/tutorial/includegetattribute.c
11584 plus generated html and pdf
11585 Adding fix from Niraj Tolia to tutorial to properly free memory.
11586
11587Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11590 more methods of XmlTextReader.
11591 * python/libxml2class.txt python/tests/reader.py: this increased the
11592 methods in the bndings, augmented the test to check those new
11593 functions.
11594
11595Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11596
11597 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11598 methods of XmlTextReader.
11599 * python/generator.py python/libxml_wrap.h python/types.c
11600 python/libxml2class.txt: added the reader to the Python bindings
11601 * python/tests/Makefile.am python/tests/reader.py: added a specific
11602 test for the Python bindings of the Reader APIs
11603 * parser.c: small cleanup.
11604
11605Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11606
11607 * xinclude.c: fallback was only copying the first child not the
11608 full child list of the fallback element, closes #89684 as reopened
11609 by Bernd Kuemmerlen
11610
11611Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11612
11613 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11614
11615Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11616
11617 * configure.in: preparing release of 2.4.30
11618 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11619 gives enum values, fix functype return type, put back fields in
11620 structs
11621 * doc/*: updated the docs rebuilt
11622
11623Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11624
11625 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11626 about htmlNodeDumpOutput location.
11627 * xpath.c: removed an undefined function signature
11628 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11629 too many symbols in the API breaking the python bindings.
11630 Updated with the libxslt/libexslt changes.
11631
11632Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11633
11634 * configure.in: preparing release of 2.4.29
11635 * doc/*: rebuilt the docs and API
11636 * xmlreader.c: a few more fixes for the XmlTextReader API
11637
11638Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11639
11640 * include/win32config.h: applied mingw patch from Magnus Henoch
11641
11642Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11643
11644 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11645
11646Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11647
11648 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11649 building Python script, does the C parsing directly, generates
11650 a better API description including structure fieds defs and
11651 enums. Still a couple of bugs, but good enough for the python
11652 wrappers now.
11653 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11654 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11655 include/libxml/schemasInternals.h include/libxml/tree.h: more
11656 cleanup based on the python analysis script reports.
11657 * libxml.spec.in: make sure the API XML description is part of the
11658 devel package.
11659
11660Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11661
11662 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11663 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11664 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11665 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11666 code cleanup, especially the function comments.
11667 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11668
11669Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * Makefile.am xmlreader.c include/libxml/Makefile.am
11672 include/libxml/xmlreader.h: Adding a new set of APIs based on
11673 the C# TextXmlReader API but converted to C. Allow to parse
11674 in constant memory usage, far simpler to program and explain
11675 than the SAX like APIs, unfinished but working.
11676 * testReader.c: test program
11677
11678Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11679
11680 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11681
11682Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11683
11684 * tree.c: Chip turner indicated that XHTML1 serialization
11685 rule for style actually break on both IE and Mozilla,
11686 try to avoid the rule if escaping ain't necessary
11687
11688Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11689
11690 * nanhttp.c: handle HTTP URL escaping, problem reported by
11691 Glen Nakamura and Stefano Zacchiroli
11692
11693Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11694
11695 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11696
11697Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11698
11699 * uri.c: Johann Richard pointed out some XPointer problems for
11700 URN based URI references in XInclude. Modified the URI parsing
11701 and saving routines to allow correct parsing and saving of
11702 XPointers, especially when attached to "opaque" scheme accordingly
11703 to RFC 2396
11704
11705Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11706
11707 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11708 of refactoring to the HTML saving code.
11709 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11710 in the doc.
11711
11712Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11713
11714 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11715 to a buffer API to reuse the generic dump to an OutputIO layer,
11716 this reduces code, fixes xmlNodeDump() for XHTML, also made
11717 xmlNodeDump() now return the number of byte written.
11718
11719Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11720
11721 * python/setup.py.in: another patch from Stéphane Bidoul for
11722 Python bindings on Windows
11723 * doc/parsedecl.py: small cleanup
11724
11725Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11726
11727 * libxml.spec.in configure.in: add a line in %changelog for releases
11728
11729Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11730
11731 * parser.c: patch from Marcus Clarke fixing a problem in entities
11732 parsing that was detected in KDe documentations environment.
11733
11734Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11735
11736 * python/libxml.c (libxml_prev): Return the previous as opposed to
11737 the next node (I guess this is the result of some cut & paste programming:)
11738
11739Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11740
11741 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11742
11743Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11744
11745 * python/generator.py python/libxml.c python/setup.py.in: trying
11746 to fix the Python bindings build on Windows (Stéphane Bidoul)
11747
11748Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11749
11750 * win32/configure.js: added option for python bindings
11751 * win32/libxml2.def.src: added more exports
11752
11753Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11754
11755 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11756 pthreads
11757 * win32/wince/*: applied updates to Windows CE port from Javier
11758
11759Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11760
11761 * configure.in: preparing 2.4.28
11762 * libxml.spec.in doc/Makefile.am: some cleanup
11763 * doc/*: updated the news and regenerated.
11764
11765Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11766
11767 * HTMLparser.c: final touch at closing #87235 </p> end tags
11768 need to be generated.
11769 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11770 this change slightly the output of a few tests
11771 * doc/*: regenerated
11772
11773Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11774
11775 * parserInternals.c: fixing bug #99190 when UTF8 document are
11776 parsed using the progressive parser and the end of the chunk
11777 is in the middle of an UTF8 multibyte character.
11778
11779Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11780
11781 * threads.c: fixed initialization problem in xmlNewGlobalState
11782 which was causing crash.
11783 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11784 in xmlInitializeGlobalState.
11785 * parserInternals.c: cleaned up ctxt->sax initialisation.
11786
11787Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11788
11789 * tree.c include/libxml/tree.h: modified the existing APIs
11790 to handle XHTML1 serialization rules automatically, also add
11791 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11792 libxslt serialization uses it when needed without changing
11793 the library API.
11794 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11795 result/xhtml1: added a new test specifically for xhtml1 output
11796 and updated the result of one XHTML1 test
11797
11798Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11799
11800 * xinclude.c parserInternals.c encoding.c: fixed #99082
11801 for xi:include encoding="..." support on text includes.
11802 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11803 test/XInclude/ents/isolatin.txt : added a specific regression test
11804 * python/generator.py python/libxml2class.txt: fixed the generator
11805 the new set of comments generated for doc/libxml2-api.xml were
11806 breaking the python generation.
11807
11808Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11809
11810 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11811 * configure.in: patch for Solaris on new autoconf closes #98880
11812 * doc/parsedecl.py: repair the frigging API building script,
11813 did I say that python xmllib sucks ?
11814 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11815 and some comment are no more truncated.
11816
11817Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11818
11819 * parser.c: Martin Stoilov pointed out a potential leak in
11820 xmlCreateMemoryParserCtxt
11821
11822Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11823
11824 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11825 included in HTML documents and using the push parser.
11826
11827Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11828
11829 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11830 specified, look for the Python interpreter not just in the
11831 specified root but also in the specified location. Fixes #98825
11832
11833Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11834
11835 * python/libxml.c: fixing bug #98792 , node may have no doc
11836 and dereferencing without checking ain't good ...
11837
11838Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11839
11840 * configure.in: preparing release 2.4.27
11841 * doc/* : updated and rebuilt the docs
11842 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11843 and all the docs are actually packaged and in the final RPMs
11844 * parser.c parserInternals.c include/libxml/parser.h: restore
11845 xmllint --recover feature.
11846
11847Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11848
11849 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11850 processing of parsed entities, and XPath computation on sustitued
11851 entities.
11852 * testXPath.c: make sure entities are substitued.
11853
11854Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11855
11856 * parser.c: fixed #96594, which was totally dependent on the
11857 processing of internal parsed entities, which had to be changed.
11858
11859Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11860
11861 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11862 trying to fix bug #98517 about building outside the source tree
11863 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11864
11865Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11866
11867 * include/win32config.h: cleanup
11868 * win32/Makefile.mingw: integrated mingw in JScript configure
11869 * win32/Makefile.msvc: modified to allow mingw coexistence
11870 * win32/configure.js: integrated mingw
11871 * win32/Readme.txt: cleanup
11872
11873Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * HTMLparser.c: strengthen the guard in the Pop macros,
11876 like in the XML parser, closes bug #97315
11877
11878Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11879
11880 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11881 callback is never used.
11882
11883Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11884
11885 * parserInternals.c: fixed the initialization of the SAX structure
11886 which was breaking xsltproc
11887 * xpath.c: patch from Petr Pajas for CDATA nodes
11888 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11889 * parser.c include/libxml/parser.h: patch from Peter Jones
11890 removing a leak in xmlSAXParseMemory() and adding the
11891 function xmlSAXParseMemoryWithData()
11892
11893Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11894
11895 adding pdf of tutorial, changing web page to link to it
11896 * doc/tutorial/xmltutorial.pdf
11897 * doc/xml.html
11898 * doc/docs.html
11899
11900Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11901
11902 * doc/tutorial/ar01s08.html
11903 adding file what I forgot for tutorial
11904
11905Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11906
11907 Adding encoding discussion to tutorial
11908 Added:
11909 * doc/tutorial/images/*.png: DocBook admonition image files
11910 * doc/tutorial/apf.html, apg.html: new generated html
11911 * doc/tutorial/includeconvert.c: conversion code entity file
11912 changed:
11913 * doc/tutorial/xmltutorial.xml: DocBook original
11914 * doc/tutorial/*.html: generated html
11915
11916Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11917
11918 * include/libxml/*.h: retired xmlwin32version.h
11919 * doc/Makefile.am: retired xmlwin32version.h
11920 * win32/configure.js: retired xmlwin32version.h
11921
11922Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11923
11924 * win32/libxml2.def.src: exported additional symbols
11925 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11926 sisterhood
11927
11928Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11929
11930 * globals.c: fixed a typo pointed out by Igor
11931 * xpath.c: try to speed up node compare using line numbers
11932 if available.
11933
11934Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11935
11936 * tree.c: make xmlFreeNode() handle attributes correctly.
11937
11938Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11939
11940 * catalog.c: completed the #96963 fix, as reported by Karl
11941 Eichwalder
11942
11943Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11944
11945 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11946
11947Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11948
11949 * Makefile.am: switched the order of a couple of includes
11950 to fix bugs #97100
11951
11952Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11953
11954 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11955 xmlLoadCatalogs that used to separate directories with a ':'.
11956
11957Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11958
11959 * threads.c: improvements to the Windows-side of thread handling
11960 * testThreads.c: conditionally excluded unistd.h
11961 * testThradsWin32.c: broke overlong lines
11962 * include/win32config.h: adapted thread-related macros to the new
11963 scheme and for pthreads on Windows
11964 * win32/Makefile.msvc: introduced a more flexible thread build,
11965 added testThreads[Win32].c to the build
11966 * win32/configure.js: introduced a more flexible thread config
11967
119682002-10-31 John Fleck <jfleck@inkstain.net>
11969
11970 * doc/xml.html (and, by implication, FAQ.html)
11971 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11972
11973Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11974
11975 * configure.in: removed xmlwin32version.h
11976 * include/libxml/Makefile.am: removed xmlwin32version.h
11977
11978Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11979
11980 * tree.c: applied patch from Brian Stafford to fix a bug
11981 in xmlReconciliateNs()
11982
11983Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11984
11985 * tree.c: applied patch from Christian Glahn to allow
11986 xmlNewChild() on document fragment nodes
11987
11988Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11989
11990 * parser.c: Christian Glahn found a problem with a recent
11991 patch to xmlParseBalancedChunkMemoryRecover()
11992 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11993 problems
11994 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11995 test/schemas/seq*: added the test cases from Charles
11996
11997Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11998
11999 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12000 serious cleanup of the spec file and associated changes
12001 in the Makefiles.
12002 * valid.c: try to remove some warnings on x86_64
12003
12004Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12005
12006 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12007 fix bug #96586
12008
12009Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12010
12011 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12012 parsing, applied his patch
12013 * result/HTML/attrents.html result/HTML/attrents.html.err
12014 result/HTML/attrents.html.sax test/HTML/attrents.html:
12015 added the test and result case provided by Mikhail Sogrine
12016
12017Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12018
12019 * vms/build_libxml.com vms/config.vms vms/readme.vms
12020 include/libxml/parser.h include/libxml/parserInternals.h
12021 include/libxml/tree.h include/libxml/xmlIO.h
12022 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12023 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12024 Applied the VMS update patch from Craig A. Berry
12025 * doc/*.html: update
12026
12027Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12028
12029 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12030
12031Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12032
12033 * debugXML.c: adding a grep command to --shell in xmllint
12034 for T.V. Raman
12035
12036Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12037
12038 * xmlcatalog.c: tried to fix some of the problem with --sgml
12039
12040Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12041
12042 * parser.c: tried to fix bug #91500 where doc->children may
12043 be overriden by a call to xmlParseBalancedChunkMemory()
12044
12045Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12046
12047 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12048 identifiers in SGML catalogs containing '&'
12049
12050Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12051
12052 * python/types.c: fixed bugs when passing result value tree
12053 to Python functions.
12054
12055Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12056
12057 * configure.in: preparing the release of 2.4.26
12058 * doc/*: updated and rebuilt the documentation
12059
12060Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12061
12062 * parser.c: fixed a XML Namespace compliance bug reported by
12063 Alexander Grimalovsky
12064
12065Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12066
12067 * HTMLtree.c: fixed serialization of script and style when
12068 they are not lowercase (i.e. added using the API to the tree).
12069
12070Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12071
12072 * valid.c: make xmlValidateDocument emit a warning msg if there
12073 is no DTD, pointed by Christian Glahn
12074
12075Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12076
12077 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12078 content model when some of the blocks have min or max, and a couple
12079 of bugs found in the process.
12080 * result/schemas/list0* test/schemas/list0*: added some specific
12081 regression tests
12082
12083Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12084
12085 * README: updated the contact informations
12086
12087Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12088
12089 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12090 misses it, reported by Peter Bray.
12091
12092Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12093
12094 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12095 and removed a few warnings
12096
12097Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12098
12099 * parser.c: Christian Glahn found a small bug in the push parser.
12100 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12101 public
12102
12103Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12104
12105 * xmlschemas.c include/libxml/xmlschemas.h: added
12106 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12107 * testSchemas.c: added --memory to test the new interface
12108
12109Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12110
12111 * doc/index.py doc/search.php: integrated the XSLT indexing,
12112 a few fixed in the indexer, added a scope selection at the
12113 search level.
12114
12115Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12116
12117 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12118 this was due to uninitialized parts of the validation context
12119
12120Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12121
12122 * debugXML.c: applied patch from Mark Vakoc except the API
12123 change, preserved it.
12124 * doc/*: updated the docs to point to the search engine for
12125 information lookup or before bug/help reports.
12126
12127Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12128
12129 * doc/index.py doc/search.php: added mailing-list archives
12130 indexing and lookup
12131
12132Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12133
12134 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12135
12136Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12137
12138 * doc/index.py: improved HTML indexing
12139 * doc/search.php: make the queries also lookup the HTML based indexes
12140
12141Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12142
12143 * doc/index.py: added HTML page indexing
12144
12145Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12146
12147 * xmlIO.c: extended Windows path normalisation to fix the base
12148 problem in libxslt.
12149 * catalog.c: fixed list handling in XML_CATALOG_FILES
12150
12151Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12152
12153 * valid.c: typo/bug found by Christian Glahn
12154
12155Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12156
12157 * xmlIO.c: applied Windows CE patch from Javier.
12158 * win32/wince: new directory, contains support for the PocketPC
12159 with Windows CE from Javier.
12160 * include/win32config.h: reorganised, removed duplicate
12161 definitions and applied WinCE patch from Javier.
12162 * include/wsockcompat.h: new file, now contains WinSock
12163 compatibility macros.
12164 * win32/Makefile.msvc: introduced double-run compilation.
12165
12166Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12167
12168 * configure.in include/libxml/xmlwin32version.h: preparing release
12169 of 2.4.25
12170 * doc/*: updated and regenerated teh docs and web pages.
12171
12172Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12173
12174 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12175 error were not covering namespace declarations.
12176 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12177 it was missing the attribute declaration for the namespace
12178 * result/VC/NS3: the fix now report breakages in that test
12179
12180Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12181
12182 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12183
12184Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12185
12186 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12187 and regenerated the docs and web site
12188
12189Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12190
12191 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12192 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12193 not before
12194
12195Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * python/generator.py python/libxml2class.txt: fixed a stupid error
12198 breaking the python API
12199
12200Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12201
12202 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12203 triostr.c triostr.h: applied a trio update patch from
12204 Bjorn Reese which should work with MinGW
12205
12206Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12207
12208 * tree.c: improving some documentation comments
12209 * xmlregexp.c: found and fixed a mem leak with python regression tests
12210 * doc/*: rebuilt the doc and the API XML file including the
12211 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12212 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12213 python/types.c: added access to the XML Schemas regexps from
12214 python
12215 * python/tests/Makefile.am python/tests/regexp.py: added a
12216 simple regexp bindings test
12217
12218Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12219
12220 * doc/xml.html:
12221 fixing ftp links - thanks to Vitaly Ostanin
12222
12223Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12224
12225 * xmlregexp.c: fixed the data callback on transition functionality
12226 which was broken when using the compact form
12227 * result/schemas/*: updated the results, less verbose, all tests
12228 pass like before
12229 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12230 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12231 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12232 annoying warnings
12233 * xpath.c: try to provide better error report when possible
12234
12235Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12236
12237 * Makefile.am: fixed a breakage raised by Jacob
12238
12239Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12240
12241 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12242 which don't use sockets
12243
12244Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12245
12246 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12247 * win32/configure.js: applied zlib patch from Daniel Gehriger
12248
12249Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12250
12251 * win32/configure.js: applied the patch from Mark Vakoc for
12252 regexp support
12253 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12254 for regexp support
12255
12256Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12257
12258 * xmlschemastypes.c: as pointed by Igor Float and Double
12259 parsing ain't finished yet
12260
12261Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12262
12263 * Makefile.am configure.in: trying to fix #88412 by bypassing
12264 all the python subdir if python ain't detected
12265
12266Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12267
12268 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12269 made configuring with regexps/automata/unicode the default
12270 but without schemas ATM
12271 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12272 fixed the regexp based DTD validation performance and memory
12273 problem by switching to a compact form for determinist regexps
12274 and detecting the determinism property in the process. Seems
12275 as fast as the old DTD validation specific engine :-) despite
12276 the regexp built and compaction process.
12277
12278Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12279
12280 * valid.c: determinism is debugged, new DTD checking code now works
12281 but xmlFAComputesDeterminism takes far too much CPU and the whole
12282 set usues too much memory to be really usable as-is
12283
12284Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12285
12286 * tree.c: fixed another stupid bug in xmlGetNodePath()
12287 * xmllint.c: --version now report the options compiled in
12288
12289Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12290
12291 * HTMLparser.c: small cleanup
12292 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12293 when configured with them. A bit of debugging around the determinism
12294 checks is still needed
12295
12296Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12297
12298 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12299
12300Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12301
12302 * xmlIO.c: small portability glitch fixed.
12303
12304Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12305
12306 * xmlschemastypes.c: incomplete steps for real/double support
12307 * testAutomata.c include/libxml/xmlautomata.h
12308 include/libxml/xmlregexp.h: avoiding a compilation problem
12309 * valid.c include/libxml/valid.h: starting the work toward using
12310 the regexps for actual DTD validation
12311
12312Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12313
12314 * hash.c: cosmetic cleanup
12315 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12316 integrating a DTD validation layer based on the regexps
12317
12318Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12319
12320 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12321 the determinism was tested before eliminating the epsilon
12322 transitions :-(
12323
12324Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12325
12326 * python/generator.py python/libxml.c python/libxml.py
12327 python/libxml2-python-api.xml python/libxml2class.txt
12328 python/libxml_wrap.h python/types.c: updated the python
12329 bindings, added code for easier File I/O, and the ability to
12330 define a resolver from Python fixing bug #91635
12331 * python/tests/Makefile.am python/tests/inbuf.py
12332 python/tests/outbuf.py python/tests/pushSAXhtml.py
12333 python/tests/resolver.py python/tests/serialize.py: updated
12334 and augmented the set of Python tests.
12335
12336Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12337
12338 * win32/configure.js: added more readme info for the binary
12339 package.
12340
12341Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12342
12343 * xmlIO.c: fixed a stupid out of bound array error
12344
12345Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12346
12347 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12348 messing around with support for Windows path, cleanups,
12349 trying to identify and fix the various code path to the
12350 filename access. Added xmlNormalizeWindowsPath()
12351
12352Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12353
12354 * error.c valid.c: working on better error reporting of validity
12355 errors, especially providing an accurate context.
12356 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12357 error reports in those cases.
12358
12359Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12360
12361 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12362 parser.c parserInternals.c xmlIO.c: get rid of all the
12363 perror() calls made in the library execution paths. This
12364 should fix both #92059 and #92385
12365
12366Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12367
12368 * xmllint.c: memory leak reporting was broken after a change
12369 of the preprocessor symbol used to activate it.
12370
12371Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12372
12373 * tree.c: try to make the copy function work for node of
12374 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12375 DOM layers though, not libxml2 itself.
12376
12377Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12378
12379 * valid.c: try to provide file and line informations, not all
12380 messages are covered, but it's a (good) start
12381
12382Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12383
12384 * xinclude.c: reimplemented a large part of the XInclude
12385 processor, trying to minimize resources used, James Henstridge
12386 provided a huge test case which was exhibiting severe memory
12387 consumption problems.
12388
12389Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12390
12391 * python/Makefile.am: applied patch from Christophe Merlet to
12392 reestablish DESTDIR
12393
12394Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12395
12396 * libxml.spec.in: fixes libary path for x86_64 AMD
12397
12398Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12399
12400 * doc/tutorial/includekeyword.c
12401 * doc/tutorial/xmltutorial.xml:
12402 (plus resulting generated html files)
12403 fixing one spot I missed in the tutorial where I hadn't freed
12404 memory properly
12405
12406Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12407
12408 * doc/tutorial/includeaddattribute.c
12409 * doc/tutorial/includeaddkeyword.c
12410 * doc/tutorial/includegetattribute.c
12411 * doc/tutorial/includekeyword.c
12412 * doc/tutorial/xmltutorial.xml
12413 * doc/tutorial/*.html:
12414 update tutorial to properly free memory (thanks to Christopher
12415 R. Harris for pointing out that this needs to be done)
12416 * doc/tutorial/images/callouts/*.png:
12417 added image files so the callouts are graphical, making it
12418 easier to read ( use "--param callout.graphics 1" to generate
12419 html with graphical callouts)
12420
12421Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12422
12423 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12424 nice logos generated by Marc Liyanage
12425 * doc/site.xsl *.html: changed the stylesheet to show the new
12426 logo and regenerated the pages
12427
12428Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12429
12430 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12431
12432Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12433
12434 * xpath.c: possible mem leak patch from Jason Adams
12435
12436Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12437
12438 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12439 in the XQuery namespace
12440 * configure.in: preparing 2.4.24
12441 * doc/*.html: updated the web pages
12442
12443Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * python/generator.py: closing bug #85258 by generating conditional
12446 compile check to avoid linking to routines not configured in.
12447
124482002-08-22 Havoc Pennington <hp@pobox.com>
12449
12450 * autogen.sh: update error message for missing automake
12451
12452Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12453
12454 * python/Makefile.am: typo in target name resulted in libxml2.py
12455 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12456
12457Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12458
12459 * win32/win32/Makefile.mingw: updated with version from
12460 Elizabeth Barham at http://soggytrousers.net/repository/
12461
12462Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12463
12464 * win32/Makefile.msvc: added the prefix location to the include
12465 and lib search path.
12466
124672002-08-18 Havoc Pennington <hp@pobox.com>
12468
12469 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12470 both automake 1.6 and 1.4 installed get the right automake. Means
12471 compilation from CVS will now require the latest automake 1.4
12472 release, or manually creating symlinks called "automake-1.4" and
12473 "aclocal-1.4"
12474
12475Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12476
12477 * configure.in python/Makefile.am: more AMD 64 induced changes from
12478 Frederic Crozat
12479
12480Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12481
12482 * xinclude.c: oops I was missing the xml:base fixup too
12483 * result/XInclude/*.xml: this adds xml:base attributes to most
12484 results of the tests
12485
12486Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12487
12488 * xinclude.c: quick but apparently working implementation of
12489 xi:fallback, should close bug #89684
12490 * Makefile.am test/XInclude/docs/fallback.xml
12491 result/XInclude/fallback.xml: added a basic test for fallback,
12492 and run with --nowarning to avoid a spurious warning
12493 * configure.in: applied patch from Frederic Crozat for python
12494 bindings on AMD 64bits machines.
12495
12496Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12497
12498 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12499 the caller don't pass a SAX callback block.
12500
12501Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12502
12503 * tree.c: applied the same fix for the XML-1.0 namespace to
12504 xmlSearchNsByHref() as was done for xmlSearchNs()
12505
12506Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12507
12508 * libxml.3: small cleanup of the man page
12509 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12510 when serializing HREF attributes generated by XSLT.
12511
12512Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12513
12514 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12515 version of Marc Liyanage' patch for boolean attributes in HTML
12516 output
12517
12518Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12519
12520 * python/tests/serialize.py: fixed the test results, indenting
12521 behaviour changed slightly
12522
12523Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12524
12525 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12526 new c14n function to Windows def files
12527
12528Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12529
12530 * c14n.c: fixed a memory leak in c14n code
12531
12532Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12533
12534 * parser.c include/libxml/parser.h: adding a new API for Christian
12535 Glahn: xmlParseBalancedChunkMemoryRecover
12536 * valid.c: patch from Rick Jones for some grammar cleanup in
12537 validation messages
12538 * result/VC/* result/valid/*: this slightly change some of the
12539 regression tests outputs
12540
12541Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12542
12543 * tree.c: trying to fix a problem in namespaced attribute handling
12544 raised by Christian Glahn
12545
12546Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * encoding.c include/libxml/encoding.h: Opening the interface
12549 xmlNewCharEncodingHandler as requested in #89415
12550 * python/generator.py python/setup.py.in: applied cleanup
12551 patches from Marc-Andre Lemburg
12552 * tree.c: fixing bug #89332 on a specific case of loosing
12553 the XML-1.0 namespace on xml:xxx attributes
12554
12555Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12556
12557 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12558 corner case from new Merlin's test suite and added a callback
12559 that will be used to improve xmlsec performance
12560
12561Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12562
12563 * HTMLtree.c: trying to fix the <style> escaping problem in
12564 HTML serialization bug #89342
12565
12566Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12567
12568 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12569 and rebuilt the web site.
12570
12571Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12572
12573 * include/libxml/tree.h: added _private member to xmlNs struct
12574
12575Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12576
12577 * HTMLparser.c: fixing bug #84876 based on the xml working
12578 code.
12579
12580Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12581
12582 * python/Makefile.am: enhanced to fix bug 72012 (errors
12583 when using '-jX' make parameter)
12584
12585Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12586
12587 * xpath.c: small additional enhancement for booleans
12588 compared to nodesets
12589
12590Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12591
12592 * HTMLtree.c: changed the order of the encoding declaration
12593 attributes in the meta tags due to a bug in IE/Mac
12594
12595Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12596
12597 * xpath.c: enhanced handling of booleans (especially '='
12598 and '!=' for nodesets) - fixes bug 85256. Added new
12599 routine xmlXPathNotEqualValues for more proper handling
12600 of '!=' when nodesets are involved.
12601
12602Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12603
12604 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12605 doc/xmlcatalog_man.xml to the source distribution
12606
12607Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12608
12609 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12610 asked for this.
12611
12612Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12613
12614 * configure.in: preparing 2.4.23
12615 * doc/*: rebuilt the docs
12616
12617Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12618
12619 * parser.c: fixing bug #84169 by fixing the
12620 comment of xmlCreatePushParserCtxt to describe the
12621 encoding detection parameters better.
12622
12623Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12624
12625 * valid.c: fixing bug #79331 in one path the lookup for
12626 ID attributes on a namespaced node wasn't handled correctly :-\
12627
12628Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12629
12630 * HTMLparser.c: trying to fix 87235 about discarded white
12631 spaces in the HTML parser.
12632 * result/HTML/*: this changes the output of a number of HTML
12633 regression tests
12634
12635Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * xpath.c: applied patch from Richard Jinks for the namespace
12638 axis + fixed a memory error.
12639 * parser.c parserInternals.c: applied patches from Peter Jacobi
12640 removing ctxt->token for good.
12641 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12642 popped out by the regression tests.
12643 * Makefile.am: patch for threads makefile from Gary Pennington
12644
12645Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12646
12647 * xpath.c: enhanced behaviour of position() after usage of
12648 expressions involving preceding-sibling (et al).
12649
12650Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12651
12652 * hash.c: applied a patch from Peter Jacobi to solve a problem
12653 when compiling with the Watcom C on Win32
12654 * result/schemas/*.err: the change of hashing algo generated
12655 permutations in the output
12656
12657Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12658
12659 * hash.c: applied patch from Sander Vesik improving the quality of
12660 the hash function.
12661
126622002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12663
12664 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12665 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12666 xmllint.c xpath.c: replaced sprintf() with snprintf()
12667 to prevent possible buffer overflow (the bug was pointed
12668 out by Anju Premachandran)
12669
12670Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12671
12672 * parser.c: removed an uninitialized data error popped by valgrind
12673 on PE references
12674
12675Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12676
12677 * doc/xml.html
12678 adding tutorial reference to the web page
12679
12680Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12681
12682 * doc/tutorial/xmltutorial.xml
12683 * doc/tutorial/ar01s07.html
12684 * doc/tutorial/ape.html
12685 * doc/tutorial/includegetattribute.c
12686 adding section to tutorial about retrieving an attribute
12687 value
12688
12689Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12690
12691 * parser.c: applied a couple of patches from Peter Jacobi to start
12692 to get rid of ctxt->token, with a possible significant speed
12693 improvement to be gained once done. Better compliance with PE
12694 references constructs in DTDs too.
12695 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12696 from Peter too
12697
12698Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12699
12700 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12701 xmlParseElement was likely to have been deallocated at the
12702 time of the report, possibly leading to segfault. Just report
12703 the tag name now.
12704
12705Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12706
12707 * xpath.c: patch from Richard Jinks for XPath substring() function
12708 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12709
127102002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12711
12712 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12713
12714Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12715
12716 *doc/FAQ.html
12717 fixing typos in FAQ, thanks to Robert Funnell for the
12718 editing help
12719
12720Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12721
12722 * NEWS: got complaints from rpmlint that it was empty
12723
12724Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12725
12726 * added doc/tutorial, including:
12727 apa.html
12728 apb.html
12729 apc.html
12730 apd.html
12731 ar01s02.html
12732 ar01s03.html
12733 ar01s04.html
12734 ar01s05.html
12735 ar01s06.html
12736 includeaddattribute.c
12737 includeaddkeyword.c
12738 includekeyword.c
12739 includestory.xml
12740 index.html
12741 xmltutorial.xml
12742 libxml tutorial, including generated html
12743
12744Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12745
12746 * result/c14n/exc-without-comments/merlin-c14n-two-*
12747 result/c14n/without-comments/merlin-c14n-two-*
12748 test/c14n/exc-without-comments/merlin-c14n-two-*
12749 test/c14n/without-comments/merlin-c14n-two-*
12750 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12751 c14n/exc-c14n and slightly modified test script to handle
12752 these test cases
12753 * c14n.c: fixed bugs for complicated nodes set (namespace
12754 without node and others from merlin-c14n-two.tar.gz)
12755 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12756 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12757 for xmlsec performance patch
12758 * xpath.c: fixed self::node() for namespaces and attributes
12759
12760Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12761
12762 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12763 but with the format parameter
12764 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12765
12766Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12767
12768 * Makefile.am: updated c14n tests suite
12769 * c14n.c: performance improvement for previous c14n patch
12770
12771Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12772
12773 * parser.c: another peroformance patch from Peter Jacobi, that
12774 time on parsing attribute values.
12775
12776Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12777
12778 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12779 into LibXML2 test suite
12780
12781Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12782
12783 * c14n.c: propagating xpath ancesstors node fix to c14n
12784 plus small performance improvement to reduce number of
12785 mallocs
12786 * xpath.c: fixed ancestors axis processing for namespace nodes
12787
12788Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12789
12790 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12791 Peter Jacobi
12792
12793Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * configure.in: preparing 2.4.22
12796
12797Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12798
12799 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12800 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12801 a public entry point.
12802 * doc/*: rebuilt the API and docs
12803
12804Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12805
12806 * xpath.c: patch from Richard Jinks to fix a problem introduced
12807 in the previous patch and pointed by Norm
12808
12809Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12810
12811 * libxml.spec.in: fixing bug #81112
12812
12813Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12814
12815 * uri.c: fixing bug #82848
12816
12817Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12818
12819 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12820 output of one catalog test
12821
12822Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12823
12824 * global.data globals.c tree.c include/libxml/globals.h
12825 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12826 default value for global parameter xmlIndentTreeOutput to 1 and
12827 introduced new global parameter xmlTreeIndentString (the string
12828 used to do one-level indent) with default value " " (as it was
12829 in tree.c)
12830
12831Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12832
12833 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12834 with trio and schemas.
12835
12836Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12837
12838 * xpath.c: patch from Richard Jinks to fix the problem raised in
12839 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12840
12841Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12842
12843 * xmlschemas.c: a bit of work on import.
12844 * xmlschemastypes.c: Charles Bozeman provided a compare function
12845 for date/time types so min/max facet restrictions should work,
12846 indeterminate comparisons return an error instead of equal.
12847 * test/schemas/date_0* result/schemas/date_0_0: specific test
12848 from Charles Bozeman too
12849
12850Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12851
12852 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12853 from Christian Cornelssen fixing the man pages and the Catalog
12854 building script.
12855 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12856 next step is <xs:import> I now have a reasonable understanding
12857 of how it works.
12858
12859Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12860
12861 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12862
12863Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12864
12865 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12866
12867Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12868
12869 * xpath.c: fixing an XPath function evalutation bug pointed out
12870 by Alexey Efimov where the context was lost when evaluating
12871 the function arguments
12872
12873Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12874
12875 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12876 function public for XMLSec performance optimizations
12877
12878Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12879
12880 * python/generator.py python/libxml2class.txt : fixed a problem
12881 with the HTML parser pointed by Gary Benson
12882 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12883 example
12884
12885Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12886 * parser.c: fixed bug #81159 (memory growth in SAX)
12887
12888Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12889 * xpath.c: fixed bug #78858 (the real fix)
12890
12891Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12892 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12893
12894Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12895
12896 * tree.c: modified xmlNodeSetBase to allow changing the
12897 base of a document.
12898
12899Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12900
12901 * xmlschemastypes.c: patch Charles Bozeman for validation of
12902 all the date, time, and duration types
12903 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12904 * configure.in: fixed an error pointed by an user
12905 * xml2-config.in: fixed an error pointed by an user
12906
12907Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12908
12909 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12910 win32/libxml2.def.src xmlIO.c: exported default
12911 'file:', 'http:' and 'ftp:' protocols input handlers
12912 and maked protocols comparisson case insensitive
12913
12914Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12915
12916 * configure.in: Neven Has detected a typo
12917
12918Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12919
12920 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12921 as one of the persons allowed to commit directly to the
12922 module.
12923
12924Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12925
12926 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12927 * valid.c: raised a too low limit
12928 * doc/*: rebuilt the docs
12929
12930Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12931
12932 * test/XPath/expr/floats test/XPath/expr/functions
12933 result/XPath/expr/floats result/XPath/expr/functions
12934 xpath.c: another XPath conformance patch from Richard Jinks
12935
12936Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12937
12938 * xmlschemas.c: fixed validation of attribute groups.
12939 * test/schemas result/schemas: added an example from the primer
12940
12941Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12942
12943 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12944 * test/schemas result/schemas: updated the test list
12945
12946Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12947
12948 * TODO: updated a bit
12949 * parser.c: made a comment more specific
12950 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12951 Schemas conformance.
12952 * test/schemas result/schemas: updated the test list
12953
12954Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12955
12956 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12957 implementing xs:all with minOccurs = 0
12958 * tes/schemas/* result/schemas/*: added more tests covering
12959 xs:all
12960
12961Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12962
12963 * xmlregexp.c: first implementation of the all particle, this
12964 may need to be revisited for case where not all transitions
12965 must be crossed.
12966
12967Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12968
12969 * tree.c: another entity processing update from Markus Henke
12970
12971Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12972
12973 * trionan.c: fixed crash on OSF/1
12974
12975Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12976
12977 * xmlschemas.c: more Schemas work
12978 * test/schemas/* result/schemas/*: added more tests coming
12979 from the spec.
12980
12981Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12982
12983 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12984 ExcC14N specification
12985
12986Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12987
12988 * tree.c: patch from Markus Henke, fix for recursive entities.
12989
12990Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12991
12992 * xpath.c: fix a problem with string() on a document node.
12993
12994Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12995
12996 * Makefile.am xmlschemas.c: more Schemas work
12997 * test/schemas/* result/schemas/*: added more tests coming
12998 from the spec.
12999
13000Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13001
13002 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13003 * result/HTML/*: this changes a few things in the results
13004
13005Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13006
13007 * include/libxml/tree.h: eliminated 'declaration different than
13008 prototype' warning
13009 * include/win32config.h: "resolved" conflicts with errno.h
13010
13011Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13012
13013 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13014 on the automata interfaces and debug of counted choices
13015 * test/schemas/* result/schemas/*: added a number of tests
13016
13017Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13018
13019 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13020 a bit of work on Schemas
13021 * testSchemas.c: try to make it more useful
13022 * test/schemas/* result/schemas/* Makefile.am: changed the
13023 Schemas regression test procedure, started adding a few samples
13024
13025Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13026
13027 * include/libxml/encoding.h: Patch for the Borland C++ builder
13028 * include/libxml/tree.h: Patch for the Borland C++ builder
13029 * threads.c: Patch for the Borland C++ builder
13030 * win32/bcb5: New directory for the Borland C++ builder
13031 project files
13032
13033Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13034
13035 * win32/Makefile.msvc: Update for XML Schema support
13036 * win32/configure.js: Update for XML Schema support
13037 * win32/libxml2.def.src: Update for XML Schema support
13038
13039Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13040
13041 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13042 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13043 xmlunicode.c include/libxml/Makefile.am
13044 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13045 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13046 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13047 include/libxml/xmlversion.h.in : merged the current state of
13048 XML Schemas implementation, it is not configured in by default,
13049 a specific --schemas configure option has been added.
13050 * test/automata test/regexp test/schemas Makefile.am
13051 result/automata result/regexp result/schemas:
13052 merged automata/regexp/schemas regression tests
13053
13054Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13055
13056 * xpath.c: Gary found a compile time problem, fixes #78823
13057
13058Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13059
13060 * configure.in: release of 2.4.20
13061 * doc/*: updated and rebuilt the docs
13062
13063Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13064
13065 * python/Makefile.am: patch from Cristian Gafton to build on
13066 Red Hat 6.2, should also fix #75779
13067
13068Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13069
13070 * valid.c: first part of fixing #78729
13071
13072Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13073
13074 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13075 escaping of URI when saving HTML files.
13076 * result/HTML/*: this impacted some tests
13077
13078Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13079
13080 * configure.in: trying to fix #77441
13081
13082Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13083
13084 * include/libxml/xmlIO.h: Hallski complained it could not be
13085 included by itself.
13086
13087Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13088
13089 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13090
13091Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13092
13093 * win32/configure.js: patch from Nilo for the c14n option
13094 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13095
13096Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13097
13098 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13099 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13100 LIBXML_THREAD_ENABLED
13101
13102Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13103
13104 * xpath.c: another patch from Richard Jinks for substring conformance
13105 * test/XPath/expr/floats test/XPath/expr/strings
13106 result/XPath/expr/floats result/XPath/expr/strings: update of the
13107 test suite to check those.
13108
13109Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13110
13111 * xpath.c: patch from Richard Jinks for .x float parsing.
13112
13113Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13114
13115 * parser.c: patch from Markus Henke when an encoding ain't recognized
13116
13117Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * libxml.m4: got a report that #include <string.h> was needed
13120
13121Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13122
13123 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13124
13125Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13126
13127 * doc/example.html: fixing typo
13128
13129Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13130
13131 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13132 pointed out by Melvyn Sopacua.
13133
13134Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13135
13136 * libxml.m4: Frédéric Crozat gave a patch related to the change
13137 of Include paths breaking the libxml.m4
13138
13139Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13140
13141 * xpath.c: Fix bug #76927 forgot to save some context
13142 when evaluating binary expressions
13143
13144Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13145
13146 * configure.in: fixed configure for MPE/iX from Markus Henke
13147 * xmlmemory.c: fixed initialization problems
13148 * xpath.c: another set of patches from Richard Jinks this
13149 fixes "make XPathtests" on linux
13150
13151Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13152
13153 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13154 * test/XPath/expr/compare test/XPath/expr/equality
13155 test/XPath/expr/floats test/XPath/expr/functions
13156 test/XPath/expr/strings result/XPath/expr/compare
13157 result/XPath/expr/equality result/XPath/expr/floats
13158 result/XPath/expr/functions result/XPath/expr/strings: Updated
13159 tests though they show a divergence on Linux
13160
13161Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13162
13163 * xpath.c trionan.c: previous commit also included patches
13164 from Richard Jinks on some IEEE support corner case
13165
13166Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13167
13168 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13169 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13170 that $(datadir) should be used for docs
13171
13172Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13173
13174 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13175 could leak filedescriptors
13176
13177Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13178
13179 * configure.in nanohttp.c: applied patch from Allan Clark for
13180 UnixWare/OpenServer
13181
13182Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13183
13184 * configure.in: preparing 2.4.19
13185 * doc/*: rebuilt the docs
13186
13187Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13188
13189 * nanohttp.c: fixing #76043, got fed up with non-portability
13190 of that piece of code.
13191
13192Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13193
13194 * valid.c SAX.c: Never commit without running "make tests" :-(
13195 fix a couple of stupidities in the previous commit
13196 * result/*: a few changes in some attribute order result of previous
13197 commit.
13198
13199Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13200
13201 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13202 the internal subset should not raise duplicate ID errors,
13203 also there was a small bug in conjunction to namespace
13204 declarations defaulted and xml:xxx attributes DTD definitions.
13205
13206Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13207
13208 * xpath.c: Richard Jinks also raised some rounding problems
13209 this tries to fix them
13210
13211Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13212
13213 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13214 behaviour in xmlXPathCastToString()
13215
13216Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13217
13218 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13219 raised by Morus Walter
13220
13221Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13222
13223 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13224 from Igor
13225
13226Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13227
13228 * xpath.c: fixing #75619, related to a problem when trying
13229 to evaluate condition when the current node set resulting
13230 from that sub-step evaluation is empty. Also fixes 2 potential
13231 problem with previous-sibling and next-siblings axis.
13232
13233Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13234
13235 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13236 HTML support is not configured in.
13237
13238Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13239
13240 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13241 include/libxml/tree.h: dohh I really didn't intended to commit
13242 this test version :-(
13243
13244Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13245
13246 * testSAX.c: I wanted to see the real speed at the SAX interface
13247 after a little too many Ximianer started complaining about the
13248 parser speed.
13249 added a --quiet option:
13250 paphio:~/XML -> ls -l db100000.xml
13251 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13252 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13253 3200006 callbacks generated
13254 real 0m1.270s
13255 Which means 16MBytes/s and 3Mcallback/s
13256
13257Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13258
13259 * xpath.c: valgrind spotted another error that time when running
13260 on libxslt regression tests
13261
13262Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13263
13264 * Makefile.am: adding "make valgrind" running the full regression
13265 tests (except python ones) under Valgrind (using valgrind -q
13266 which was kindly added by the author).
13267 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13268 passes cleanly now except an obcure floating point initialization
13269 raised in log10() in one XPath regression test ???
13270 * tree.c: edited some comments to close #75244
13271
13272Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13273
13274 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13275 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13276 context of ScrollKeeper, made sure that if the number is
13277 an integer, the serialization follows the description at
13278 http://www.w3.org/TR/xpath#section-String-Functions
13279
13280Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13281
13282 * configure.in: preparing 2.4.18
13283 * doc/*: updated and rebuilt the web site
13284 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13285 the Windows and Cygwin maintainers.
13286 * parser.c: humm, changed the way the SAX parser work when
13287 xmlSubstituteEntitiesDefault(1) is set, it will then
13288 do the entity registration and loading by itself in case the
13289 user provided SAX getEntity() returns NULL.
13290 * testSAX.c: added --noent to test the behaviour.
13291
13292Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13293
13294 * parser.c: Wilfried Teiken provided a hackish but working
13295 way to get context reported back on entities when parsing
13296 with SAX and without breaking the DOM build.
13297
13298Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * c14n.c: applied a new patch from Aleksey Sanin
13301 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13302 to reference Aleksey implementation of XML digital Signatures
13303
13304Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13305
13306 * xpath.c: small fix to avoid potential problem due to
13307 ordering of freeing data
13308 * python/Makefile.am: people were complaining about
13309 the generated file in python dir not being built
13310
13311Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13312
13313 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13314 python/generator.py python/libxml.c python/types.c: Cleanup
13315 of the python Makefiles based on Jacob and James feedback,
13316 fixed the spec file accordingly, fixed the number of warning
13317 that passing my pedantic CFLAGS was generating. Conclusion
13318 is that Python includes are real crap.
13319
13320Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13321
13322 * configure,in: it was reported quite a few times that
13323 xml2-config --cflags should not output
13324 -I$includeprefix/libxml2/libxml because libxml2 header names
13325 clashes with existing names like list.h from C++ stl.
13326 Includes should be #include<libxml/xxx.h> so ...
13327
13328Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13329
13330 * c14n.c: another patch from Aleksey Sanin
13331
13332Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13333
13334 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13335 canonicalization algorithm
13336 * doc/xml.html doc/index.html: added the C14N references on the
13337 index page.
13338
133392002-03-13 jacob berkman <jacob@ximian.com>
13340
13341 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13342 usage, redundant, and gcc specific
13343
13344Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13345
13346 * xpath.c: speedup some node selection operations, this can
13347 have a significant impact on DocBook Norm's stylesheets
13348 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13349 make sure it's always the case
13350 * debugXML.c: distinguish CDATA and comments in ls operations
13351
13352Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13353
13354 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13355 to generate better API descriptions etc...
13356
13357Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13358
13359 * c14n.c: Fixing #74186, made sure all boolean expressions
13360 get fully parenthesized, ran indent on the output
13361 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13362 include/libxml/tree.h: also #74186 related, removed the
13363 --with-buffers option, and all the preprocessor conditional
13364 sections that were resulting from it.
13365
13366Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13367
13368 * valid.c: applied patch from Dodji Seketeli fixing an
13369 uninitailized variable in xmlValidGetValidElements()
13370
13371Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13372
13373 * c14n.c: fixed a few comments
13374 * doc/*.html doc/*/*.html: regenerated the docs and added
13375 the C14N API
13376 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13377
13378Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13379
13380 * check-xml-test-suite.py: fix to adapt varaiations in the
13381 bindings
13382 * configure.in python/setup.py python/setup.py.in: fixed to
13383 have the version of the python scripts automatically updated
13384
13385Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13386
13387 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13388 in xmlCopyProp()
13389
13390Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13391
13392 * configure.in: preparing 2.4.17 release
13393 * doc/*: updated and rebuilt the docs
13394 * xpath.c: fixed a comment
13395 * python/libxml.c: fixed a possible reentrancy problem
13396
13397Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13398
13399 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13400 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13401 added a specific regression test
13402 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13403 not raise exceptions when failing to find the attribute.
13404
13405Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13406
13407 * configure.in xmllint.c: owen pointed out a problem with the
13408 ftme fix, gettimeofday() was not detected by configure and
13409 the ftime header wasn't included, dohhh
13410
13411Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13412
13413 * configure.in xmllint.c: trying to fix #71457 for timing
13414 precision when gettimeofday() is not availble but ftime() is
13415
13416Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13417
13418 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13419 are now copied on install and part of the -devel RPM
13420
13421Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13422
13423 * xpath.c: trying to avoid bug #72150 which was apparently
13424 caused by a gcc bug (or a processor problem) as detailed
13425 at http://veillard.com/gcc.bug
13426
13427Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13428
13429 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13430 fixed xmlReconciliateNs(), added a Python test/example for
13431 inter-document cut'n paste
13432 * python/libxml.py: fixed node.doc on document nodes and added
13433 xpathEval() onto node objects
13434
13435Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13436
13437 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13438 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13439 fixup and integrated tests for the serialization stuff
13440
13441Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13442
13443 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13444 moved the libxml man page to section 3
13445
13446Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13447
13448 * tree.c: fix bug #72490
13449 * python/libxml.c python/libxml.py: added methods serialize()
13450 and saveTo() to all node elements.
13451
13452Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13453
13454 * xmlIO.c: closed #73430, don't read from an input source
13455 which indicated an end-of-file or an error.
13456
13457Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13458
13459 * parser.c: make sure SAX endDocument is always called as
13460 this could result in a Python memory leak otherwise (it's
13461 used to decrement ref-counting)
13462 * python/generator.py python/libxml.c python/libxml.py
13463 python/libxml2-python-api.xml python/libxml2class.txt
13464 python/tests/error.py python/tests/xpath.py: implemented
13465 the suggestions made by Gary Benson and extended the tests
13466 to match it.
13467
13468Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13469
13470 * python/generator.py: applied patch fixing #73450
13471
13472Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13473
13474 * xpath.c: fixing #61290 "namespace nodes have no parent"
13475 long standing divergence from the XPath REC. NodeSets
13476 simply hold a copy of namespace nodes and those node ->next
13477 points to the parent (which may not be the node carrying the
13478 definition).
13479 * include/libxml/xpath.h: flagged but didn't added a possible
13480 speedup
13481 * DOCBparser.c HTMLparser.c: removed some warnings from push
13482 parser due to new state being added.
13483 * tree.c: new fix from Boris Erdmann
13484 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13485 the XML Canonalization support from Aleksey Sanin
13486
13487Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13488
13489 * tree.c: patch from Boris Erdmann fixing some namespace odities
13490 with xmlCopyNode()
13491
13492Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13493
13494 * xmlIO.c: fix bug #72706 when loading a NULL entity
13495
13496Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13497
13498 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13499 actually change in a future XML Namespace revision.
13500
13501Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13502
13503 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13504 added the possibility of returning nodesets from XPath extension
13505 functions written in Python
13506
13507Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13508
13509 * python/*: commiting some Python bindings work done while travelling
13510
13511Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13512
13513 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13514 explicitely with memory debugging switched on
13515
13516Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13517
13518 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13519 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13520 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13521 the accessor generator for strings
13522 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13523 regression test.
13524
13525Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13526
13527 * python/README python/generator.py python/libxml.c python/setup.py:
13528 added the 'usual' setup.py to allow building a libxml2-python
13529 module based on the same code. The initialization is however
13530 different the 2 .so files fo libxml2 and libxslt are identical and
13531 they entry point initialize both libraries. this is done to avoid
13532 some possible nasty problem since the Python don't merge the maps
13533 of all shared modules.
13534
13535Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13536
13537 * parser.c: fixed a push/encoding bug reported by Michael
13538 on librsvg
13539
13540Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13541
13542 * include/libxml/parserInternals.h: fixes a misplaced #endif
13543
13544Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13545
13546 * parser.c valid.c: found and fixed a couple of allocation bugs
13547
13548Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13549
13550 * doc/xml.html doc/python.html doc/*: added a Python and binding
13551 page describing the current state of the Python bindings and
13552 giving pointers to the other languages wrappers.
13553
13554Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13555
13556 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13557 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13558 rebuilt the API and web site
13559 * xpath.c: fixed #71978 portability bugs
13560
13561Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13564
13565Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13566
13567 * include/libxml/parserInternals.h parser.c: had to change
13568 2 internal parsing API when processing document content
13569 to check the start and end of element content are defined
13570 in the same entity
13571 * valid.c include/libxml/valid.h: attribute normalization can
13572 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13573 with the context to report it.
13574 * SAX.c: fixed the last known bugs, crazy validation constraints
13575 when a document is standalone seems correctly handled. There
13576 is a couple of open issues left which need consideration especially
13577 PE93 on external unparsed entities and standalone status.
13578 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13579 The 2 tests left failing are actually in error. Cleanup done.
13580
13581Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13582
13583 * valid.c: implemented E59 spaces in CDATA does not match the
13584 nonterminal S
13585
13586Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13587
13588 * SAX.c parser.c valid.c: more validation test fixups
13589 * check-xml-test-suite.py: added duration info for the tests
13590
13591Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13592
13593 * parser.c valid.c: a couple of errors were reported but not
13594 saved back as such in the parsing context. Down to 1% failure rate
13595 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13596
13597Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13598
13599 * xmlInternald.c: isExtender was missing a char
13600 * parser.c include/libxml/parser.h: % are acceptable in the
13601 internal subset if within a PUBLIC ID
13602
13603Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13604
13605 * SAX.c parserInternals.c valid.c: more work on the conformance
13606 suite. Took the step to finally block documents with encoding
13607 errors. It's a fatal error per the spec, people should have fixed
13608 their documents by now.
13609
13610Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13611
13612 * check-xml-test-suite.py: fixed the test script after some discussion
13613 on the semantic of TYPE="error"
13614 * Makefile.am: added the script to the distrib
13615
13616Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13617
13618 * SAX.c entities.c: fixed a couple of conformances issues deep
13619 into the validation code (standalone and undeclared Notations)
13620
13621Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13622
13623 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13624 stayed there for years !
13625
13626Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13627
13628 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13629 missing
13630
13631Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13632
13633 * check-xml-test-suite.py: improved the behaviour a bit as
13634 well as the logs
13635 * parser.c valid.c SAX.c: fixed a few more bugs
13636 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13637
13638Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13639
13640 * check-xml-test-suite.py: python script to run regression tests
13641 against the XML Test suite of W3C/OASis
13642 * SAX.c: fixed a validation bug
13643 * parser.c: fixed 3 errors pointed by the test suite
13644 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13645 * python/Makefile.am: fixed a dependendy
13646
13647Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13648
13649 * xmlmemory.c: avoid a warning bug #71594
13650
13651Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13652
13653 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13654 warning on alpha/Tru64
13655
13656Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13657
13658 * include/libxml/entities.h: fixing a comment
13659 * valid.c: fixing some troubles with validity check on namespaces
13660 * result/VC/NS3 test/VC/NS3: added a specific regression test
13661
13662Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13663
13664 * tree.c: Fixing #71342 serializing '\n' in attribute values
13665 * result/noent/att3 result/att3 test/att3: added a specific
13666 test.
13667
13668Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13669
13670 * python/libxml.c: couple of bug fixes
13671
13672Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13673
13674 * python/*.py: removed tabs and used spaces.
13675
13676Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13677
13678 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13679 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13680
13681Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13684 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13685
13686Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13687
13688 * include/libxml/encoding.h include/libxml/entities.h
13689 include/libxml/globals.h include/libxml/parser.h
13690 include/libxml/threads.h include/libxml/tree.h
13691 include/libxml/xmlmemory.h: trying to fix the include mess
13692
13693Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13694
13695 * include/libxml/xmlmemory.h: reverted part of the previous
13696 attempt to provide #69655, this was breaking the build.
13697
13698Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13699
13700 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13701 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13702 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13703 include/libxml/parserInternals.h include/libxml/tree.h
13704 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13705 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13706 clean.
13707 * python/libxml.c: fixed a warning.
13708
13709Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13710
13711 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13712 copying of node, merge back IDs in the target document.
13713 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13714 test/XInclude/ents/ids.xml: test case
13715 * result/VC/ElementValid4: output changed due to a typo fix
13716
13717Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13718
13719 * python/Makefile.am: seems some version of automake didn't
13720 generate the dependencies right as Jacob found out. Add
13721 an extra dependency rule.
13722
13723Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13724
13725 * parserInternals.c valid.c: Justin Fletcher found some parts
13726 of the code needing cleanup
13727 * libxml.spec.in python/Makefile.am python/generator.py
13728 python/libxml.c python/libxml.py: Fixed the python Makefiles
13729 corrected a bug showing up on ia64, changed the name of the
13730 python internal module too
13731
13732Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13733
13734 * Makefile.am: applied patch from Andris Pavenis for binary
13735 name suffixes
13736
13737Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13738
13739 * xmllint.c win32/win32config.h: fixing #68748
13740
13741Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13742
13743 * valid.c: fixing #70166
13744
13745Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13746
13747 * valid.c: fixing #70077
13748
13749Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13750
13751 * Copyright Makefile.am README configure.in libxml.spec.in:
13752 Changed to the MIT Licence
13753 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13754 doc/xmlio.html: updated the doc accordingly
13755 * include/libxml/xmlwin32version.h configure.in: preparing
13756 2.4.14 release
13757 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13758 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13759 fixed the const xmlChar * wrapper and generator, XPath extension
13760 functions now use the context as first argument
13761 * python/tests/tstxpath.py python/tests/xpath.py
13762 python/tests/xpathext.py: Updated the tests accordingly
13763 * tree.c: fixed bug #70067
13764
13765Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13766
13767 * Makefile.am: cleanup
13768 * debugXML.c: always use stdout if output is NULL
13769 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13770 * python/Makefile.am python/generator.py python/libxml2class.txt
13771 python/libxml_wrap.h python/types.c: augmented the number of bindings
13772 handling FILE * and XPath contexts
13773 * python/tests/Makefile.am: avoid a stupid problem due to the
13774 use of TEST.
13775
13776Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13777
13778 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13779
13780Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13781
13782 * python/TODO python/libxml.c: cleanup the extension function lookup
13783 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13784
13785Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13786
13787 * configure.in python/Makefile.am: do not install outside
13788 of prefix
13789
13790Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13791
13792 * python/TODO python/libxml.c: started adding SAX interfaces
13793 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13794 SAX test
13795
13796Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13797
13798 * tree.c: hardened the addChild function
13799 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13800 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13801 added accessors needed for xmlNode, a bit more testing and
13802 extension of interfaces
13803 * python/tests/Makefile.am python/tests/build.py: added a test
13804 build from scratch/save/load/check
13805
13806Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13807
13808 * parserInternals.c: change a small bit in the way valididy
13809 error messages get initialized
13810 * python/TODO python/libxml.c python/libxml2-python-api.xml
13811 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13812 added some memory debugging to track leaks at the libxml2 level
13813 * python/tests/*.py: changed all tests to check for leaks,
13814 there is just one left in XPath extension registrations.
13815
13816Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13817
13818 * python/TODO python/generator.py python/libxml2-python-api.xml
13819 python/libxml2class.txt: more accessor classes for the parser
13820 context, allow to switch on and check validity
13821 * python/tests/Makefile.am python/tests/error.py
13822 python/tests/invalid.xml python/tests/valid.xml
13823 python/tests/validate.py: attded more test and and added error.py
13824 which I forgot to commit in the last step
13825
13826Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13827
13828 * python/Makefile.am python/types.c: cleanup
13829 * python/libxml.c python/libxml.py python/libxml_wrap.h
13830 python/generator.py python/libxml2-python-api.xml
13831 python/libxml2class.txt: added class for parser context, added
13832 first cut for push mode support. Added a framework to generate
13833 accessors functions.
13834 * python/tests/Makefile.am python/tests/push.py: added a push
13835 test
13836
13837Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13838
13839 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13840 bug a bit of cleanup.
13841
13842Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13843
13844 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13845 python/libxml2class.txt: adding error redirections and preformat
13846 to a python handler
13847 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13848 tests self checking
13849
13850Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13851
13852 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13853 a function
13854
13855Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13856
13857 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13858 python/libxml.c python/libxml2-python-api.xml
13859 python/libxml2class.txt: Progressing through the TODOs, class
13860 description output, extra XML API, RPM now builds the wrappers
13861 for all python installed versions
13862
13863Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13864
13865 * configure.in libxml.spec.in python/Makefile.am python/TODO
13866 python/generator.py python/libxml2class.txt: added more informations
13867 in the libxml2-python package including docs. Slightly changed
13868 the class hierarchy
13869 * python/tests/*: added basic regression tests infrastructure too
13870
13871Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13874 added libxml2-python as part of the packages installed
13875
13876Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13877
13878 * python/Makefile.am python/generator.py python/libxml.c
13879 python/libxml.py: more work, now able to extend the
13880 XPath interpreter with functions written in python.
13881
13882Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13883
13884 * python/Makefile.am: Jacob sent a patch to allow building from
13885 tarfile.
13886
13887Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13888
13889 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13890 inserted the python wrappers build, I hope this won't be too
13891 unportable
13892
13893Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13894
13895 * xpath.c: minor optimization
13896 * python/generator.py python/libxml.c python/libxml.py
13897 python/libxml_wrap.h: more work on the python bindings,
13898 they now support XPath and there is no evident leak
13899
13900Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13901
13902 * python/generator.py python/libxml.c python/libxml.py:
13903 more work on the python bindings generator.
13904
13905Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13906
13907 * python/generator.py python/libxml.c python/libxml_wrap.h:
13908 more work on the python bindings.
13909
13910Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13911
13912 * python/generator.py python/libxml.c python/libxml.py
13913 python/libxml_wrap.h: commited early version of a python binding
13914 for private use only ATM
13915
13916Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13917
13918 * entities.c tree.c include/libxml/entities.h: applied patch
13919 from Anthony Jones to implement copy of DTD subtree too. Had
13920 just to keep 2 function private which really ought to become
13921 public ones.
13922
13923Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13924
13925 * xmllint.c: added pointers to the web pages in the usage()
13926
13927Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13928
13929 * tree.c: more fixes from Petr Kozelka for attribute handling
13930 in the tree API to align the semantic with DOM.
13931
13932Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13933
13934 * valid.c tree.c entities.c: another set of patches from
13935 Anthony Jones for copy operations cleanup and robustness
13936
13937Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13938
13939 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13940 an alphabetic index based on comments content
13941 * doc/*: rebuilt the web site with the new references
13942
13943Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13944
13945 * parserInternals.h: Greg Sjaardema suggested to use an
13946 eponential buffer groth policy in xmlParserAddNodeInfo()
13947
13948Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13949
13950 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13951 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13952 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13953 to generate cross-references, and added/updated the stylesheets
13954 to generate and link API indexes. The generic keyword index
13955 is not done yet.
13956 * doc/*.html: regenerated all the usual docs too
13957
13958Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13959
13960 * debugXML.c: added an xpath function to the shell for T. V. Raman
13961
13962Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13963
13964 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13965 debug routines.
13966
13967Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13968
13969 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13970 support of attribute nodes
13971
13972Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13973
13974 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13975 hopefully near complete and fully documented of the API in XML
13976 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13977 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13978 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13979 include/libxml/parserInternals.h include/libxml/valid.hi
13980 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13981 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13982 include/libxml/xpath.h include/libxml/xpathInternals.h:
13983 Cleaned up the doc comments a lot in the process, the interface
13984 coverage is now 100%
13985
13986Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13987
13988 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13989 extracts comments from the gtk-doc DocBook output (a bit
13990 convoluted but seems to work).
13991
13992Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13993
13994 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13995 added an XML description of the API, moved the script generating
13996 it here. Added a "make api" target
13997
13998Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13999
14000 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14001
14002Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14003
14004 * xpath.c include/libxml/xpathInternals.h: the change made to
14005 xmlXPathFuncLookupFunc was incompatible roll it back
14006
14007Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14008
14009 * SAX.c: cleanup patch from Anthony Jones
14010 * doc/Makefile.am: fix the headers to avoid in make scan
14011 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14012 includes, * vs Ptr and general cleanup
14013 * parsedecl.py: first version of a script to extract the
14014 module interfaces, the goal will be to provide .decl or XML
14015 specification of the interfaces to build wrappers.
14016
14017Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14018
14019 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14020 now provides return codes in case of errors
14021
14022Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14023
14024 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14025 Upgraded to trio baseline 1.6
14026 * strio.h strio.c: Replaced by triostr.h and triostr.c
14027
14028Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14029
14030 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14031 of strdup usage in the code
14032
14033Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14034
14035 * parser.c error.c: Keith Isdale complained rightly that
14036 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14037
14038Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14039
14040 * tree.c: fixed the funxtion to set the xml: attributes
14041 * debugXML.c: added "setbase" to test it.
14042
14043Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14044
14045 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14046 to allow updating an attribute content
14047
14048Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14049
14050 * libxml.h: try to avoid problems when compiling on Windows
14051
14052Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14053
14054 * hash.c: patch from Anthony Jones for hash.c allocation size
14055 * Makefile.am: trying to work around Yet Another Libtool Madness
14056 and build the 2.4.13 release finally ...
14057
14058Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14059
14060 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14061 * doc/* : update of the documentation
14062
14063Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14064
14065 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14066 at fixing #61290 :-(
14067
14068Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14069
14070 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14071 Fixes bug #67229
14072
14073Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14074
14075 * tree.c: trying to avoid troubles when a subtree is copied
14076 and coalesced in part with the target tree. Should fix
14077 bug #67407
14078
14079Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14080
14081 * valid.c: fixed validation of attributes content of type
14082 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14083 values, very old bug. Fixes #67671
14084
14085Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14086
14087 * parser.c include/libxml/parserInternals.h tree.c: integrated
14088 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14089 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14090
14091Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14092
14093 * threads.c: applied Serguei Narojnyi's patch to add native
14094 thread support on the Win32 platform
14095 * testThreadsWin32.c Makefile.am: added the test program also
14096 from Serguei, Win32 specific
14097 * include/win32config.h include/libxml/xmlwin32version.h.in:
14098 added patch from Igor for the Windows thread specific defines.
14099
14100Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14101
14102 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14103
14104Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14105
14106 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14107 output page into XMLinfo.html. Close bug #66951 and
14108 raised by Robert Collins too.
14109
14110Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14111
14112 * encoding.c: Paul Keogh pointed out a possibility of segfault
14113 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14114 Closes bug # 68238
14115
14116Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14117
14118 * doc/*.html: updated the Gdome2 links
14119
14120Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14121
14122 * libxml.h: Applied following patches from Robert Collins
14123 and make sure IN_LIBXML is defined when compiling it
14124 -------
14125 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14126 as well as Visual C.
14127 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14128 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14129 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14130 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14131 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14132 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14133 xmlSysIDExists xmlNoNetExists).
14134 * xmllint.c: Don't include winsock2.h for Cygwin.
14135
14136Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14137
14138 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14139 when the version info is not present.
14140
14141Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14142
14143 * tree.c: Anthony Jones pointed out a problem in
14144 xmlStringGetNodeList() and provided a fix for it
14145
14146Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14147
14148 * parser.c: patch from Frank J Franklin to remove a bug in
14149 xmlCreatePushParserCtxt() when the initial buffer passed
14150 is large.
14151
14152Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14153
14154 * win32/*: big cleanup of the Windows/MSVC project files
14155 from Igor Zlatkovic
14156
14157Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14158
14159 * doc/Makefile.am: should fix #67674 and avoid troubles if
14160 xsltproc is not available or fails in the prefix provided
14161
14162Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14163
14164 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14165
14166Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14167
14168 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14169 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14170 Fixed a few other problems raised by Charlie Bozeman.
14171 * result/VC/ElementValid[5-7]: fixed the output
14172
14173Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14174
14175 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14176 patches from Charlie Bozeman. Regenerated the HTML docs.
14177
14178Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14179
14180 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14181 for Windows from Igor
14182
14183Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14184
14185 * xmllint.c: applied Justin Fletcher patch for --output or -o
14186
14187Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14188
14189 * win32/libxml2/libxml2.def.src: close #67019
14190
14191Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14192
14193 * xmllint.c: applied Justin Fletcher generic timing patch
14194 similar to the one already applied to xsltproc.
14195
14196Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14197
14198 * include/libxml/tree.h tree.c: applied documentation patches
14199 from Charlie Bozeman
14200
14201Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14202
14203 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14204
14205Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14206
14207 * valid.c: fix the xmlStrdup() used in the previous patch.
14208 * valid.c: added --dropdtd
14209 * tree.c: fixed xmlUnlinkNode so it also removes the references
14210 from the document if the node is a DTD
14211
14212Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14213
14214 * HTMLtree.c valid.c: cleanup some static declarations
14215
14216Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14217
14218 * xmllint.c: removed another strdup()
14219 * doc/FAQ: removed the HP/UX entry
14220
14221Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14222
14223 * valid.c: fix bug #66816 when validating.
14224 * xmllint.c: don't use sys/time.h if configure did not found it
14225
14226Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14227
14228 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14229 xmlcatalog_man.xml
14230
14231Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14232
14233 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14234 xmlInitMemory() was declared twice
14235
14236Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14237
14238 * globals.c: do not reference strdup() !
14239 * configure.in libxml-2.0.pc.in: trying to fix the libs
14240 of the various config extraction modules
14241
14242Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14243
14244 * configure.in : preparing 2.4.12
14245 * doc/* : updated and rebuilt the docs
14246
14247Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14248
14249 * uri.c: closed bug #66159
14250 * testURI.c: added --escape option
14251 * configure.in: some cleanup for xml2-config --cflags
14252
14253Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14254
14255 * globals.c testThreads.c: removed some misplaced includes
14256 of xmlversion.h
14257
14258Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14259
14260 * threads.c: patch from Gary Pennington fixing a possible
14261 problem at initialization time.
14262
14263Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14264
14265 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14266 Eric Lavigne contribution to build libxml2 on MacOS using
14267 CodeWarrior.
14268
14269Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14270
14271 * xmllint.c: applied Geert Kloosterman's patch to fix
14272 --repeat --timing output
14273
14274Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14275
14276 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14277 where non-wellformed XML declaractions were not detected.
14278
14279Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14280
14281 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14282
14283Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14284
14285 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14286 gets reset by xmlCleanupInputCallbacks() and this makes the
14287 function useless. Same for output.
14288
14289Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14290
14291 * xmlIO.c: robert pointed out a loop error in callback cleanups
14292
14293Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14294
14295 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14296 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14297 they are not really tied to debugging
14298
14299Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14300
14301 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14302 * xmllint.c: better --catalogs description
14303
14304Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14305
14306 * tree.c: fixed a couple of problems in xmlSetProp()
14307
14308Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14309
14310 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14311 unappropriate stdout output.
14312
14313Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14314
14315 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14316 by Denis Beurive, closes #65111
14317
14318Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14319
14320 * valid.c: in case of content model validity error, don't
14321 print it if validity warnings were not requested.
14322
14323Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14324
14325 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14326 * parserInternals.c: removed the last exit() call. Print an
14327 unmaskable error on stderr instead (library mismatch detection)
14328
14329Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14330
14331 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14332 shell instructions from Heiko Rupp
14333
14334Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14335
14336 * catalog.c: use the URL notation file:// for default catalog paths
14337
14338Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14339
14340 * include/libxml/tree.h: better comments for _private fields
14341 * tree.c: removed a problem when copying an entity reference.
14342
14343Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14344
14345 * vms/*: updated instructions and diffs from John A Fotheringham
14346
14347Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14348
14349 * include/libxml/xmlerror.h: avoid an include problem if
14350 #include <libxml/xmlerror.h> happens first in code
14351 seems to be the case in KDE libs
14352
14353Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14354
14355 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14356 from Igor for Windows
14357
14358Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14359
14360 * Makefile.am: Gary Pennington pointed out a missing prefix
14361
14362Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14363
14364 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14365 * doc/*: upgraded and rebuilt the docs
14366
14367Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14368
14369 * HTMLparser.c: fix comment in scripts element parsing.
14370 * result/HTML/doc3*: updated the results.
14371
14372Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14373
14374 * uri.c: another URI bug fix #63336, using Joel Young patch.
14375
14376Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14377
14378 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14379 a cleaned up version of the Pwd shell string generation.
14380
14381Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14382
14383 * valid.c include/libxml/tree.h: trying to fix namespaces +
14384 validation problems for good, closing #63619 in the process
14385 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14386 wrong in this respect, fixed it.
14387
14388Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14389
14390 * xmllint.c: Morus Walter patch to allow --format and --encode
14391
14392Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14393
14394 * debugXML.c: Stefan Kost provided an help command for the shell
14395
14396Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14397
14398 * debugXML.c: Heiko Rupp pointed that the shell would crash
14399 on empty nodesets returns.
14400
14401Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14402
14403 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14404 migh need the history libraries
14405
14406Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14407
14408 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14409 handle the case of < in quoted attributes, Bastian Kleineidam
14410
14411Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14412
14413 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14414 fixing catalog breakages
14415 * Makefile.am catalog.c result/catalogs/catal
14416 result/catalogs/mycatalog.* test/catalogs/catal*:
14417 fixed more problems in catalog support, added more regression tests
14418 for both XML and SGML catalog handling
14419
14420Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14421
14422 * debugXML.c: applied an improvement to xmlGetLineNo() from
14423 Keith Isdale
14424
14425Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14426
14427 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14428 Side effect of the progressive catalog loading
14429
14430Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14431
14432 * Makefile.am: confexecdir and confexec_DATA were defined twice
14433 pointed out by Karl Eichwalder
14434
14435Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14436
14437 * xmlcatalog.c: avoid unlink() and use remove() instead.
14438
14439Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14440
14441 * libxml.spec.in: cleanup
14442 * include/libxml/xmlwin32version.h: updated with 2.4.8
14443
14444Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14445
14446 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14447 of compiling libxml with a non standard set of options
14448
14449Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14450
14451 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14452 document --sgml option, fixing gnome bugzilla #63382
14453
14454Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14455
14456 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14457 breakage of 2.4.7, added a couple of really needed APIs
14458 like xmlCatalogIsEmpty() and xmlNewCatalog()
14459 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14460 for install-catalog
14461 * configure.in: preparing 2.4.8
14462
14463Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14464
14465 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14466 include/libxml/tree.h include/libxml/xmlIO.h: more include
14467 cleanups, export cleanly one html output + format function.
14468
14469Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14470
14471 * parser.c: removed initGenericErrorDefaultFunc call from
14472 xmlInitParser() since it could destroy previous calls to
14473 xsltSetGenericErrorFunc() effects
14474
14475Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14476
14477 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14478 keyword.
14479
14480Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14481
14482 * Makefile.am: cleanup
14483 * threads.c: cleanup too
14484 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14485 from xsltproc
14486 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14487 dependency loop.
14488
14489Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14490
14491 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14492 was not used anymore !
14493
14494Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14495
14496 * configure.in: preparing 2.4.7
14497 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14498 manual page from John
14499 * doc/*: updated the doc and rebuilt the generated pages
14500
14501Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14502
14503 * xmlIO.c: closing bug #62711, the library should never
14504 close stdin or stdout.
14505
14506Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14507
14508 * uri.c: second pass at fixing #63336, using Joel Young
14509 final patch. looks okay.
14510
14511Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14512
14513 * uri.c include/libxml/uri.h: trying to clear #63336
14514 allowing the escaping routine to parse unconformant
14515 URI-References.
14516
14517Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14518
14519 * vms/readme.vms vms/build_libxml.com nanoftp.c
14520 include/libxml/xmlversion.h.in: a few VMS updates from
14521 John A Fotheringham
14522 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14523 and xmlCleanupOutputCallbacks() for the Perl binding people.
14524
14525Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14526
14527 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14528 apply fixes to close #63271 and avoid segfaults when
14529 the error routine gets callbed before xmlInitParser()
14530 get called.
14531 * nanoftp.c error.c: Applied patches from Justin Fletcher
14532 correcting some xmlGenericError misuses.
14533
14534Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14535
14536 *doc/xmllint.xml, doc/xmllint.1
14537 New and improved man page for xmllint - .xml is the original, .1
14538 is the generated man page
14539
14540Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14541
14542 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14543 the web site from the main HTML document.
14544
14545Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14546
14547 * parser.c: fixed an erroneous validation bug when PE refs
14548 occurs in external parsed entities referenced from the
14549 internals subset
14550 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14551 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14552 added the associated testcase, it's a nice one.
14553 * HTMLparser.c: generate the DTD node as HTML still ...
14554 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14555
14556Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14557
14558 * HTMLparser.c: fixed a bug in htmlNewDoc()
14559
14560Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14561
14562 * test/threads/*: added entities testing to the Thread test
14563 * testThreads.c: make the test reasonable
14564 * DOCBparser.c: fix the DTD public and system ID
14565 * xmllint.c: added --sgml for SGML DocBook importing
14566 * Makefile.am: added Docbtests target
14567
14568Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14569
14570 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14571 * testThreads.c: removed bogus include
14572
14573Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14574
14575 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14576 fixed a very serious (looping) validation bug
14577
14578Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14579
14580 * include/libxml/globals.h include/libxml/threads.h threads.c
14581 testThreads.c: far more testing, cleaning up bugs
14582 * *.c : make sure globals.h is always included.
14583
14584Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14585
14586 * HTMLparser.c: try to get rid of parser loops for good.
14587
14588Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14589
14590 * configure.in: fixed some bugs in CFLAGS passing.
14591 * test/threads Makefile.am testThreads.c: added a specific
14592 threaded test case (really nasty, guaranteed).
14593
14594Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14595
14596 * catalog.c: serious cleanup on the management of the
14597 XML catalog tree, more tests done, especially with
14598 the catalog PI.
14599
14600Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14601
14602 * catalog.c: avoid a problem in catalog cleanup on SMP if
14603 catalogs were not initialized.
14604
14605Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14606
14607 * catalog.c xpath.c: trying to cleanup the not thread safe
14608 parts of the library.
14609
14610Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14611
14612 * include/libxml/globals.h configure.in global.data: make
14613 the allocation be per-thread a configure option
14614 * encoding.c include/libxml/parser.h: fixed compilation
14615 errors
14616
14617Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14618
14619 * include/libxml/parser.h: Norm reported that a few lines
14620 added were breaking libxslt compile, removed them for now
14621
14622Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14623
14624 * parser.c parserInternals.c threads.c: debugged and fixed
14625 initialization problems which were giving troubles on SMP
14626 boxes.
14627
14628Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14629
14630 * include/libxml/Makefile.am: missing globals.h
14631
14632Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14633
14634 * globals.c: added a couple of standard includes.
14635
14636Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14637
14638 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14639 include/libxml/parserInternals.h include/libxml/tree.h
14640 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14641 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14642 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14643 Applied the last patches from Gary, cleanup, activated threading
14644 all user accessible global variables are now handled in globals.[ch]
14645 Still a bit rought but make tests passes with either
14646 --with-threads defined at configure time or not.
14647 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14648 linking options
14649
14650Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14651
14652 * Makefile.am include/libxml/Makefile.am
14653 include/libxml/globals.h globals.c include/libxml/threads.h
14654 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14655 configure.in: started integrating the core of the thread support
14656 not activated yet but half integrated. The code should still
14657 compile and work anyway.
14658
14659Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14660
14661 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14662 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14663 integrating the non-controversial parts of Gary Pennington
14664 multithread patches
14665 * catalog.c: corrected a small bug introduced
14666
14667Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14668
14669 * catalog.c include/libxml/catalog.h: very serious cleanup,
14670 isolating unportable code and as much as possible the accesses
14671 to the global shared catalog. May need more testing !
14672
14673Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14674
14675 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14676 Keith Isdale patches for the XSLT debugger interfaces. Some
14677 cleanup
14678
14679Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14680
14681 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14682 * DOCBparser.c: generate line nubers in elements
14683
14684Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14685
14686 * configure.in: preparing 2.4.6 release
14687 * doc/xml.html doc/html/*: updated and rebuilt the docs
14688 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14689
14690Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14691
14692 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14693 adding documentation for DV's supercatalog support
14694
14695Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14696
14697 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14698 super catalog support adding one API and one flag --sgml to
14699 xmlcatalog
14700
14701Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14702
14703 * doc/xmlcatalog_man.xml, xmlcatalog.1
14704 One more crack at
14705 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14706
14707Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14708
14709 * xpath.c: implemented xmlXPathObjectCopy for external objects
14710 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14711
14712Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14713
14714 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14715 finishing up fix to
14716 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14717 the xmlcatalog man page display more elegantly
14718
14719Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14720
14721 * configure.in: closing bug #61832
14722 * HTMLparser.c: removed a warning
14723
14724Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14725
14726 * xpath.c: fixing #61673 part I, do not loose doc information
14727 when copying result value trees.
14728
14729Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14730
14731 * xpath.c: trying to harden the XPath interpreter
14732
14733Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14734
14735 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14736 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14737
14738Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14739
14740 * HTMLparser: repaired another loop problem
14741
14742Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14743
14744 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14745 parsing.
14746 * xpath.c: fix bug #61291 the default XML namespace node is
14747 missing from the namespace axis.
14748 * tree.c: refuse to create namespaces nodes with prefix "xml"
14749
14750Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14751
14752 * SAX.c: ouch a non-defined namespace could lead to a crash,
14753 fixed #61215
14754
14755Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14756
14757 * parserInternals.c: closed bug #61054
14758
14759Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14760
14761 * include/libxml/Makefile.am: closing #60708
14762
14763Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14764
14765 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14766 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14767
14768Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14769
14770 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14771
14772Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14773
14774 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14775 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14776
14777Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14778
14779 * catalog.c: Justin Fletcher provided cleaup code in case
14780 HAVE_STAT is not defined
14781 * include/win32config.h: Igor Zlatkovic suggested to have
14782 HAVE_STAT defined there
14783
14784Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14785
14786 * catalog.c - fixed typing error reported by M. Barros
14787
14788Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14789
14790 * xmllint.c - fixing typo
14791
14792Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14793
14794 * HTMLparser.c: small enhancement to prevent loop on
14795 unrecognizable data
14796
14797Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14798
14799 * parserInternals.c: applying patch from bug #60757 this
14800 should close it
14801
14802Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14803
14804 * catalog.c xmlcatalog.c: removed a couple of warning
14805 * xpath.c: try to solve the linking problem on platforms
14806 needing trio to compile
14807
14808Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14809
14810 * Makefile.am libxml.spec.in: backing up non-documented changes
14811 commited without review or aproval by Jens Finke <jens@gnome.org>
14812 * HACKING: made 100% clear that no commit should be done directly
14813
14814Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14815
14816 * configure.in: Joe Orton provided a patch fixing a problem
14817 when iconv is specified to be in a non-standard directory
14818 but wasn't exported in xml2-config --cflags
14819
14820Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14821
14822 * configure.in: let's ship 2.4.5 before getting too much
14823 troubles with 2.4.4 errors.
14824
14825Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14826
14827 * encoding.c entities.c: do not output hexadecimal charrefs
14828 when serializing HTML since some version of Netscape can't
14829 grok it, generate decimal ones.
14830 * result/HTML/doc3.htm: output changed due to previous test
14831 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14832
14833Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14834
14835 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14836 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14837
14838Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14839 Released 2.4.4
14840
14841 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14842 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14843 updated the configuration scripts systems accordingly
14844
14845Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14846
14847 * configure.in: preparing for 2.4.4
14848 * doc/xml.html doc/html/*: updated and rebuilt the docs
14849
14850Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14851
14852 * win32/dsp/libxml2.def.src: tried to incorporate comments
14853 from bug #59220
14854
14855Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14856
14857 * parser.c result/noent/wml.xml: fixed bug #59981 related
14858 to handling of '&' in attributes when entities are substitued
14859
14860Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14861
14862 * libxml.h include/libxml/xmlversion.h.in
14863 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14864 Tried to close bug #60131
14865
14866Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14867
14868 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14869
14870Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14871
14872 * SAX.c: fixing bug #59946 on xmlns=""
14873
14874Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14875
14876 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14877 but allocates a new error code.
14878
14879Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14880
14881 * xmllint.c: John Fleck fixed typos in the options output
14882 * parser.c SAX.c: fix ignorable white space SAX selection
14883
14884Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14885
14886 * entities.c: Steve Underwood found the possibility of an
14887 ininite loop in case of error.
14888
14889Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14890
14891 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14892
14893Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14894
14895 * parser.c: warn if version is not 1.0 but it's not
14896 strictly speaking an error after analyzing the spec
14897
14898Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14899
14900 *doc/catalog.html - add link to the html version of the
14901 man page, other linguistic cleanups
14902
14903Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14904
14905 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14906 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14907 file, has not yet been included in the build.
14908
14909Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14910
14911 * catalog.c: removed a duplicate affectation Justin Fletcher
14912
14913Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14914
14915 * tree.c: Armin Sander pointed a possible text coalescing
14916 problem, completed his patch.
14917
14918Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14919
14920 * trionan.c: Fixed const and volatile re-definition problem
14921
14922Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14923
14924 * libxml.4 parser.c: doc updates from Heiko Rupp
14925 * parserInternals.c: 2 sanity checks from Heiko Rupp
14926
14927Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14928
14929 * tree.c: applied patch from Armin Sander to make some pointers
14930 const in xmlCopyNode()
14931 * include/libxml/tree.h: added fix to the header
14932
14933Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14934
14935 * xpath.c: hum, restrict the integer usage gcc bug workaround
14936 to only gcc compilers so that other architecture don't get
14937 penalized by this limitation.
14938 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14939
14940Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14941
14942 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14943 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14944
14945Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14946
14947 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14948 --convert option to xmlcatalog to convert SGML ones to
14949 the XML syntax.
14950 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14951
14952 2.4.3 got released at that point
14953Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14954
14955 * catalog.c xmlIO.c: started some serious testing and fixed
14956 a few bug and optmization needs.
14957
14958Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14959
14960 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14961 preparing for a 2.4.3 release even if it may not be ready yet
14962 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14963 all file parsing lookup to go through the entity resolver, add
14964 to add an API to bypass it (needed to load catalogs themselves),
14965 some cleanup on the catalog code too.
14966 * nanoftp.c: small cleanup
14967 * doc/catalog.html: small update
14968
14969Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14970
14971 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14972 Jun Kuriyama
14973
14974Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14975
14976 * doc/catalog.html: finished the catalog documentation
14977
14978Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14979
14980 * doc/catalog.html doc/xml.html: added documentation about
14981 Catalog support, misses an API description
14982 * doc/html/*: reextracted the API pages
14983
14984Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14985
14986 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14987 Added the part about section 7.2 on URI resolution,
14988 fixed a side effect in the HTML parser, look complete
14989 and ready to rock except the URI/SystemID part!
14990
14991Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14992
14993 * include/libxml/catalog.h include/libxml/parser.h
14994 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14995 xmlIO.c: added support and APIs needed for the catalog PI
14996 * include/libxml/xmlIO.h: cleanup
14997
14998Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14999
15000 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15001 include/libxml/catalog.h: starts to look okay, really
15002 plugged the new framework, cleaned a lot of stuff,
15003 added some APIs, except the PI's support missing this
15004 should be mostly complete
15005 * result/catalogs/* test/catalogs/*: added new test, enriched
15006 the existing one with URN ID tests
15007
15008Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15009
15010 * catalog.c: fixed nextCatalog
15011 * result/catalogs/docbook test/catalogs/*: started adding
15012 a small regression test
15013
15014Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15015
15016 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15017 more work on the XML catalog support.
15018 * parser.c include/libxml/parser.h: small cleanup seems using
15019 list as a public parameter name can give portability troubles
15020 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15021 include/libxml/xpath.h include/libxml/Makefile.am: removed
15022 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15023 wrappers
15024
15025Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15026
15027 * Makefile.am trio.c triodef.h trionan.c xpath.c
15028 include/libxml/Makefile.am include/libxml/trionan.h:
15029 Re-worked Not-A-Number and Infinity support.
15030 * xmlcatalog.c: added readline include files
15031
15032Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15033
15034 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15035 testCatalog as xmlcatalog, making it an installed app
15036 adding a shell, and preparing it to be a /etc/xml/catalog
15037 management tool, though not ready yet
15038 * catalog.c include/libxml/catalog.h: adding support for
15039 XML Catalogs http://www.oasis-open.org/committees/entity/
15040 not finished, there is some interesting tradeoffs and a
15041 few open questions left.
15042
15043Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15044
15045 * xmllint.c: fixed a line formatting problem
15046
15047Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15048
15049 * SAX.c: removed a couple of unused variable (Albert Chin)
15050
15051Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15052
15053 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15054 trying to fix some troubles w.r.t. function returning
15055 const xxxPtr.
15056
15057Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15058
15059 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15060 defined
15061
15062Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15063
15064 * xpointer.c: removed unused var
15065
15066Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15067
15068 * testXPath.c: another small cleanup closing bug #59110
15069
15070Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15071
15072 * win32/dsp/libxml2.def.src: small cleanup closing bug
15073 #59108
15074
15075Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15076
15077 * example/gjobread.c: add xmlCleanupParser() before leaving
15078
15079Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15080
15081 * config.h.in configure.in include/libxml/xmlwin32version.h:
15082 released 2.4.2
15083
15084Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15085
15086 * include/libxml/valid.h debugXML.c valid.c: deprecate
15087 the non-boundchecking Sprintf functions, add Snprintf
15088 this should close bug #57984
15089
15090Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15091
15092 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15093 URIs before doing the lookups (pointed by Mark Vakoc)
15094
15095Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15096
15097 * xpath.c: serious changes on Result Value Trees and NodeSets
15098 w.r.t. deallocation and collect operations. Probably not
15099 100% clean (merge of allocated trees smells like a problem).
15100 Seems sufficient to close #58943
15101
15102Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15103
15104 * xmllint.c: adding a --format option
15105
15106Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15107
15108 * xpath.c: count() was broken on Result Value Tree
15109 * xmlIO.c: fixed file:/// accesses on _WIN32
15110
15111Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15112
15113 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15114 macro was renamed, this should close bug #58683
15115
15116Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15117
15118 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15119 entity substitution mode text at the end of the entity might
15120 be added due to text coalescing.
15121 * nanoftp.c parser.c: small cleanup
15122
15123Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15124
15125 * HACKING: added John Fleck right to commit in the doc subdir
15126
15127Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15128
15129 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15130 allow to inherit attributes from the DTD directly in the
15131 tree, this is needed for XPath and can be a useful feature.
15132 Inherited namespaces are always provided at the tree level now
15133 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15134 of tests for this feature (XSLT being the prime user).
15135
15136Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15137
15138 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15139 testSAX.c xmlIO.c xmllint.c include/win32config.h
15140 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15141 include/libxml/xmlwin32version.h.in win32/README.MSDev
15142 win32/dsp/*: applied Win32 Facelift No.2 patches from
15143 Igor Zlatkovic for Windows/MSC
15144
15145Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15146
15147 * SAX.c: unparsedEntityDecl() the URI computation of the
15148 entity wasn't done breaking XSLT unparsed-entity-uri()
15149
15150Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15151
15152 * xpath.c: fixed a bug when walking the descendants and
15153 the current node has no children
15154 * debugXML.c: show up when a text node is supposed to not be escaped
15155
15156Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15157
15158 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15159 worked like the set:leading() function)
15160 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15161
15162Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15163
15164 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15165
15166Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15167
15168 * include/libxml/xmlIO.h: apply change to close #58141
15169 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15170
15171Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15172
15173 * parser.c: when the internal subset uses a PE, then the
15174 included entity can use conditional sections.
15175
15176Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15177
15178 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15179 when walking the namespace axis showing up in
15180 libxst/tests/general/bug-12
15181 * xmlmemory.c: added the possibility to trace a given block
15182 defined by its address
15183
15184Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15185
15186 * parser.c: don't override existing encoding specified before
15187 starting xmlParseDocument()
15188
15189Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15190
15191 * include/libxml/xmlwin32version.h: reinserted, needed for
15192 Windows users of CVS
15193
151942001-07-27 Darin Adler <darin@bentspoon.com>
15195
15196 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15197 * testCatalog.c: Add include of <libxml/parser.h>.
15198
151992001-07-27 Darin Adler <darin@bentspoon.com>
15200
15201 * include/libxml/.cvsignore:
15202 * include/libxml/xmlwin32version.h:
15203 Remove this file from CVS because it's generated.
15204
15205Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15206
15207 * parser.c include/libxml/parser.h: applied const patches from
15208 Tom Moog #58002
15209
15210Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15211
15212 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15213 lookup framework
15214
15215Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15216
15217 * tree.c: fixed xmlCopyNode() for documents
15218
15219Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15220
15221 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15222
15223Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15224
15225 * parser.c: fixes bug #57652 reported by Morus Walter
15226
15227Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15228
15229 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15230
15231Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15232
15233 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15234 errors, lesson don't add new functions at 1am before a release
15235 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15236 from XPath initialization when possible.
15237
15238Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15239
15240 * result/scripts/base*: removing history/readline changed
15241 this slightly
15242 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15243 xmllint.c: make element content line number generation
15244 optionnal to avoid breaking old apps added interface to switch
15245
15246Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15247
15248 * configure.in: get rid of the readline and libhistory
15249 dependencies by default, release 2.4.1 with IA64 fix
15250 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15251 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15252 John Kroll fixes to allow saving to HTTP via PUT (or
15253 POST of needed).
15254 * doc/html/*.html: regenerated the docs
15255
15256Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15257
15258 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15259 xmlHashScanFull and xmlHashScannFull3 to get passed the
15260 three keys as arguments to the callback function
15261
15262Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15263
15264 * configure.in Makefile.am: removed libxml softlink for good
15265 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15266 100% coverage by gtk-doc
15267
15268Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15269
15270 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15271 fixed serious troubles due to size_t vs. int mismatch
15272
15273Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15274
15275 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15276
15277Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15278
15279 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15280 convenient extension API for value and context managing
15281 Now handles external objects through xmlXPathPopExternal,
15282 xmlXPathWrapExternal and xmlXPathReturnExternal.
15283 Added functions for sets operations (intersection, etc.)
15284
15285Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15286
15287 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15288 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15289 HTMLparser.c: cleanup of global variables, marking some
15290 const or private.
15291
15292Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15293
15294 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15295 fixed xmlXPathNodeSetItem when passing index=0
15296
15297Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15298
15299 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15300
15301Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15302
15303 * xmllint.c: fixed compilation under Cygwin #57503
15304 * TODO: update
15305
153062001-07-13 Peter Williams <peterw@ximian.com>
15307
15308 * config.h.in: add #undef HAVE_DLFCN_H
15309
15310 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15311 builddir.
15312
15313Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15314
15315 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15316 raised by #57348 and #57381
15317
15318Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15319
15320 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15321 tree.c xpointer.c: store the line numbder in element->content,
15322 may break some software, need a configuration mechanism
15323
153242001-07-10 Darin Adler <darin@bentspoon.com>
15325
15326 * .cvsignore:
15327 * example/.cvsignore:
15328 * include/.cvsignore:
15329 * include/libxml/.cvsignore:
15330 Various things that are generated and should be ignored.
15331
15332Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15333
15334 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15335 * doc/xml.html doc/html/*: updated the docs
15336
15337Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15338
15339 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15340 validation occured on content with element child
15341
15342Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15343
15344 * tree.c: fixed XML Base computation which was broken
15345 * debugXML.c: added a base function to the shell
15346 * Makefile.am result/scripts/* test/scripts/*: added scripts
15347 based regression tests, and adding 2 XML Base tests
15348
15349Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15350
15351 * tree.c: set properties doc and call xmlSetListDoc for properties
15352 content when grafting them in a different tree.
15353 * aclocal.m4: remove from CVS
15354
15355Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15356
15357 * win32/libxml2/libxml2.def.src: added some missing entry point
15358 for XPath (Mark Vakoc)
15359
15360Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15361
15362 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15363 layer should URI-Unescape before trying to open resources.
15364
15365Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15366
15367 * xpath.c: fix the name() bug for elements in the default
15368 namespace reported by Charlie Bozeman
15369
15370Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15371
15372 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15373 led to an XPath fix, improvements of SAX initialization, and
15374 an added option --nocdata to testXPath
15375
15376Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15377
15378 * doc/libxml-doc.el: Felix Natter provided anew version working
15379 with XEmacs too
15380
15381Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15382
15383 * include/libxml/xpath.h: small cleanup
15384 * doc/xml.html: update
15385
15386Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15387
15388 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15389 released 2.3.14
15390
15391Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15392
15393 * doc/html/*: rebuilt the docs for the release
15394 * doc/xml.html: added 2.3.14 release.
15395
15396Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15397
15398 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15399 were not equal to empty strings
15400
15401Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15402
15403 * SAX.c: fixed a URI-Reference computation problem when validating
15404 * xmlIO.c: small cleanup
15405
15406Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15407
15408 * parser.c: improved the description of a couple of interfaces
15409 upon Larry Stamper suggestion
15410
15411Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15412
15413 * SAX.c entities.c parser.c: changed completely the way entities
15414 are handled when running the parser in entity substitution mode.
15415 This fixes a bug reported by Stephan Kulow and nearly divides
15416 by 3 the amount of memory required by libxslt to load and process
15417 DocBook TDG.
15418
15419Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15420
15421 * HTMLparser.c: fixing a too early root closing problem raised
15422 byt Prashanth Naidu
15423
15424Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15425
15426 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15427 raised by Mark Vakoc.
15428
15429Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15430
15431 * example/Makefile.am: fixed the include path to add srcdir/include
15432 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15433 and some cleanup
15434
15435Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15436
15437 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15438 lot of optimization work, results in significant improvements
15439 when handling really complex XPath queries. Add a small optimizer
15440 for unions, improve [n] and [last()], avoid some costly ops.
15441
15442Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15443
15444 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15445 * xpath.c: small cleanup
15446 * xmlGetNsList: reformated, fixed problems if used on Entities
15447
15448Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15449
15450 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15451
15452Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15453
15454 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15455 * Makefile.am example/Makefile.am: workaround automake generating
15456 erroneous deps
15457
15458Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15459
15460 * include/win32config.h: bug #56801 Yon Derek provided a patch
15461 to the windows config file.
15462
15463Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15464
15465 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15466 libxml.h : Yon Derek provided a set of changes to compile from
15467 CVS on Windows/MSC
15468
15469Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15470
15471 * parser.c: fixed UTF8 BOM support in push mode
15472 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15473 added a specific testcase
15474
15475Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15476
15477 * Makefile.am: added --push regression tests
15478 * parserInternals.c: the XML parser segfaulted in --push mode
15479
15480Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15481
15482 * configure.in: moved the symlinks detection within a CVS
15483 check, this is not portable and will be removed soon.
15484 * xpath.c: small cleanup/speedup
15485
15486Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15487
15488 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15489 release of 2.3.12
15490 * parser.c: make an error message if unknow entities in all cases
15491
15492Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15493
15494 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15495
15496Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15497
15498 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15499 includes were installed in the wrong dir
15500
15501Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15502
15503 * doc/html.xml: warn against sending code to exhibit bugs.
15504
15505Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15506
15507 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15508 Tru64 from Thomas Leitner
15509
15510Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15511
15512 * AUTHORS: added William and Bjorn
15513 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15514 daniel@veillard.com hopefully I won't have to do this again
15515 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15516 docs can be rebuilt cleanly now
15517 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15518 from CVs it's generated, added include/libxml/xmlwin32version.h
15519 also generated but which should change far less frequently.
15520 * catalog.c nanoftp.c: made sure to include libxml.h not
15521 libxml/xmlversion.h directly
15522 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15523 when compiling on WIN32 and MSC
15524
15525Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15526
15527 * include/Makefile.am include/libxml/Makefile.am configure.in:
15528 fixed make distcheck and rebuilding the rpms
15529
15530Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15531
15532 * configure.in: should finish the migration of exported includes
15533 into a real include/libxml in CVS, at least for CVS users.
15534 * removed the exported headers, added in include/libxml (as well
15535 as xmlversion.h.in).
15536
15537Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15538
15539 * configure.in: fixed the way to detect symlink
15540
15541Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15542
15543 * configure.in: updated, include/libxml is now a real CVS dir
15544
15545Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15546
15547 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15548 version works with both libxml1 and libxml2 (it autodetects
15549 the prefix of the html-files) from Felix Natter.
15550 * doc/xml.html: updated doc accordingly
15551
15552Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15553
15554 * xpath.c: fixed the bug generating a template loop in libxslt
15555 when using docbook-xsl-1.4, * should filter out document nodes
15556 * HACKING: added William
15557 * TODO: updated
15558
15559Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15560
15561 * doc/FAQ.html: added a warning about gcc-3.0
15562 * doc/xml.html: added reference to gdome2 and removed a confusing
15563 sentence
15564
15565Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15566
15567 * xmlversion.h: okay this is a generated file, but Windows
15568 users need it and they can't generate it, and I want CVS
15569 Windows users ...
15570 * win32/libxml2/libxml2_so.dsp: Windows project file for
15571 the shared lib version of libxml2
15572 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15573 resources needed for libxslt/xsltproc by Yon Derek
15574
15575Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15576
15577 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15578
15579Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15580
15581 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15582
15583Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15584
15585 * include/win32config.h: Yon Derek provided a first fix
15586 to be able to compile libxslt/xsltproc on Windows
15587
15588Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15589
15590 * xpath.c: attempt to work around what seemed a gcc optimizer
15591 bug when handling floats on i386 http://veillard.com/gcc.bug
15592 * tree.c entities.c encoding.c: doing some cleanups while
15593 chasing it
15594
15595Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15596
15597 * Makefile.am: cleanup when --without-debug is specified
15598 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15599 w.r.t. --without-debug and other include points
15600 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15601 Catalogs
15602 * configure.in entities.h tree.h HTMLparser.c: removed
15603 --without-corba, made the _private field mandatory
15604
15605Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15606
15607 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15608 outputs a BOM in UTF8, an errata has been issued to avoid the
15609 problem, that was the most reasonable solution... Add support
15610 for a leading UTF8 BOM in entities.
15611
15612Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15613
15614 * valid.c: fixed a bug found when post validating an entity ref
15615 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15616 activate it too
15617
15618Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15619
15620 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15621 weakness in the node copy the XPointer and the XInclude
15622 implementations. Serious cleanup.
15623
15624Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15625
15626 * Makefile.am: Kjartan Maraas provided a small patch to
15627 add xml2-config.in to EXTRA_DIST
15628
15629Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15630
15631 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15632 provided another failing case found in KDE, the way the
15633 ctxt->vctxt.nodeTab was allocated and freed changed over
15634 time but it wasn't completely cleaned up. This should fix it.
15635
15636Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15637
15638 * parser.c: Stephan Kulow also raised the fact that line number
15639 could get miscounted making debug harder, fixed the problem
15640 in xmlParseCharData()
15641
15642Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15643
15644 * valid.c: Stephan Kulow pointed out a problem when validating
15645 and using an empty entity, forgot a 'break' in a case.
15646
15647Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15648
15649 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15650 * doc/xml.html: updated with 2.3.11
15651
15652Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15653
15654 * TODO: updated adding cleanup of generated doc
15655 * configure.in: prepared to release 2.3.11
15656 * xmllint.c: added --version for bug reporting
15657 * doc/html/*.html: rebuilt the doc
15658
15659Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15660
15661 * xpath.c: first part of the work on selecting namespace to
15662 fix bug #56115
15663
15664Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15665
15666 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15667 when using -liconv
15668 * TODO: updated
15669
15670Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15671
15672 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15673 cleanup, encoding support.
15674
15675Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15676
15677 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15678
15679Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15680
15681 * xpath.c: bug detected by Ankh when / is used as a function arg
15682
15683Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15684
15685 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15686 of element and use it to avoid outputting formatting spaces at
15687 the wrong place. Implemented the format parameter for HTML save.
15688 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15689 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15690 result/HTML/wired.html: of course this impact the result of a
15691 number of HTML tests
15692
15693Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15694
15695 * HTMLtree.[ch]: started augmenting the HTML save API with
15696 encoding and formatting parameters
15697
15698Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15699
15700 * HTMLtree.h: cleanup and started evaluating the work needed on
15701 revamping the HTML output code
15702
15703Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15704
15705 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15706
15707Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15708
15709 * valid.c: fixed bug #56049, forgot one check in the
15710 validation routine
15711
15712Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15713
15714 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15715
15716Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15717
15718 * libxml.h: fixed an error in last commit
15719 * doc/FAQ.html: added an entry for compilation from CVS
15720
15721Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15722
15723 * xmlversion.h.in libxml.h: Cygwin patches
15724 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15725 * tree.h: cleanup
15726
15727Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15728
15729 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15730 memory block in a strange case where libxml is linked twice
15731 in the binary.
15732
15733Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15734
15735 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15736 state far too often, simple fix used to avoid it.
15737
15738Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15739
15740 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15741 being processed, applied his patch
15742 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15743
15744Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15745
15746 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15747 provided fixes to compile on MSCC again
15748 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15749 also provided an update for the project files.
15750
15751Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15752
15753 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15754 bug #55810
15755
15756Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15757
15758 * tree.c: fixed xmlGetNsProp() to close bug #55683
15759 Note this requires libxslt to use it's own function instead.
15760
15761Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * HTMLtree.c: when in a pre element no formatting space should
15764 be added.
15765 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15766
15767Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15768
15769 * configure.in: added tests for signal() and signal.h
15770
15771Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15772
15773 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15774
15775Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15776
15777 * doc/libxml-doc.el: Felix Natter provided a new version for
15778 libxml2
15779
15780Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15781
15782 * HTMLtree.c: when in a pre element no formatting space should
15783 be added.
15784
15785Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15786
15787 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15788
15789Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15790
15791 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15792 hack
15793 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15794 * uri.c: fixed a warning
15795
15796Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15797
15798 * HTMLtree.c: trying to close bug #55772 escaping in script
15799 elements
15800 * doc/xml.html: suggest to send mail to the list
15801
15802Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15803
15804 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15805 good. Use a macro and based on the solution provided in
15806 vsnprintf manual page from GNU.
15807
15808Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15809
15810 * error.c: Workaround for non-preserving variadic list.
15811 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15812
15813Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15814
15815 * doc/xml.html: added 2.3.10 release
15816
15817Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15818
15819 * configure.in: releasing 2.3.10
15820
15821Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15822
15823 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15824
15825Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15826
15827 * encoding.c: Robert Collins provided a patch to add the
15828 "US-ASCII" encoding alias
15829
15830Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15831
15832 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15833 string oriented functions and started cleaning the related areas
15834 in xpath.c which needed fixing in this respect
15835
15836Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15837
15838 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15839 #55380
15840 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15841
15842Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15843
15844 * TODO: updated
15845 * nanohttp.[ch] : started adding APIs to get the redirected URL
15846 when this occurs (needed for further base computation
15847 * tree.h: cleanup
15848 * encoding.c: cleanup
15849 * SAX.c: minor change around ctxt->loadsubset
15850
15851Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15852
15853 * Makefile.am include/Makefile.am: small change to have
15854 include/libxml rebuilt if working from CVS.
15855 * uri.c: applied another patch from Carl Douglas for URI escaping,
15856 this should close bug #51876
15857
15858Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15859
15860 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15861 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15862 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15863 added specific regression test
15864 * parser.h: preparing for the XSLT mode where DTD inherited
15865 attributes are added to the tree.
15866
15867Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15868
15869 * xinclude.[ch]: Updated the namespace for the Last Call version
15870 * result/XInclude/include test/XInclude/include: updated the
15871 testsuite accordingly
15872
15873Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15874
15875 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15876 related to bug #51876
15877
15878Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15879
15880 * tree.c: fixed a gross mistake in base computation, xml:base is
15881 not completely correct yet (need cascade).
15882 * xpath.[ch]: added the few things needed to find a function name
15883 and URI from the XPath context when it is called.
15884
15885Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15886
15887 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15888 * DOCBparser.c: small cleanup
15889 * xmllint.c: added a --catalogs option to load catalogs from
15890 $SGML_CATALOG_FILES
15891 * tree.c: cleanup
15892 * configure.in: iconv library fixup, ICONV_LIBS
15893
15894Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15895
15896 * catalog.c: handling of CATALOG entries. detection of recursion,
15897 and a few bugfixes
15898 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15899 against the default namespace
15900
15901Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15902
15903 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15904
15905Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15906
15907 * parser.c: fixed propagation context info when parsing an
15908 external entity.
15909 * doc/html/*.html: regenerated a couple of docs
15910
15911Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15912
15913 * doc/xml.html: update with 2.3.9 informations
15914
15915Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15916
15917 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15918 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15919 * doc/html/* : rebuilt the docs
15920 * valid.c: small patch which may improve some case when
15921 validating.
15922
15923Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * HTMLparser.c: Closed bug #54891
15926 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15927 to the suite
15928
15929Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15932 applied a documentation patch from LotR and filled in a few missing
15933 descriptions
15934
15935Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15936
15937 * xpath.c tree.c parser.c: speed optimizations at the parser level
15938 document tree freeing and xpath evaluation
15939
15940Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15941
15942 * parser.c parser.h parserInternals.h: fixed a couple of
15943 interfaces for handling memory buffer input to const char *
15944 upon suggestion of JamesH.
15945
15946Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15947
15948 * configure.in: LoTR sent a patch fixing the previous commit
15949
15950Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15951
15952 * configure.in: trying to deal again with the stoopid -R linking
15953 flag of Solaris
15954
15955Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15956
15957 * xpath.h: two nodeset access macros from Thomas Broyer
15958
15959Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15960
15961 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15962 patch from Thomas Broyer
15963
15964Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15965
15966 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15967 case
15968 * INSTALL: was empty added stuff from the FAQ
15969
15970Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15971
15972 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15973 attributes handling and #54433 by adding xmlUnsetProp()
15974 and xmlUnsetNsProp()
15975
15976Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15977
15978 * HTMLparser.c: Patch from Jonas Borgström
15979 (htmlGetEndPriority): New function, returns
15980 the priority of a certain element.
15981 (htmlAutoCloseOnClose): Only close inline elements if they
15982 all have lower or equal priority.
15983 * result/HTML: this of course changed a number of tests results.
15984
15985Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15986
15987 * xmlIO.c catalog.c: plugged in the default catalog resolution
15988 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15989 documentations
15990 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15991
15992Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15993
15994 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15995 integrating catalogs
15996 * catalog.[ch] testCatalog.c: adding a small catalo API
15997 (only SGML catalog support).
15998 * parser.c: restaured xmlKeepBlanksDefault(0) API
15999
16000Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16001
16002 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16003
16004Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16005
16006 * parser.c: added xmlParseExternalEntityPrivate() to allow
16007 propagation of ctxt->_private when parsing external entities
16008
16009Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16010
16011 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16012
16013Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16014
16015 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16016
16017Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16018
16019 * valid.c: warn when indeterminist content model is detected
16020 * result/VC/ElementValid8: this adds a message
16021 * Makefile.am: add --novalid for VCM tests
16022 * parserInternals.c: added a call to Init memory
16023
16024Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16025
16026 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16027 when both parameters are NULL.
16028
16029Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16030
16031 * valid.c: applied small patch from Gary Pennington, reindented
16032 some part of the code.
16033
16034Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16035
16036 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16037 release, updated and regenerated the docs
16038
16039Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16040
16041 * xpath.c result/XPath/expr/floats : clarified and cleanup
16042 printing of abnormal floats in tests.
16043
16044Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16045
16046 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
16047 * results/HTML/ : a few changes in the output of the HTML tests as
16048 a result.
16049 * configure.in: tying to fix -liconv where needed
16050
16051Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16052
16053 * Makefile.am: fixed a stupid error
16054
16055Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16056
16057 * configure.in Makefile.am: make the inclusion of the trio
16058 modules in the library conditional
16059
16060Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16061
16062 * DOCBparser.c: patche from László Kovács, fixed entities refs
16063 in attributes handling
16064
16065Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16066
16067 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16068 flushing
16069
16070Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16071
16072 * xpath.c: fix of an XSLT namespace bug reported on the list
16073 general/bug-8-
16074
16075Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16076
16077 * strio.h trio.c: Dan McNichol suggested a couple of small
16078 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16079
16080Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16081
16082 * tree.c parser.c encoding.c: spent a bit more time looking
16083 at the parsing speed and DOM handling. Added a few more
16084 speedups.
16085
16086Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16087
16088 * parser.c: small but effective parsing speed improvement
16089
16090Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16091
16092 * configure.in: default on the DocBook parser inclusion (for Gnome)
16093 * DOCBparser.h: fixed a header reference
16094
16095Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16096
16097 * configure.in xpath.c: applied Bjorn patches for FPE on the
16098 alpha
16099
16100Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16101
16102 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16103 xmlSaveFormatFileTo()
16104
16105Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16106
16107 * xpath.c: simple and efficient optimization, XPath functions
16108 aways bind to the same code, cache this
16109 * TODO: updated (by saying some is obsolete)
16110
16111Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16112
16113 * xpath.c: more cleanup work on XPath name parsing routines
16114
16115Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16116
16117 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16118 xmlXPathParseName
16119 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16120 * debugXML.c: avoid compilation problems if compiling without
16121 HTML support, Igor Zlatkovic
16122 * win32/libxml2/libxml2.def.src: being able to compile without
16123 XPath on Windows
16124
16125Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16126
16127 * libxml.m4: yet another patch from Toshio Kuratomi
16128
16129Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16130
16131 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16132
16133Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16134
16135 * tree.[ch]: added xmlSaveFormatFile interface for saving
16136 and indenting a file.
16137
16138Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16139
16140 * xpath.c: fixed bug #53689 related to processing-instruction()
16141
16142Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16143
16144 * DOCBparser.c: patche from László Kovács
16145
16146Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16147
16148 * parser.c: applied fixes from Christian Glahn bug report #53391
16149
16150Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16151
16152 * error.c: Jean François Lecomte provided a complete description
16153 and a fix to bug #53537
16154
16155Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16156
16157 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16158
16159Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16160
16161 * DOCBparser.c SAX.c: a bit more work on entities processing.
16162 Still Need to cleanup XML output and references in attributes
16163
16164Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16165
16166 * DOCBparser.c include/Makefile.am: two patches from László Kovács
16167
16168Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16169
16170 * tree.c: trying to fix #53574, not completely complete,
16171 I would like xmllint --copy --debug test/ent1 and
16172 xmllint --debug test/ent1 to show the same result.
16173 * xpath.c: fix a bug when trying to sort namespace nodes
16174
16175Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16176
16177 * HTMLtree.c: real fix for #53402
16178
16179Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16182 PIs when using xsl:output
16183 * valid.c: closing #53537 some case generate segfaults if there
16184 is validity errors
16185
16186Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16187
16188 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16189 of external parsed entities, added --noent to testDocbook
16190 * valid.c: Garry Pennington found an uninitialized variable
16191 access in xmlValidateElementContent()
16192
16193Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16194
16195 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16196 with madness
16197 * result/HTML/ : this modified the result of the regression tests
16198 a lot.
16199
16200Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16201
16202 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16203 to doc where it wasn't checked against NULL reported by
16204 Jens Laas
16205
16206Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
16209 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16210
16211Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16212
16213 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16214 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16215 * SAX.[ch]: cleanup and updates for DocBook
16216 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16217 ex SGML identifier changes
16218 * valid.c: removed a static unused function.
16219
16220Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * HTMLtree.c: applied change for Paul Sponagl on script saving
16223 * Makefile.am: the warning about entity title.xml are normal.
16224
16225Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16226
16227 * configure.in: release of 2.3.7
16228 * Makefile.am: fixing make distcheck
16229
16230Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16231
16232 * doc/html/* doc/xml.html: updated and regenerated the docs
16233
16234Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16235
16236 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16237
16238Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16239
16240 * tree.c: fixed #53388 with the provided patch
16241
16242Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16243
16244 * valid.c: Bjorn detected an invalid memory access. Fixed
16245 vstateVPush()
16246
16247Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16248
16249 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16250
16251Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16252
16253 * libxml.h: new header used only for the compilation of libxml
16254 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16255 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16256 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16257 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16258 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16259 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16260 baseline (version 1.2 plus a single patch).
16261 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16262 scientific notation for numbers. Tests added.
16263 * xpath.c: formatting of numbers changed to use sprintf
16264 (contribution from William Brack)
16265
16266Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16267
16268 * valid.c: cleanup, more useful debugging
16269 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16270 * xmlIO.c: entity loading is printed as an error when validating
16271
16272Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16273
16274 * valid.c: fixed to validate within entities
16275 * test/VCM/v22.xml: added a specific testcase
16276
16277Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16278
16279 * valid.c: forgot an epsilon transition in for ()+
16280 * test/VCM/v21.xml : added a specific test case
16281
16282Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16283
16284 * valid.c: removed a state explosion exhibited by RSS
16285 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16286 from bug #51872
16287
16288Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16289
16290 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16291 validation without using an ugly NFA -> DFA algo in the source.
16292 Made a specific algorithm easier to maintain, using a single
16293 stack and without recursion.
16294 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16295 * hash.c: made the growing routine static
16296 * tree.h parser.c: added the parent information to an
16297 xmlElementContent node.
16298
16299Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16300
16301 * SAX.c parser.c xpath.c: generating IDs when not validating
16302 from an external parsed entity was poisoning the ID has table
16303 with removed values. This was killing XSLT on the KDE help
16304 browser.
16305
16306Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16307
16308 * entities.h: andrew@ugh.net.au detected a double declaration
16309
16310Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16311
16312 * debugXML.c hash.c tree.h valid.c : some changes related to
16313 the validation suport to improve speed with DocBook
16314 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16315 the way validation errors get reported
16316
16317Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16318
16319 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16320 by P C Chow and William M. Brack for XSLT HTML output
16321
16322Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16323
16324 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16325 Igor Zlatkovic patches for MSC compilation and added his
16326 updates
16327
16328Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16329
16330 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16331 prefix lookup.
16332 * parserInternals.c: fixed the bug reported by Morus Walter
16333 due to an off by one typo in xmlStringCurrentChar()
16334
16335Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16336
16337 * HTMLparser.c result/HTML/*: revamped the way the HTML
16338 parser handles end of tags or end of input
16339
16340Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16341
16342 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16343
16344Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16345
16346 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16347 bug where the linktime verions of free() won't work ...
16348
16349Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16350
16351 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16352
16353Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16354
16355 * doc/xml.html: added 2.3.6 release
16356
16357Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16358
16359 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16360 * result/wml.xml: resulted in a small output change
16361
16362Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16363
16364 * tree.c: xmlNewDoc was missing the charset initialization
16365 * xmllint.c: added --auto to autogenerate a doc, allow to
16366 reproduce the problem fixed on xmlNewDoc
16367
16368Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16369
16370 * xpath.c: trying to get 52979 solved
16371 * tree.c result/ result/noent/: trying to get 52712 solved, this
16372 also made me clean up the fact that XML output in general should
16373 not add formating blanks by default, this changed the output of
16374 a few tests
16375
16376Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16377
16378 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16379
16380Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16381
16382 * configure.in: finally released 2.3.6
16383
16384Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16385
16386 * xpath.c: checking for null pointer generated by new code
16387
16388Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
16390 * xpath.c: fixed a [] evaluation problem reported
16391 * test/XPath/tests/simpleaddr: extended test
16392 * result/XPath/simpleaddr: updated result
16393
16394Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * xmllint.c: Dan Timis reported a portability problem
16397 on Macs without mmap, fixed it.
16398
16399Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16400
16401 * testXPath.c : added a --tree option allowing to display the
16402 tree dump of the XPath expression
16403
16404Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16405
16406 * xpath.c: fixed a memleak when comparing nodesets
16407 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16408 * tree.c: added a TODO
16409
16410Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16411
16412 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16413 we need string functions
16414 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16415 to be able to use them where needed. Applied some changes
16416 to reduce name linking pollution and compile in only what's
16417 needed.
16418 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16419 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16420 for the string manipulation functions
16421 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16422 to the free() function of xmlmemory.c
16423 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16424 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16425 usage.
16426
16427Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16428
16429 * error.c: applied the context output patch of the error
16430 handling submitted by Chuck Griffith
16431 * error/VC/*: this slightly change some error logs
16432
16433Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16434
16435 * parser.c: fixed line number reporting on error
16436
16437Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16438
16439 * parser.c: Sullivan and Darin found a parser bug,
16440 applied the patch.
16441
16442Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16443
16444 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16445 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16446 xmlversion.h.in xpointer.c: of course the way I defined
16447 UNUSED breaks on old gcc version. Try to be smart and
16448 also define it directly in xmlversion.h
16449 * configure.in: removed -ansi flag from the pedantic set
16450
16451Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16452 Huge cleanup, I switched to compile with
16453 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16454 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16455 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16456 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16457 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16458 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16459 encoding.h entities.c error.c list.[ch] nanoftp.c
16460 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16461 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16462 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16463 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16464 Cleanup, staticfied a number of non-exported functions,
16465 detected and cleaned up a dozen of problem found this way,
16466 avoided a lot of public function name/typedef/system names clashes
16467 * doc/xml.html: updated
16468 * configure.in: switched private flags to the really pedantic ones.
16469
16470Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16471
16472 * configure.in: 2.3.5
16473 * doc/html/*: rebuilt the docs
16474
16475Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16476
16477 * parser.c: fixed a reported bug in NOTATION parsing
16478 * uri.c: accepted but not fixed bug 51876, added TODO
16479 * Makefile.am: fixed bug 51876
16480
16481Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16482
16483 * config.h.in configure.in error.c: fix a compilation problem
16484 on platforms without vsnprintf (xml@thewrittenword.com)
16485
16486Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16487
16488 * parser.c: fixed a function name header typo
16489 * SAX.c: notations can also occur in external subset.
16490
16491Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16492
16493 * error.c: removed a C++ like comment
16494
16495Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16496
16497 * parser.c: fixing bug 52299 strange condition leading
16498 to a parser crash due to a buffer overflow
16499 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16500 added the specific test case
16501
16502Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16503
16504 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16505 xmlXPathConvert{String,Number,Boolean} to be able to make
16506 type casts without a context stack, fixed some implementation
16507 problems related to the absence of context at parse-time,
16508 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16509 in the public API too
16510 * xpointer.c xpathInternals.h: we need to know at parse time
16511 whether we are compiling an XPointer
16512
16513Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16514
16515 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16516 cleaned up the parser internals, refactored XPath code, added
16517 new compilation based APIs and cleanly separated public and
16518 private APIs.
16519
16520Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16521
16522 * xpath.h: the comp field must be added at the end to avoid
16523 killing binary compat.
16524
16525Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16526
16527 * Makefile.am: detect XPath memleaks in regreson tests
16528 * error.c: fixed and error w.r.t. error reporting still using
16529 stderr
16530 * hash.c: added new line at end of file
16531 * tree.h: minor cleanup
16532 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16533 expression parsing from evaluation, resulted in a number of
16534 changes internally, and in XPointer. Likely to break stuff
16535 using xpathInternals.h but should remain binary compatible,
16536 new interfaces will be added.
16537
16538Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16539
16540 * configure.in: fixed a couple of problems reported by
16541 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16542 without gcc on non linux platforms.
16543
16544Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16545
16546 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16547 a fix for --with-html-dir= configure support. I hope it won't
16548 break rpm generation
16549
16550Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16551
16552 * xmlIO.c: one function comment cleanup.
16553
16554Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16555
16556 * SAX.c: external subset notations were improperly registered
16557 in the internal subset.
16558
16559Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16560
16561 * README.cvs-commits: added, pointing to HACKING
16562 * HACKING: updated
16563
16564Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16565
16566 * parser.c: and Matt Sergeant found one in the XML push
16567 parser (erroneous check I forgot to remove when I fixed the
16568 main parser).
16569
16570Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16571
16572 * xpath.c: ptittom found a small bug in UnaryExpr
16573
16574Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16575
16576 * configure.in: bumped to 2.3.4
16577 * error.c: fixed bug #51860
16578 * tree.c: fixed bug #51861
16579 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16580 * tree.[ch] : added xmlDefaultBufferSize
16581 * nanoftp.c: typo in function name header block
16582 * doc/xml.html : updated, added link to XML::LibXSLT
16583 * doc/html/* : rebuilt the docs
16584
16585Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16586
16587 * parser.c SAX.c: the new content parsing code raised an
16588 ugly bug in the characters() SAX callback. Found it
16589 just because of strangeness in XSLT XML Rec ouptut :-(
16590
16591Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16592
16593 * Makefile.am: Martin Baulig suggested to add -lm
16594 * tree.c: found another bug in xmlNodeGetContent()
16595
16596Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16597
16598 * xpath.c: Bjorn found the error related to strictness of comparison.
16599
16600Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16601
16602 * parser.c: trying to fix the Dtd parsing problem reported
16603 by Gary, side effect of last week speed optimizations.
16604
16605Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16606
16607 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16608 * parserInternals.c: removed unneeded test raised by Stric
16609
16610Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16611
16612 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16613 and fixed by William Brack). Added xmlXPathFormatNumber.
16614 Changed the sorting slightly.
16615 * configure.in Makefile.am example/Makefile.am: Added -lm.
16616 Please note that applications linking with libxml2, must
16617 also like with the math library from now on.
16618
16619Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16620
16621 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16622
16623Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16624
16625 * parser.c: one must report spaces even if the Dtd element
16626 content proves that this is not part of the element content.
16627 * result/valid/*.xml: this changed the ouptu slightly
16628
16629Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16630
16631 * configure.in: bumped to 2.3.3
16632 * doc/xml.html: updated
16633
16634Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16635
16636 * tree.c: minor doc fix
16637 * xpath.c: deallocation issues when a result tree has been
16638 converted to a node-set
16639
16640Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16641
16642 * doc/xml.html: oops corrected dates s/2000/2001
16643
16644Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16645
16646 * valid.c: new patch from Gary Pennington
16647
16648Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16649
16650 * doc/xml.html: applied patch from Ankh
16651
16652Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16653
16654 * xinclude.c: fixed a problem building on Mac
16655
16656Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16657
16658 * parser.c: more work on increasing parsing ferformances
16659
16660Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16661
16662 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16663 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16664 avoiding memcpy in production builds MEM_CLEANUP macro use
16665 * parser.[ch] parserInternals.c: optimizations of the tightest
16666 internal loops inside the parser. Better checking of I/O
16667 flushing/loading conditions
16668 * xmllint.c : added --timing
16669
16670Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16671
16672 * configure.in: bumped to 2.3.2
16673 * doc/xml.html: updated for release
16674
16675Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16676
16677 * xpath.c: found a memleak and fixed a nasty bug
16678
16679Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16680
16681 * xmllint.[c1] : added return code errors for xmllint
16682 * xpath.c: specific debug dump function for result value trees
16683
16684Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16685
16686 * xpath.c: finally implemented xmlXPathCompareNodeSets
16687 * test/XPath/expr/floats results/XPath/expr/floats: added
16688 a test for float expressions
16689
16690Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16691
16692 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16693 * parserInternals.[ch]: trying to speed up parsing
16694 * xpath.c : speeded up node set equality op
16695
16696Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16697
16698 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16699 better handling of ID/IDREF and the list modules associated
16700 * configure.in: small CFLAGS cleanup
16701
16702Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16703
16704 * configure.in: fixed iconv detection on AIX (stric)
16705
16706Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16707
16708 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16709
16710Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16711
16712 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16713 and optimized xmlXPathNodeSetSort
16714
16715Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16716
16717 * xpath.c: bug fix when context size is 0
16718 * parser.c: I like Norm's Dtd because they still manage to break
16719 the parser occasionally
16720
16721Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16722
16723 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16724
16725Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16726
16727 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16728 attributes within the XML-1.0 namespace
16729
16730Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16731
16732 * xpathInternals.h: exported a few axis functions
16733 * doc/xml.html: updated the doc
16734
16735Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16736
16737 * configure.in: applied patch from Daniel van Balen for OpenBSD
16738 and bumped version to 2.3.1
16739 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16740 attempt to find autoclosing was simply broken, removed it,
16741 updated the examples, this is better
16742
16743Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16744
16745 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16746 hash functionnalities.
16747 * doc/html/* : rebuild the doc
16748
16749Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16750
16751 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16752 on predicate
16753 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16754 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16755 really want to have tags closed on output even if we accept
16756 unclosed ones on input
16757
16758Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16759
16760 * xpath.c: ouch don't free NULL, rare case fixed
16761 * tree.c: don't coalesce text nodes if they don't have the
16762 same behaviour wrt escaping on output
16763
16764Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16765
16766 * xpath.c: small fixup
16767 * SAX.c: don't warn on empty namespaces.
16768
16769Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
16771 * README: a bit of cleanup
16772 * configure.in: preparing for 2.3.0 release
16773
16774Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16775
16776 * hash.[ch]: added a first version of xmlHashSize()
16777 * valid.c: another bug fix from Gary Pennington
16778
16779Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16780
16781 * valid.c: couple of bug fixes pointed by Gary Pennington
16782 * HTMLtree.c: #if 0 cleanup
16783
16784Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16785
16786 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16787 which removes a time consuming check of xmlXPathNodeSetAdd()
16788 and use it in places where we are sure to not break unicity
16789
16790Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16791
16792 * xpath.c: bug fixes found from XSLT
16793 * tree.c: preserve node->name special values when copying nodes.
16794 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16795 external subset are fetched when available but without full
16796 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16797 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16798 output with encoding disabled.
16799
16800Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16801
16802 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16803 xmlCheckFilename should not be called from xmlFileOpenW
16804 and xmlGzfileOpenW
16805
16806Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16807
16808 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16809 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16810 added the new tests for URI normalization
16811 * testURI.c: fixed stoopid bugs
16812 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16813 the URI in the error messages are now properly normalized
16814
16815Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16816
16817 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16818
16819Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16820
16821 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16822
16823Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16824
16825 * xpath.c: fixed mod operator
16826
16827Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16828
16829 * parser.c: fixed xmlStrcat doc
16830 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16831 trees.
16832
16833Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
16835 * xpath.c result/XPath/tests/chaptersbase
16836 result/XPath/tests/simplebase: fixed XPath node()
16837 * tree.c: small fix in xmlNewNs()
16838 * Makefile.am: removed extraneous xml2Conf.sh rule
16839
16840Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16841
16842 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16843 Changed the library name, in order to get libxml-devel and
16844 libxml2-devel to coexist on a single system
16845 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16846 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16847
16848Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16849
16850 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16851 libxml2-devel installable in // as libxml-devel.
16852
16853Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16854
16855 * doc/Makefile.am: fixed make rebuild in doc
16856 * doc/html/*.html: rebuilt the docs
16857
16858Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16859
16860 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16861
16862Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16863
16864 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16865 the HTML doc to go into the -devel RPM ...
16866 * aclocal.m4 config.h.in: some updates due to auto* magic
16867
16868Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16869
16870 * xpath.h: added a hook in the context structure allowing to
16871 link to extra support, needed for XSLT
16872
16873Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16874
16875 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16876 xmlXPtrCmpPoints to use it.
16877 * propagated the following patch from Alejandro Forero
16878 * include/win32config.h xmlIO.c: applied further suggestions
16879 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16880 * example/gjobread.c: fixed warnings, now that it builds
16881
16882Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16883
16884 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16885
16886 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16887 filename points to a valid file (not a directory).
16888 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16889 Added calls to xmlCheckFilenameDir.
16890
16891 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16892 `path' (rather than `filename') as the parameter to gzopen and open.
16893
16894Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16895
16896 * Makefile.am: fixed a problem with EXTRA_DIST
16897
16898Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16899
16900 * Makefile.am example/Makefile.am: finally found the trick
16901 to build the example, i.e. add "." in SUBDIRS before example
16902 in the list <grin/>
16903
16904Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16905
16906 * doc/xml.html: updated with an XSLT section, removed pointer to
16907 W3C CVS base.
16908
16909Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16910
16911 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16912 too, and deallocation need to occur the same way.
16913
16914Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16915
16916 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16917 type correponding to an XSLT result tree fragment. Share most
16918 of the data format with node set, as well as operators.
16919 * HTMLtree.c: added a newline at the end of the doctype output
16920 whe this one is not present initially.
16921 * tree.c: make sure taht the parent and doc pointers are properly
16922 set when copying attributes (lists).
16923
16924Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16925
16926 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16927
16928Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16929
16930 * xpath.c: seems I finally killed that ugly path evaluation
16931 context bug (tagged 9999 in case is is wrong)
16932
16933Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16934
16935 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16936 for XSLT
16937
16938Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16939
16940 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16941 for xmlGzfileOpen() bug
16942
16943Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16944
16945 * xpath.c: removed an error found by XSLT usage
16946 * tree.c parserInternals.h: use a predefined static string
16947 for text and comment nodes, avoid freeing them in xmlFreeNode,
16948 exported the string name in parserInternals.h and added
16949 another value to disable encoding at output (for XSLT),
16950 gain memory, time.
16951
16952Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16953
16954 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16955 win32/libxml2/libxml2_so.dsp: new makefiles and update
16956 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16957
16958Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16959
16960 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16961 Gary Pennington
16962
16963Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16964
16965 * xpath.c: fixed the comaprision of values and nodelists,
16966 need to compare nodelist still ...
16967 * debugXML.c: avoided a possible core dump
16968 * HTMLparser.c: cleanup
16969 * nanohttp.c: contributed fix.
16970 * tree.c: fixes in properties handling added xmlSetNsProp
16971 needed by libxslt
16972 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16973 comment
16974 * TODO: updated
16975
16976Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16977
16978 * parser.c parserInternals.c: applied Bjorn Reese optimization
16979 patch
16980
16981Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16982
16983 * Makefile.am: applied patch fro make check from Martin Vidner
16984
16985Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16986
16987 * configure.in: preparing 2.2.11
16988 * doc/html/*: rebuild the HTML files
16989 * doc/xml.html : updated
16990
16991Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16992
16993 * tree.c: fixed a stupid bug
16994 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16995 patches related to validation of an XInclude processing result
16996 * TODO: updated
16997
16998Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16999
17000 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17001 on large files
17002
17003Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17004
17005 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17006
17007Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17008
17009 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
17010 reported by Jonas Borgström
17011 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17012
17013Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17014
17015 * testXPath.c xpath.c: fixing the XPath union expressions problem
17016 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17017
17018Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17019
17020 * xmllint.c: Made is so if the file name is "-" is will read form
17021 standard input. Sven Heinicke <sven@zen.org>
17022 * tree.c: fixed a problem when growing buffer
17023 * tree.h: fixed the comment of the node types following andersca
17024 comment
17025 * TODO: updated
17026
17027Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17028
17029 * HTMLparser.[ch]: added a way to avoid adding automatically
17030 omitted tags. htmlHandleOmittedElem() allows to change the
17031 default handling.
17032 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17033 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17034 of xmllint too when using --memory flag, added a memory test
17035 suite at the Makefile level.
17036 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17037 with namespace use when encountering QNames in XPath evalation,
17038 added xmlns() scheme in XPointer.
17039 * nanoftp.c : incorporated a fix
17040 * parser.c xmlIO.c: fixed problems raised with encoding when using
17041 the memory I/O
17042 * parserInternals.c: closed bug 25934 reported by
17043 torsten.landschoff@innominate.de
17044 * TODO: updated
17045
17046Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17047
17048 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17049 on a non-updated tree :-(, made a 2.2.10 release to correct the
17050 situation
17051
17052Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17053
17054 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17055 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17056 integrated a set of OpenVMS changes from Howard Taylor
17057 <Howard.Taylor@pacoast.com>
17058
17059Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17060
17061 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17062 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17063
17064Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17065
17066 * HTMLparser.c: some fixes on auto-open of html/head/body
17067 * encoding.c: fixed a compilation error on some gcc env
17068 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17069 XPointer implementation
17070 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17071 related XPointer tests and associated results
17072
17073Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17074
17075 * doc/xmldtd.html doc/xml.html: following a short step by step
17076 guidance on IRC to help maciej with DTDs I started a small
17077 page on the subject.
17078
17079Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17080
17081 * HTMLparser.c: fixed handling of broken charrefs
17082 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17083 patches
17084
17085Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17086
17087 * doc/xml.html doc/html/* : rebuilt the docs after adding
17088 xinclude and updated page for 2.2.7 and 2.2.8
17089 * configure.in: releasing 2.2.8
17090
17091Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17092
17093 * parser.[ch] parserInternals.c: applied the conditional
17094 section processing fix from Jonathan P Springer
17095 <jonathan.springer2@gte.net>
17096 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17097 project file, fixed iconv default non support
17098 * xpath.c: fixed the problem of evaluating relative expressions
17099 when a node context is provided.
17100
17101Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17102
17103 * nanoftp.c: fixed gcc 2.95 new warnings
17104 * SAX.c: fixed a stupid bug
17105 * tree.c: fixed a formatting problem when round-tripping
17106 from/to memory
17107 * xinclude.c: chased memleak, fixed a base problem
17108 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17109 xmlXPtrBuildNodeList()
17110 * TODO: updated
17111 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17112 adding a first small set of regression tests for XInclude
17113
17114Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17115
17116 * nanohttp.[ch]: applied Wayne Davison patches to access
17117 the WWW-Authorization header.
17118 * parser.c: Closed Bug#30847: Problems when switching encoding
17119 in short files by applying Simon Berg's patch.
17120 * valid.c: fixed a validation problem
17121 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17122 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17123 Wayne Davison
17124 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17125 need to be extended to non full nodes selections.
17126 * xinclude.c: starts to work decently
17127
17128Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17129
17130 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17131 debugXML.c xmlversion.h.in: Started adding XInclude support,
17132 this is a new xmllint option
17133 * tree.c xpath.c: applied TOM patches for XPath
17134 * xpointer.c: fixed a couple of errors.
17135 * uri.c: added an escaping function needed for xinclude
17136 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17137 new warning from RH70 gcc's version
17138
17139Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17140
17141 * HTMLparser.c: fixed loop on invalid char in scripts
17142 * parser.c: update to description of xmlIOParseDTD()
17143 * libxml.m4 xmlversion.h.in: changes contributed by
17144 Michael Schmeing <m.schmeing@internet-factory.de>
17145 * configure.in: preparing for 2.2.7
17146 * Makefile.am: trying to avoid config.h and acconfig.h
17147 being included in the distrib
17148 * configure.in: released 2.2.7
17149
17150Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17151
17152 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17153 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17154
17155Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17156
17157 * parser.[ch]: added xmlIOParseDTD()
17158 * xpointer.c: added support for the 2 extra parameters of
17159 string-range, fixed a stoopid error when '0' was present
17160 in XPointer expressions
17161 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17162 testsuite for the above
17163
17164Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17165
17166 * libxml.spec.in: improved package descriptions
17167
17168Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17169
17170 * xpath.c xpathInternals.h: applied a large cleaning patch
17171 from TOM <ptittom@free.fr>, it also add namespace support
17172 for function and variables registration.
17173
17174Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17175
17176 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17177 * Makefile.mingw: Wayne Davison's update adding hash.c
17178
17179Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17180
17181 * xpath.c: fixed the root evaluation problems
17182 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17183 ignorable spaces with <b> <bold> <em>
17184 * tree.c: fixed a loop in xmlSearchNsByHref()
17185
17186Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17187
17188 * xpath.c: applied another XPath patch from TOM
17189 * xpath.c include/makefile.am: applied another patch from
17190 china@thewrittenword.com (cleanup on IRIX).
17191
17192Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17193
17194 * xml-config.1: received a fixed version from Fredrik Hallenberg
17195 <hallon@lysator.liu.se>
17196
17197Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17198
17199 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17200 cleanup patch for XPath
17201
17202Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17203
17204 * patched to redirrect all "out of context" error messages to
17205 a reconfigurable routine. The changes are:
17206 * xmlerror.h : added the export of an error context type (void *)
17207 an error handler type xmlGenericErrorFunc there is an interface
17208 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17209 to reset the error handling routine and its argument
17210 (by default it's equivalent to respectively fprintf and stderr.
17211 * all the c files: all wild accesses to stderr or stdout within
17212 the library have been replaced to calls to the handler.
17213
17214Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17215
17216 * configure.in: release 2.2.6
17217 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17218 exporting the inner functions of xpath for extension modules
17219 * doc/*: updated and rebuilt the doc
17220
17221Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17222
17223 * nanohttp.c : applied Wayne HTTP cleanup patch
17224 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17225 and xmlNodeSetSpacePreserve()
17226
17227Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17228
17229 * xpath.c: closing bug #29260
17230
17231Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17232
17233 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17234 multikey tuples, made hash structure opaque
17235 * valid.[ch]: moved elements, attributes, notations decalarations
17236 as well as ID and refs to hash tables.
17237 * entities.c: hash cleanup
17238 * xmlmemory.c: fixed a dump problem in debug mode
17239 * include/Makefile.am: problem passing in DESTDIR= values patch
17240 from Marc Christensen <marc@calderasystems.com>
17241 * nanohttp.c: removed debugging remains
17242 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17243 * HTMLparser.c parser.c: fixing a number of problems with the
17244 macros in the *parser.c files (Wayne).
17245 * HTMLparser.c: close the previous option when opening a new one
17246 (Marc Sanfacon).
17247 * result/HTML/*: updated the HTML results accordingly
17248
17249Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17250
17251 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17252 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17253 XPath functions and XML entities table to them. More to come...
17254 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17255
17256Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17257
17258 * tree.c: coalesce adjacent text nodes
17259 * valid.c: handling of blank nodes in DTd validation (raised
17260 by problems with a posteriori validation).
17261 * nanohttp.c: changing behaviour on HTTP write stuff.
17262 * HTMLtree.c: forced body and html to be explicitely closed.
17263 * xpath.h: exported more XPath functions.
17264
17265Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17266
17267 * Release of 2.2.5
17268 * xpointer.c: range() range-inside and other helper functions
17269 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17270
17271Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17272
17273 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17274 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17275
17276Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17277
17278 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17279 and XPointer modules
17280
17281Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17282
17283 * SAX.h: closed #25107
17284
17285Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17286
17287 * testSAX.c: fixed problem with cdata reporting
17288 * SAXresult/* : updated
17289
17290Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17291
17292 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17293 Closed bug #27499, added to regression tests
17294 * TODO: updated
17295
17296Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17297
17298 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17299 support for SCRIPT and STYLE with help from Bjorn Reese
17300 * test/HTML/* result/HTML/*: added simple testcase and updated
17301 the existing ones.
17302
17303Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17304
17305 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17306 string-range for empty strings
17307 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17308 test/XPath/xptr/strrange: augmented the XPointer testsuite
17309
17310Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17311
17312 * doc/xml.html doc/xmlmem.html: added a module describing memory
17313 interfaces and use, updated the main page.
17314
17315Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17316
17317 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17318 nanoftp code work on Windows too now
17319
17320Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17321
17322 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17323 * xpointer.c: implemented string-range() at least a good first version
17324 * test/XPath/docs/str test/XPath/xptr/strrange
17325 result/XPath/xptr/strrange: the string-range() tests
17326
17327Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17328
17329 * Makefile.am include/Makefile.am include/win32config.h
17330 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17331 and make distcheck
17332
17333Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17334
17335 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17336 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17337 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17338
17339Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17340
17341 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17342 patch for socklen_t detection by
17343 Albert Chin-A-Young <china@thewrittenword.com>
17344
17345Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17346
17347 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17348 and added a --dtdvalid option to xmllint used to test it
17349
17350Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17351
17352 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17353 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17354
17355Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17356
17357 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17358 handlings (registration, lookup, cleanup)
17359
17360Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17361
17362 * configure.in Makefile.am include/makefile.am: adding XPointer
17363 and XPtrtests target
17364 * xpointer.[ch] : new files for XPointer support
17365 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17366 more XPath tests
17367
17368Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17369
17370 * configure.in: fixed, very broken, make distcheck works again
17371
17372Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17373
17374 * More work toward 2.2.5, integrated a number of patches
17375 * configure.in Makefile.am win32config.h.in: trying to cleanup
17376 make distcheck .... huh ...
17377 * include/Makefile.am include/win32config.h: new directory
17378 for includes
17379 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17380 updated teh makefiles and instructions for WIN32
17381 * xpath.c: small fixes
17382 * test/XPath/ results/XPath: updated the testcases and results
17383 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17384 suggested patches
17385 * valid.c: fixed an ID bug
17386
17387Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17388
17389 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17390 the automake bug where wrong dependencies were generated.
17391 * xpath.[ch]: worked on XPointer
17392
17393Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17394
17395 * configure.in Makefile.am: 2.2.5, ship the include in an
17396 include/libxml subdirectory, use symlinks when using CVS
17397 * testSAX.c: fixed small bug
17398 * testXPath.c: changed the way testfiles are parsed
17399 * debugXML.c: same kind of cleanup when parsing an argument expression
17400 XPath/XPointers can have blanks embedded
17401 * xpath.[ch]: more cleanup, reorgs for XPointer work
17402 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17403 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17404
17405Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17406
17407 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17408 in the XPath engine, rewrote large parts of it, now it's far
17409 cleaner and in sync with the REC not an old WD. Fixed a parsing
17410 problem in the interactive XML shell found when testing XPath.
17411
17412Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17413
17414 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17415 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17416 examples with the extra test
17417
17418Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17419
17420 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17421 the global init function.
17422
17423Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17424
17425 * HTMLparser.c: Doohhh, attribute name parsing was still case
17426 sensitive ! Fixed this ...
17427 * result/HTML/* : updated the tests results accordingly
17428
17429Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17430
17431 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17432 engine, should be far more stable, incorporated a new version of
17433 preceding/following axis, need testing
17434 * uri.c: fixed file:///c:/a/b/c problem
17435 * test/XPath/tests/idsimple: augmented the XPath tests
17436
17437Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17438
17439 * doc/* rebuilding docs for 2.2.4 release
17440
17441Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17442
17443 * configure.in: releasing 2.2.4
17444 * parser.[ch]: added xmlStrEqual()
17445 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17446 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17447 use xmlStrEqual instead
17448 * TODO: updated
17449 * added an XPath test
17450
17451Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17452
17453 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17454 * entities.h: exported xmlInitializePredefinedEntities
17455 * parser.[ch] : added xmlInitParser()
17456 * parserInternals.h : had to export htmlInitAutoClose()
17457
17458Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17459
17460 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17461 problems
17462 * Makefile.am : added XPath regression tests to normal tests
17463 * uri.c: fixed a problem with local paths, cleanup
17464 * parser.c: fixed a problem with large CData sections
17465
17466Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17467
17468 * configure.in xml-config.in: patch from "Ben Taylor"
17469 <sol7x86@hotmail.com> for solaris shared libs lookup
17470
174712000-09-30 Martin Baulig <baulig@suse.de>
17472
17473 * libxml-2.0.pc.in: Provide pkg-config script.
17474
17475 * configure.in: Create the libxml-2.0.pc script from the
17476 libxml-2.0.pc.in templates.
17477 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17478 script in `$(libdir)/pkgconfig'.
17479
17480Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17481
17482 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17483 when compiling with MSC
17484
17485Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17486
17487 * xpath.c: patch for normalize-string() substring-before(),
17488 substring-after() and translate() functions from Bjorn Reese
17489 <breese@mail1.stofanet.dk>
17490 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17491 Fredrik Hallenberg <hallon@lysator.liu.se>
17492 * TODO: updated
17493
17494Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17495
17496 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17497 problem of socklen_t being undefined on a number of platforms
17498 * debugXML.c: fixed a compilation problem when without snprintf
17499
17500Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17501
17502 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17503 an URI bug and a fix for the control-character-induced infinite loop
17504 * nanohttp.c: preventive fix for compiling on WIN32
17505
17506Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17507
17508 * xmlint.c: closing bug #25000
17509
17510Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17511
17512 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17513 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17514 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17515 related function, fixing xmlStrncmp(), and associated cleanup
17516 * result/HTML/entities.html.sax: updating result
17517
17518Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17519
17520 * uri.c: applied patch for URI escaping from Wayne Davison
17521 <wayned@blorf.net>
17522 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17523 from Denis Barbier <barbier@imacs.polytechnique.fr>
17524 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17525 patch from Wayne Davison
17526
17527Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17528
17529 * doc/xml.html : updated with new releases, adding "how to help"
17530
17531Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17532
17533 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17534 removed a few warnings in pedantic mode ...
17535 * parserInternals.c parser.c: moved encoding switching function
17536 to parserInternals.c
17537 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17538
17539Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17540
17541 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17542 error or warning handlers
17543
17544Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17545
17546 * parserInternals.c parserInternals.h parser.c Makefile.am:
17547 created a new module parserInternals.c, moved most of the
17548 code shared by the various parsers there, as well as
17549 deprecated code from parser.c. More cleanup of parser.c
17550 * uri.c: fixed a problem when URI is NULL
17551 * valid.c: speedup when looking for an attribute declaration
17552
17553Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17554
17555 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17556 the cleanup of the computation of URI references when seeking
17557 external entities. The URI reference string and the resulting
17558 URI are both stored now.
17559 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17560 large s(n)printf checks and cleanup from Denis Barbier
17561 <barbier@imacs.polytechnique.fr>
17562 * xmlversion.h.in tree.h: couple of SGML declarations for a
17563 possible docbook module.
17564 * result/VC/ : a couple of test output changed due to the change
17565 of the entities URI
17566
17567Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17568
17569 * parser.h: added a _private field for linking user's data
17570
17571Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17572
17573 * parser.c parserInternals.h: demacroified most of the IS_XXX
17574 the gain in size is significant so ...
17575
17576Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17577
17578 * entities.c: cases where looking up entities with doc==NULL
17579 covered
17580
17581Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17582
17583 * uri.c: applied Wayne Davison patch
17584 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17585
17586Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17587
17588 * uri.c testUri.c: applied Wayne Davison patches
17589 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17590 * Makefile.in: added URItest and included thenin "make tests"
17591
17592Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17593
17594 * xmlversion.h.in: closed bug 22941
17595
17596Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17597
17598 * doc/xmlio.html: added doc and example for entity loader
17599 redefinition.
17600
17601Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17602
17603 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17604 used by libxml
17605
17606Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17607
17608 * parser.c: Fixed bug on invalid ontent characters and when using
17609 push.
17610 * xmllint.c: fixed xmllint endling of errors in push mode
17611
17612Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17613
17614 * HTMLparser.c testHTML.c: applied two new patches from
17615 Wayne Davison <wayned@users.sourceforge.net>
17616 * result/HTML/*.sax: regenerated HTML SAX output
17617 * parser.c: more cleanup.
17618
17619Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17620
17621 * HTMLparser.[ch] testHTML.c: applied the second set of
17622 patches from Wayne Davison <wayned@users.sourceforge.net>,
17623 adding htmlEncodeEntities()
17624 * HTMLparser.c: fixed an ignorable white space detection bug
17625 occuring when parsing with SAX only
17626 * result/HTML/*.sax: updated since the output is now HTML
17627 encoded...
17628
17629Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17630
17631 * HTMLparser.[ch]: applied some of Wayne Davison
17632 <wayned@users.sourceforge.net> patches
17633
17634Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17635
17636 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17637 undeclared namespace prefix was used, added a warning.
17638 Cleaned up support w.r.t. entities, spilling out a warning
17639 and being pedantic on lookups.
17640 * test/warning/ent9 : added testcase for previous example.
17641 * TODO: updated
17642 * parserInternals.h parser.c: changed the way names are parsed
17643 now allow infinite size and decrease penalty for normal use
17644 * parser.c: Started a big cleanup/check of the parser code,
17645 fixed some of the most tortuous entity code, spotted code
17646 unused anymore
17647 * test/*: added tests for very long names and related nasty
17648 things.
17649
17650Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17651
17652 * doc/encoding.html: added encoding aliases doc
17653 * doc/xml.html: updates
17654 * encoding.[ch]: added EncodingAliases functions
17655 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17656 bottleneck affecting large DTDs like Docbook
17657 * parser.[ch] xmllint.c: added a pedantic option, will be
17658 useful
17659 * SAX.c: redefinition of entities is reported in pedantic mode
17660 * testHTML.c: uninitialized warning from gcc
17661 * uri.c: fixed a couple of bugs
17662 * TODO: added issue raised by Michael
17663
17664Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17665
17666 * doc/encoding.html: propagated Martin Duerst suggestions
17667
17668Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17669
17670 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17671 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17672 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17673 by Wayne Davison
17674
17675Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17676
17677 * nanoftp.c nanohttp.c: small cleanup
17678 * TODO: updated
17679
17680Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17681
17682 * added an old VC testcase and updated title.xml entity
17683
17684Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17685
17686 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17687 done on auto-opening of <p> tags and cleanup of SAX output
17688
17689Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17690
17691 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17692
17693Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17694
17695 * doc/xml.html libxml.* structure.*: updated the doc a bit
17696
17697Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17698
17699 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17700 of SAX tests
17701
17702Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17703
17704 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17705 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17706
17707Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17708
17709 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17710 * testHTML.c: fix core dump on Solaris 2.x systems
17711 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17712 * result/HTML/*.sax: previous bug fix lead to new results
17713
17714Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17715
17716 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17717 * configure.in: added --with-readline=DIR to accept alternate
17718 path for readline include/library
17719 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17720 for ANSI under HP-UX
17721 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17722 includes @LIBS@
17723
17724Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17725
17726 * doc/* : rebuilt the docs
17727 * getting ready for 2.2.2 release
17728
17729Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17732 and xmlAddFeature()
17733 * tree.[ch]: added xmlAddChildList()
17734 * xmllint.c: MAP_FAILED macro test
17735 * parser.h: added xmlParseCtxtExternalEntity()
17736 * valid.c: applied bug fixes removed warning
17737 * tree.c: added CDATA block to elements content
17738 * testSAX.c: cleanup of output
17739 * testHTML.c: added SAX testing
17740 * encoding.c: better error recovery
17741 * SAX.c, parser.c: fixed one of the external entity processing
17742 of the OASis testsuite
17743 * Makefile.am: added HTML SAX regression tests
17744 * configure.in: bumped to 2.2.2
17745 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17746 SAX results
17747
17748Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17749
17750 * configure.in: patch for HP compiler
17751
177522000-08-04 Sven Heinicke <sven@zen.org>
17753
17754 * xmllint.c: Was coredumping sometimes when the file given didn't
17755 exist.
17756
17757Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17758
17759 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17760
17761 when using in memory parsing. Need some cleanup.
17762 * xmllint.c configure.in: added a --memory flag to test memory
17763 parsing
17764
17765Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17766
17767 * nanohttp.c: fixed socklen_t replacement to unsigned int
17768 * parser.c: fixed a space handdling missing at the end of
17769 production 28 DOCTYPE.
17770 * xmlmemory.c: fixed a stupid bug on the routine to override
17771 allocation functions
17772 * TODO: updated
17773
17774Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17775
17776 * doc/ regenerated the docs
17777
17778Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17779
17780 * doc/encoding.html doc/xml.html: added I18N doc
17781 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17782 improvements, both parser and filters, added ASCII & HTML,
17783 fixed the ISO-Latin-1 one
17784 * xmllint.c testHTML.c: added/made visible --encode
17785 * debugXML.c : cleanup
17786 * most .c files: applied patches due to warning on Windows and
17787 when using Sun Pro cc compiler
17788 * xpath.c : cleanup memleaks
17789 * nanoftp.c : added a TESTING preprocessor flag for standalong
17790 compile so that people can report bugs more easilly
17791 * nanohttp.c : ditched socklen_t which was a portability mess
17792 and replaced it with unsigned int.
17793 * tree.[ch]: added xmlHasProp()
17794 * TODO: updated
17795 * test/ : added more test for entities, NS, encoding, HTML, wap
17796 * configure.in: preparing for 2.2.0 release
17797
17798Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17799
17800 * nanoftp.c: fixed the way the control connection is handled
17801 * libxml.spec.in: fixed the dependencies and cleanup
17802
17803Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17804
17805 * doc/xml.html: changed the xmlsoft.org structure, updated the
17806 examples w.r.t. root and childs
17807
17808Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17809
17810 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17811
17812Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17813
17814 * HTMLparser.c: Work on character encoding support for the HTML parser
17815 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17816 * encoding.c: Fixed a potential memleak in the encoding stuff
17817
17818Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17819
17820 * doc/FAQ.html doc/Makefile.am : added a FAQ
17821
17822Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17823
17824 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17825 of the HTML parser to force it to not bypass SAX
17826
17827Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17828
17829 * win32config.h.in: updated
17830 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17831 lacks iconv support :-( need to release 2.1.1
17832 * configure.in: release 2.1.1
17833 * HTMLparser: fixed bug #14784
17834 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17835 by Windows compiler
17836 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17837 the SAX startDocument() callback.
17838 * TODO: updated
17839
17840Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17841
17842 * added xmlStopParser()
17843
17844Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17845
17846 * configure.in: 2.1.0 prerelease
17847 * Large resync between W3C and Gnome tree
17848 * nanoftp, nanohttp.c: fixed stalled connections probs
17849 * HTMLtree.c SAX.c : support for attribute without values in
17850 HTML for andersca
17851 * valid.c: Fixed most validation + namespace problems
17852 * HTMLparser.c: start document callback for andersca
17853 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17854 * parser.h, SAX.c: serious speed improvement for large
17855 CDATA blocks
17856 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17857 different encoding
17858 * example/Makefile.am example/gjobread.c tree.h: work on
17859 libxml1 libxml2 convergence.
17860 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17861 and the LIBXML_TEST_VERSION macro
17862
17863Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17864
17865 * doc/xml.html: various patches and improvements typo fixed by
17866 Felix Natter
17867 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17868 from Felix Natter <fnatter@gmx.net>
17869
17870Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17871
17872 * doc/upgrade.html: updated with instructions for support of both
17873 libxml-1.x and libxml-2.x
17874 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17875 for 2.x support and also fixed includes
17876
17877Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17878
17879 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17880 the encoding support, added iconv support, so now libxml if
17881 compiled with iconv automatically support japanese encodings
17882 among others. Work based on initial patch from Yuan-Chen Cheng
17883 I may have broken binary compat in the encoding handler
17884 registration scheme, but that was so utterly broken I don't
17885 expect anybody to have used this feature until now.
17886 * parserInternals.h: fixup on the CHAR range macro
17887 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17888 code.
17889 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17890 * uri.c: added xmlParseURI() I can't believe I forgot to
17891 implement this one in 2.0 !!!
17892 * SAX.c: moved doc->encoding update in the endDocument() call.
17893 * TODO: updated.
17894
17895Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17896
17897 * tree.h: removed extraneous xmlRemoveProp definition
17898 * TODO: added item about --disable-corba configure switch
17899 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17900 * nanoftp.c: fixed include problems giving troubles on AIX and
17901 slowlaris
17902 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17903 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17904 comment and headers changes to lower gtk-doc number of warnings
17905 * doc/html/*: rebuilt docs
17906
17907Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17908
17909 * HACKING: documented the tag for 1.x and instructions
17910
17911Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17912
17913 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17914 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17915 xmlCreateIOParserCtxt
17916 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17917 significant overall improvement
17918 * xmllint.c: added I/O test to xmllint
17919 * testSAX.c: added a speed test
17920 * doc/* : updated/regenerated
17921
17922Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17923
17924 * xpath.c uri.h parserInternals.h: cosmetic changes from
17925 "Timur I. Bakeyev" <timur@bat.ru>, including making
17926 xmlCreateURI() public
17927
17928Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17929
17930 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17931 and the code at the same time. Added a clean mechanism for
17932 overload or added input methods: xmlRegisterInputCallbacks()
17933 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17934 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17935 * TODO: updated
17936 * doc/* : updated/regenerated
17937 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17938 source dir
17939
17940Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17941
17942 * testURI.c: yet another forgotten commit, I should get some sleep !
17943
17944Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17945
17946 * xmllint.c: forgot to commit this too ?
17947
17948Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17949
17950 * xmlversion.h.in : forgot to commit this previously
17951
17952Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17953
17954 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17955 * README TODO: updated for release
17956 * uri.c uri.h: added authority parsing/saving
17957 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17958 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17959 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17960 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17961 Makefile.am : added compile-time customization of libxml
17962 --with-ftp --with-http --with-html --with-xpath --with-debug
17963 --with-mem-debug
17964 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17965 #include <libxml/xxx.h> I hope it won't break too much stuff
17966 and will be manageable in the future...
17967 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17968 and added xmllint to the installed programs
17969 * uri.h: added xmlFreeURI()
17970
17971Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17972
17973 * uri.c uri.h: finished the escaping handling, the base support
17974 and the URI path normalization. Looks good just lacks the
17975 authority content parsing code.
17976 * Makefile.am: added instructions to generate testURI
17977 * TODO: updated
17978 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17979 added links and icons for W3C and Gnome
17980
17981Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17982
17983 * xmlmemory.[ch] : seems I forgot to actually update the files in
17984 the last commit :-)
17985 * doc/xml.html doc/html/* : updated and uploaded the docs
17986
17987Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17988
17989 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17990 * TODO: updated
17991 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
17992 libxml default allocation function with another set (like gmalloc/
17993 gfree).
17994 * Makefile.am, uri.c, uri.h: added a set of functions to do
17995 exact (litteraly copied from the RFC 2396 productions) parsing
17996 and handling of URI. Will be needed for XLink, one XML WFC,
17997 XML Base and reused in the nano[ftp/http] modules. Still work
17998 to be done.
17999
18000Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18001
18002 * configure.in, libxml.spec.in : libxml2
18003 * doc/* : updated the doc page, rebuilt the docs
18004
18005Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18006
18007 * all: tagged LIB_XML_1_X
18008 * *.c *.h : updated from W3C CVS tree
18009 * configure.in : 2.0.0-beta
18010 * libxml.spec.in : libxml2 package nam
18011 * result/* : new version of the tests output
18012
18013Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18014
18015 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18016
18017Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18018
18019 * doc/* : rebuilt the docs
18020 * parser.c: final patch on #6766
18021 * valid.c: small patch on validity checks.
18022
18023Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18024
18025 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18026 added
18027 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18028 compatibility w.r.t. XML spec and existing code.
18029
18030Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18031
18032 * parser.c: seems a better solution to <a> </a> exists,
18033 will try it for a while
18034
18035Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18036
18037 * parser.c: tried to remove the <a> </a> generating <a/>
18038 this is hard. Left a flag for that purpose. Fixed bug #6766
18039 * configure.in: prepared 1.8.7 not released, due to previous
18040 problem
18041
18042Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18043
18044 * doc/xml.html : applied second patch from Paul DuBois
18045
18046Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18047
18048 * doc/xml.html : applied patch from Paul DuBois
18049
18050Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18051
18052 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18053
18054Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18055
18056 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18057 compilation warnings on various platforms.
18058 * parser.c: Fixed #5281 validity error callbacks are now desactived
18059 by default if not validating.
18060
18061Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18062
18063 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18064
18065Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18066
18067 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18068 <gkatsi@cs.toronto.edu>
18069
18070Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18071
18072 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18073 processing URLs
18074
18075Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18076
18077 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18078 xmlNanoFTPUpdateURL for persistent control connections.
18079 * configure.in: 1.8.6
18080
18081Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18082
18083 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18084 * tree.[ch] : added xmlSaveNoEmptyTags
18085
180862000-01-29 James Henstridge <james@daa.com.au>
18087
18088 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18089
18090 * Makefile.am: added nanoftp.[ch] to the build.
18091
18092Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18093
18094 * nanoftp.[ch]: cleanup, comments, API
18095 * debugXML.c : fixed a bug in the cat command
18096 * doc/*: regenerated the docs
18097
18098Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18099
18100 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18101 * debugXML.c : fixed a bug in the cat command
18102 * valid.c: fixing some small probs
18103 * libxml.spec.in: get rid of the SNAP suffix
18104 * doc/xml.html: updated the status
18105
18106Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18107
18108 * xml-config.in: xml-config --version to just return the
18109 version number
18110 * xpath.c: some cleanup w.r.t. axis when the current node is
18111 an attribute.
18112 * TODO: updated
18113
18114Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18115
18116 * configure.in: prepared for libxml-1.8.5
18117 * doc/* recompiled the documentation
18118
181192000-01-17 Jody Goldberg <jgoldberg@home.com>
18120
18121 * configure.in : WARNING autoconf subtlety alert :
18122 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18123 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18124 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18125 get defined by AC_CHECK_HEADERS.
18126
18127Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18128
18129 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18130 Rune.Djurhuus@fast.no
18131
18132Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18133
18134 * TODO: updated
18135 * tree.c, parser.c: made sure that only memory alloc problems
18136 and internal parser errors are allowed to write to stdout or
18137 stderr.
18138
18139Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18140
18141 * tree.c : restored xmlNewGlobalNs since this seems used by
18142 a lot of existing code :-(, fixed a bug in xmlNewNs
18143 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18144 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18145 to exit() from the library code.
18146 * xpath.c, parser.c: removed bugs or unused code detected by
18147 Windows compilers
18148 * parser.c: started adding interfaces for parsing well balanced
18149 XML fragments
18150 * configure.in: releasing 1.8.4
18151 * doc/* : rebuilt the docs
18152
18153Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18154
18155 * tree.[ch] : added xmlNewDocFragment() for DOM
18156 * testHTML.c: uninitialized variable.
18157
18158Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18159
18160 * doc/* : rebuild the docs
18161
18162Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18163
18164 * acconfig.h: readline and history patch
18165 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18166 * tree.c: added check and handling when possibly removing an ID
18167 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18168 and saving.
18169 * test/HTML/entities.html result/HTML/entities.html* : test for
18170 various entities reference cases
18171 * result/HTML/* : as a result output of some testcase have
18172 changed
18173 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18174 by previous example. added xmlParseTryOrFinish().
18175 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18176 entities.h debugXML.h HTMLparser.h: changed the way struct are
18177 declared to allow gtk-doc to expose those
18178 * parser.c: closed bug #4960
18179 * Makefile.am configure.in: Applied patch from
18180 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18181 and math/socket libs detection
18182
18183Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18184
18185 * configure.in, Makefile.am: link tester against readline
18186 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18187
18188Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18189
18190 * tree.[ch]: added xmlRemoveProp
18191 * win32config.h.in nanohttp.c: avoid including the Windows
18192 socket stuff in every C files
18193 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18194 the XmL parser(s)
18195 * test/ns4 result/ns4 etc...: added test case for previous prob
18196 * tree.c: xmlNewNs wasn't checking for double definition
18197 * Makefile.in: fixed a problem with dist-hook duplicates
18198 * parser.[hc], xmlIO.c: fixed the loading of external entities
18199 APIs, now xmlLoadExternalEntity() is used everywhere and
18200 setting up an app specific front-end using the
18201 * SAX.c parser.c: some fixes, now the xhtml spec validates
18202 with the xhtml DTD.
18203 * error.c: fixed crashes in case of no input stream
18204 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18205 to the validation tests and results
18206
18207Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18208
18209 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18210 too htmlCreatePushParserCtxt() and htmlParseChunk()
18211 * parser.c: a bit of cleanup.
18212 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18213 to XML) removed the last mem leak known
18214 * HTMLtree.c: output message cleanup
18215 * xmlmemory.c: display content info about memory blocks
18216 * result/HTML/wired.* : missing att value warning change
18217
18218Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18219
18220 * doc/* : rebuilt the documentation
18221
18222Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18223
18224 * parser.[ch] parserInternals.h: Push parser for XML,
18225 seems to work fine now
18226 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18227 --push for push testing
18228 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18229 * testSAX.c: added --push
18230 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18231 subtree
18232 * xmlIO.[ch] : enriched API + fixes for push mode
18233 * entities.[ch]: added the entity content length to the struct.
18234 * xmlmemory.[ch]: new API to show the last entries for the shell
18235 * valid.c: added required attribute testing
18236 * SAX.c: the cdata callback now merge contiguous fragments
18237 * HTMLparser.c: cleanup of some macros
18238
18239Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * parser.c: fix for PIs name starting with xml
18242 * tree.c: fixed a potential problem with || and && ops
18243 * *.c, configure.in win32config.h.in : generate win32config.h for
18244 those on the Other Side !
18245
18246Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18247
18248 * parser.c: fixed a stupid = vs. == bug :-(
18249 * doc/gnome-xml.sgml: s/glade/xml/
18250
18251Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18252
18253 * configure.in, doc/xml.html : bug fix release 1.8.2
18254 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18255 Hopefully the end of that silly C++ include problem
18256 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18257 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18258 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18259 troubles with autoclosed elements when the stree shape doesn't
18260 follow the DtD specs. Added htmlIsAutoClosed() and
18261 htmlAutoCloseTag()
18262 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18263 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18264 * debugXML.c: fixed a bug on printing default namespaces.
18265 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18266
18267Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18268
18269 * result/HTML/*.htm[l] : updated the HTML regression tests according
18270 to the new output
18271 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18272 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18273 problem due to intermix of extern "C" { ... } declarations for C++
18274 and recursive includes in the headers
18275
182761999-12-20 Chris Lahey <clahey@umich.edu>
18277
18278 * HTMLtree.c: Made it so that html nodes with a single child do
18279 not insert a carriage return before or after the child node.
18280
18281Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18282
18283 * configure.in, doc/xml.html : bug fix release 1.8.1
18284 * parser.c: fixed bug #4344
18285 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18286 added the glue to avoid C++ problems
18287 * doc/* : regenerated the documentation
18288
18289Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18290
18291 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18292 namespace recognition, and Dia as a resul :-(
18293 * encoding.c: closed bug #3950
18294
18295Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18296
18297 * valid.c: debugging a posteriori validation, except URI expansion
18298 stuff this should be fixed now
18299 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18300 Carl Nygard <cnygard@bellatlantic.net>
18301 * tester.c: added --postvalid, cleaning of the code
18302 * tree.[ch]: added xmlDocGetRootElement()
18303
18304Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18305
18306 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18307 c++ losage.
18308
18309Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18310
18311 * configure.in, doc/xml.html : bumped to 1.8.0
18312 * xlink.[ch], Makefile.am : added framework for link detection
18313 * parser.h: added nbChars to parser context, needed for cleanup.
18314 * xmlmemory.c: removed a nasty bug when out of mem
18315 * valid.[ch]: adding namespace support for attribute decl
18316 * tester.c: added --debugent option
18317 * debugXML.[ch]: added xmlDebugDumpEntities()
18318 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18319 buffers instead, this was really needed, validation was breaking
18320 in strange ways due to that. Added xmlParseStringPEReference()
18321 and other parsing from strings functions. Entities processing
18322 modified again, but PERef are still not handled correcly but
18323 unless you're Eve Maller you won't notice :-)
18324 * HTMLparser.c: large changes toward reliability, and switched to
18325 lowercase internal tags, XHTML is lowercase, so it will help
18326 that output is closer to next version.
18327 * doc/* : regenerated the documentation, it is now hosted at
18328 http://xmlsoft.org/ (same bits I just bought the domain :-)
18329
18330Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18331
18332 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18333 doc generation
18334 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18335 in the SAX API
18336 * doc/*: rebuilt the doc making sure everything appears in the
18337 HTML files
18338
18339Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18340
18341 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18342 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18343 which allow impressive speed improvement on dataset with
18344 large text pieces, but at the cost of broken binary
18345 compatibility and slightly bigger memory usage.
18346 Configure with --with-buffers to activate them, they
18347 are protected with XML_USE_BUFFER_CONTENT define.
18348 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18349 goal is 0 memory left allocated once parser is no more used
18350 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18351 call xmlCleanupParser() and xmlMemoryDump()
18352
18353Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18354
18355 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18356 * parser.[ch] encoding.[ch]: added memory cleanup routines
18357 * parser.c: closing bug #3788
18358 * doc/*: rebuilt the doc
18359
18360Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18361
18362 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18363 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18364 * tester.c: added --compress option
18365 * doc/*: rebuilt the documentation
18366
18367Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18368
18369 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18370 if given /proc/kcore as input !
18371 * doc/xml.html doc/*: updated and rebuilt the documentation
18372
18373Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18374
18375 * parser.c: Fixed some wrongly space collapsing code due to
18376 a misreading of the spec.
18377 * result/*: fixed the output accordingly
18378
18379Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18380
18381 * encoding.c: bug fix and typos
18382 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18383 * parser.c: added attribute normalization closing bug #3597
18384 * test/att* result/att* SAXresult/att*: testcase for attribute
18385 normalization
18386
18387Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18388
18389 * configure.in: closing bug #3163 by adding extra flags for the
18390 cc compiler on HP-UX
18391
18392Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18393
18394 * valid.[ch] : removed a typo and an enumerated type bug in the
18395 xmlAddElementDecl() function
18396 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18397 call to xmlEncodeEntitiesReentrant() so that the functions
18398 New, Set and Get are at the same level.
18399 * parser.c HTMLparser.c: extra memory allocation bug for
18400 attributes detected by someone using libxml in embedded systems :-)
18401
18402Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18403
18404 * xmlmemory.h: turned off mem debug :-\
18405
18406Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18407
18408 * parser.c: closed bug #2784 a one line fix, but worth pushing
18409 a new release out
18410 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18411 some structures, comments before and after the
18412 main element, and other nastyness
18413 * HTMLtree.c tree.c: accomodate the extended HTML supported
18414 * configure.in: pushing 1.7.4
18415 * test/ent8 and related outputs : added a new test for bug #2784
18416 * test/HTML/wired.html and related output: a nasty HTML example
18417 * Makefile.am: improved the test scripts
18418 * docs/* : reran the documentation extractor, updated xml.html
18419
18420Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18421
18422 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18423 HTMLparser and debugged the HTML related code. HTML documents
18424 now have their own type
18425 * entities.c: do not dump &apos; for HTML output
18426 * xmlmemory.c: improvement, breakpoint mechanism
18427 * testHTML.c: added --sax --repeat ...
18428 * Makefile.am: improved the HTML tests
18429 * valid.[ch]: added xmlValidGetValidElements and
18430 xmlValidGetPotentialChildren
18431 * tester.c: added --insert to test the 2 new functions
18432 * test//* result//* SAXresult//* : regression test cleanup
18433 and extension.
18434 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18435 gnome-xml-nanohttp.html
18436
18437Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18438
18439 * HTMLparser.c: fixed problems with some autoclose tags
18440 * tree.c: fixed XML output problems.
18441 * result/* SAXresult/*: update of the tests output
18442
18443Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18444
18445 * Makefile.am: Arturo patch for xmlConf.sh version info
18446 * parser.c: Tim Josling patch for single quoted items
18447 * tester.c: Tim Josling patch for tester options usage
18448 * tree.h: indent cleanup
18449
18450Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18451
18452 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18453 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18454
18455Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18456
18457 * tree.c : Raph patch for initialization of CORBA fields
18458 * parser.c, xpath.c, ...: modification of doc comments
18459 * xpath.c : allow spaces in xpath expressions
18460
18461Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18462
18463 * xmlmemory.h: turning off memory debug :-(
18464
18465Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18466
18467 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18468 better SAX interfaces.
18469 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18470 entity.
18471 * configure.in: 1.7.2
18472
18473Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18474
18475 * libxml.spec.in: fixed the URL
18476 * doc/xml.html: improved the documentation front-end
18477
18478Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18479
18480 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18481
18482Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18483
18484 * libxml.spec.in: fixed the alpha compile problem
18485 * parser.[ch]: changed errno to errNo in the parser context :-(
18486 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18487 * doc/xml.html: changed CHAR to xmlChar
18488 * doc/html/*: recompiled the documentation
18489 * configure.in: 1.7.1
18490
18491Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18492
18493 * parser.h: modified the parser context struct to regain 1.4.0
18494 binary compatibility
18495 * parser.c, xml-error.h: added errno ot teh context and defined
18496 a set of errors values with update of errno
18497 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18498 DTDs and entities
18499 * *.h, *.c: complete cleanup of the use of config.h and include
18500 protection depending on the current setup.
18501 * overalll debugging, maintenance and bug-fixing on all modules
18502 * updated the documentation
18503 * ready for 1.7.0
18504
18505Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18506
18507 * HTMLparser.c : cleanup
18508 * SAX.c valid.c valid.h: added ID/IDREF checking
18509 * tree.c tree.h: extended doc structure for refs
18510 * configure.in: 1.6.2
18511 * parser.c: patched bug in SAX user arg call
18512 * parserInternals.h: patched missing close in C++ wrapping
18513 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18514 especially upcoming XPointer implementation.
18515 * doc/xml.html: augmented, typo
18516
18517Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18518
18519 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18520 not all invocations of install understand -d.
18521
18522Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18523
18524 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18525 to make 'check' works, when builddir != srcdir.
18526
18527Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18528
18529 * doc/xml.html : updated the documentation
18530
18531Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18532
18533 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18534 not deallocated memory blocks
18535 * *.c : replaces all calls to malloc() free() and realloc() to
18536 the wrapper functions/macros
18537 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18538 instead of xmlFreeNodeList()
18539
18540Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18541
18542 * HTMLparser.c: corrected a stupid bug leading to core dump at
18543 tree deallocation. Removed warnings indicated by
18544 Stephane.Conversy@lri.fr
18545 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18546 looked for in the external subset
18547
18548Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18549
18550 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18551 on SGI by Stephane.Conversy@lri.fr
18552
18553Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18554
18555 * all .h : changed the prototype declaration indent as in gtk
18556 * most .c : working on reducing the TODOs in the code
18557 * most .c : cleanup though -pedantic and Insure++
18558 * improvements on validation ID checkings.
18559 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18560 * xml-config.in: closed #1810
18561
18562Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18563
18564 * tree.h, valid.c, valid.h: more work on validity, IDs
18565 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18566 definition for AIX
18567
18568Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18569
18570 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18571 the distribution due to a cut'n paste error at last commit
18572
18573Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18574
18575 * configure.in: upgraded to version 1.4.0
18576 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18577 Big update, added a large part of the validation process,
18578 it should be usable, but some parts are missing
18579 * xpath.c: improved the implementation w.r.t. root.
18580 * Makefile.am: added more tests
18581 * test and result trees: added a lot of tests
18582 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18583
18584Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18585
18586 * Added an HACKING file
18587
18588Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18589
18590 * xpath.[ch] : improvements and debug of the XPath implementation
18591 * parser.c, HTMLparser.c : modified the parsers to be progressive
18592 * tree.[ch] : extended the Buffer promitives
18593 * xmlIO.[ch] : added basic I/O routines providing progressive
18594 parsing and ready for I18N conversion plugins
18595 * SAXresult/* : the SAX callback sequence maybe slightly different
18596 now
18597 * test*.c : improved/updated the tests programs
18598 * doc/* : recompiled the docs.
18599
186001999-07-26 Michael Meeks <michael@edenproject.org>
18601
18602 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18603
18604 * tree.c: Ditto.
18605
18606Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18607
18608 * configure.in: upgraded to version 1.4.0
18609 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18610 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18611 XML query language, see http://www.w3.org/TR/xpath for more details.
18612 * parser.c, parser.h: added CHAR* related string functions for XPath
18613 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18614 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18615 rebuild the docs.
18616 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18617 and regression testing capabilities for XPath.
18618
18619Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18620
18621 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18622 closing bug #1646
18623
18624Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18625
18626 * Makefile.am, example/Makefile.am: closed bug #1683
18627
18628Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18629
18630 * example/Makefile.am, configure.in: added the makefile for the
18631 gjobread example
18632
18633Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
18634
18635 * doc/Makefile.am:
18636 - fix which allow "make install DESTDIR=</install/prefix>".
18637
18638Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18639
18640 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18641 which fixed a problem on the file reading-code.
18642
18643Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18644
18645 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18646 output.
18647 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18648
18649Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18650
18651 * parser.h : Oops removed the binary compatibility problem
18652 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18653 * parser.c, HTMLparser.c: applied patches for reading from stdin
18654
18655Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18656
18657 * parser.c, entities.c, valid.c: cleanup bug #1591
18658 * configure.in: cleanup bug #1592
18659 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18660 the same tree back-end. Hence gdome will be available for it.
18661 * doc/Makefile.am: close bug #617
18662
18663Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18664
18665 * parser.c: alloctate a per parser context SAX interface block
18666
18667Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18668
18669 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18670 and xmlEncodeEntitiesReentrant with the correct one :-\
18671
18672Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18673
18674 * commit of my internal XML base changes, quite a lot of
18675 changes, cleanups, better entities support, framework for
18676 new I/O and charset detection and handling
18677 * Fixed the configure/Makefile stuff to generate shared libs
18678 with the proper version info, so we jumped on rev from
18679 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18680 xmlEncodeEntities() result need to be freed now, and a string
18681 xmlParserVersion provide the current library version.
18682
18683Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18684
18685 * parser.c: fixed a buffer overrun for when you have a very long
18686 attribute with no entities in it.
18687
18688Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18689
18690 * added example directory
18691 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18692
18693Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18694
18695 * Release of libxml-1.1, nearly everything has been touched for
18696 this.
18697 * Added more regression tests
18698 * Updated the documentation
18699
18700Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18701
18702 * tree.[ch]: unified the XML_NO_CORBA defines.
18703 * parser.c encoding.[ch]: started plugging in char encoding detection
18704
18705Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18706
18707 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18708 Also freed allocated buffer.
18709
18710Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18711 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18712 reentrancy problem at printing. One is left in entities.c, to
18713 remove ASAP
18714 * testSAX.c : added a test example showing the use of the SAX
18715 interface if one doesn't want to build the DOM tree.
18716 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18717
18718Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18719
18720 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18721 large revamping of the parser to use SAX callbacks
18722 http://www.megginson.com/SAX/ (or at least a C like interface
18723 a la Expat). It's now possible to set up your own callbacks
18724 and the parser will not build a DOM tree.
18725 * test/* result/*: updated the test suite, I finally removed
18726 the old Namespace draft support (PI based).
18727
18728Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18729
18730 * Makefile.am: added test result to EXTRA_DIST for make tests
18731
18732Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18733
18734 * parser.c, parserInternals.h: moved the chars macro definitions
18735 to parserInternals.h
18736 * parser.c, error.c: applied patches from "Knut Ã…kesson"
18737 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18738
18739Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18740
18741 * xml-config.in : applied patch to make --version work
18742
187431999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18744
18745 * Makefile.am (check-local): Alias for `tests' target. This will
18746 cause `make check' to do the right thing.
18747 (tests): Don't run tests in srcdir. Also, replaced calls to
18748 basename with a `sed' "equivalent".
18749
18750Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18751
18752 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18753 it in the header and not the sources, updated the doc.
18754 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18755 pointing this out.
18756
18757Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18758
18759 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18760 exported the inputStream routines.
18761 * doc/html/* : updated accordingly
18762
18763Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18764
18765 * parser.c, parser.h, parserInternals.h: added a few extra
18766 internal calls to allocate and free parser contexts ...
18767 * doc/html/* : updated accordingly
18768
18769Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18770
18771 * configure.in, Makefile.am, doc/makefile.am : General changes for
18772 1.0.0 release and including the generated HTML documentation.
18773
18774Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18775
18776 * makefile.am : added parserInternals.h, oops.
18777
18778Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18779
18780 * parserInternals.h: added this header giving access to the parser
18781 internal functions.
18782 * doc/Makefile.am : added a rebuild target which rebuilds the full
18783 set of documentations
18784 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18785 the internal subset.
18786 * *.c *.h: modifications needed to generate the documentation using
18787 gtk-doc, cleanup of functions blocks, reorganisation of struct
18788 declarations.
18789
18790Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18791
18792 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18793 the tar and spec file to include the beginning of the doc.
18794
187951999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18796
18797 * doc/.cvsignore: Added this file.
18798
18799Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18800
18801 * tree.c: fixed xmlGetProp to return "" when the attribute
18802 exists, even if the node-list is NULL.
18803
18804Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18805
18806 * tree.c: patched an error outputting empty attribute values.
18807 * Makefile.am and doc/makefile.am: have been updated during the
18808 week-end. Sorry for an empty CVS log, I got a shell problem.
18809
18810Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18811
18812 * tree.h: cleaned up using enums instead of defines
18813 * parser.c, valid.[ch]: more work on parsing/output of element
18814 declarations
18815
18816Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18817
18818 * valid.[ch], tree.c, parser.c : more work toward full parsing
18819 of XML DTDs.
18820 * README: added informations about mailing-list and on-line
18821 documentation
18822
188231999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18824
18825 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18826
18827Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18828
18829 * parser.c, tree.[ch] : more work toward conformance testing,
18830 added a last element to accelerate parsing of very flat structures
18831 started working on internal subset Element content declaration.
18832 * valid.[ch] : first cut at adding code toward validation.
18833 * previous changes had also small impact on most files, especially
18834 the conformance testing using James Clark test suite.
18835
18836Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18837
18838 * test/* : updated the examples, most of them were not well
18839 formed (humm), and added rdf2.
18840 * result/* : resulting changes in the output.
18841
18842Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18843
18844 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18845
18846Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18847
18848 * tree.c: patched a bug in the generation of empty attributes
18849
18850Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18851
18852 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18853 for node/trees/documents/... Biggest problem is namespace
18854 support when copying subtrees.
18855
18856Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18857
18858 * parser.c, entities.c: improve entities and char ref encoding,
18859 and cleanups of error messages.
18860
18861Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18862
18863 * parser.c, entities.c: simple bug hunting done during rpm2html and
18864 rpmfind integration.
18865
18866Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18867
18868 * parser.[ch]: Added interfaces allowing to specify a SAX
18869 handler before parsing.
18870
18871Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18872
18873 * parser.c: redirrect all errors reporting through the SAX
18874 error function
18875
18876Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18877
18878 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18879 * libtool, tlmain ...: update of the libtool files
18880
188811998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18882
18883 * entities.c: Use g_snprintf insteda of snprintf.
18884
18885Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18886
18887 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18888 added ent5 test for this purpose.
18889 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18890
18891Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18892
18893 * parser.c: fixed? a strange error due to compression on a GWP
18894 document.
18895
18896Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18897
18898 * tree.[ch]: bug fixing
18899 * entities.[ch]: defined a specific type for predefined entities
18900 * doc/xml.html: more documentation on the library, how to use it,
18901 overview of the interfaces.
18902
18903Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18904
18905 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18906
18907Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18908
18909 * tree.c: corrected a small bug
18910 * doc/xml.html: continuing writing documentation.
18911
18912Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18913
18914 * debugXML.h debugXML.c: added debugging utilities.
18915 * tester.c: added --debug switch.
18916 * tree.c: patched an incorrect node->type assignment.
18917 * parser.c: formatting, ensure that node->doc != NULL in attributes
18918
18919Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18920
18921 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18922 entity support and provide an internal representation close to
18923 DOM one (entity ref nodes, and attribute value as tree). I tried
18924 to preserve the interface but this will surely break some apps
18925 (I have to change rpm2html/rpmfind for example). I had to change
18926 two interfaces, and the generated tree is somewhat different.
18927 * doc/* : started documenting the XML library, the tree and
18928 DOM/Corba. This is a first step.
18929
18930Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18931
18932 * parser.c: Set up the fonctions comment block, boring but useful.
18933 * parser.h, SAX.c, parser.c: now attributes are processed through
18934 the SAX interface. The problem is that my SAX interface diverged
18935 quite a bit from the original one, well this is not an official
18936 spec, and translating it from Java to C is hairy anyway...
18937
18938Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18939
18940 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18941 fonctions comment block, boring but useful.
18942
18943Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18944
18945 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18946 conversion routines. However they are not yet used to convert the
18947 inputs. The core will run with UTF-8.
18948
18949Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18950
18951 * tree.c : make sure that the type id is properly set-up when
18952 a new object is allocated, needed for DOM.
18953
18954Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18955
18956 * tree.h, tree.c: Ok, the main objects in the tree will be native
18957 corba objects, it costs 8 bytes per Node, Attribute and Document
18958 but it simplifies the Corba integration a lot (no extra interface
18959 objects to allocate/free).
18960
18961Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18962
18963 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18964 and changed NODEs contants for conformity with DOM Level 1
18965
18966Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18967
18968 * added hooks to keep track of servants when creating objects
18969 xmlDoc and xmlNode (for Corba export).
18970
18971Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18972
18973 * added xml-config script.
18974
18975Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18976
18977 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18978 to autoupdate libtool and automake conf files.
18979
189801998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18981
18982 * Makefile.am: Use '?' to separate the sed
18983 commands as ',' is used when people pass -Wl,something.
18984
18985Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18986
18987 * tree.c, tree.h: added a per-document compression interface.
18988
18989Tue Sep 22 20:47:38 EDT 1998
18990
18991 * tree.c, tree.h: added saving with compression and added interfaces
18992 to control the compression level (xmlGetCompressMode,
18993 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18994
18995Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18996
18997 * parser.c: corrected a loop for files of size 0
18998
189991998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19000
19001 * error.h: New file. Contains prototyes from `error.c'.
19002
19003Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19004
19005 * Makefile.am (xmlincdir): New macro.
19006 (xmlinc_HEADERS): Renamed from include_HEADERS.
19007
19008Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19009
19010 * applied small patch on numeric entities from
19011 Christopher Blizzard <blizzard@appliedtheory.com>
19012
19013Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19014
19015 * New release 0.2, removed the old xml_* files so that it's
19016 coherent with the other CVS base (W3C), far better conformance
19017 to standard, new namespaces, decent entities support, beginning
19018 of a SAX-like interface. Nearly nothing left intact, even the
19019 test examples ...
19020
190211998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19022
19023 * .cvsignore: Add .deps dir
19024
19025Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19026
19027 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19028
19029Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19030
19031 * configure.in: added test for CPP
19032 * AUTHORS, Changelog: the original ones didn't get commited but the
19033 glib ones instead, fixed.
19034 * Makefile.am: corrected an error in library naming
19035
19036Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19037
19038 * integrated code developped at W3C
19039 * changed the original Copyright
19040 * migrated to automake
19041 * prefixed the filenames by xml_ to avoid filename clashes
19042