blob: da1826f3e95f22a050360f9fd1114dd3b8aa0ae6 [file] [log] [blame]
Rob Richardsf779da32007-08-14 09:41:21 +00001Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
2
3 * xmlIO.c: fixed windows path determination (patch from
4 Roland Schwarz, bug #462877)
5 * win32/Makefile.mingw win32/configure.js: fixed mingw build
6 (patch from Roland Schwarz, bug #462877)
7
Daniel Veillardda629342007-08-01 07:49:06 +00008Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
9
10 * parser.c: fixed a parser bug where invalid char in comment may
11 not be detected, reported by Ashwin Sinha
12 * test/errors/comment1.xml result/errors/comment1.xml*: added
13 the example to the regression suite
14
Daniel Veillard3814a362007-07-26 11:41:46 +000015Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
16
17 * xmlsave.c: fixed problem reported on bug #460415
18
William M. Brack50420192007-07-20 01:09:08 +000019Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
20
21 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
22
William M. Brackb0a94e82007-07-18 18:04:55 +000023Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
24
25 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
26 Fixes bug #454608.
27
Daniel Veillard65fcf272007-07-11 17:55:30 +000028Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
29
30 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
31 should fix bug #358125
32
Daniel Veillardcaa19512007-07-04 15:42:46 +000033Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
34
35 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
36 uses of xmlTextWriterStartDocument()
37
Daniel Veillard734e7662007-06-26 11:30:31 +000038Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
39
40 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
41 argument occurs, should fix #450936
42
William M. Brack31700e62007-06-13 20:33:02 +000043Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
44
45 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
46
Daniel Veillard38431c32007-06-12 16:20:09 +000047Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
48
49 * doc/* configure.in NEWS: release of libxml2 2.6.28
50 * valid.c: patch from Dagfinn I. MannsÄker for idness of name
51 in HTML, c.f. bug #305885.
52
Daniel Veillarddbbd72b2007-06-12 15:15:52 +000053Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
54
55 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
56 should not have namespace processing.
57
Daniel Veillarddfac9462007-06-12 14:44:32 +000058Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
59
60 * parser.c: fixed the push mode when a big comment occurs before
61 an internal subset, should close bug #438835
62 * test/comment6.xml result//comment6.xml*: added a special
63 test in the regression suite
64
Daniel Veillardb9e5acc2007-06-12 13:43:00 +000065Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
66
67 * parser.c: fix bug #414846 where invalid characters in attributes
68 would sometimes not be detected.
69 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
70 test case to the regression tests
71
Daniel Veillard3130fe92007-06-12 12:24:54 +000072Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
73
74 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
75 in GNU tar, should fix #396751
76
Daniel Veillarddb670152007-06-12 10:04:37 +000077Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
78
79 * python/types.c: try to allow compilation on old python version
80 should fix #398125
81
Daniel Veillardfcd02ad2007-06-12 09:49:40 +000082Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
83
84 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
85 fixes bug #438390
86
Daniel Veillard5cdbbd22007-06-12 09:39:14 +000087Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
88
89 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
90
Daniel Veillardd8ed1052007-06-12 09:24:46 +000091Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
92
93 * relaxng.c: fixed bug #407436 a crash in a specific case of
94 Relax-NG validation
95
Daniel Veillardbe8d9d32007-06-12 09:14:11 +000096Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
97
98 * catalog.c: fixed bug #383687, some case of recursion on next
99 were not caught in the catalog code.
100
Daniel Veillard861101d2007-06-12 08:38:57 +0000101Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
102
103 * HTMLparser.c: fixed bug #381877, avoid reading over the end
104 of stream when generating an UTF-8 encoding error.
105
Daniel Veillard2e620862007-06-12 08:18:21 +0000106Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
107
108 * parser.c: fixed bug #366161, trivially added the check in
109 xmlCtxtReset()
110
Rob Richards90ee8df2007-06-08 19:47:37 +0000111Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
112
113 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
114 for VC8 build support to embed manifest within files. Under MS VC, build
115 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
116
Rob Richardse967f0b2007-06-08 19:36:04 +0000117Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
118
119 * threads.c include/libxml/threads.h: use specified calling convention
120 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
121 add xmlDllMain to header for win32 when building for static dll
122
Rob Richardsb8769d62007-06-08 08:50:47 +0000123Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
124
125 * xmlwriter.c: fixed problem with namespace declaration being
126 written more than once per element start tag
127
William M. Brack97ac8192007-06-06 17:19:24 +0000128Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
129
130 * xpath.c: fixed problem with xmlXPathNodeSetSort;
131 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
132
William M. Brackd611c882007-05-31 05:07:17 +0000133Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
134
135 * xpath.c: fixed problem with string value for PI node
136 (bug #442275)
137
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000138Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
139
140 * uri.c: fix bug reported by François Delyon
141
William M. Brack38d452a2007-05-22 16:00:06 +0000142Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
143
144 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
145 by Mark Rowe (bug #440159)
146 * include/libxml/xmlversion.h.in: Added check for definition of
147 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
148 Wendy Doyle and Mark Rowe, bug #346675)
149 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
150 changes to fix compilation warnings - no change to logic.
151
William M. Bracke8827652007-05-16 05:19:13 +0000152Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
153
154 * nanohttp.c: small enhancement to last fix, pointed out
155 by Alex Cornejo
156
William M. Brackd2f682a2007-05-15 19:42:08 +0000157Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
158
159 * nanohttp.c: fixed problem on gzip streams (bug #438045)
160 * xpath.c: fixed minor spot of redundant code - no logic change.
161
William M. Brackca797882007-05-11 14:45:53 +0000162Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
163
164 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
165 in order to produce the required number of significant digits
166 (bug #437179)
167
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000168Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
169
170 * list.c: applied patch to fix xmlListAppend() from
171 Georges-André SILBER
172 * valid.c: also fix the place wher it was called.
173
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000174Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
175
176 * parser.c: tried to fix an error problem on entity content failure
177 reported by Michael Day
178
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000179Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
180
181 * configure.in: typo patch from Bjorn Reese
182
Daniel Veillard491e58e2007-05-02 16:15:18 +0000183Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
184
185 * HTMLparser.c: applied patch from Michael Day to add support for
186 <embed>
187
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000188Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
189
190 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
191 in htmlCreateDocParserCtxt.
192
Daniel Veillarda1413b82007-04-26 08:33:28 +0000193Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
194
195 * uri.c include/libxml/uri.h: patch from Richard Jones to save
196 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000197 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000198
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000199Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
200
201 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
202 patch from Richard Jones to for the silent flag on valgrind
203 when doing "make valgrind"
204 * xmlregexp.c: raise a regexp error when '\' is misused to escape
205 a standard character.
206
Daniel Veillardc9923322007-04-24 18:12:06 +0000207Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
208
209 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
210
Daniel Veillarda44294f2007-04-24 08:57:54 +0000211Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
212
213 * uri.c: fix xmlURIUnescapeString comments which was confusing
214
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000215Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
216
217 * include/win32config.h libxml.h: new patch from Andreas Stricke to
218 better integrate support for Windows CE
219
Daniel Veillard39bcf942007-04-17 14:47:05 +0000220Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
221
222 * doc/* configure.in NEWS: release of libxml2 2.6.28
223
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000224Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
225
226 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
227 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
228 patch from Andreas Stricke to ease the compilation on Windows CE
229
Daniel Veillarded121382007-04-17 12:33:19 +0000230Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
231
232 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
233 a libxml2 patch from Christian Ehrlicher
234
Daniel Veillard42720242007-04-16 07:02:31 +0000235Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
236
237 * HTMLparser.c: change the way script/style are parsed to
238 not try to detect comments, reported by Mike Day
239 * result/HTML/doc3.*: affects the result of that test
240
William M. Brack56578372007-04-11 14:33:46 +0000241Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
242
243 * xmlregexp.c: small enhancement for quantifier range with
244 min occurs of 0; fixes bug 425542.
245
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000246Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
247
248 * xmlIO.c: applied change from Michael Day to avoid a problem when
249 compiled without zlib support.
250
Daniel Veillard7ef51692007-03-21 16:47:12 +0000251Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
252
253 * include/libxml/xpath.h: applied documentation patch from James Dennett
254
William M. Bracka9cbf282007-03-21 13:16:33 +0000255Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
256
257 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
258 * test/regexp/bug420596, result/regexp/bug420596: added regression
259 test for this
260
William M. Bracke978ae22007-03-21 06:16:02 +0000261Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
262
263 * HTMLparser.c: fixed memory access error on parsing of meta data
264 which had errors (bug #382206). Also cleaned up a few warnings
265 by adding some additional DECL macros.
266
Daniel Veillardbd444842007-03-20 08:47:29 +0000267Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
268
269 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
270 the silly __ss_familly problem on various AIXes, should fix #420184
271
William M. Brack0c1e3012007-03-14 12:40:21 +0000272Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
273
274 * configure.in: corrected small error in last commit
275 * xmlreader.c: corrected small typo in last commit
276
William M. Brack06559b32007-03-14 09:34:15 +0000277Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
278
279 * xmlschemas.c: fixed problem with referenced attribute groups
280 (bug #417621)
281 * configure.in: re-ordered some includes for types.h / socket.h
282 (bug #416001)
283
Daniel Veillarda9c56772007-03-09 16:59:05 +0000284Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
285
286 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
287 and state internal flags mixups
288
William M. Brackee0b9822007-03-07 08:15:01 +0000289Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
290
291 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
292 cases when comparing identical nodes (bug #415567) with patch
293 from Oleg Paraschenko
294
William M. Brack7a12e572007-02-16 17:11:09 +0000295Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
296
297 * python/libxml.py: fixed tab problem with patch from
298 Andreas Hanke (bug #408626)
299
300Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000301
302 * doc/xml.html: Changed all references to libxml2 CVS over to
303 the corresponding SVN. A few other spelling/grammar/links
304 also changed.
305 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
306
William M. Brack0bcec062007-02-14 02:15:19 +0000307Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
308
309 * xpath.c: Fixed memory bug with invalid function reported by
310 Francois Delyon on mailing list
311
William M. Brack53ce98c2007-02-13 00:37:20 +0000312Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
313
314 * xinclude.c: fixed problem with invalid char encountered
315 during text include (reported on xslt mailing list)
316
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000317Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
318
319 * Makefile.am: small cleanup to avoid packaging .svn
320 * libxml.h threads.c parser.c: applied patch to avoid a problem
321 in concurrent threaded initialization fix from Ted Phelps
322
William M. Brackd46c1ca2007-02-08 23:34:34 +0000323Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
324
325 * parser.c: added a GROW when parsing complex comments (bug #405666)
326 * gentest.py, testapi.c: added a hack to prevent destruction of any
327 param with 'destroy' in it's description (i.e. param destroyed by
328 the routine under test, so shouldn't be destroyed by testapi)
329 * xmlreader.c: added freeing of 'input' param even on error
330 (fixes leak detected by testapi)
331
William M. Brackc1099be2007-01-31 18:38:56 +0000332Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
333
334 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
335 xmlwriter.c: repositioned #include for libxml.h to avoid
336 compilation error on some architectures (bug #398277)
337 * fixed screwed-up ChangeLog (deleted some duplicate entries)
338
William M. Brack72239ba2007-01-31 18:25:12 +0000339Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000340
341 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
342
William M. Brack72239ba2007-01-31 18:25:12 +0000343Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000344
345 * xpath.c: added checks for alloc fail on calls to
346 xmlXPathNewContext (libxslt bug #400242)
347
348Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
349
350 * Re-generated the documentation (API chunks 27-29 were missing)
351 (also causes changes to testapi.c, elfgcchack.h and
352 win32/libxml2.def.src)
353
354Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
355
356 * python/libxml.c: fix a memory leak in the python string handling
357 when SAX event are passed back to the python handlers
358
359Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
360
361 * xmlreader.c: fix xmlTextReaderSetup() description
362 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
363 test/relaxng/empty1_0.xml test/relaxng/comps.rng
364 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
365 test/relaxng/empty1_1.xml: tests which were apparently
366 never commited to CVS
367
368Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
369
370 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
371 expose xmlTextReaderSetup() function
372
373Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
374
375 * configure.in: adapt the extra versioning code to SVN
376
377Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
378
379 * python/generator.py python/libxml.py: apparently id() sometimes
380 generate negative values and %X outputs -XXXX :-(
381
382Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
383
384 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
385 and XML declaration detection, and associated documentation change
386
387Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
388
389 * xinclude.c: another XInclude user data propagation patch from
390 Michael Day
391
392Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
393
394 * HTMLparser.c: applied patch from Steven Rainwater to fix
395 UTF8ToHtml behaviour on code points which are not mappable to
396 predefined HTML entities, fixes #377544
397
398Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
399
400 * xpath.c: fixed a bug where the principal node type of an axis
401 wasn't tested on name check, fixes bug #377432
402
403Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
404
405 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
406 report and suggestion.
407
408Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
409
410 * uri.c: applied patch from Igor for path conversion on Windows
411
412Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
413
414 * xmlregexp.c: another small change on the algorithm for the
415 elimination of epsilon transitions, should help on #362989 too
416
417Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
418
419 * tree.c: applied documentation patches from Markus Keim
420 * xmlregexp.c: fixed one bug and added a couple of optimisations
421 while working on bug #362989
422
423Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
424
425 * HTMLparser.c: applied a reworked version of Usamah Malik patch
426 to avoid growing the parser stack in some autoclose cases, should
427 fix #361221
428
429Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
430
431 * xpath.c: William spotted an obvious bug
432
433Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
434
435 * NEWS configure.in testapi.c doc//*: preparing release of
436 libxml2-2.6.27
437 * include/libxml/tree.h: fix a small problem with preproc flags
438
439Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
440
441 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
442 * xmllint.c: order XPath elements when using --shell
443
444Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
445
446 * xmlregexp.c: applied fix from Christopher Boumenot for bug
447 #362714 on regexps missing ']'
448
449Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
450
451 * parserInternals.c: applied patch from Marius Konitzer to avoid
452 leaking in xmlNewInputFromFile() in case of HTTP redirection
453
454Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
455
456 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
457 and pointed in #340591
458
459Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
460
461 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
462 htmlReadIO() this should fix #340322
463
464Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
465
466 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
467
468Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
469
470 * HTMLparser.c: fixing HTML minimized attribute values to be generated
471 internally if not present, fixes bug #332124
472 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
473 result/HTML/wired.html.sax: this affects the SAX event strem for
474 a few test cases
475
476Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
477
478 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
479 * result/HTML/entities2.html* test/HTML/entities2.html: added to
480 the regression suite
481
482Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
483
484 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
485 #342556
486 * xmlsave.c: fixed #342556 easy and a whole set of problems with
487 encodings, BOM and xmlSaveDoc()
488
489Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
490
491 * HTMLparser.c: fix #348252 if the document clains to be in a
492 different encoding in the meta tag and it's obviously wrong,
493 don't screw up the end of the content.
494
495Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
496
497 * HTMLparser.c: fix a chunking and script bug #347708
498
499Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
500
501 * HTMLparser.c: remove a warning
502 * encoding.c: check with uppercase for AIX iconv() should fix #352644
503 * doc/examples/Makefile.am: partially handle one bug report
504
505Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
506
507 * parser.c: fix the patch for unreproductable #343000 but
508 also fix a line/column keeping error
509 * result/errors/attr1.xml.err result/errors/attr2.xml.err
510 result/errors/name.xml.err result/errors/name2.xml.err
511 result/schemas/anyAttr-processContents-err1_0_0.err
512 result/schemas/bug312957_1_0.err: affected lines in error output
513 of the regression tests
514
515Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
516
517 * tree.c: fixing bug #344390 with xmlReconciliateNs
518
519Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
520
521 * xmllint.c: added --html --memory to test htmlReadMemory to
522 test #321632
523 * HTMLparser.c: added various initialization calls which may help
524 #321632 but not conclusive
525 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
526 --with-minimum --with-sax1 and --with-minimum --with-schemas
527 fixing #326442
528
529Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
530
531 * relaxng.c: fix a Relax-NG bug related to element content processing,
532 fixes bug #302836
533 * test/relaxng/302836.rng test/relaxng/302836_0.xml
534 result/relaxng/302836*: added to regression tests
535
536Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
537
538 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
539
540Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
541
542 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
543 Should fix #335085
544 * testapi.c: reset the http_proxy env variable to not waste time
545 on regression tests
546
547Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
548
549 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
550
551Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
552
553 * parser.c: fixed the heuristic used when trying to detect mixed-content
554 elememts if the parser wants to treat ignorable whitespaces
555 in a non-standard way, should fix bug #300263
556
557Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
558
559 * parser.c: fix a first arg error in SAX callback pointed out by
560 Mike Hommey, and another one still hanging around. Should fix #342737
561
562Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
563
564 * include/libxml/xmlversion.h.in: fix comment on versions
565 * xmlmemory.c: do not spend too much time digging in dumped memory
566
567Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
568
569 * valid.c: fixed a weird error where validity context whould not
570 show up if warnings were disabled pointed out by Bob Stayton
571 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
572 * doc//* testapi.c: rebuilt the docs
573
574Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
575
576 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
577 library flags for shared and static builds, fixes #344594. If this
578 bites you, use xml2-config.
579
580Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
581
582 * python/Makefile.am: remove the build path recorded in the python
583 shared module as Peter Breitenlohner pointed out, should fix #346022
584
585Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
586
587 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
588 of unescaping from URL to filepath, should fix #344588.
589
590Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
591
592 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
593 for wget detection and fix of a Python path problem, should fix
594 #340993
595
596Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
597
598 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
599 fix entities behaviour when using SAX, had to extend entities
600 content and hack on the entities processing code, but that should
601 fix the long standing bug #159219
602
603Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
604
605 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
606 to provide a clean conversion when setting up a base
607 * SAX2.c tree.c: use said function when setting up doc->URL
608 or using the xmlSetBase function. Should fix #346261
609
610Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
611
612 * xmlIO.c: applied a portability patch from Emelyanov Alexey
613
614Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
615
616 * parser.c: applied and slightly modified a patch from Michael Day to
617 keep _private in the parser context when parsing external entities
618
619Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
620
621 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
622 Brian West and Stefan Anca to add XPointer suport to the Python bindings
623
624Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
625
626 * xmlsave.c: fixed a comment
627 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
628 to add a new function providing the _private field for the generated
629 parser contexts xmlXIncludeProcessFlagsData()
630
631Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
632
633 * xmlIO.c: applied patch from Michael Day doing some refactoring
634 for the catalog entity loaders.
635
636Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
637
638 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
639 as Michael Day pointed out this is needed to use htmlCtxtRead*()
640
641Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
642
643 * parser.c: applied patch from Ben Darnell on #321545, I could not
644 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
645
646Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
647
648 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
649 * parser.c: fix resulting tree corruption when using XML namespace
650 with existing doc in xmlParseBalancedChunkMemoryRecover.
651
652Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
653
654 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
655 in the previous patch.
656
657Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
658
659 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
660 with file names in UTF-8 on Windows, and compat on older win9x
661 versions.
662
663Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
664
665 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
666 on validation errors, the heuristic to guess is a vctxt user
667 pointer is the parsing context was insufficient.
668
669Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
670
671 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
672 applied patch to man pages from Daniel Leidert and regenerated
673
674Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
675
676 * xmlwriter.c: Add a document to the xmlwriter structure and
677 pass document when writing attribute content for encoding support.
678
679Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
680
681 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
682 for consistant handling.
683
684Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
685
686 * xpath.c: Applied the proposed fix for the documentation
687 of xmlXPathCastToString(); see bug #346202.
688
689Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
690
691 * xmlschemas.c: While investigating bug #350247, I noticed
692 that xmlSchemaIDCMatcher structs are massively recreated
693 although only a maximum of 3 structs is used at the same
694 time; added a cache for those structures to the
695 validation context.
696
697Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
698
699 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
700 bug in xmlSchemaXPathEvaluate should close #351032
701
702Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
703
704 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
705 xmlSchemaClearValidCtxt
706
707Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
708
709 * python/generator.py: fixed the conversion of long parameters
710
711Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
712
713 * xmlsave.c: Removed the automatic generation of CDATA sections
714 for the content of the "script" and "style" elements when
715 serializing XHTML. The issue was reported by Vincent Lefevre,
716 bug #345147.
717 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
718 results due to the serialization change described above.
719
720Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
721
722 * configure.in parser.c xmllint.c include/libxml/parser.h
723 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
724 to expose if zlib support was compiled in, in the header, in the
725 feature API and in the xmllint --version output.
726
727Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
728
729 * SAX2.c: refactor to use normal warnings for entities problem
730 and not straight SAX callbacks.
731
732Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
733
734 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
735 The simple type, which was the content type definition
736 of a complex type, which in turn was the base type of a
737 extending complex type, was missed to be set on this
738 extending complex type in the derivation machinery.
739
740Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
741
742 * xpath.c: Changed xmlXPathCollectAndTest() to use
743 xmlXPathNodeSetAddNs() when adding a ns-node in case of
744 NODE_TEST_TYPE (the ns-node was previously added plainly
745 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
746 this specialized ns-addition function was already used,
747 I assume it was missed to be used with NODE_TEST_TYPE.
748
749Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
750
751 * HTMLparser.c: applied const'ification of strings patch from
752 Matthias Clasen
753
754Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
755
756 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
757 destroy the condition associated to the mutex.
758
759Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
760
761 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
762 revealed by a Libxslt regression test.
763
764Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
765
766 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
767 usable outside predicate evaluation; the intention is to
768 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
769 like in <xsl:if test="/foo">.
770
771Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
772
773 * xpath.c: Fix a memory leak which occurred when using
774 xmlXPathCompiledEvalToBoolean().
775
776Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
777
778 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
779 python/tests/Makefile.am:
780 Added code submitted by Andreas Pakulat to provide node
781 equality, inequality and hash functions, plus a single
782 test program to check the functions (bugs 345779 + 345961).
783
784Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
785
786 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
787 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
788 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
789 to be aware of a boolean result request. The new function
790 is now used to evaluate predicates.
791
792Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
793
794 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
795 introduced field @rewriteType on xmlXPathStepOp was not
796 initialized to zero here; this could lead to the activation
797 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
798 @rewriteType is randomly set to the value 1. A test
799 (hardcoding the intial value to 1) revealed that the
800 resulting incorrect behaviour is similar to the behaviour
801 as described by Arnold Hendriks on the mailing list; so I
802 hope that will fix the issue.
803
804Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
805
806 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
807 was introduced with the addition of the d-o-s rewrite
808 and made xpath.c unable to compile if XPATH_STREAMING
809 was not defined (reported by Kupriyanov Anatolij -
810 #345752). Fixed the check for d-o-s rewrite
811 to work on the correct XPath string, which is ctxt->base
812 and not comp->expr in this case.
813
814Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
815
816 * xpath.c: Added optimization for positional predicates
817 (only short-hand form "[n]"), which have a preceding
818 predicate: "/foo[descendant::bar][3]".
819
820Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
821
822 * parser.c: try to fix the crash raised by the parser in
823 recover mode as pointed by Ryan Phillips
824
825Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
826
827 * python/types.c: patch from Nic Ferrier to provide a better type
828 mapping from XPath to python
829
830Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
831
832 * runtest.c: applied patch from Boz for VMS and reporting
833 Schemas errors.
834
835Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
836
837 * testapi.c: applied patch from Felipe Contreras when compiling
838 with --with-minimum
839
840Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
841
842 * tree.c include/libxml/tree.h: Fixed a bug in
843 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
844 very first given node had an attribute node :-( This was due
845 to a missed check in the traversal mechanism.
846 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
847 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
848 reusal; so the map-items don't need to be created for every
849 cloning/adoption. Added a callback function to it for
850 retrieval of xmlNsPtr to be set on node->ns; this is needed
851 for my custom handling of ns-references in my DOM wrapper.
852 Substituted code which created the XML namespace decl on
853 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
854 those nastly "warnigns" from the docs of the clone/adopt
855 functions; they work fine on my side.
856
857Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
858
859 * result/pattern/namespaces: Adjusted the result of a
860 regression test, since the fix of xmlGetNodePath() revealed a
861 bug in this test result.
862
863Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
864
865 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
866
867Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
868
869 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
870 for elements in the default namespace, rather than generating
871 an unprefixed named node test and loosing the namespace
872 information.
873
874Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
875
876 * include/libxml/parser.h: Clarified in the docs that the tree
877 must not be tried to be modified if using the parser flag
878 XML_PARSE_COMPACT as suggested by Stefan Behnel
879 (#344390).
880
881Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
882
883 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
884
885Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
886
887 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
888 when the expression was not valid and @comp was NULL and I
889 tried to do the d-o-s rewrite.
890
891Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
892
893 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
894
895Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
896
897 * xpath.c: Enabled the compound traversal again; I added a
898 check to use this only if the have an expression starting
899 with the document node; so in the case of "//foo", we
900 already know at compilation-time, that there will be only
901 1 initial context node. Added the rewrite also to
902 xmlXPathEvalExpr().
903
904Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
905
906 * xinclude.c: fix bug #343968, include='text' can't lead to a
907 recursion.
908
909Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
910
911 * xpath.c: Disabled the compound traversal for the release;
912 I need first to assure that this is done only if we have
913 1 initial node.
914
915Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
916
917 * xpath.c: fixed memory leak in xpath error reporting
918
919Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
920
921 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
922
923Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
924
925 * xpath.c include/libxml/xpath.h runsuite.c:
926 Changed the name of the recently added public function
927 xmlXPathContextSetObjectCache() to
928 xmlXPathContextSetCache(); so a more generic one, in
929 case we decide to cache more things than only XPath
930 objects.
931
932Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
933
934 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
935 xmlXPathNodeCollectAndTestNth() to evaluate a compound
936 traversal of 2 axes when we have a "//foo" expression.
937 This is done with a rewrite of the XPath AST in
938 xmlXPathRewriteDOSExpression(); I added an additional field
939 to xmlXPathStepOp for this (but the field's name should be
940 changed). The mechanism: the embracing descendant-or-self
941 axis traversal (also optimized to return only nodes which
942 can hold elements), will produce context nodes for the
943 inner traversal of the child axis. This way we avoid a full
944 node-collecting traversal of the descendant-or-self axis.
945 Some tests indicate that this can reduce execution time of
946 "//foo" to 50%. Together with the XPath object cache this
947 all significantly speeds up libxslt.
948
949Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
950
951 * xmlschemas.c: A warning will now be reported in the value of
952 the XSD attribute 'schemaLocation' does not consist of tuples
953 (namespace-name, document-URI). A warning will be reported
954 if a schema document could not be found at the specified
955 location (via 'schemaLocation' or
956 'noNamespaceSchemaLocation').
957 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
958 xmlParserErrors.
959
960Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
961
962 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
963 recreation (if possible) of the node-set which is used to
964 collect the nodes in the current axis for the currect context
965 node. Especially for "//foo" this will decrease dramatically
966 the number of created node-sets, since for each node in the
967 result node-set of the evaluation of descendant-or-self::node()
968 a new temporary node-set was created. Added node iterator
969 xmlXPathNextChildElement() as a tiny optimization for
970 child::foo.
971
972Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
973
974 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
975 It sits on an xmlXPathContext and need to be explicitely
976 activated (or deactivated again) with
977 xmlXPathContextSetObjectCache(). The cache consists of 5
978 lists for node-set, string, number, boolean and misc XPath
979 objects. Internally the xpath.c module will use object-
980 deposition and -acquisition functions which will try to reuse
981 as many XPath objects as possible, and fallback to normal
982 free/create behaviour if no cache is available or if the cache
983 is full.
984 * runsuite.c: Adjusted to deactivate the cache for XML Schema
985 tests if a cache-creation is turned on by default for the whole
986 library, e.g. for testing purposes of the cache. It is
987 deactivated here in order to avoid confusion of the memory leak
988 detection in runsuite.c.
989
990Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
991
992 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
993 seems we really need to walk the whole list, since those
994 nastly namespace nodes need to be added with
995 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
996 A flag on the node-set indicating if namespace nodes are in
997 the set would help here; this is the 3rd flag which would
998 be usefull with node-sets. The current flags I have in mind:
999 1) Is a node-set already sorted?
1000 This would allow for rebust and optimizable sorting
1001 behaviour.
1002 2) Of what type are the nodes in the set (or of mixed type)?
1003 This would allow for faster merging of node-sets.
1004 3) Are namespace nodes in the set?
1005 This would allow to skipp all the namespace node specific
1006 special handling. Faster node-set merging if the first
1007 set is empty; just memcpy the set.
1008
1009Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1010
1011 * xpath.c: Optimization of count(): eliminated sorting
1012 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1013 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1014 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1015
1016Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1017
1018 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1019 with colons in name and no namespace.
1020
1021Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1022
1023 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1024 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1025 xmlXPathCmpNodesExt(). Added additional checks in various code
1026 parts to avoid calling sorting or merging functions if the
1027 node-set(s) don't need them; i.e., if they are empty or contain
1028 just one node.
1029
1030Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1031
1032 * xpath.c: Optimized the comparison for non-element nodes
1033 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1034 of node-sets. This enhancement is related to bug #165547.
1035 There are other places where the old comparison function
1036 xmlXPathCmpNodes() is still called, but I currently don't
1037 know exactly what those calls are for; thus if they can be
1038 substituted (if it makes sense) for the new function.
1039
1040Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1041
1042 * xpath.c: Applied patch from Rob Richards, fixing a potential
1043 memory leak in xmlXPathTryStreamCompile(), when a list of
1044 namespaces was assigned to the XPath compilation context;
1045 here a new namespace list was created and passed to
1046 xmlPatterncompile(); but this list was not freed afterwards.
1047 Additionally we avoid now in xmlXPathTryStreamCompile() to
1048 compile the expression, if it has a colon - indicating
1049 prefixed name tests - and no namespace list was given. The
1050 streaming XPath mechanism needs a namespace list at
1051 compilation time (unlike normal XPath, where we can bind
1052 namespace names to prefixes at execution time).
1053 * pattern.c: Enhanced to use a string dict for local-names,
1054 ns-prefixes and and namespace-names.
1055 Fixed xmlStreamPushInternal() not to use string-pointer
1056 comparison if a dict is available; this won't work, since
1057 one does not know it the given strings originate from the
1058 same dict - and they normally don't do, since e.g.
1059 namespaces are hold on xmlNs->href. I think this would be
1060 worth an investigation: if we can add a @doc field to xmlNs
1061 and put the @href in to a additionan namespace dict hold
1062 in xmlDoc. Daniel will surely not like this idea :-) But
1063 evaluation of tons of elements/attributes in namespaces
1064 with xmlStrEqual() isn't the way we should go forever.
1065
1066Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1067
1068 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1069 The code expected a node (xmlNodePtr) on the info for a
1070 non-existent default attribute, which clearly cannot be
1071 expected, since the attribute does not exist. I can only
1072 guess that this sneaked trying to eliminate the query
1073 for the owner-element, which is unavoidable actually.
1074 Note that creation of default attributes won't have an
1075 effect if validating via SAX/XMLReader; i.e., the processor
1076 won't fire additional start-attribute events (I'm not even
1077 sure if Libxml2 has such a SAX-event; I think it hands them
1078 all over in the start-element event).
1079
1080Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1081
1082 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1083 In xmlSchemaBuildContentModelForSubstGroup(),
1084 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1085 xmlAutomataNewTransition2() to mimic a xs:choice for
1086 substitution-groups.
1087 * test/schemas/subst-group-1_1.xsd
1088 test/schemas/subst-group-1_0.xml
1089 result/schemas/subst-group-1_0_1
1090 result/schemas/subst-group-1_0_1.err: Added regression test
1091 supplied by Michael Romer for bug #341150.
1092
1093Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1094
1095 * relaxng.c: Fixed compilation error with patch supplied by
1096 Graham Bennett.
1097
1098Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1099
1100 * xmlschemas.c: We'll raise an internal error and stop
1101 validation now when an entity is found in the instance
1102 document, since we don't support automatic entity
1103 substitution by the schema processor (yet?) -
1104 see bug #340316, reported by Nick Wellnhofer.
1105
1106Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1107
1108 * configure.in: applied another Python detection patch from Joseph Sacco
1109 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1110 too
1111
1112Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1113
1114 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1115 patch from Kjartan Maraas, fixing #340404
1116
1117Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1118
1119 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1120 input buffer
1121
1122Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1123
1124 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1125 paths at the last moment
1126 * relaxng.c testapi.c tree.c: fix some comments
1127
1128Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1129
1130 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1131 file paths on Windows
1132
1133Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1134
1135 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1136
1137Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1138
1139 * tree.c: fix compilation without tree
1140
1141Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1142
1143 * xmllint.c: applied patch from Gary Coady to really make sure
1144 xmllint --nonet would not reach the network, should fix #337483.
1145
1146Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1147
1148 * configure.in: applied patch from Joseph Sacco changing slightly
1149 the python detection scheme should fix bug #338526
1150
1151Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1152
1153 * parser.c: fix the error message for invalid code point in content
1154 c.f. bug #339311
1155
1156Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1157
1158 * xmlschemas.c test/schemas/restriction-enum-1*
1159 result/schemas/restriction-enum-1*: Fixed incorrect
1160 validation of restricted enumerations. Added related
1161 regression tests.
1162
1163Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1164
1165 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1166 in case of errors, should fix bug #338303
1167
1168Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1169
1170 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1171 in case of errors, should fix bug #338306
1172
1173Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1174
1175 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1176 applied man page improvements from Daniel Leidert
1177
1178Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1179
1180 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1181 fixing #336163 and #336164
1182
1183Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1184
1185 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1186
1187Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1188
1189 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1190 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1191 patches from Aivars Kalvans to make unicode tables const, fixes
1192 bug #336096, this also updates to Unicode 4.01 final with a couple
1193 of character ranges fixes.
1194
1195Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1196
1197 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1198 #335603 and resync'ed genChRanges.py to the expected output.
1199
1200Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1201
1202 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1203 #316338 and adding a couple of optimizations in the regexp
1204 compilation engine.
1205 * test/regexp/bug316338 result/regexp/bug316338: added regression
1206 tests based on the examples provided in the bug report.
1207
1208Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1209
1210 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1211 warning raised by gcc-4.1 and latests changes
1212
1213Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1214
1215 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1216 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1217 pass on coverity reports.
1218
1219Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1220
1221 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1222 on coverity reports.
1223
1224Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1225
1226 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1227 python/libxml.c: more cleanups based on coverity reports.
1228
1229Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1230
1231 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1232 of small cleanups based on coverity reports.
1233
1234Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1235
1236 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1237
1238Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1239
1240 * xml2-config.in: fix Red Hat bug #184170
1241
1242Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1243
1244 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1245 "strict" lookup for namespaces based on a prefix. Fixed a
1246 namespace processing issue in the clone-node function, which
1247 occured if a @ctxt argument was given.
1248
1249Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1250
1251 * valid.c: fix HTML attribute ID checking for input element.
1252 Maintain current attribute "name" behavior for now.
1253
1254Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1255
1256 * tree.c: Bundled lookup of attr-nodes and retrieving their
1257 values into the functions xmlGetPropNodeInternal() and
1258 xmlGetPropNodeValueInternal(). Changed relevant code
1259 to use those functions.
1260
1261Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1262
1263 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1264
1265Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1266
1267 * python/libxml2.py: remove a tab, as pointed out on IRC
1268
1269Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1270
1271 * tree.c: Fix the add sibling functions when passing attributes.
1272 Modify testing for ID in xmlSetProp.
1273 No longer remove IDness when unlinking or replacing an attribute.
1274
1275Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1276
1277 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1278 if /etc/xml/catalog doesn't exist.
1279
1280Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1281
1282 * doc//*: updated the Ruby bindings links, and regenerated the
1283 docs.
1284
1285Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1286
1287 * catalog.c: improve catalog debugging message patch from Rick Jones
1288
1289Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1290
1291 * python/types.c: Nic Ferrier found debug statement left in the
1292 XPath conversion code
1293
1294Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1295
1296 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1297 Daniel Leidert
1298
1299Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1300
1301 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1302 The constructor needs a bucket to be assigned during component
1303 fixup.
1304
1305Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1306
1307 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1308 the empty string (reported by Bas Driessen on the mailing-list).
1309 Fixed schema XSI-acquisition and construction: the schemata
1310 (xmlSchema) didn't get the targetNamespace in some cases, thus
1311 the component resolution mechanism failed to work. The XSI
1312 stuff needs to be tested more intensively; think about how
1313 to test this for regression.
1314
1315Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1316
1317 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1318 Daniel Leidert
1319
1320Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1321
1322 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1323 Leidert, c.f. #331290
1324
1325Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1326
1327 * xmllint.c: fix an error report when using --path and --valid
1328 closes bug #331290
1329
1330Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1331
1332 * relaxng.c: trying to fix #331062, this is again a problem
1333 around interleave, there is no good fix unless reimplementing
1334 but this works around some cases and allow to validate in that
1335 case.
1336
1337Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1338
1339 * tree.c: Fixed bug #328896 reported by Liron. The path
1340 for text- and CDATA-section-nodes was computed incorrectly
1341 in xmlGetNodePath().
1342
1343Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1344
1345 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1346 and more thorough tests on atoms comparisons.
1347
1348Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1349
1350 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1351 Borland C++ 6
1352
1353Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1354
1355 * parser.c: bill pointed out a missing block in xmlParseComment
1356 trying to fill with a normal processing of the given character.
1357
1358Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1359
1360 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1361 * test/badcomment.xml result//badcomment.xml*: added to the regression
1362 suite.
1363
1364Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1365
1366 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1367 the header file.
1368
1369Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1370
1371 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1372 the API. It will be used to reflect DOM's Node.cloneNode and
1373 Document.importNode methods.
1374 The pros: 1) non-recursive, 2) optimized ns-lookup
1375 (mostly pointer comparison), 3) user defined ns-lookup,
1376 4) save ns-processing. The function is in an unfinished
1377 and experimental state and should be only used to test it.
1378
1379Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1380
1381 * uri.c: applied patch from Rob Richards fixing the URI regressions
1382 tests on Windows which seems to indicate bad escaping.
1383
1384Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1385
1386 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1387 the previous addition of the removal of redundant ns-decls.
1388
1389Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1390
1391 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1392 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1393 was given. Note that I haven't moved this option to the
1394 header file yet; so just call this function with an @option
1395 of 1 to test the behaviour.
1396
1397Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1398
1399 * tapi.c win32/Makefile.*: Added changed as proposed on
1400 the mailing list by venkat naidu in order to compile
1401 testapi.c on windows.
1402
1403Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1404
1405 * configure.in xml2-config.in: trying to fix windows/configure
1406 issues reported by Tim Van Holder
1407
1408Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1409
1410 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1411 when operating on an HTML document.
1412
1413Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1414
1415 * relaxng.c include/libxml/relaxng.h: Added
1416 xmlRelaxNGSetParserStructuredErrors() to the API.
1417
1418Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1419
1420 * parser.c: reverted first patches for #319279 which led to #326295
1421 and fixed the problem in xmlParseChunk() instead
1422 * test/ent11 result//ent11*: added test for #326295 to the regression
1423 suite
1424
1425Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1426
1427 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1428 regenerated the docs, preparing for release of 2.6.23
1429 * pattern.c xmlschemas.c: fixed some comments
1430
1431Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1432
1433 * test/XPath/docs/nodes test/XPath/tests/nodespat
1434 result/XPath/tests/nodespat: Added regression tests for
1435 the latest XPath/pattern fixes.
1436
1437Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1438
1439 * pattern.c: Another fix to handle "foo//.": "foo" was not
1440 included in the resulting node-set.
1441
1442Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1443
1444 * pattern.c xpath.c include/libxml/pattern.h:
1445 Fixed bug #322928, reported by Erich Schubert: The bug was
1446 in pattern.c, which is used for a tiny subset of xpath
1447 expression which can be evaluated in an optimized way.
1448 The doc-node was never considered when evaluating "//"
1449 expressions. Additionally, we fixed resolution
1450 to nodes of any type in pattern.c; i.e. a "//." didn't work
1451 yet, as it did select only element-nodes. Due to this
1452 issue the pushing of nodes in xpath.c needed to be adjusted
1453 as well.
1454
1455Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1456
1457 * parser.c: tiny refactoring patch from Bjorn Reese
1458
1459Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1460
1461 * SAX2.c: fix bug #324432 with <xml:foo/>
1462 * test/ns7 resul//ns7*: added to the regression tests
1463
1464Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1465
1466 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1467 MinGW compilation problem, should close bug #324943
1468
1469Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1470
1471 * xmlschemas.c: Removed last dependency on the obsolete enum
1472 xmlSchemaValidError.
1473
1474Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1475
1476 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1477 and doc build fixes from Michael Day
1478
1479Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1480
1481 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1482 Sreeni Nair.
1483
1484Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1485
1486 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1487 a child of an element (fix by Oleksandr Kononenko).
1488 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1489
1490Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1491
1492 * xmlschemas.c xmlstring.c: Fixed a segfault during
1493 text concatenation when validating a node tree:
1494 xmlStrncat was called with a @len of -1; but unlike
1495 xmlStrncatNew, it does not calculate the length
1496 automatically in such a case (reported by Judy Hay
1497 on the mailing list).
1498 Updated the descriptions of the involved string
1499 functions to note this.
1500
1501Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1502
1503 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1504 http resources.
1505
1506Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1507
1508 * win32/configure.js: Added enable/disable of runtime
1509 debugging (LIBXML_DEBUG_RUNTIME).
1510
1511Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1512
1513 * include/libxml/xmlversion.h.in: Fixed to define
1514 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1515
1516Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1517
1518 * test/schemas/bug321475* result/schemas/bug321475*:
1519 Added regression test for bug #321475 (reported by
1520 Gabor Nagy). Fixing of bug #323510 seemed to have
1521 fixed this bug as well.
1522
1523Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1524
1525 * test/schemas/bug323510* result/schemas/bug323510*:
1526 Added regression test for bug #323510.
1527
1528Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1529
1530 * xmlschemas.c: Workaround for bug #323510 (reported by
1531 Jonathan Filiatrault): substituted the epsilon transition
1532 for a labelled transition, in order to avoid a bug in
1533 xmlregexp.c which eliminated the epsilon transition and
1534 marked the initial state as final.
1535
1536Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
1537
1538 * xmlreader.c: Gary Coady pointed a memory leak in
1539 xmlTextReaderReadInnerXml() applied patch fixing #323864
1540
1541Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1542
1543 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
1544 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
1545 of warnings shown by HP-UX compiler and reported by Rick Jones
1546
1547Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1548
1549 * xmlwriter.c: Insert space between pubid and sysid when both
1550 passed to xmlTextWriterStartDTD and indenting not being used.
1551 Remove no longer used Mem callbacks.
1552
1553Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1554
1555 * runsuite.c: Changed to instantly mark instance-tests as
1556 failed if the corresponding schema was invalid. This
1557 reflects the side of the Python code for the XML Schema test
1558 suite. We now get the same number of failed tests on both
1559 sides.
1560
1561Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1562
1563 * xmlreader.c include/libxml/xmlreader.h: Added
1564 xmlTextReaderSchemaValidateCtxt() to the API.
1565
1566Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1567
1568 * xmlschemas.c: Fixed a segfault: the instance document was
1569 still tried to be validated, if the schema, dynamically
1570 acquired using XSI was invalid, thus mangled. The
1571 validation will stop (or rather won't validate) now in
1572 such a case. The schema parser error code will be set
1573 on the validion context now; this is somehow not nice,
1574 but it assures that the validation context indicates an
1575 error in there was a parser error.
1576
1577Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
1578
1579 * xmlreader.c: small doc patch from Aron Stansvik
1580 * legacy.c: another doc patch for a deprecated API
1581
1582Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1583
1584 * Makefile.am: Tiny change for 'make tests': raised
1585 the number of expected failures for James Clark's
1586 XML Schema datatype tests from 10 to 11. The additional
1587 reported error was agreed to be correct long time ago,
1588 but we missed to adjust the message reported by
1589 the testing script.
1590
1591Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1592
1593 * result/schemas/decimal* result/schemas/bug322411*:
1594 Added missing regression test results for the latest IDC
1595 and xs:decimal bugs.
1596
1597Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1598
1599 * test/schemas/decimal* test/schemas/bug322411*: Added
1600 regression tests for the latest IDC and xs:decimal bugs.
1601
1602Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1603
1604 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
1605 parent's list of duplicates was filled with NULLs instead
1606 of the nodes under certain conditions. This lead to a
1607 segfault when the list's entries were accessed.
1608
1609Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1610
1611 * xmlschemastypes.c: Fixed parsing of xs:decimal to
1612 allow/deny special lexical forms. Fixed the totalDigits
1613 for values in the range (x < 1) && (x > -1) && (x != 0);
1614 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
1615 Adjusted the comparison function for decimals due to this
1616 change. As a side effect comparison against zeroes was
1617 optimized.
1618
1619Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1620
1621 * xmlschemas.c: An assignment to a local variable, which was
1622 used to access the IDC node list, was missing after the
1623 reallocation of the list (reported by Fabrice GUY
1624 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
1625 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
1626 it is used to force bubbling of IDC node tables even
1627 if not necessary; this was intended to be used for test
1628 purposes, but I obviously missed to disable it (although
1629 it apparently helped finding the bug).
1630
1631Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1632
1633 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
1634 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
1635 this caused XSI-driven-dynamic schema acquisition to fail
1636 with @noNamespaceSchemaLocation (reported by Julien Lamy
1637 on the mailing list).
1638
1639Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1640
1641 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
1642 which caused the search for components to stop at the
1643 first encountered attribute group component.
1644 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
1645 designation of a not-found component was not reported.
1646
1647Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1648
1649 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
1650 in the date and time code raised on IRIX 6.5
1651
1652Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1653
1654 * xmlschemas.c include/libxml/xmlschemas.h:
1655 Added xmlSchemaSetParserStructuredErrors() to the API.
1656 Fixed channeling of error relevant information to
1657 subsequent parser/validation contexts.
1658
1659Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
1660
1661 * parserInternals.c: removed unreachable code pointed out by
1662 Oleksandr Kononenko, fixes bug #321695
1663
1664Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
1665
1666 * parser.c: use ctxt->standalone = -2 to indicate that the
1667 XMLDecl was parsed but no standalone attribute was found,
1668 suggested by Michael Day to detect if an XMLDecl was found.
1669
1670Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
1671
1672 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
1673 were not properly reported.
1674
1675Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
1676
1677 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
1678 which is not needed.
1679
1680Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1681
1682 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
1683 to use xmlSchemaGetCanonValueWhtspExt() in order to
1684 correctly report values for xs:anySimpleType.
1685 * test/schemas/idc-keyref-err1*
1686 result/schemas/idc-keyref-err1*: Added a test for this change.
1687
1688Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
1689
1690 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
1691 Return error condition not len if xmlwriter fails writing to buffer.
1692
1693Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
1694
1695 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
1696 applied patch from Geert Jansen to implement the save function to
1697 a xmlBuffer, and a bit of cleanup.
1698
1699Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1700
1701 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
1702 totalDigits value to be positiveInteger.
1703 Fixed crash in an error report function when we gave it
1704 the document node; only element and attribute nodes are
1705 processed now (reported by Rob Richards).
1706
1707Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
1708
1709 * xmlregexp.c: fix bug #319897, problem with counted atoms
1710 when the transition itself is counted too
1711 * result/regexp/hard test/regexp/hard: augmented the regression
1712 tests with the problem exposed.
1713
1714Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
1715
1716 * win32/Makefile.mingw include/win32config.h: applied patch from
1717 Mark Junker to fix compilation with MinGW
1718
1719Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
1720
1721 * libxml.3: tiny fix from Albert Chin
1722 * runsuite.c runtest.c testapi.c: portability cleanup for arch
1723 needing trio for *printf
1724
1725Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1726
1727 * tree.c: add additional checks to prevent tree corruption. fix problem
1728 copying attribute using xmlDocCopyNode from one document to another.
1729
1730Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
1731
1732 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
1733 cleanup from Albert Chin
1734 * doc/Makefile.am: html/index.sgml doesn't exist anymore
1735
1736Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
1737
1738 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
1739 HP-UX and AIX
1740
1741Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
1742
1743 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
1744 module portability
1745
1746Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
1747
1748 * error.c: fixing a portability problem on some old Unices with
1749 patch from Albert Chin
1750
17512005-10-27 Aleksey Sanin <aleksey@aleksey.com>
1752
1753 * c14n.c result/c14n/exc-without-comments/test-2
1754 test/c14n/exc-without-comments/test-2.xml
1755 test/c14n/exc-without-comments/test-2.xpath: fixing
1756 bug in exc-c14n namespace visibility + test case (bug #319367)
1757
1758Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
1759
1760 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
1761
1762Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
1763
1764 * valid.c xmlregexp.c include/libxml/valid.h
1765 include/libxml/xmlregexp.h: avoid function parameters names 'list'
1766 as this seems to give troubles with VC6 and stl as reported by
1767 Samuel Diaz Garcia.
1768
1769Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
1770
1771 * parserInternals.c: fix a problem in some error case on Solaris
1772 when passed a NULL filename, pointed by Albert Chin.
1773
1774Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
1775
1776 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
1777 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
1778 to the regression suite
1779
1780Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
1781
1782 * HTMLparser.c: typo fix from Michael Day
1783
1784Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1785
1786 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
1787 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
1788
1789Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
1790
1791 * parser.c: fixed second spot where CRLF split between chunks
1792 could cause trouble (bug #319279)
1793 * gentest.py, testapi.c: fixed two problems involved with
1794 --with-minimum compilation (compilation errors with schematron
1795 and formal expressions tests)
1796
1797Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1798
1799 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
1800
1801Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
1802
1803 * xmlregexp.c: commiting a some fixes and debug done yesterday in
1804 the London airport.
1805
1806Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1807
1808 * xmlschemas.c: Removed creation of a temporary parser context
1809 during validation when processing xsi:type; this previously
1810 added a string to the dict of the schema - to assure thread
1811 safety, we don't want to modify a given schema during
1812 validation.
1813
1814Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
1815
1816 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
1817 misuse of vsnprintf
1818 * configure.in, config.h.in: added a configuration check for
1819 va_copy and added a define for VA_COPY for xmlwriter.c fix
1820 * parser.c: fixed problem with CRLF split between chunks (bug
1821 #319279) (fix provided by Brion Vibber)
1822
1823Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1824
1825 * xmlschemas.c: Fixed a potential memory leak in
1826 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
1827 Fixed setting of ctxt->err to the given error code in
1828 the parsing error functions.
1829 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
1830 starting point for IDC XPath compilation; this and some other
1831 tiny changes fixes issues regarding whitespace in the
1832 expressions and IDC selector/field relevant restrictions of
1833 the subset of XPath. Fixed a missing blocking of attributes
1834 in xmlStreamPushInternal().
1835
1836Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
1837
1838 * runtest.c: removed the error message
1839 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
1840 documentation
1841 * include/libxml/schemasInternals.h: changed warning about API stability
1842 * xmlregexp.c: trying to improve runtime execution of non-deterministic
1843 regexps and automata. Not fully finished but should be way better.
1844
1845Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1846
1847 * xmlschemas.c: Fixed a memory leak in
1848 xmlSchemaContentModelDump(). Added output of local types
1849 in xmlSchemaElementDump(). Tiny cosmetical changes to the
1850 dump output.
1851
1852Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1853
1854 * tree.c pattern.c: Silenced intel compiler warnings (reported
1855 by Kjartan Maraas, bug #318517).
1856 * xmlschemas.c: The above changes in pattern.c revealed an
1857 inconsistency wrt IDCs: we now _only_ pop XPath states, if
1858 we really pushed them beforehand; this was previously not
1859 checked for the case when we discover an element node to be
1860 invalid wrt the content model.
1861 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
1862
1863Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1864
1865 * result/schemas/*.err: Adapted regression test results.
1866
1867Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1868
1869 * xmlschemas.c: Fixed some identity-constraint issues:
1870 Restructured IDC node-tables
1871 Allowed IDCs to resolve also to nodes of complex type with
1872 simple content.
1873 Added check for keyrefs with references to keyrefs.
1874 IDC target-nodes were interferring with IDC node-tables,
1875 since they used one list of entries only. I separated this
1876 one big list into 3 lists: 1 for IDC node-table entries,
1877 1 for _duplicates_ of IDC node-table entries and 1 for
1878 IDC target-nodes. More code, but cleaner and it works at last.
1879 Keyrefs will fail to resolve to duplicate key/unique entries.
1880 I thought this was already working this way, but it didn't.
1881 The wording of the definition for [node table] in the spec
1882 can lead to a scenario, where keyrefs resolve perfectly, even
1883 if the relevant key-sequences of the referenced key/unique have
1884 duplicates in the subtree. Currently only Saxon 8.5.1 is
1885 dissallowing resolution to duplicate entries correctly - we
1886 will follow Saxon here.
1887 Removed some intel compiler warnings (reported by
1888 Kjartan Maraas, bug #318517).
1889 * pattern.c: Fixed an IDC-XPath problem when resolving to
1890 attributes.
1891
1892Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
1893 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
1894 to use getaddrinfo() if supported in Windows build (bug# 317431).
1895
1896Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1897
1898 * result/schemas/*: Adapted regression test results.
1899
1900Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1901
1902 * xmlschemas.c include/libxml/schemasInternals.h
1903 include/libxml/xmlerror.h: Initial implementation for
1904 redefinitions; this still misses checks for restrictions
1905 of the content model of complex types.
1906 Fixed default/fixed values for attributes (looks like they
1907 did not work in the last releases).
1908 Completed constraints for attribute uses.
1909 Seperated attribute derivation from attribute constraints.
1910 Completed constraints for attribute group definitions.
1911 Disallowing <import>s of schemas in no target namespace if the
1912 importing schema is a chameleon schema. This contradicts
1913 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
1914 W3C XML Schema WG, thinks it is correct to dissalow such
1915 imports.
1916 Added cos-all-limited constraints.
1917 Restructured reference resolution to model groups and element
1918 declarations.
1919 Misc cleanup.
1920
1921Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
1922
1923 * schematron.c xmlregexp.c: remove warnings under Windows.
1924
1925Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
1926
1927 * parser.c: applied patch from Massimo Morara fixing bug #317447
1928 about risk of invalid write in xmlStringLenDecodeEntities
1929
1930Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
1931
1932 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
1933
1934Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
1935
1936 * xmlregexp.c: seems a test to avoid duplicate transition is
1937 really needed at all times. Luka Por gave an example hitting
1938 this. Changed back the internal API.
1939
1940Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
1941
1942 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
1943
1944Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
1945
1946 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
1947
1948Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
1949
1950 * xmlregexp.c: detect combinatory explosion and return with
1951 a runtime error in those case, c.f. #316338 though maybe we
1952 should not see such an explosion with that specific regexp,
1953 more checking needs to be done.
1954
1955Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1956
1957 * include/libxml/schemasInternals.h: Added some comments for the
1958 struct fields.
1959
1960Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
1961
1962 * uri.c: fixed problem when xmlBuildRelativeURI was given a
1963 blank path (bug 316224)
1964
1965Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
1966
1967 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
1968 rebuild.
1969 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
1970 xmlSaveOption
1971 * xmlschemas.c: minor cleanups
1972
1973Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1974
1975 * test/schemas/import1_0.xsd: And adapting another one.
1976
1977Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1978
1979 * result/schemas/derivation-ok-extension_0_0: Adapted result.
1980
1981Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1982
1983 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
1984 result/schemas/changelog093_1_0.err
1985 result/schemas/derivation-ok-extension_0_0.err
1986 result/schemas/import1_0_0.err
1987 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
1988 Adapted regression results.
1989
1990Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1991
1992 * xmlschemas.c include/libxml/schemasInternals.h
1993 include/libxml/xmlerror.h: Completion of the schema graph.
1994 Centralisation, more robustness of the schema document
1995 aquisition story. Centralised and restructured component fixup.
1996 Fixed attribute derivation when 'prohibiting' attribute uses.
1997 Added warnings: when schema documents cannot be localized
1998 during imports; when we get duplicate and pointless attribute
1999 prohibitions. Changed error reports for IDCs to report
2000 the relevant IDC designation as well (requested by GUY Fabrice).
2001 Misc code-cleanup.
2002
2003Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2004
2005 * xmlsave.c: applied second patch from David Madore to be less intrusive
2006 when handling scripts and style elements in XHTML1 should fix #316041
2007 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2008
2009Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2010
2011 * libxml.spec.in doc/devhelp/*: finished the integration with
2012 devhelp, completing the index and inserted into the gtk-doc
2013 database at "make install" stage
2014
2015Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2016
2017 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2018 and use option from xmlSaveCtxtPtr rather than global during output.
2019 * xmlsave.c: fix some output formatting for meta element under XHTML.
2020
2021Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2022
2023 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2024 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2025 * doc/Makefile.am: build devhelp before the examples.
2026 * doc/*: regenerated the API
2027
2028Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2029
2030 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2031 given a document pointer instead of an element
2032
2033Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2034
2035 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2036 should be complete with navigation, what is left done is glueing
2037
2038Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2039
2040 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2041 doc/devhelp/*: started work needed to generate devhelp content,
2042 not too hard based on the existing format and extractor.
2043
2044Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2045
2046 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2047
2048Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2049
2050 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2051
2052Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2053
2054 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2055 when handled a namespace node.
2056
2057Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2058
2059 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2060 releasing 2.6.21
2061 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2062 * threads.c include/libxml/threads.h xmllint.c: added the more
2063 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2064
2065Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2066
2067 * configure.in doc/* configure.in: prepare for release
2068 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2069
2070Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2071
2072 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2073 than initially expected as ctxt->error == NULL had behaviour side
2074 effects at the compilation level itself.
2075
2076Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2077
2078 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2079 pattern induced XPath bug #314282
2080 * relaxng.c: reverted back last change it was seriously broken
2081
2082Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2083
2084 * xmlsave.c: check for NULL to prevent crash with meta elements
2085
2086Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2087
2088 * relaxng.c: structured error reporting problem with Relax-NG
2089 should fix #314881 and #314759
2090
2091Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2092
2093 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2094
2095Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2096
2097 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2098 but more generally related to attributes and ID handling, fixes
2099 #314358 among other things
2100
2101Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2102
2103 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2104 first argument.
2105 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2106 based on Andrew W. Nosenko idea.
2107 * doc/* elfgcchack.h: regenerated the API
2108
2109Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2110
2111 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2112 reverting back to AM_PATH_PROG
2113
2114Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2115
2116 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2117 changing the behaviour when text nodes are found in body
2118 * result/HTML/*: this changes the output of some tests
2119
2120Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2121
2122 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2123 c.f. #160598
2124
2125Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2126
2127 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2128 bug #314853
2129
2130Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2131
2132 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2133 to serialization and no longer modify internal tree.
2134
2135Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2136
2137 * libxml.spec.in: the profiling usually don't work, disabled
2138 * doc/*: rebuilt
2139
2140Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2141
2142 * configure.in: trying to fix the first part of #310033 by
2143 detecting gcc <= 3.2
2144
2145Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2146
2147 * error.c: fixed bug #310033, the URI extraction code given a
2148 node is a bit twisted and broke in the last months.
2149
2150Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2151
2152 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2153 fix on test.
2154
2155Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2156
2157 * debugXML.c: change verbosity depending on API
2158 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2159 to previous outputs
2160
2161Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2162
2163 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2164 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2165 added a parser XML_PARSE_COMPACT option to allocate small
2166 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2167 directly within the node, various changes to cope with this.
2168 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2169 slightly change the output
2170
2171Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2172
2173 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2174 instead of $CC = 'gcc' because GCC may have a different name
2175
2176Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2177
2178 * configure.in: changes the way the python binary is found, should
2179 also fix bug #308004
2180
2181Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2182
2183 * parser.c: found another bug while looking at #309616 on missing
2184 entities.
2185 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2186 SAX stream in missing conditions for a few tests
2187
2188Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2189
2190 * encoding.c: applied the patch suggested #309565 which can avoid
2191 looping in error conditions.
2192
2193Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2194
2195 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2196 xmlGetLineNo() c.f. bug #309205
2197
2198Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2199
2200 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2201 the encoding module to the common error reporting mechanism
2202 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2203
2204Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2205
2206 * xpath.c: removed a potentially uninitialized variable error
2207 * python/generator.py: fixed a deprecation warning
2208 * python/tests/tstLastError.py: silent the damn test when Okay !
2209
2210Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2211
2212 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2213 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2214 when configured --without-sax1 and other cleanups fixes bug #172683
2215 * doc/* elfgcchack.h: regenerated
2216
2217Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2218
2219 * parser.c: fixed bug #170489 reported by Jirka Kosek
2220 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2221 result/valid/objednavka*: added the test to the regression suite.
2222
2223Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2224
2225 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2226 for the HTML parser based on the suggestions of bug #169834 by
2227 Paul Loberg
2228
2229Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2230
2231 * elfgcchack.h testapi.c doc/*: regenerated
2232 * schematron.c: fixed a compilation problem
2233 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2234 * result/expr/base: slightly changes the number of Cons.
2235
2236Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2237
2238 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2239 * xmlregexp.c: small cleanup
2240 * include/libxml/schematron.h include/libxml/xmlexports.h
2241 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2242
2243Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2244
2245 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2246 #313982
2247 * result/schemas/bug313982* test/schemas/bug313982*: also added
2248 the test case to the regression suite.
2249
2250Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2251
2252 * testRegexp.c: printed the wrong string
2253
2254Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2255
2256 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2257 xmlExpExpDerive(), added it to the testRegexp command line
2258 tool when providing multiple expressions.
2259
2260Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2261
2262 * Makefile.am result/expr/base test/expr/base: added the first
2263 regression test suite set for the new expression support
2264
2265Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2266
2267 * valid.c: fixed an uninitialized variable
2268 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2269 add the parser, serializer and some debugging
2270 * include/libxml/xmlversion.h.in: made the new support compiled
2271 by default if Schemas is included
2272 * testRegexp.c: cleanup and integration of the first part of the
2273 new code with a special switch
2274 * xmllint.c: show up Expr in --version if compiled in
2275 * include/libxml/tree.h: moved the xmlBuffer definition up
2276
2277Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2278
2279 * xmlschemas.c: Some preparation for the creation of a graph
2280 of imported/included/redefined schemas; this is needed for
2281 at least the redefinitions.
2282 Centralized the creation of the parser context in one function.
2283
2284Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2285
2286 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2287 handling code to have it in CVs from now. Not plugged, and misses
2288 APIs it's not compiled in yet.
2289
2290Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2291
2292 * xmlreader.c: applied another patch from Rob Richards to fix
2293 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2294
2295Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2296
2297 * xmlreader.c: applied patch from Rob Richards to fix
2298 xmlTextReaderGetAttribute behaviour with namespace declarations
2299
2300Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2301
2302 * xmlschemas.c include/libxml/xmlerror.h:
2303 Changed output for keyref-match errors; the target-node will
2304 be now reported rather than the scope-node of the keyref
2305 definition - allowing easier chasing of instance errors.
2306 This was reported by Guy Fabrice to the mailing list.
2307 Some initial parsing code for schema redefinitions.
2308 * result/schemas/bug303566_1_1.err
2309 result/schemas/bug312957_1_0.err: Adapted test results due
2310 to the keyref changes.
2311
2312Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2313
2314 * valid.c: applied patch from Derek Poon fixing bug #310692
2315
2316Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2317
2318 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2319 context type was not always properly initialized.
2320
2321Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2322
2323 * relaxng.c: fixed bug #307377 about validation of choices in
2324 list values.
2325 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2326 added examples to the regression tests, problem is that streaming
2327 version gives slightly more informations.
2328
2329Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2330
2331 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2332
2333Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2334
2335 * result/schemas/any6_1_0*: Added missing test results.
2336
2337Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2338
2339 * xmlregexp.c: fixed a determinism detection problem exposed by
2340 ##other tests commited by Kasimier, also added a small speedup
2341 of determinism detection.
2342 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2343 the results to the regression tests now
2344
2345Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2346
2347 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2348 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2349 Added some more tests for element wildcards.
2350
2351Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2352
2353 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2354 streaming XPath states were not popped in every case,
2355 thus failed to resolve correctly for subsequent input.
2356 * test/schemas/bug312957* result/schemas/bug312957*:
2357 Added the test submitted by Carol Hunter.
2358
2359Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2360
2361 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2362 ##other issues
2363 * result/schemas/any7* test/schemas/any7: completed the tests
2364 and added the results
2365 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2366 result/schemas/any5_1_0.err: this slightly chnages the output
2367 from 3 existing tests
2368
2369Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2370
2371 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2372 Marcus Boerger to remove warnings on Windows.
2373
2374Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2375
2376 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2377 an xmlSaveOption to omit XML declaration
2378
2379Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2380
2381 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2382 patch for HTML UTF-8 serialization
2383 * result/HTML/script2.html: this changed the output of that test
2384
2385Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2386
2387 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2388 of count based transition, when going though the counter must
2389 be reset to 0
2390 * test/schemas/bug310264* result/schemas/bug310264*: added the
2391 regression test.
2392
2393Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2394
2395 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2396 only freeing the first annotation in the list.
2397
2398Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2399
2400 * xmlreader.c: applied patch from Rob Richards fixing
2401 xmlTextReaderGetAttribute
2402
2403Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2404
2405 * HTMLparser.c: fixed an uninitialized memory access spotted by
2406 valgrind
2407
2408Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2409
2410 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2411 installed DTD
2412 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2413 cleanup the Path/URI conversion mess, needed fixing in various
2414 layers and a new API to the uri module which also fixes #306861
2415 * runtest.c: integrated a regression test specific to check the
2416 URI conversions done before calling the I/O handlers.
2417
2418Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2419
2420 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2421
2422Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2423
2424 * win32/configure.js: applied patch from Rob Richards to allow
2425 disabling modules in win32, fixes #304071
2426
2427Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2428
2429 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2430 xmlAttr.parent(), closing #312181
2431
2432Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2433
2434 * schematron.c: report improvement
2435 * test/schematron/zvon* result/schematron/zvon*: more tests
2436
2437Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2438
2439 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2440 Richards to add schematron to the build on Windows
2441 * test/schematron/zvon3* result/schematron/zvon3*: second test
2442 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2443 real second test 10 and 2 are swapped.
2444
2445Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2446
2447 * schematron.c: more bug fixes, improve the error reporting.
2448 * test/schematron/zvon2* result/schematron/zvon2*: second test
2449
2450Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2451
2452 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2453 text error rendering
2454 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2455 started integrating within "make tests"
2456
2457Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2458
2459 * test/schematron/*: a few first tests from Zvon unfortunately
2460 with the old syntax
2461
2462Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2463
2464 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2465 work done on the plane last week-end
2466
2467Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2468
2469 * runtest.c: allows an extra argument to subset the tests
2470 * xmlregexp.c: big speedup for validation, basically avoided
2471 transition creation explosion when removing epsilon transition
2472
2473Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2474
2475 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2476 xmlwriter.c: more cleanups based on sparse reports, added
2477 "make sparse"
2478
2479Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2480
2481 * python/libxml.c: don't output any message on failed resolver lookups,
2482 better done by the python user provided resolver layer.
2483
2484Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2485
2486 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2487 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2488 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2489 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2490 small cleanups based on Linus' sparse check output.
2491
2492Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2493
2494 * include/libxml/Makefile.am: added schematron.h, oops ...
2495
2496Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2497
2498 * xmlschemastypes.c: Added creation of the content type of
2499 xs:anyType. This is needed when trying to extend xs:anyType
2500 (although it makes no sense to extend it; IMHO the schema
2501 people should have ruled this out). This was reported
2502 by Yong Chen to the mailing list.
2503 * xmlschemas.c: Fixed handling of xs:anyType in
2504 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2505 adjustment to an error report output.
2506 * test/schemas/extension2* result/schemas/extension2*:
2507 Added a test case provided by Young Chen.
2508
2509Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2510
2511 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2512 base to be in "relative" form
2513
2514Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2515
2516 * schematron.c xmllint.c: started adding schematron to the xmllint
2517 tool, the report infrastructure is gonna be fun.
2518
2519Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2520
2521 * test/schemas/any6* test/schemas/any7*: Added regression tests
2522 (they fail currently), but did not added results yet.
2523
2524Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2525
2526 * xmlschemas.c: Removed the workaround code in
2527 xmlSchemaValidateElemWildcard() for the <any> wildcard
2528 with namespace == ##other. Support for such wildcards was
2529 implemented by Daniel at the automaton level recently, and
2530 the workaround code iterfered with it.
2531
2532Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
2533
2534 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
2535 signature to pass an int and not an enum since it can generate
2536 ABI compat troubles.
2537 * include/libxml/schematron.h schematron.c: adding the new
2538 schematron code, work in progress lots to be left and needing
2539 testing
2540 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
2541 Makefile.am configure.in: integration of schematron into the
2542 build
2543 * xpath.c include/libxml/xpath.h: adding flags to control compilation
2544 options right now just XML_XPATH_CHECKNS.
2545
2546Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2547
2548 * xmlschemas.c: Removed an "internal error" message from
2549 xmlSchemaBuildAContentModel() when an empty model group
2550 definition is hit.
2551
2552Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2553
2554 * pattern.c: Changed xmlCompileStepPattern() and
2555 xmlCompileAttributeTest() to handle the "xml" prefix without
2556 caring if the XML namespace was supplied by the user.
2557
2558Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2559
2560 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
2561 output the given string arguments correctly.
2562
2563Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
2564
2565 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
2566 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
2567 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
2568 include/libxml/valid.h include/libxml/xmlIO.h
2569 include/libxml/xmlerror.h include/libxml/xmlexports.h
2570 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
2571 to fix problems with calling conventions on Windows this should
2572 fix #309757
2573
2574Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2575
2576 * parser.c: an optimization of the char data inner loop,
2577 can gain up to 10% in pure SAX2 parsing speed
2578 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
2579 a bug in XML Schemas facet comparison #310893
2580
2581Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2582
2583 * xmlregexp.c xmlschemas.c: fixed the error reporting for
2584 not transitions
2585 * result/schemas/any5_0_0* result/schemas/any5_0_2*
2586 result/schemas/any5_1_0*: fixed output
2587
2588Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2589
2590 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
2591 bug #172215 about foreign namespaces by adding support for
2592 negated string transitions. Error messages still need to be
2593 improved.
2594 * test/schemas/any5* result/schemas/any5*: adding regression
2595 tests for this.
2596
2597Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2598
2599 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
2600 on namespaced attributes #310417.
2601
2602Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2603
2604 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
2605 ducplicated
2606
2607Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2608
2609 * xmlschemas.c: fixed xsd:all when used in conjunction with
2610 substitution groups
2611 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
2612 regression tests, strangely missing from NIST/Sun/Microsoft
2613 testsuites
2614
2615Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2616
2617 * xmlschemas.c: fixed bug #307508, a bad automata was built but
2618 this showed as an indeterminist result
2619
2620Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2621
2622 * xmlschemastypes.c: found the last bug raised by NIST tests in
2623 comparing base64 strings, result from runsuite:
2624 ## NIST test suite for Schemas version NIST2004-01-14
2625 Ran 23170 tests (3953 schemata), no errors
2626
2627Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2628
2629 * testRegexp.c: fixed where xmlMemoryDump() should be called.
2630 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
2631 affecting NIST regression tests
2632
2633Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2634
2635 * configure.in: applied a patch from Gerrit P. Haase to add
2636 module support on cygwin
2637
2638Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2639
2640 * HTMLparser.c: fixed a potential buffer overrun error introduced
2641 on last commit to htmlParseScript() c.f. #310229
2642
2643Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
2644
2645 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
2646 return TRUE if a nodeset with a numeric value of NaN is compared
2647 for inequality with any numeric value (bug 309914).
2648
2649Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2650
2651 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
2652 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
2653 to route relaxng and schemas error messages when using the reader
2654 through the structured interface if activated.
2655 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
2656 to test.
2657
2658Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2659
2660 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
2661 Jiri Netolicky
2662 * result/HTML/script2.html* test/HTML/script2.html: added the test
2663 case from the regression suite
2664
2665Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2666
2667 * nanohttp.c: fixed bug #310105 with http_proxy environments with
2668 patch provided by Peter Breitenlohner
2669
2670Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2671
2672 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
2673 * xmllint.c: removed a compilation problem
2674
2675Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2676
2677 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
2678 preparing to make testsuite releases along with code source releases
2679 * gentest.py testapi.c: fixed a couple of problem introduced by
2680 the new Schemas support for Readers
2681 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
2682 but simple way.
2683 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
2684 raised by the doc builder.
2685 * doc/*: made rebuild
2686
2687Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2688
2689 * xmlschemas.c: fixed a bug introduced on last commit
2690
2691Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2692
2693 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
2694 pointed by Jeroen Ruigrok
2695 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
2696 the APIs for xmlReader schemas validation support
2697 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
2698 implementation and testing as xmllint --stream --schema ...
2699
2700Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2701
2702 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
2703
2704Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2705
2706 * parser.c: fix for #309761 from Dylan Shell
2707 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
2708 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
2709 * xmllint.c: couple of fixes plus added descriptions for --sax and
2710 --sax1
2711
2712Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2713
2714 * xmlschemas.c: Added c-props-correct constraint to check
2715 for equal cardinality of keyref/key.
2716 * include/libxml/xmlerror.h: Added an error code.
2717
2718Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2719
2720 * pattern.c: Fixed evaluation of attributes. Actually only
2721 attribute at the first level were evaluated (e.g. "@attr");
2722 expression like "foo/@attr" always failed.
2723
2724Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2725
2726 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
2727 user-provided SAX handler is given.
2728
2729Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2730
2731 * parser.c: fix some potential leaks in error cases.
2732 * xmllint.c: added --sax, to allow testing of --schemas --sax and
2733 various other combinations.
2734 * xmlschemas.c: fix a couple of tiny problems in
2735 xmlSchemaValidateStream()
2736
2737Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2738
2739 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
2740 xmlSchemaValidateStream() internally.
2741
2742Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2743
2744 * test/relaxng/docbook_0.xml: added the missing entity to the
2745 document internal subset to avoid errors if the DocBook catalogs
2746 are not there
2747 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
2748 untested yet
2749
2750Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
2751
2752 * parser.c: fixed problem with free on dupl attribute in
2753 dtd (bug309637).
2754 * test/errors/attr3.xml, result/errors/attr3.*: added
2755 regression test for this
2756
2757Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
2758
2759 * win32/Makefile.msvc: try again to fix file format for Windows
2760
2761Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
2762
2763 * win32/Makefile.msvc: removed spurious ^M
2764 * runtest.c: added check for option O_BINARY
2765 * test/schemas/bug309338*, result/schemas/bug309338*: changed
2766 sticky tag to 'binary'
2767
2768Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
2769
2770 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
2771 in xmlCtxtGenericNodeCheck
2772 * runtest.c: changed "open" calls to include O_BINARY for Windows
2773
2774Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2775
2776 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
2777 in areBlanks which failed.
2778 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
2779 added the input file to the regression tests
2780
2781Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2782
2783 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
2784 Anotolij.
2785 * test/schemas/bug309338* result/schemas/bug309338*:
2786 Added a regression test for the above bug.
2787
2788Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2789
2790 * Makefile.am: first steps toward a testsuite dist
2791 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
2792
2793Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2794
2795 * runsuite.c runtest.c: Tiny portability adjustment for win.
2796 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
2797 be created.
2798
2799Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2800
2801 * runsuite.c: first stb at unimplemnted detection
2802 * runtest.c: fixing Windows code
2803
2804Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2805
2806 * runsuite.c: fix on schemas error
2807 * runtest.c: portability glob() on Windows
2808
2809Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2810
2811 * runsuite.c runtest.c: cleanups, logfile and portability
2812 * xmllint.c: fixed a memory leak
2813
2814Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2815
2816 * parser.c: fixed a bug failing to detect UTF-8 violations in
2817 CData in push mode.
2818 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
2819 to the regressions
2820
2821Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2822
2823 * debugXML.c: added enhancement for #309057 in xmllint shell
2824
2825Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2826
2827 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
2828 bug in push mode
2829 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
2830 regression suite
2831
2832Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2833
2834 * testapi.c tree.c: fixing a leak detected by testapi in
2835 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
2836 seems to pass tests fine now.
2837 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
2838 to push mode
2839 * error.c: remove a warning
2840 * runtest.c xmllint.c: avoid compilation errors if only some parts
2841 of the library are compiled in.
2842
2843Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2844
2845 * gentest.py testapi.c: fix a problem with previous patch to
2846 testapi.c
2847
2848Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2849
2850 * runsuite.c runtest.c tree.c: fixing compilations when
2851 disabling parts of the library at configure time.
2852
2853Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2854
2855 * parserInternals.c: fix bug raised by zamez on IRC
2856 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
2857 * tree.c: added comments missing.
2858 * doc/*: regenerated
2859
2860Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2861
2862 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
2863 assorted bugs
2864 * python/generator.py python/libxml2-python-api.xml: fixed
2865 conditionals in generator too
2866 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
2867 cleanups too and rebuilt
2868
2869Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2870
2871 * xmlIO.c: fixed bug #307503 misplaced #ifdef
2872
2873Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2874
2875 * runsuite.c: expanded test
2876 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
2877
2878Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2879
2880 * runsuite.c: a bit of progresses on xstc
2881
2882Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2883
2884 * runsuite.c: completed the simple checks for Relax-NG suites
2885 back to the same 11 errors as in the Python runs.
2886
2887Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2888
2889 * runtest.c: complete, checking on other platforms is needed
2890 * README: updated
2891 * debugXML.c: fix a bug raised by bill on IRC
2892 * relaxng.c: fix a leak in weird circumstances
2893 * runsuite.c Makefile.am: standalone test tool agaisnt
2894 the regression suites, work in progress
2895
2896Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2897
2898 * runtest.c: adding URI tests
2899
2900Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2901
2902 * runtest.c: adding xml:id
2903
2904Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2905
2906 * runtest.c: finishing XPath, adding XPointer
2907
2908Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2909
2910 * runtest.c: adding more coverage, XInclude and starting XPath
2911
2912Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2913
2914 * tree.c include/libxml/tree.h: Added allocation/deallocation
2915 functions for the DOM-wrapper context.
2916
2917Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2918
2919 * tree.c: Commented the new functions to be experimental.
2920
2921Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2922
2923 * error.c valid.c: working some weird error reporting problem for
2924 DTD validation.
2925 * runtest.c: augmented with DTD validation tests
2926 * result/VC/OneID*: slight change in validation output.
2927
2928Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2929
2930 * runtest.c: added most HTML tests
2931
2932Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2933
2934 * test/namespaces/reconcile/tests.xml
2935 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
2936 for some new DOM-wrapper helping functions.
2937
2938Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2939
2940 * xstc/xstc-to-python.xsl: Cleanup.
2941 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
2942 Removed, those are not needed anymore due to the new test suite.
2943
2944Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2945
2946 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
2947 missing.
2948 * runtest.c: added SAX1/SAX2 checks.
2949
2950Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2951
2952 * tree.c include/libxml/tree.h: Added
2953 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
2954 xmlDOMWrapRemoveNode() to the API. These are functions intended
2955 to be used with DOM-wrappers.
2956
2957Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2958
2959 * runtest.c: continue to increase the tests
2960
2961Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2962
2963 * runtest.c: continue to increase the tests
2964
2965Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
2966
2967 * runtest.c: continue to increase the tests
2968
2969Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2970
2971 * include/libxml/valid.h valid.c: avoid name glob in agruments as
2972 it matches the glob() routine.
2973 * runtest.c Makefile.am: first steps toward a C regression test
2974 framework.
2975
2976Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
2977
2978 * configure.in: fixed a problem with the detection of
2979 ss_family for ipV6, as reported on the mailing list by
2980 Doug Orleans.
2981
2982Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2983
2984 * test/schemas/empty-value* result/schemas/empty-value*:
2985 Added regression tests (from Dhyanesh).
2986
2987Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2988
2989 * xmlschemas.c: Fixed NULL values to be validated as empty
2990 string values (reported by Dhyanesh to the mailing list).
2991 Adjusted text concatenation of mixed content.
2992
2993Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
2994
2995 * tree.c valid.c: applied patch from Rob Richards for removal
2996 of ID (and xml:id)
2997 * xmlreader.c: applied patch from James Wert implementing
2998 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
2999
3000Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3001
3002 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3003 namespace list, appending of element character content.
3004 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3005
3006Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3007
3008 * xmlschemastypes.c: Added missing function descriptions.
3009
3010Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3011
3012 * xmllint.c: if sax1 is used and input is a file use the old
3013 API xmlParseFile()
3014 * xmlschemas.c: cleanups
3015 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3016 for the new functions in Schemas.
3017
3018Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3019
3020 * xmlschemas.c include/libxml/xmlschemas.h: Added
3021 xmlSchemaValidateFile() to the public API. This will use
3022 SAX2-driven validation.
3023
3024Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3025
3026 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3027 Added schema test results (Tom Browder, bug #306806).
3028
3029Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3030
3031 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3032 Added schema tests submitted by Tom Browder (bug #306806).
3033
3034Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3035
3036 * pattern.c: adjusted last change to xmlCompilePathPattern,
3037 fixed one compilation warning
3038
3039Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3040
3041 * pattern.c: Some changes/fixes to the streaming evaluation.
3042 * xmlschemas.c: A bit of support for parsing the schema for
3043 schema. Fixed attribute derivation when the use is
3044 "prohibited" and was "optional". Fixed an attribute construction
3045 bug, a left-over from the time, where <complexContent>,
3046 <extension>, etc. where created as structs.
3047
3048Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3049
3050 * libxml-2.0.pc.in: removed a redundant include path
3051
3052Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3053
3054 * xstc/Makefile.am: Some more adjustments.
3055
3056Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3057
3058 * xstc/Makefile.am: Changed test extraction process, since some
3059 boxes don't know about "tar --strip-path".
3060
3061Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3062
3063 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3064 * result//compare0* test//compare0*: added the regression test in
3065 the suite as this went unnoticed !
3066
3067Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3068
3069 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3070 enhancement for XPath streaming, consolidated with
3071 schemas usage of pattern.c. Added a new enum
3072 xmlPatternFlags.
3073 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3074 enum.
3075 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3076 result/XPath/mixedpat: added regression test for problems
3077 reported in bug306348
3078
3079Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3080
3081 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3082 default namespace if existent.
3083
3084Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3085
3086 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3087 values were not duplicated corrently when creating a computed value
3088 in xmlSchemaValAtomicType.
3089
3090Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3091
3092 * xmlschemas.c result/schemas/include1_0_0.err:
3093 Fixed an attribute fixed/default value constraint error.
3094
3095Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3096
3097 * result/schemas/*: Adapted regression test results.
3098
3099Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3100
3101 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3102 include/libxml/xmlschemastypes.h: Changed the validation process
3103 to be able to work in streaming mode. Some datatype fixes,
3104 especially for list and union types. Due to the changes the
3105 error report output has changed in most cases. Initial migration to
3106 functions usable by both, the parser and the validator. This should
3107 ease a yet-to-come XS construction API in the long term as well.
3108
3109Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3110
3111 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3112 troubles on rollback parsing of elements start #304761
3113 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3114 added it to the regression tests.
3115
3116Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3117
3118 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3119 for xml:space and xml:lang handling with SAX2 api.
3120
3121Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3122
3123 * globals.c: applied patch from Morten Welinder, closing bug #306901
3124 on compiling subsets of the library
3125
3126Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3127
3128 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3129 XS tests to use the new release of tests and test-definitions.
3130
31312005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3132
3133 * c14n.c: fix rendering of attributes when parent node
3134 is not in the node set
3135
31362005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3137
3138 * c14n.c: fixed xml attributes processing bug in exc c14n
3139 * xmllint.c: added --exc-c14n command line option
3140
3141Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3142
3143 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3144 handling of depth/level for cases like union operator
3145 (bug #306348 reported by Bob Stayton). Also enhanced
3146 several comments throughout pattern.c.
3147 * doc/apibuild.py: fixed problem in handling of
3148 'signed' declaration. Rebuilt the docs.
3149
3150Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3151
3152 * xinclude.c: Enhanced handling of xml:base for included
3153 elements, fixing bugs 169209 and 302353.
3154
3155Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3156
3157 * xmlschemas.c: Fixed facet errors to be channelled back for
3158 union type members; facet-validation will stop now on the
3159 first error. Reported by GUY Fabrice to the mailing-list.
3160 * xmlschemastypes.c: Changed to ignore lengh-related facet
3161 validation for QNames and NOTATIONs as proposed by the
3162 schema people.
3163 * test/schemas/union2* result/schemas/union2*: Added
3164 regression tests for union types (by GUY Fabrice).
3165
3166Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3167
3168 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3169 CDATA with NULL content.
3170
3171Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3172
3173 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3174 the timezone to -840 to 840.
3175
3176Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3177
3178 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3179 for "signed int" of the date-time timezone field. Silenced
3180 a warning.
3181
3182Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3183
3184 * tree.c: applied patch for replaceNode from Brent Hendricks
3185
3186Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3187
3188 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3189
3190Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3191
3192 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3193 problem exposed in bug #303640
3194
3195Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3196
3197 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3198 Added regression a test provided by Heiko Oberdiek (bug #303566).
3199
3200Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3201
3202 * pattern.c: Changed the XPath "." to resolve only on the first
3203 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3204 This should not affect pattern-like resolution on every level.
3205
3206Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3207
3208 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3209
3210Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3211
3212 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3213 * doc/apibuild.py: fixed __attribute() parsing problem
3214 * doc/* testapi.c: regenerated the descriptions and docs.
3215
3216Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3217
3218 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3219 to avoid linking with pthread library on non-threaded environments.
3220 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3221 list allocation.
3222
3223Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3224
3225 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3226 attributes were treated as being bound to the default namespace.
3227
3228Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3229
3230 * xmlschemastypes.c: Fixed date-time related validation
3231 (reported by David Crossley, bug #300576).
3232
3233Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3234
3235 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3236 dereferences (reported by Andriy, bug #301074).
3237
3238Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3239
3240 * xpath.c: Added some code to avoid integer overflow for
3241 ceil, floor and round functions (bug 301162)
3242
3243Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3244
3245 * xmlschemas.c: Removed workaround for bug #172215, since it
3246 does more harm in some scenarios. Added some of the
3247 "Particle Restriction OK" constraints - not yet enabled.
3248
3249Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3250
3251 * result/schemas/changelog093*: Added test results.
3252
3253Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3254
3255 * xmlschemas.c: Added output of canonical values in
3256 identity-constraint error messages.
3257 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3258 Added xmlSchemaGetCanonValueWhtsp() to the API.
3259 Further enhancement of the canonical value
3260 conversion.
3261 * test/schemas/changelog093_0.*: Added test with an XSD
3262 submitted by Randy J. Ray.
3263
3264Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3265
3266 * valid.c: Applied Daniel's fix for memory leak in dtd
3267 prefix (bug 300550).
3268 * xpath.c: minor change to comment only
3269
3270Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3271
3272 * xmlmemory.c: added the call to the breakpoint routine
3273 when a monitored block is reallocated or freed
3274
3275Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3276
3277 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3278 about HTTP query string parameter being lost
3279
3280Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3281
3282 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3283 adding namespace removal at the python level #300209
3284 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3285 test
3286
3287Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3288
3289 * xpath.c: fixed several places where memory cleanup was not
3290 properly done after an error was detected (problem was
3291 reported on the mailing list by Pawel Palucha)
3292
3293Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3294
3295 * xmlschemas.c: Added substitution group constraints; changed
3296 the build of the pre-computed substitution groups. Channeled
3297 errors during xsi assembling of schemas to the validation
3298 context. Fixed a big memory leak, which occured when using
3299 IDCs: the precomputed value of attributes was not freed if
3300 the attribute did not resolve to an IDC field (discovered
3301 with the help of Randy J. Ray's schema, posted to the
3302 xmlschema-dev maling list).
3303
3304Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3305
3306 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3307 Added handling substitution groups inside <choice> and <sequence>;
3308 for <all> this is not supported yet. Changed circular checks for
3309 model groups definitions. "memberTypes" are processed at different
3310 levels now: component resolution first, construction later; this
3311 goes hand in hand with a global change to handle component
3312 resolution in a distinct phase. Fixed invalid default values for
3313 elements to mark the schema as invalid; this just resulted in an
3314 error report previously, but the schema was handled as valid.
3315 Separated the assignment of the model groups to referencing
3316 model group definition references (i.e. particles); this was
3317 needed to perform the circularity check for model group definitions.
3318 Added "Element Declaration Properties Correct (e-props-correct)"
3319 constraints. Separated component resolution for simple/complex
3320 types.
3321 * include/libxml/schemasInternals.h: Added a flag for substitution
3322 group heads.
3323
3324Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3325
3326 * win32/Makefile.*: make install cleanup
3327
3328Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3329
3330 * win32/Makefile.mingw: fixed mingw compilation
3331 * testModule.c: removed mingw warnings
3332
3333Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3334
3335 * .cvsignore: added Eclipse project files to ignore list
3336
3337Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3338
3339 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3340 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3341 test/XPath/docs/lang: added a regression test
3342
3343Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3344
3345 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3346
3347Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3348
3349 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3350 and anchored them in the "Element Locally Valid (Element)"
3351 constraints. This restricts the type substitution via "xsi:type".
3352
3353Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3354
3355 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3356 facets validation messages.
3357
3358Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3359
3360 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3361 rebuilding.
3362
3363Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3364
3365 * xstc/Makefile.am: integrated fixup-tests.py
3366
3367Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3368
3369 * xmlschemastypes.c: fixed a lack of comment and missing test for
3370 a pointer in the API.
3371
3372Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3373
3374 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3375 files used for the tests.
3376
3377Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3378
3379 * xmlschemas.c include/libxml/schemasInternals.h
3380 result/schemas/src-element2-*.err result/schemas/element-*.err:
3381 Committing again, since the CVS server aborted.
3382
3383Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3384
3385 * xmlschemastypes.c: Corrected 'length' facet validation for
3386 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3387 data types did not return a value if already in normalized
3388 form.
3389 * xmlschemas.c include/libxml/schemasInternals.h:
3390 Eliminated creation of structs for <restriction>, <extension>,
3391 <simpleContent>, <complexContent>, <list> and <union>: the
3392 information is now set directly on the corresponding simple/
3393 complex type. Added some more complex type constraints.
3394 Added facet derivation constraints. Introduced "particle"
3395 components, which seem to be really needed if applying
3396 constraints. Corrected/change some of the parsing functions.
3397 This is all a bit scary, since a significant change to the code.
3398 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3399 Adapted regression test results.
3400
3401Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3402
3403 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3404 format to cope with gcc4 change of aliasing allowed scopes, had
3405 to add extra informations to doc/libxml2-api.xml to separate
3406 the header from the c module source.
3407 * *.c: updated all c library files to add a #define bottom_xxx
3408 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3409 * doc//* testapi.c: regenerated when rebuilding the API
3410
3411Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3412
3413 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3414 encoding UTF-8 should really be assumed. This may break if
3415 the HTTP headers indicates for example ISO-8859-1 since this
3416 then becomes a well formedness error.
3417
3418Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3419
3420 * SAX.c: fixed #172260 redundant assignment.
3421 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3422 xmlParseDoc() signatures #172257.
3423
3424Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3425
3426 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3427 is NULL as reported by bug #172255
3428
3429Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3430
3431 * relaxng.c: fixed a problem in Relax-NG validation #159968
3432 * test/relaxng/list.* result/relaxng/list_*: added the test
3433 to the regression suite
3434
3435Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3436
3437 * python/libxml.c: fixed bug #168504
3438
3439Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3440
3441 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3442 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3443 since apparently IBM can't avoid breaking common defines #166922
3444
3445Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3446
3447 * encoding.c: fix unitinialized variable in not frequently used
3448 code bug #172182
3449
3450Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3451
3452 * python/generator.py python/libxml.py: another patch from Brent
3453 Hendricks to add new handlers with the various validity contexts
3454 * python/tests/Makefile.am python/tests/validDTD.py
3455 python/tests/validRNG.py python/tests/validSchemas.py: also
3456 added the regression tests he provided
3457
3458Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3459
3460 * python/generator.py python/libxml.c: applied patch from Brent
3461 Hendricks to avoid leak in python bindings when using schemas
3462 error handlers.
3463
3464Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3465
3466 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3467
3468Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3469
3470 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3471 by Rob Richards
3472
3473Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3474
3475 * gentest.py, testapi.c: fixed problem with 'minimal library'
3476 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3477 by Greg Morgan
3478
3479Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3480
3481 * xmlschemas.c: Fixed call to a facet error report: the type of
3482 the error was wrong, resulting in a segfault (bug #171220, reported
3483 by GUY Fabrice).
3484
3485Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3486
3487 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3488 failing to build a linked list correctly (bug #169898, reported
3489 by bing song, hmm...).
3490
3491Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3492
3493 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3494 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3495 a variable was missed to be reset in a loop. Deactivated bubbling,
3496 if not referenced by a keyref.
3497
3498Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3499
3500 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3501 in c14n relative namespaces check and add structured error messages
3502 to c14n code
3503
3504Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3505
3506 * xmlschemas.c: Removed inheritance of "mixed" content type for
3507 short-hand restrictions of "anyType" (reported by Guy Fabrice
3508 to the mailing list). Added the namespace conversion (chameleon
3509 includes) for the base type reference of <restriction> and
3510 <extension>.
3511 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3512 of "mixed" inheritance.
3513
3514Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3515
3516 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3517
3518Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3519
3520 * xmlschemas.c: more debug messages from Matthew Burgess
3521 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3522
3523Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3524
3525 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3526 by Daniel, which I overwrote with the previous commit.
3527
3528Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3529
3530 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
3531 Hopefully finished validation against facets to use the normalized
3532 value of both, the facets and instance values. Added
3533 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
3534 and xmlSchemaGetValType() to the schema API.
3535
3536Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3537
3538 * libxml.spec.in: do not package .la files
3539 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
3540 * xmlschemastypes.c: fixed a couple of missing tests of parameters
3541 at public API entry points.
3542
3543Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
3544
3545 * xmlschemastypes.c: a couple of more changes to various
3546 decimal-handling routines. Fixes python some problems
3547 turned up by the python tests.
3548 * Makefile.am: change SchemasPythonTests message to warn
3549 that there are 10 'expected' errors (rather than 6) since
3550 we now reject a '+' sign on an unsigned.
3551
3552Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3553
3554 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
3555 normalized values of facets during validation: changed the
3556 arguments of some string comparison functions; added a static
3557 xmlSchemaValidateFacetInternal() with more arguments to be
3558 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
3559 to use the comparison functions. Fixed some assignments in
3560 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
3561
3562Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3563
3564 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
3565 updated docs and rebuilt
3566 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
3567
3568Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3569
3570 * encoding.c: removed a static buffer in xmlByteConsumed(),
3571 as pointed by Ben Maurer, fixes #170086
3572 * xmlschemas.c: remove a potentially uninitialized pointer warning
3573
3574Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
3575
3576 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
3577 and much of the routine xmlSchemaCompareDecimals. The
3578 changes were necessary to fix a problem reported on the
3579 mailing list by John Hockaday.
3580
3581Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3582
3583 * xmlschemas.c: The schema parser will stop if components could
3584 not be resolved. This is not conforming to the spec but for now
3585 will avoid internal errors during type fixup and content model
3586 creation. Restructured inclusion/import of schemata: this avoids
3587 duplicate, self and circular inclusion. Chameleon includes are
3588 still workarounded. Added restriction to disallow references to
3589 non-imported namespaces. Corrected parsing of <group>.
3590 * result/schemas/bug167754_0_0*: Added a missing test result.
3591
3592Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
3593
3594 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
3595 link and foreword warning to avoid problem with ignorant
3596 programmers, c.f #169721
3597
3598Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
3599
3600 * python/tests/Makefile.am python/tests/readernext.py: added
3601 a regression test from Rob Richards for the previous bug
3602
3603Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
3604
3605 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
3606 Rob Richards
3607
3608Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3609
3610 * xmlmodule.c: second patch from Rick Jones, portability fix for
3611 HP-UX
3612 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
3613 to avoid warnings.
3614
3615Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3616
3617 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
3618 patches, including a serious aliasing bug exposed in s390
3619 when trying to convert data pointer to code pointer.
3620
3621Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3622
3623 * xmlschemas.c: Tiny restructuring of the validation start-up
3624 functions. Added cleanup of the validation context at the
3625 end of validation. This takes care of the validation context
3626 being reused.
3627
3628Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3629
3630 * xmlschemastypes.c: Tiny changes in the comparison functions
3631 I forgot to commit last time.
3632
3633Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3634
3635 * xmlschemas.c: Added IDC validation of anySimpleType attribute
3636 values; anyway the IDC key comparison is restricted to
3637 anySimpleType <--> string based types. For other types we
3638 would possibly need the canonical lexical representation of
3639 them; this sounds not performant, since we would need to
3640 build such a representation each time we want to compare against
3641 anySimpleType. TODO: think about buffering the canonical values
3642 somewhere. Fixed error reports for default attributes to work
3643 without a node being specified. This all and the enabling of IDC
3644 validation fixes bug #165346 (reported by Benoit Gr?goire - could
3645 not read his last name correctly from bugzilla).
3646
3647Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3648
3649 * xmlschemas.c: Enabled IDC parsing and validation.
3650 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3651 Added xmlSchemaCopyValue to the API; this was done due to
3652 validation of default attributes against IDCs: since IDC keys
3653 consume the precomputed value, one needs a copy.
3654 * pattern.c: Enabled IDC support; this is currently done
3655 via calling xmlPatterncompile with a flag arg of 1.
3656
3657Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3658
3659 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
3660 xstc/Makefile.am: try to fix a problem with valgrind.
3661 * python/generator.py python/libxml.c python/tests/Makefile.am
3662 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
3663 c.f. bug #165349
3664
3665Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3666
3667 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
3668 the prefix instead of the namespace name.
3669 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
3670 Adapted invalid values of the "id" attribute, since they are
3671 validated now.
3672
3673Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
3674
3675 * threads.c: new version with fixes from Rob Richards
3676
3677Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
3678
3679 * threads.c: applied patch from Rich Salz for multithreading on
3680 Windows.
3681
3682Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3683
3684 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
3685 of bugs in the writer
3686
3687Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3688
3689 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
3690 * xpath.c: fixed compilation warning, no change to logic.
3691 * xmlschemastypes.c: fixed compilation warning, no change to logic.
3692
3693Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3694
3695 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
3696 xmlTextWriterStartAttributeNS
3697
3698Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3699
3700 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
3701 and switched XPath to use it by default when possible
3702
3703Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
3704
3705 * xmlschemastypes.c: a bit of cleanup
3706 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
3707 the documentation as a result.
3708
3709Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3710
3711 * xmlreader.c include/libxml/xmlreader.h: applied patch from
3712 Aron Stansvik to add xmlTextReaderByteConsumed()
3713 * testReader.c: added a test option
3714 * xmlschemastypes.c: fix a lack of pointer checking in APIs
3715
3716Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3717
3718 * test/schemas/bug167754_0*: Added the regression test of Frans
3719 Englich for bug #167754.
3720
3721Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3722
3723 * xmlschemas.c: Started support for IDC resolution to default
3724 attributes. If building the content model for <all>: ensured
3725 to put element declarations and not the particles into the
3726 content model automaton (this was bug #167754, reported by
3727 Frans Englich).
3728
3729Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3730
3731 * pattern.c pattern.h: Some experimental addition for parsing
3732 of expressions and streamable validation.
3733 Added xmlStreamPushAttr to the API.
3734
3735Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3736
3737 * xmlschemas.c: Added validation for the attribute "id" in the
3738 schemata; doing this needed error report fixes for notations,
3739 facets and group. Changed NOTATION validation to work with the
3740 declared NOTATIONs in the schema; this does have no impact on
3741 the validation via the relaxng module.
3742 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3743 Added xmlSchemaNewNOTATIONValue to the API to be able to do
3744 the NOTATION validation described above.
3745 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
3746 Fixed the values of the "id" attributes, which were not validated
3747 previously.
3748
3749Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3750
3751 * xmlschemas.c: Fixed comparison for default/fixed attribute
3752 values, if the type was 'xsd:string'. Changed the comparison
3753 for IDCs to use the whitespace aware comparison function.
3754 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3755 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
3756 xmlSchemaCompareValuesWhtsp to the API. Added functions
3757 to compare strings with whitespace combinations of "preserve",
3758 "replace" and "collapse".
3759
3760Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3761
3762 * xmlschemas.c: Further work on IDCs, especially evaluation for
3763 attribute nodes.
3764
3765Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3766
3767 * encoding.c: fix the comment to describe the real return values
3768 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
3769 the patterns, pluggin in the XPath default evaluation, but
3770 disabled right now because it's not yet good enough for XSLT.
3771 pattern.h streaming API are likely to be changed to handle
3772 relative and absolute paths in the same expression.
3773
3774Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3775
3776 * xmlschemas.c: Added IDC evaluation for attribute nodes.
3777 Made 'nil'ed elements work. Added a specific error message
3778 for 'strict' attribute wildcards.
3779 * include/libxml/xmlerror.h: Added an error code for
3780 wildcards.
3781 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
3782
3783Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3784
3785 This change started out as a simple desire to speed up the
3786 execution time of testapi.c, which was being delayed by
3787 nameserver requests for non-existent URL's. From there it
3788 just sort of grew, and grew....
3789 * nanohttp.c, nanoftp.c: changed the processing of URL's
3790 to use the uri.c routines instead of custom code.
3791 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
3792 * uri.c: added accepting ipV6 addresses, in accordance with
3793 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
3794 * gentest.py, testapi.c: fixed a few problems with the
3795 testing of the nanoftp and nanohttp routines.
3796 * include/libxml/xmlversion.h: minor change to fix a
3797 warning on the docs generation
3798 * regenerated the docs
3799
3800Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
3801
3802 * xinclude.c: fixed xmlXIncludeParseFile to prevent
3803 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
3804 (bug 166199)
3805 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
3806 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
3807 PYTHONPATH is set, to assure new libxml2 routines are used.
3808
3809Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
3810
3811 * parser.c: fixed problem when no initial "chunk" was
3812 given to xmlCreatePushParser (bug 162613)
3813
3814Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3815
3816 * dict.c: fixed compilation warning
3817 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
3818 * xmllint.c: changed to return non-zero status if error
3819 on xinclude processing
3820 * xmlsave.c: minor deletion of a redundant condition statement
3821
3822Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
3823
3824 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
3825
3826Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3827
3828 * pattern.c xmllint.c: fixed implementation for |
3829 * test/pattern/conj.* result/pattern/conj: added a specific regression
3830 test
3831
3832Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
3833
3834 * pattern.c: first implementation for | support
3835
3836Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3837
3838 * pattern.c: fixed the namespaces support
3839 * tree.c: fixed xmlGetNodePath when namespaces are used
3840 * result/pattern/multiple result/pattern/namespaces
3841 test/pattern/multiple.* test/pattern/namespaces.*: added
3842 more regression tests
3843
3844Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
3845
3846 * xmlschemas.c: fixed one internal function
3847 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
3848 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
3849
3850Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
3851
3852 * Makefile.am: use the walker to test the patterns instead of
3853 the normal reader
3854 * pattern.c xmllint.c: bug fixes in the train including fixing the
3855 stupid build break.
3856
3857Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
3858
3859 * pattern.c: more bug fixes for the XPath streaming code.
3860
3861Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3862
3863 * xmlschemas.c: Integrated the streaming pattern from the
3864 pattern module. Fixed some IDC code bugs. Changed
3865 fallback for attribute declaration addition to work like for
3866 element declarations.
3867
3868Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3869
3870 * pattern.c xmllint.c: bugfixes around the streaming patterns
3871
3872Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
3873
3874 * Makefile.am configure.in result/pattern/simple
3875 test/pattern/simple.*: added first test for the patterns
3876 * pattern.c xmllint.c: a few fixes
3877
3878Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3879
3880 * pattern.c include/libxml/pattern.h xmllint.c: added a
3881 streaming pattern detector for a subset of XPath, should
3882 help Kasimier for identity constraints
3883 * python/generator.py: applied Stephane Bidoul patch to find
3884 paths without breaking.
3885
3886Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
3887
3888 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
3889
3890Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3891
3892 * xmlreader.c: implementation of xmlTextReaderReadString by
3893 Bjorn Reese
3894
3895Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3896
3897 * xmlschemas.c: Corrected an ambigious symbol-space for
3898 local attribute declarations. IFDEFed more IDC code to
3899 surpress compiler warnings.
3900
3901Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
3902
3903 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
3904 files for the Bakefile generator for Makefiles from Francesco
3905 Montorsi
3906 * win32/configure.js: fixes for Windows compilation with non-default
3907 flags by Joel Reed
3908
3909Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
3910
3911 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
3912 by Martijn Faassen
3913
3914Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3915
3916 * xmlschemas.c include/libxml/schemasInternals.h:
3917 Added an initial skeleton for indentity-constraints. This is all
3918 defined out, since not complete, plus it needs support from other
3919 modules.
3920 Added machanism to store element information for the
3921 ancestor-or-self axis; this is needed for identity-constraints
3922 and should be helpfull for a future streamable validation.
3923 * include/libxml/xmlerror.h: Added an error code for
3924 identity-constraints.
3925
3926Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
3927
3928 * gentest.py testapi.c: had to fix generation and rebuild.
3929 * valid.c: the testapi found a bug in the last code of course !
3930
3931Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
3932
3933 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
3934 is generated, fixes bug #161386
3935 * dict.c: fix a comment typo
3936 * elfgcchack.h doc/*: regenerated
3937
3938Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
3939
3940 * parser.c: found and fixed 2 problems in the internal subset scanning
3941 code affecting the push parser (and the reader), fixes #165126
3942 * test/intsubset2.xml result//intsubset2.xml*: added the test case
3943 to the regression tests.
3944
3945Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
3946
3947 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
3948 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
3949 speedups, start to deprecate 3 ElementDef related entry point
3950 and replace them with better ones.
3951
3952Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3953
3954 * xmlschemas.c: more hash dictionary interning changes
3955
3956Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
3957
3958 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
3959 the hash reuses the dictionnary for internal strings
3960 * entities.c valid.c parser.c: reuse that new API, leads to a decent
3961 speedup when parsing for example DocBook documents.
3962
3963Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
3964
3965 * parser.c: small speedup in skipping blanks characters
3966 * entities.c: interning the entities strings
3967
3968Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
3969
3970 * parser.c: boosting common commnent parsing code, it was really
3971 slow.
3972 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
3973 regression tests
3974
3975Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
3976
3977 * parser.c: small optimization back.
3978
3979Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3980
3981 * dict.c parser.c include/libxml/dict.h: a single lock version
3982 mostly avoid the cost penalty of the lock in case of low
3983 parallelism, so applying that version instead.
3984
3985Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
3986
3987 * dict.c: patch from Gary Coady to fix a race in dict reference
3988 counting in multithreaded apps.
3989
3990Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
3991
3992 * parser.c: fixed bug #164556 where non-fatal errors stopped
3993 push parsing and xmlreader.
3994 * Makefile.am: fixup
3995 * test/errors/webdav.xml result/errors/webdav*: adding regression
3996 test for this problem.
3997
3998Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3999
4000 * xmlschemas.c: Corrected targetNamespace in
4001 xmlSchemaElementDump. Cosmetic changes to the dump output.
4002
4003Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4004
4005 * configure.in NEWS doc/*: preparing release of 2.6.17,
4006 updated and rebuilt the docs
4007
4008Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4009
4010 * parser.c: better fix for #151694 not killing c14n regression tests
4011 * xmlschemastypes.c: fixing bug #157653
4012
4013Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4014
4015 * parser.c: fixing bug #151694, line should always be set in the
4016 elements.
4017
4018Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4019
4020 * xmlschemastypes.c: trying to fix at least the message from
4021 bug #158628
4022 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4023 for format, c.f. bug #159997
4024
4025Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4026
4027 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4028 bug #157872
4029
4030Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4031
4032 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4033
4034Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4035
4036 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4037 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4038 tests about it.
4039 * doc/*: rebuilt
4040 * testdso.c: removed a warning due to a missing void in signature.
4041
4042Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4043
4044 * include/libxml/schemasInternals.h xmlschemas.c:
4045 Exposed targetNamespace for simple/complex types, model groups,
4046 attribute groups and notations (reported by Michael Hewarth
4047 to the mailing list). Added targetNamespace to xmlSchemaType,
4048 xmlSchemaAttributeGroup and xmlSchemaNotation.
4049 Tiny cosmetic change to the content model error report output.
4050 * result//all_*.err result//any3_0_0.err result//choice_*.err
4051 result//list0_0_1.err result//list0_1_1.err: Adapted output
4052 of regression tests.
4053
4054Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4055
4056 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4057 back in, since I missed to update xmlschemas.c before doing
4058 the previous commit.
4059
4060Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4061
4062 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4063 from xmlregexp.c to report expected elements on content model errors.
4064 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4065 Adapted output of regression tests.
4066
4067Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4068
4069 * config.h.in configure.in xmlmodule.c: trying to work around
4070 the compilation problem on HP-UX
4071
4072Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4073
4074 * pattern.c: fixed the fixed size array structure problem reported by
4075 Patrick Streule
4076
4077Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4078
4079 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4080 the API description, rebuilt, improved navigation in documentation
4081 a bit.
4082
4083Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4084
4085 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4086 and xmlRegExecNextValues() to return error transition strings too,
4087 and sink state detection and handling.
4088
4089Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4090
4091 * xmlschemas.c: fixed bug #163641 when the value passed for
4092 an atomic list type is NULL.
4093
4094Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4095
4096 * Makefile.am configure.in: fixed dependency on python 2.3,
4097 also small improvement for cygwin (bug 163273)
4098
4099Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4100
4101 * gentest.py testapi.c: William noticed I forgot to add special
4102 support for xmlmodules.c define
4103 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4104 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4105 entry point and refactored to use both code.
4106
4107Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4108
4109 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4110 setting up a "private" library (after some list posts about
4111 people having trouble doing it)
4112
4113Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4114
4115 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4116 rollback
4117
4118Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4119
4120 * TODO: small update
4121 * xmlregexp.c: trying to add an API to get useful error informations
4122 back from a failing regexp context.
4123
4124Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4125
4126 * xpath.c: fixed problem with xmlXPathErr when error number
4127 subscript was out of range (bug 163055)
4128
4129Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4130
4131 * uri.c: fixed problem with xmlURIEscape when query part was
4132 empty (actually fixed xmlURIEscapeStr to return an empty
4133 string rather than NULL for empty string input) (bug 163079)
4134
4135Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4136
4137 * parser.c, parserInternal.c: fixed "col" calculation for
4138 struct _xmlParserInput (based on patch from Rob Richards)
4139 * include/libxml/xmlerror.h, error.c: propagated error column
4140 number in the xmlError structure
4141
4142Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4143
4144 * parser.c: fixed namespace bug in push mode reported by
4145 Rob Richards
4146 * test/ns6 result//ns6*: added it to the regression tests
4147 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4148 added an extra option argument to module opening and defined
4149 a couple of flags to the API.
4150
4151Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4152
4153 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4154 Bjorn Reese, plus some cleanups
4155 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4156 add the new header
4157 * doc/* testapi.c: regenerated the API
4158
4159Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4160
4161 * configure.in: making DSO support an option
4162 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4163 and documentation cleanups
4164 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4165 checks for new module
4166 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4167 previously
4168
4169Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4170
4171 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4172 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4173 include/libxml/Makefile.am include/libxml/xmlerror.h
4174 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4175 include/libxml/xmlwin32version.h.in: applied DSO support
4176 patch 2 from Joel Reed
4177
4178Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4179
4180 * configure.in: applied patch from Marcin Konicki for BeOS
4181
4182Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4183
4184 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4185
4186Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4187
4188 Re-examined the problems of configuring a "minimal" library.
4189 Synchronized the header files with the library code in order
4190 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4191 were the same in both. Modified the API database content to more
4192 accurately reflect the conditionals. Enhanced the generation
4193 of that database. Although there was no substantial change to
4194 any of the library code's logic, a large number of files were
4195 modified to achieve the above, and the configuration script
4196 was enhanced to do some automatic enabling of features (e.g.
4197 --with-xinclude forces --with-xpath). Additionally, all the format
4198 errors discovered by apibuild.py were corrected.
4199 * configure.in: enhanced cross-checking of options
4200 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4201 doc/libxml2-api.xml, gentest.py: changed the usage of the
4202 <cond> element in module descriptions
4203 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4204 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4205 testSAX.c: cleaned up conditionals
4206 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4207 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4208 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4209 synchronized the conditionals with the corresponding module code
4210 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4211 added additional conditions required for compilation
4212 * doc/*.html, doc/html/*.html: rebuilt the docs
4213
4214Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4215
4216 * parserInternals.c: fixed to skip (if necessary) the BOM for
4217 encoding 'utf-16'. Completes the fix for bug #152286.
4218 * tree.c, parser.c: minor warning cleanup, no change to logic
4219
4220Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4221
4222 * python/generator.py: added most required entires to
4223 foreign encoding table, plus some additional logic to
4224 assure only the 1st param uses the 't#' format. Fixes
4225 bug #152286, but may still have some other UTF-16 problems.
4226
4227Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4228
4229 * Makefile.am, gentest.py: enhanced for enabling build in
4230 a different directory. Added (optional) param to gentest.py
4231 to specify the source directory (bug #155468)
4232 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4233 to (top_builddir) (bug #155468)
4234 * python/Makefile.am, python/generator.py: enhanced for enabling
4235 build in a different directory(bug #155468). Added (optional)
4236 param to generator.py to specify the source directory. Added
4237 a new table of functions which have possible "foreign" encodings
4238 (e.g. UTF16), and code to use python 't' format instead of
4239 'z' format (mostly solving bug #152286, but still need to
4240 populate the table).
4241
4242Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4243
4244 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4245 Change reference to new site for Solaris binaries, fixing bug
4246 160598
4247
4248
4249Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4250
4251 * parser.c: reset input->base within xmlStopParser
4252 * xmlstring.c: removed call to xmlUTF8Strlen from within
4253 xmlUTF8Strpos (Bill Moseley pointed out it was not
4254 useful)
4255
4256Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4257
4258 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4259 instead of ctxt->error for its reports (bug #160662)
4260
4261Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4262
4263 * python/generator.py: modified to allow the ns and nsDefs
4264 accessors to return None instead of error when no namespace
4265 is present (bug #)
4266
4267Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4268
4269 * doc/Makefile.am: changed maintainer-clean dependency with
4270 suggestion from Crispin Flowerday (bug #157634)
4271 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4272 were specified with debugDumpNode (bug #160621)
4273
4274Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4275
4276 * valid.c: fixed ID deallocation problem based on patch from
4277 Steve Shepard fixes bug #160893
4278 * xmlmemory.c: improving comment.
4279 * testapi.c: new test for xmlDictExists() is generated.
4280
4281Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4282
4283 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4284 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4285 warnings on function pointer <-> object pointer (a hack).
4286
4287Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4288
4289 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4290
4291Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4292
4293 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4294 a dead loop on bad data (bug 159550)
4295
4296Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4297
4298 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4299 of elements for which a declaration existed were still processed
4300 by the wildcard mechanism (reported by philippe ventrillon to the
4301 mailing list).
4302 Changed the import and include machanism to share dictionaries.
4303
4304Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4305
4306 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4307 go through the catalog resolution.
4308 * gentest.py testapi.c: fix a side effect wrning of the change
4309
4310Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4311
4312 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4313 dictionnary interface.
4314 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4315 from Rob Richards
4316
4317Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4318
4319 * xmlschemas.c: tiny enhancement for content model error reports
4320 (#157190, #143948). Removed abbreviations: CT, ST and WC
4321 (#157190, reported by Frans Englich).
4322 Initial: no report of local components.
4323 * result/schemas/all* result/schemas/any3_0_0.err
4324 result/schemas/choice*
4325 result/schemas/cos-st-restricts-1-2-err_0_0.err
4326 result/schemas/derivation-ok-extension-err_0_0.err
4327 result/schemas/derivation-ok-extension_0_0.err
4328 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4329 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4330 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4331 result/schemas/facet-unionST-err1_0_0.err
4332 result/schemas/hexbinary_0_1.err
4333 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4334 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4335 Adapted output.
4336
4337Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4338
4339 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4340 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4341 checked prior to facets of derived types - which caused a seg
4342 fault otherwise (bug #158216, reported by Frans Englich).
4343
4344Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4345
4346 * gentest.py, testapi.c: further enhancement, now all
4347 compilation warnings have been fixed.
4348 * xmlschemastypes.c: added NULL check for one function
4349
4350Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4351
4352 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4353 on a couple of lines)
4354 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4355
4356Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4357
4358 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4359
4360Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4361
4362 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4363 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4364 normalization for 'normalizedString'.
4365 Added xmlSchemaWhiteSpaceReplace to the API.
4366
4367Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4368
4369 * Makefile.am: forgot a $(srcdir)
4370 * encoding.c: stupid error wrong name #157976
4371
4372Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4373
4374 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4375
4376Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4377
4378 * python/generator.py python/libxml.c python/libxml2class.txt
4379 python/libxml_wrap.h python/types.c: Applied patch from Brent
4380 Hendricks adding support for late DTD validation.
4381 * python/tests/Makefile.am python/tests/dtdvalid.py
4382 python/tests/test.dtd: integrated the provided regression test
4383
4384Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4385
4386 * configure.in: detect when struct sockaddr_storage
4387 has the __ss_family member instead of ss_family and
4388 behave accordingly. We now can use ipv6 on aix.
4389
4390Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4391
4392 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4393 added -q option, and more conditional features fixes
4394 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4395 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4396 include/libxml/debugXML.h: various compilation and conditional
4397 cleanups.
4398 * doc/*: regenerated
4399
4400Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4401
4402 * gentest.py testapi.c: better handling of conditional features
4403 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4404 on parser contexts closed leaks, error messages
4405
4406Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4407
4408 * xpath.c: fixed problem concerning XPath context corruption
4409 during function argument evaluation (bug 157652)
4410
4411Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4412
4413 * testapi.c: more types.
4414 * parserInternals.c xpath.c: more fixes
4415
4416Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4417
4418 * gentest.py testapi.c: better parser options coverage
4419 * SAX2.c xpath.c: more cleanups.
4420
4421Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4422
4423 * testapi.c: trying to fix some optional support brokenness
4424
4425Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4426
4427 * gentest.py testapi.c: more coverage
4428 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4429
4430Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4431
4432 * gentest.py testapi.c: more coverage
4433 * SAX2.c parser.c parserInternals.c: more fixes
4434
4435Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4436
4437 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4438
4439Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4440
4441 * gentest.py testapi.c: more types, more coverage
4442 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4443 xmlschemastypes.c: more problems fixed
4444
4445Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4446
4447 * gentest.py: fixed test file corruption problem
4448
4449Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4450
4451 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4452
4453Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4454
4455 * testapi.c: augmented the number of types
4456
4457Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4458
4459 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4460 bug fixes and documentation updates.
4461
4462Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4463
4464 * gentest.py testapi.c: augmented type autogeneration for enums
4465 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4466
4467Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4468
4469 * encoding.c: fixed a regression in iconv support.
4470
4471Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4472
4473 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4474 for unknown pointer types
4475 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4476 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4477 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4478 xpointer.c: This uncovered an impressive amount of entry points
4479 not checking for NULL pointers when they ought to, closing all
4480 the open gaps.
4481
4482Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4483
4484 * catalog.c: fixed problem with NULL entry (bug 157407)
4485 * xpath.c: fixed a couple of warnings (no change to logic)
4486
4487Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4488
4489 * gentest.py testapi.c: more coverage
4490 * xmlunicode.c: one fix
4491
4492Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4493
4494 * entities.c: fixed a compilation problem on a recent change
4495
4496Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4497
4498 * gentest.py testapi.c: more coverage
4499 * nanoftp.c tree.c: more fixes
4500
4501Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4502
4503 * gentest.py testapi.c: fixed the way the generator works,
4504 extended the testing, especially with more real trees and nodes.
4505 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4506 of real problems found and fixed.
4507 * entities.c: fix error reporting to go through the new handlers
4508
4509Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4510
4511 * parser.c: dohh ... stupid change killing xmlParseDoc()
4512
4513Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4514
4515 * gentest.py testapi.c: changing the way the .c is generated,
4516 extending the tests coverage
4517 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4518 function signatures, regenerating stuff
4519 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4520
4521Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4522
4523 * gentest.py testapi.c: extending the tests coverage
4524
4525Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4526
4527 * Makefile.am: gentest.py was missing from the EXTRA_DIST
4528
4529Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
4530
4531 * gentest.py testapi.c: extending the tests coverage
4532 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
4533
4534Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4535
4536 * gentest.py testapi.c: more fixes and extending the tests coverage
4537 * nanoftp.c xmlIO.c: more fixes and hardening
4538
4539Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
4540
4541 * gentest.py testapi.c: more fixes and extending the tests coverage
4542 * valid.c: bunch of cleanups and 2 leaks removed
4543
4544Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
4545
4546 * gentest.py testapi.c: more fixes and extending the tests coverage
4547 * list.c tree.c: more fixes and hardening
4548
4549Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4550
4551 * gentest.py testapi.c: more fixes and extending the tests coverage
4552 * relaxng.c include/libxml/relaxng.h: adding a type init interface
4553 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
4554 cleanups and bug fixes raised by the regression tests
4555
4556Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
4557
4558 * gentest.py testapi.c: more fixes and extending the tests coverage
4559 * xmlwriter.c list.c: more hardeing of APIs
4560 * doc/apibuild.py: skip testapi.c when scanning the C files.
4561
4562Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
4563
4564 * gentest.py testapi.c: more testing and coverage
4565 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
4566 * doc/*: rebuilt
4567
4568Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
4569
4570 * gentest.py testapi.c: more developments on the API testing
4571 * HTMLparser.c tree.c: more cleanups
4572 * doc/*: rebuilt
4573
4574Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
4575
4576 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
4577 * Makefile.am gentest.py testapi.c: work on generator of an
4578 automatic API regression test tool.
4579 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
4580 xmlstring.c: various API hardeing changes as a result of running
4581 teh first set of automatic API regression tests.
4582 * test/slashdot16.xml: apparently missing from CVS, commited it
4583
4584Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4585
4586 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
4587 on #fedora-devel
4588
4589Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
4590
4591 * parser.c: fixed a bug reported by Petr Pajas on the list and
4592 affecting XML::Libxml
4593
4594Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
4595
4596 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
4597 sure the conversion functions return the number of byte written.
4598 Had to fix one of the examples.
4599
4600Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4601
4602 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
4603
4604Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4605
4606 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
4607 Brent Hendricks in the mailing-list
4608 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
4609 parserInternals.c: fix #156626 and more generally how to find out
4610 if a validation contect is part of a parsing context or not. This
4611 can probably be improved to make 100% sure that vctxt->userData
4612 is the parser context too. It's a bit hairy because we can't
4613 change the xmlValidCtxt structure without breaking the ABI since
4614 this change xmlParserCtxt information indexes.
4615
4616Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4617
4618 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
4619 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
4620
4621Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
4622
4623 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
4624 (bug 156527)
4625
4626Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
4627
4628 * nanoftp.c nanohttp.c: second part of the security fix for
4629 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
4630
4631Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
4632
4633 * nanoftp.c: applied fixes for a couple of potential security problems
4634 * tree.c valid.c xmllint.c: more fixes on the string interning checks
4635
4636Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
4637
4638 * debugXML.c include/libxml/xmlerror.h: added checking for names
4639 values and dictionnaries generates a tons of errors
4640 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
4641 include/libxml/tree.h: fixing the errors in the regression tests
4642
4643Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4644
4645 * parser.c: modified the handling of _private for entity
4646 expansion (bug 155816)
4647
4648Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4649
4650 * parser.c: fixed the leak reported by Volker Roth on the list
4651 * test/ent10 result//ent10*: added a specific test for the problem
4652
4653Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
4654
4655 * valid.c: unlinked the internal subset within xmlValidateDtd
4656 (bug 141827)
4657 * configure.in: added -Wall to developer's flags
4658 * doc/examples/reader4.res: added to CVS
4659
4660Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
4661
4662 * HTMLparser.c: added support for HTML PIs #156087
4663 * test/HTML/python.html result/HTML/python.html*: added specific tests
4664
4665Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4666
4667 * threads.c: fixed nasty bug #156087
4668
4669Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4670
4671 * python/libxml.c: fixed a problem occuring only in x86_64 when
4672 very large error messages are raised to the Python handlers.
4673
4674Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4675
4676 * xmlschemas.c: fixed a memory bug
4677 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
4678 and regenerated the directory
4679
4680Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4681
4682 * include/libxml/xmlreader.h xmlreader.c: applied patch from
4683 Graham Bennett adding 4 convenience functions to the reader API.
4684
4685Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
4686
4687 * debugXML.c: excluded a few nodes (with no content) from the
4688 string check routine.
4689
4690Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
4691
4692 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
4693 raise a problem, need debug
4694
4695Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4696
4697 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
4698 #155240 building outside the source tree. but make tests fails.
4699
4700Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
4701
4702 * debugXML.c include/libxml/xmlerror.h: added namespace checking
4703
4704Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4705
4706 * debugXML.c: some framework preparation to add namespace checkings
4707
4708Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
4709
4710 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
4711 adding the tree debug mode
4712 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
4713 by the debug mode.
4714 * SAX2.c: another tree fix from Rob Richards
4715
4716Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
4717
4718 * catalog.c: small change to last fix, to get xml:base right
4719
4720Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4721
4722 * catalog.c: added code to handle <group>, including dumping
4723 to output (bug 151924).
4724 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
4725 cleanup (no change to logic)
4726
4727Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
4728
4729 * configure.in debugXML.c include/libxml/xmlversion.h.in
4730 include/libxml/xmlwin32version.h.in: revamped the XML debugging
4731 module and prepare for a new checking mode
4732
4733Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4734
4735 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
4736
4737Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4738
4739 * python/generator.py python/libxml.c python/tests/outbuf.py:
4740 applied patch from Malcolm Tredinnick fixing bug #154294
4741 related to saving to python file objects.
4742
4743Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4744
4745 * tree.c: changed xmlHasNsProp to properly handle a request for
4746 the default namespace (bug 153557)
4747
4748Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
4749
4750 * parser.c: fixed problem with dictionary handling within
4751 xmlParseInNodeContext (bug 153175)
4752
4753Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
4754
4755 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
4756 check-xinclude-test-suite.py, check-xml-test-suite.py,
4757 check-xsddata-test-suite.py, doc/examples/index.py: changed
4758 changed sys.path setting from 'append' to 'insert' (patch
4759 supplied by Malcolm Tredinnick) (bug 153716)
4760
4761Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
4762
4763 * include/libxml/parserInternals.h: added two new macros
4764 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
4765 parsing and xpath for testing data not necessarily
4766 unicode.
4767 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
4768 IS_DIGIT_CH macros to ascii versions (bug 153936).
4769
4770Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
4771
4772 * error.c: added some coding to attempt to display which file
4773 contains an error when using XInclude (bug 152623)
4774
4775Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
4776
4777 * configure.in: stupid cut'n paste bug in xmllint detection
4778
4779Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4780
4781 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
4782
4783Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4784
4785 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
4786 include/libxml/schemasInternals.h: Parsing of <complexContent>
4787 - handle attribute 'mixed', catch illegal attributes.
4788 Parsing of <complexType> - handle attributes 'abstract',
4789 'final' and 'block', catch illegal attributes.
4790 Validation of complex types - handle abstract types.
4791 Added handling of default/fixed attributes and element values.
4792 Per validation option attribute nodes/text nodes are created
4793 on the instance.
4794 Added the corresponding constraints for fixed/default.
4795 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
4796 to the external API.
4797 Extended element declaration constraints.
4798 Got rid of perseverative creation of temporery validation/parser
4799 contexts.
4800 Added handling of xsi:schemaLocation and
4801 xsi:noNamespaceSchemaLocation.
4802 Fixed xsi:type component resolution if using non-prefixed
4803 QNames.
4804 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
4805 Enabled namespace awareness of the content model if using the
4806 model group "all".
4807 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
4808 which broke the test.
4809 * xstc/xstc.py: Workaround to accomodate case insensitive
4810 test definitions in ms-test.def.xml (was missing in a previous
4811 commit).
4812
4813Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
4814
4815 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
4816 adding option not to load dtd from the drv_libxml2.py module
4817 #134633
4818
4819Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
4820
4821 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
4822 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
4823 warning generated by the Nonstop Kernel Open System Services
4824 compiler #151710
4825
4826Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4827
4828 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
4829 python exception hierarchy #139824
4830
4831Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4832
4833 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
4834 E20 concerning NMTOKENS and co. validation #153722
4835 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
4836 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
4837
4838Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
4839
4840 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
4841 #153713
4842 * xpath.c: fixed a realloc potential problem
4843
4844Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
4845
4846 * Makefile.am: fixed make valgrind xstc
4847
4848Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
4849
4850 * xmlschemastypes.c: fixing an out of bound adressing issue
4851
4852Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
4853
4854 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
4855 code cleanups.
4856
4857Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
4858
4859 * parser.c: fixed a bunch of errors when realloc failed.
4860
4861Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
4862
4863 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
4864 by Purify on Windows.
4865
4866Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
4867
4868 * xmllint.c: added --timing --copy timing for the copy
4869 * vms/build_libxml.com: applied patch from Craig Berry
4870 to build with recent releases
4871
4872Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
4873
4874 * nanohttp.c, include/libxml/nanohttp.h: added the routine
4875 xmlNanoHTTPContentLength to the external API (bug151968).
4876 * parser.c: fixed unnecessary internal error message (bug152060);
4877 also changed call to strncmp over to xmlStrncmp.
4878 * encoding.c: fixed compilation warning (bug152307).
4879 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
4880 a couple of compilation warnings.
4881 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
4882 warnings; no change to logic.
4883
4884Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4885
4886 * parser.c: removed some extern before function code reported by
4887 Kjartan Maraas on IRC
4888 * legacy.c: fixed compiling when configuring out the HTML parser
4889 * Makefile.am: added a declaration for CVS_EXTRA_DIST
4890 * HTMLparser.c: beginning of an attempt at cleaning up the construction
4891 of the HTML parser data structures, current data generate a huge
4892 amount of ELF relocations at loading time.
4893
4894Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4895
4896 * ChangeLog: applied fix from Stepan Kasal to fix duplication
4897 in the change log and cleanup of space/tabs issues.
4898
4899Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4900
4901 * xmlschemas.c include/libxml/schemasInternals.h
4902 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
4903 Simpified attribute wildcard creation and assignment to get rid
4904 of memory leaks.
4905 Restructured the validation process.
4906 Restructured and expanded parsing of <attributeGroup>.
4907 Added initial handing of xsi:type.
4908 Advanced handling of xsi:nil (should work now for simple types).
4909 Added construction of schemata using xsi:schemaLocation and
4910 xsi:noNamespaceSchemaLocation; this is not enabled, since
4911 no corresponding API exists yet.
4912 Moved the content model to complex type components.
4913 Resolution of types for attributes will look for simple types
4914 only (incl. all the built-in simple types).
4915 Extended parsing of 'anyAttribute'.
4916 Fixed content-type type for complex types if derived from
4917 'anyType' using the short-hand form (see bug # 152470,
4918 submitted by Thilo Jeremias).
4919 * include/libxml/xmlschematypes.h: Cleaned up some comments.
4920 * xstc/xstc.py: Workaround to accomodate case insensitive
4921 test definitions in ms-test.def.xml.
4922 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
4923 result/schemas/ns0_1_2.err: Adapted.
4924
4925Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4926
4927 * xmlwriter.c: changed char array initialisation to avoid a
4928 complaint from some compiler(s) (bug 152308)
4929
4930Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
4931
4932 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
4933 routine suggested by Mark Itzcovitz
4934
4935Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
4936
4937 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
4938 which is that notation not in the internal subset should
4939 not be saved, and the second more nasty on an error saving
4940 NOTATIONs, if there is a proof that nobody uses notations !
4941
4942Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4943
4944 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
4945 xmlSchemaValidateOneElement to the XML Schema validation API,
4946 as proposed by Jeffrey Fink - see bug # 152073.
4947
4948Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4949
4950 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
4951 checking for xmllint and xsltproc in configure.in, fixed
4952 make dist w.r.t. the new xstc subdir.
4953 * doc/*: rebuilt
4954
4955Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4956
4957 * xstc/xstc.py: Changed to finally validate instance documents.
4958
4959Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
4960
4961 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
4962 heavy ... weight 250MB of VM !
4963
4964Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4965
4966 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
4967 more cleanup in integrating the xstc testsuite
4968
4969Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4970
4971 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
4972 starting to integrate the xstc suite in the normal regression
4973 tests
4974
4975Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4976
4977 * xstc/sun-test-def.xml: The "tsDir" attribute was not
4978 set correctly.
4979
4980Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
4981
4982 * check-xinclude-test-suite.py: when output and expected do not match
4983 exactly run diff to put the differences in the log c.f. #148691
4984
4985Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4986
4987 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
4988 xstc/sun-test-def.xml: Initial release of generation files to
4989 create python test scripts, which will run the W3C XML Schema Test
4990 Collection. The ms-test-def.xml and sun-test-def.xml files
4991 were extracted from the online HTML XSTC results [1], since they did
4992 not exist for the SUN tests, and only partially did exist for the
4993 MS tests. The NIST definition file was created by concatenation
4994 of the existing definition files for each single datatype.
4995 The stylesheet "xstc-to-python.xslt" should be run against the
4996 definition files to produce the python scripts.
4997 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
4998 results-master.html"
4999
5000Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5001
5002 * xmlschemas.c include/libxml/schemasInternals.h
5003 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5004 a format argument was missing.
5005 Fixed wrong assignment of the owner of a wildcard in
5006 xmlSchemaBuildAttributeValidation (in the shorthandform of
5007 <complexType>; this caused a seg fault, due to a double-free
5008 of the wildcard.
5009 Added a check for circular attribute group references.
5010 Added a check for circular model group definition references.
5011 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5012
5013Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5014
5015 * xmlstring.c: modified comments on xmlGetUTF8Char in
5016 response to bug 151760 (no change to logic)
5017
5018Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5019
5020 * xmlstring.c: fixed error reported on the list caused by
5021 my last change
5022
5023Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5024
5025 * NEWS configure.in doc/*: release of libxml2-2.6.13
5026
5027Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5028
5029 * xmlIO.c: fixing #151456, an encoding error could generate
5030 a serialization loop.
5031
5032Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5033
5034 * Makefile.am: also produce a tar ball with just the sources
5035 * xmllint.c: added --path option and --load-trace options to
5036 xmllint, RFE #147740 based on xsltproc versions
5037 * doc/xmllint.* doc/*: updated the man page and rebuilt
5038
5039Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5040
5041 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5042 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5043 update the test.
5044 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5045 in previous commit.
5046 * Makefile.am: added a message in the regression tests
5047
5048Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5049
5050 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5051 with default namespace when a named prefix with the same href
5052 was present (reported on the mailing list by Karl Eichwalder.
5053 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5054 Julius Mittenzwei.
5055 * dict.c: added a typecast to try to avoid problem reported by
5056 Pascal Rodes.
5057
5058Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5059
5060 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5061 not create a computed value on a facet and thus crashed during
5062 validation of instances.
5063 Expanded validity checks for min/maxOccurs attributes.
5064 Expanded validity checks for the value of the attribute "form".
5065
5066Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5067
5068 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5069 mailing list by Julius Mittenzwei
5070
5071Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5072
5073 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5074 Red Hat bug #124942
5075
5076Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5077
5078 * parser.c: remove a warning on Solaris
5079 * xmlschemastype.c: fix a crashing bug #151111
5080
5081Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5082
5083 * test/schemas/import-bad-1_0.imp: Added missing test file.
5084 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5085 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5086 - see #150840.
5087 Changed the import of schemas to allow failure of location
5088 of a resource to be imported.
5089 * result/schemas/all_* result/schemas/any3_0_0.err
5090 result/schemas/choice_* result/schemas/import1_0_0.err
5091 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5092 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5093 result/schemas/ns0_1_2.err: Adapted regression test results.
5094
5095Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5096
5097 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5098 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5099
5100Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5101
5102 * parser.c: fixed path problem in DTD loading reported by
5103 Sameer Abhinkar
5104
5105Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5106
5107 * win32/configure.js: added support for version extra
5108 * win32/Makefile.*: upgraded to zlib 1.2.1
5109
5110Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5111
5112 * configure.in: removing -O -g from default gcc flags #150828
5113
5114Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5115
5116 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5117 and rebuilt the docs.
5118
5119Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5120
5121 * python/libxml.c: fix a problem on last commit
5122
5123Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5124
5125 * xmllint.c xpath.c include/libxml/xpath.h
5126 include/libxml/xpathInternals.h python/libxml.c
5127 python/libxml_wrap.h: trying to remove some warning when compiling
5128 on Fedora Core 3 and 64bits
5129
5130Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5131
5132 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5133 <sequence>, <choice>, <include>, <import>.
5134 Fixed schema defaults (elementFormDefault, etc.) for included
5135 schemas.
5136 Fixed a bug which reported attributes as invalid on
5137 elements declarations with the built-in type 'anyType'.
5138 Added "lax" validation of the content of elements of type
5139 'anyType'.
5140 Fixed: element declarations with the same name were treated
5141 as duplicate if located in the subtree of <choice> -> <sequence>.
5142 (This was bug 150623, submitted by Roland Lezuo)
5143 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5144 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5145 Kapitanker)
5146 * xmlschemastypes.c: Changed the type of anyType to
5147 XML_SCHEMAS_ANYTYPE.
5148 * include/libxml/xmlerror.h: Added schema parser errors.
5149 * result/schemas/bug145246_0_0*
5150 result/schemas/extension1_0_2.err: Changed test results.
5151 * result/schemas/ct-sc-nobase_0_0*
5152 result/schemas/facet-whiteSpace_0_0*
5153 result/schemas/import1_0_0* result/schemas/import2_0_0*
5154 result/schemas/include2_0_0* result/schemas/include3_0_0*
5155 result/schemas/restriction-attr1_0_0*
5156 result/schemas/seq-dubl-elem1_0_0*
5157 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5158 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5159 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5160 test/schemas/import2_0* test/schemas/include2_0*
5161 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5162 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5163 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5164 files.
5165
5166Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5167
5168 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5169 CVS dist
5170
5171Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5172
5173 * doc/xmllint.xml, xmllint.1, xmllint.html:
5174 Edit and rebuild the man pages with Daniel's C14 update
5175
5176Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5177
5178 * parser.c: fixed missing line numbers on entity as reported
5179 on the list by Steve Cheng
5180
5181Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5182
5183 * configure.in globals.c include/libxml/xmlversion.h.in
5184 include/libxml/xmlwin32version.h.in: added some code to
5185 include the CVS ChangeLog version in the xmlParserVersion
5186 string (printed by xmllint with --version)
5187
5188Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5189
5190 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5191 python/libxml.c python/libxml_wrap.h python/types.c
5192 python/tests/schema.py python/tests/Makefile.am: Applied patch
5193 from Torkel Lyng to add Schemas support to the Python bindings
5194 and extend the schemas error API, registered a new test.
5195 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5196
5197Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5198
5199 * debugXML.c: added help for new set shell command
5200 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5201 added parser option to not generate XInclude start/end nodes,
5202 added a specific option to xmllint to test it fixes #130769
5203 * Makefile.am: regression test the new feature
5204 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5205
5206Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5207
5208 * xmlIO.c: small typo pointed out by Mike Hommey
5209 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5210 the --c14n description, c.f. #144675 .
5211 * nanohttp.c nanoftp.c: applied a first simple patch from
5212 Mike Hommey for $no_proxy, c.f. #133470
5213 * parserInternals.c include/libxml/parserInternals.h
5214 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5215 in includes #137414
5216 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5217 first version of the inplementation of parsing within
5218 the context of a node in the tree #142359, new function
5219 xmlParseInNodeContext(), added support at the xmllint --shell
5220 level as the "set" function
5221 * test/scripts/set* result/scripts/* Makefile.am: extended
5222 the script based regression tests to instrument the new function.
5223
5224Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5225
5226 * doc/xmllint.xml, xmllint.html, xmllint.1:
5227 add c14n to man page (man, it's hard to keep up with
5228 Daniel!)
5229
5230Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5231
5232 * doc/xmllint.xml, xmllint.html, xmllint.1:
5233 add pattern, walker, maxmem, output and xmlout to man page
5234 fixes #144675
5235
5236Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5237
5238 * xmllint.c: added a --c14n option to canonicalize the output
5239 should close the RFE #143226
5240
5241Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5242
5243 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5244 * xmlcatalog.c: applied patch from Albert Chin to add a
5245 --no-super-update option to xmlcatalog see #145461
5246 and another patch also from Albert Chin to not crash
5247 on -sgml --del without args see #145462
5248 * Makefile.am: applied another patch from Albert Chin to
5249 fix a problem with diff on Solaris #145511
5250 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5251 in bug #148115
5252 * python/libxml.py: apply fix from Marc-Antoine Parent about
5253 the errors in libxml(2).py on the node wrapper #135547
5254
5255Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5256
5257 * Makefile.am: added a dumb rule to able to compile tst.c
5258 when people submit a sample test program
5259 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5260 to document xmlSchemasSetValidErrors() limitations, #141827
5261 * error.c: Add information in generic and structured error
5262 setter functions that this need to be done per thread #144308
5263 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5264 bug #144162
5265 * doc/xmllint.xml: typo fix #144840
5266
5267Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5268
5269 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5270 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5271 include/libxml/xmlschemastypes.h: applied Schemas patches
5272 from Kasimier Buchcik
5273 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5274 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5275 lot of new tests for things fixed by the patch
5276
5277Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5278
5279 * valid.c: fixed my mis-handling of External ID on last
5280 change.
5281
5282Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5283
5284 * valid.c: changed the parsing of a document's DTD to use
5285 the proper base path (bug 144366)
5286
5287Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5288
5289 * Makefile.am config.h.in configure.in python/Makefile.am:
5290 applied a patch from Gerrit P. Haase to get python bindings
5291 on Cygwin
5292
5293Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5294
5295 * include/libxml/valid.h: elaborated on description of
5296 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5297 144760)
5298 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5299 minor fixes to comments for doc rebuilding errors.
5300 * doc/*.html: rebuilt the docs
5301
5302Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5303
5304 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5305 fixes documentation glitches raised by Oliver Stoeneberg
5306
5307Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5308
5309 * tree.c: fixed problem with memory leak on text nodes in DTD
5310 (bug 148965) with patch provided by Darrell Kindred
5311
5312Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5313
5314 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5315 (bug 149041)
5316
5317Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5318
5319 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5320 info posted to the mailing list.
5321
5322Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5323
5324 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5325 xmlreader.c, include/libxml/tree.h: many further little changes
5326 for OOM problems. Now seems to be getting closer to "ok".
5327 * testOOM.c: added code to intercept more errors, found more
5328 problems with library. Changed method of flagging / counting
5329 errors intercepted.
5330
5331Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5332
5333 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5334 and another one from Rob Richards fixing #148448
5335
5336Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5337
5338 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5339 setting doc->charset.
5340
5341Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5342
5343 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5344 fixes for out of memory condition, mostly from Olivier
5345 Andrieu.
5346 * testOOM.c: some further improvement by Olivier, with
5347 a further small enhancement for easier debugging.
5348
5349Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5350
5351 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5352 implemented patches supplied by Olivier Andrieu
5353 (bug 148588), plus made some further enhancements, to
5354 correct some problems with out of memory conditions.
5355 * testOOM.c: improved with patches from Olivier Andrieu
5356
5357Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5358
5359 * tree.c: put in patch for Windows buffer re-allocation
5360 submitted by Steve Hay (bug 146697)
5361
5362Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5363
5364 * xinclude.c: added some code to check, when an include is
5365 done, whether the requested URL gets mapped to some other
5366 location (e.g. with a catalog entry) and, if so, take care
5367 of the xml:base properly (bug 146988)
5368
5369Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5370
5371 * error.c: fixed to assure user data param is set correctly
5372 when user structured error handler is called (bug 144823)
5373
5374Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5375
5376 * xmlreader.c: fixed problem with reader state after
5377 processing attributes (bug 147993)
5378
5379Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5380
5381 * configure.in, Makefile.am: put in an auto* check for the
5382 path to perl (if it exists), and modified make Timingtests
5383 to use that path instead of just executing the dbgenattr.pl
5384 script (bug 148056)
5385
5386Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5387
5388 * python/generator.py: added a check on the argument for some
5389 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5390 reported on the list). Further enhancement should be done
5391 to auto-create the appropriate object.
5392 * python/libxml.c: minor fix for a warning message; added a
5393 routine, currently not used, to report the description of a
5394 PyCObject.
5395 * python/libxml2class.txt: regenerated
5396
5397Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5398
5399 * catalog.c test/catalogs/white* result/catalogs/white*:
5400 applied patches from Peter Breitenlohner to fix handling
5401 of white space normalization in public ids and add tests
5402
5403Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5404
5405 * xmlmemory.c: applied a small fix from Steve Hay
5406
5407Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5408
5409 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5410 the xpath context document pointer (part of fix to libxslt
5411 bug 147445)
5412
5413Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5414
5415 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5416 of tabs and spaces (bug 147424)
5417
5418Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5419
5420 * python/drv_libxml.py: added an encoding "special comment" to avoid
5421 warning message in python2.3 (bug 146889)
5422 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5423 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5424 * xpath.c: enhanced to take advantage of current libxslt handling
5425 of tmpRVT. Fixes bug 145547.
5426
5427Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5428
5429 * libxml.h uri.c: fixed a couple of problems in the new
5430 elfgcchack.h trick pointed by Peter Breitenlohner
5431
5432Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5433
5434 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5435 which prevented building with --with-minimum
5436
5437Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5438
5439 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5440 docs
5441
5442Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5443
5444 * parser.c: make the push interfaces synchronous
5445 * python/tests/sync.py: added a specific test
5446 * python/tests/Makefile.am doc/examples/Makefile.am
5447 doc/examples/index.py: added the new test, cleaning up
5448 "make tests" output
5449
5450Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5451
5452 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5453 datatype facet problem with recent changes.
5454
5455Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5456
5457 * python/libxml.c: Changed the number of XPath extension functions
5458 allowed to be variable-length (patch supplied by Marc-Antoine
5459 Parent, bug 143805). Added code to "unregister" the functions
5460 when the parser cleanup takes place.
5461
5462Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5463
5464 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5465 some updates with memory debugging facilities while messing
5466 with libxslt python bindings
5467
5468Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5469
5470 * python/libxml.c python/generator.py python/libxml.py
5471 python/libxml2-python-api.xml python/libxml2class.txt:
5472 applied patch from Stéphane Bidoul to fix some Python bindings
5473 initialization, then had to change the parserCleanup()
5474 to handle memory released there.
5475 * xmlmemory.c: added more debugging comments.
5476
5477Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5478
5479 * xmlreader.c: seems the reader buffer could be used while not
5480 allocated, fixes bug #145218
5481
5482Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5483
5484 * python/generator.py: do not provide functions used as destructor
5485 of classes as public methods to avoid double-free problem like
5486 in bug #145185
5487
5488Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5489
5490 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5491 Now compiles warning-free, all tests passed.
5492 * SAX2.c: small change to comments for documentation.
5493 No change to logic.
5494
5495Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5496
5497 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5498
5499Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5500
5501 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5502 allocation problem
5503
5504Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5507 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5508 applied Schemas patches from Kasimier Buchcik, there is still
5509 one open issue about referencing freed memory.
5510 * test/schemas/* result/schemas/*: updated with new tests from
5511 Kasimier
5512
5513Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5514
5515 * include/libxml/globals.h include/libxml/xmlIO.h
5516 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5517 to globals.h to avoid some troubles pointed out by Rob Richards
5518
5519Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5520
5521 * libxml.m4: applied changes suggested by Mike Hommey, remove
5522 libxml1 support and use CPPFLAGS instead of CFLAGS
5523
5524Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5525
5526 * libxml.spec.in: another, more 'experimental' feature to
5527 get compiler optimization based on gcc runtime profiling
5528
5529Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5530
5531 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
5532 Ven suggestion to reduce ELF footprint and generated code. Based on
5533 aliasing of libraries function to generate direct call instead of
5534 indirect ones
5535 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
5536 generation of elfgcchack.h based on the API description, extended
5537 the API description to show the conditionals configuration flags
5538 required for symbols.
5539 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
5540 * doc/*: regenerated the docs.
5541
5542Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5543
5544 * regressions.py, regressions.xml: new files for running
5545 regression tests under Python. Not yet complete, but
5546 should provide good testing under both Linux and Windows.
5547 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
5548 for --push testing to include the 'rb' param when compiled
5549 under Windows.
5550
5551Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5552
5553 * uri.c: fixed a problem when base path was "./xxx"
5554 * result/XInclude/*: 5 test results changed by above.
5555 * Makefile.am: fixed a couple of spots where a new
5556 result file used different flags that the testing one.
5557
5558Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
5559
5560 * valid.c: suppressed warnings from within xmlValidGetValidElements
5561 (bug 144644)
5562 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
5563 (bug 144245)
5564
5565Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5566
5567 * valid.c: implemented bugfix from Massimo Morara for DTD
5568 dumping problem.
5569 * test/valid/t10.xml, result/valid/t10.*: added regression
5570 for above
5571 * configure.in: small change for my profile settings
5572
5573Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
5574
5575 * doc/xmlcatalog_man.xml, xmlcatalog.1
5576 Docs patch from Ville Skytta, bugzilla #144841
5577
5578Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
5579
5580 * doc/xmllint.xml, xmllint.html, xmllint.1
5581 update man page to reflect William's newly disciplined return
5582 code mojo
5583
5584Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5585
5586 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
5587 compilation errors when configured with --with-minimum
5588
5589Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5590
5591 * debugXML.c: applied patch from Stefano Debenedetti to register
5592 namespaces in the debug shell
5593
5594Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5595
5596 * xmlreader.c: fix from Steve Ball and update of the comment.
5597 * Makefile.am result/errors/*.str: William pointed out that
5598 the streaming error checking part wasn't streaming, fixing
5599
5600Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5601
5602 * catalog.c: patch from Igor for the default catalog path on Windows
5603
5604Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5605
5606 * configure.in: apparently wasn't updated last time
5607
5608Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5609
5610 * configure.in, xmlmemory.c, globals.c: fixed problem when
5611 configuring using --with-thread-alloc
5612
5613Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5614
5615 * win32/configure.js win32/Makefile.* minor changes for the new
5616 layout of the Windows binary package
5617
5618Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5619
5620 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
5621 from Kasimier Buchcik for Schema Component Constraints
5622 * test/schemas/* result/schemas/*: added the regression tests
5623
5624Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5625
5626 * xmllint.c: fixed missing error return code for schema
5627 validation (bug 143880), also changed over to an enum for
5628 defining the error return codes for all conditions.
5629
5630Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5631
5632 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
5633 problem when substituing entities using the Reader, the entities
5634 content might be freed and if rereferenced would crash
5635 * Makefile.am test/* result/*: added a new test case and a new
5636 test operation for the reader with substitution of entities.
5637
5638Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5639
5640 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
5641 applied patch from Rob Richards for the per thread I/O mappings
5642
5643Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5644
5645 * xinclude.c: some further enhancement to take care of
5646 xml:base for XPointer elements (bug 143886). Also fixed
5647 a problem when xml:base was already specified on an
5648 XInclude'd element.
5649
5650Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
5651
5652 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
5653 (bug 143738).
5654
5655Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
5656
5657 * uri.c, include/libxml/uri.h: added a new routine
5658 xmlBuildRelativeURI needed for enhancement of xinclude.c
5659 * xinclude.c: changed handling of xml:base (bug 135864)
5660 * result/XInclude/*: results of 5 tests changed as a result
5661 of the above change
5662
5663Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5664
5665 * test/schemas/* result/schemas/*: added a bunch of tests from
5666 Kasimier Buchcik posted on May 11
5667
5668Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5669
5670 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
5671 of wildcards attribute handling
5672 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
5673 regression tests
5674
5675Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5676
5677 * parser.c: fixed a bug where invalid charrefs may not be detected
5678 sometimes as pointed by Morus Walter.
5679 * test/errors/charref1.xm result/errors/charref1.xml*: added the
5680 test in the regression suite.
5681
5682Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5683
5684 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
5685 also corrected typo on error code enum.
5686 * include/libxml/xmlerror.h: corrected typo on schema error
5687 code enum
5688
5689Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
5690
5691 * xmlschemas.c: minor cosmetic changes, no change to logic.
5692 * result/schemas/attruse_0_[12].err: regenerated
5693 * globals.c: added a newline at end to make gcc happy
5694
5695Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
5696
5697 * xmlschemas.c include/libxml/schemasInternals.h
5698 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
5699 implementing attribute uses and wildcards.
5700 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
5701
5702Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5703
5704 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
5705 Rob Richards for custom I/O BufferCreateFilenane fixes bug
5706 #143366
5707
5708Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
5709
5710 * xpath.c: fixed problem with predicate evaluation on an
5711 empty nodeset (bug 143409)
5712
5713Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
5714
5715 * testSAX.c: fixed problem with attribute listing (bug 142674)
5716 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
5717 gets called (bug 142686)
5718
5719Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5720
5721 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
5722 Charles Bozeman fixing a side effect in date handling
5723
5724Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
5725
5726 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
5727 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
5728
57292004-05-25 Aleksey Sanin <aleksey@aleksey.com>
5730
5731 * c14n.c: fixed c14n bug with serializing attribute namespaces
5732
5733Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5734
5735 * xpath.c: fixed to allow '+' in exponent of number
5736 (bug 143005)
5737 * SAX2.c: fixed typo in last commit
5738
5739Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5740
5741 * SAX2.c: skipped call to xmlValidateNCName when compiling
5742 --with-minimum (bug 142917)
5743
5744Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5745
5746 * catalog.c: reverted the broken change.
5747
5748Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5749
5750 * NEWS doc/*: updated the docs for 2.6.10
5751
5752Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
5753
5754 * configure.in : releasing 2.6.10
5755
5756Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5757
5758 * tree.c: avoid returning default namespace when searching
5759 from an attribute
5760 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
5761 back to escaping " since the normal serialization routines do not
5762 use it anymore, should close bug #134477 . Tried to make
5763 the writer avoid it too but it didn't work.
5764
5765Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5766
5767 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
5768 handling and added direct links to bugzilla report for
5769 bug numbers.
5770
5771Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
5772
5773 * error.c: modified to assure proper user data is sent to
5774 structured error routine (bug 142598)
5775
5776Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5777
5778 * catalog.c: a couple of large static variable which should really
5779 not be declared as such cluttered the .bss section.
5780
5781Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5782
5783 * doc/ChangeLog.awk: fixed a couple of problems when parsing
5784 libxslt ChangeLog
5785
5786Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5787
5788 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
5789 ChangeLog page generation. The awk shoudl escape characters
5790 not okay in XML and the xslt should make links to functions
5791 or variables or bug reported in the entries.
5792
5793Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5794
5795 * xmlsave.c include/libxml/xmlsave.h: start adding API for
5796 escaping customization.
5797
5798Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5799
5800 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
5801
5802Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5803
5804 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
5805
5806Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5807
5808 * parser.c: enhanced the enhancement, fixed another couple of
5809 special cases.
5810
5811Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5812
5813 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
5814
5815Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5816
5817 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
5818 handling, start to looks better, need to be completed and added
5819 directly at the saving context level.
5820
5821Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5822
5823 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
5824 the escape on save routines for better performances (less malloc)
5825 and more flexibility using the new saving context. Preliminary
5826 work, interface will change.
5827
5828Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5829
5830 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
5831 element reference within the xs:all construct (bug 139897)
5832
5833Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5834
5835 * xinclude.c: a little further fixing of fallback processing, this
5836 time for fallback with children (bug 139520).
5837
5838Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5839
5840 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
5841 allow ref in group definition (bug 134411). Also fixed
5842 misc compilation warning messages.
5843 * result/schema/group0_0_0, result/schema/group0_0_0.err:
5844 regenerated (now no error reported).
5845
5846Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5847
5848 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
5849 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
5850 #141195 about text between comments.
5851
5852Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
5853
5854 * xmlschemas.c, include/libxml/schemasInternals.h,
5855 include/libxml/xmlerror.h: Applied patches supplied by
5856 Kasimier Buchcik.
5857 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
5858 changed test to account for above patch.
5859
5860Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5861
5862 * python/tests/tstLastError.py: better portability fix for f(*args),
5863 use apply(f, args) as Stephane Bidoul suggested
5864
5865Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5866
5867 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
5868 is already present and, if so, to ignore the request to add it.
5869 This has a very dramatic effect on memory requirements as well
5870 as efficiency. It also fixes bug 141762.
5871
5872Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5873
5874 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
5875 applied patch from Ed Davis to allow "make tests" to work
5876 with Python 1.5
5877
5878Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5879
5880 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
5881 fixes bug #141266
5882 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
5883 test
5884
5885Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5886
5887 * Makefile.am: fix for a pedantic make check without make all request
5888
5889Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5890
5891 * uri.c xmlIO.c: fixing some problems in URI unescaping
5892 and output buffer opening, this should fix #141864
5893
5894Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5895
5896 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
5897 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
5898 Matt Sergeant
5899
5900Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
5901
5902 * xmlregexp.c: enhanced the handling of subexpression ranges
5903 which have a minOccurs of 0 (bug 140478 again); cleaned up
5904 comments throughout the module.
5905
5906Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5907
5908 * xmllint.c: adding a --maxmem option to check memory used.
5909
5910Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5911
5912 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
5913 bug #141529 i.e. various problems when building with --without-html
5914
5915Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5916
5917 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
5918 call the deregistering functions. Also added the check to
5919 xmllint --stream --chkregister .
5920
5921Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5922
5923 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
5924 regression tests on Windows
5925
5926Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5927
5928 * xmlreader.c: never commit without running make tests first !
5929
5930Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5931
5932 * xmlreader.c: fix a nasty problem with reading over the end
5933 * xmlsave.c: fix a reported memory leak apparently
5934
5935Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5936
5937 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
5938 on Windows.
5939 * xpath.c: the NaN problem also shows up on Borland
5940
5941Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
5942
5943 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
5944 occurs 0 problems - fixes bug 140478.
5945
5946Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5947
5948 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
5949 from Kasimier Buchcik
5950 * xmlschemas.c: recursive xs:extension fix from taihei goi
5951
5952Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
5953
5954 * tree.c: small buffer resizing improvement from Morten Welinder
5955 closes #140629
5956
5957Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5958
5959 * xpath.c: last version of the fix for MSC version 1200
5960
5961Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5962
5963 * parser.c: killing the strncmp vs. memcmp controversy and #140593
5964
5965Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5966
5967 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
5968 inexistent functions, cleaned them out.
5969
5970Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5971
5972 * error.c: Johnson Cameron pointed out that
5973 initGenericErrorDefaultFunc() was really wrong.
5974 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
5975 must be made public, added some missing comments on the XMLReader
5976 header.
5977 * c14n.c: Alexsey fixed C14N bug with processing namespaces
5978 from attributes
5979
5980Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5981
5982 * xpath.c: fixed a stupid () error + Mark name.
5983
5984Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5985
5986 * configure.in: preparing 2.6.9 release
5987 * doc/* News: updated and rebuilt the docs
5988
5989Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
5990
5991 * xpath.c: relaxed id() to not check taht the name(s) passed
5992 are actually NCName, decided this in agreement with Aleksey Sanin
5993 since existing specs like Visa3D broke that conformance checking
5994 and other tools seems to not implement it sigh...
5995 * SAX2.c: check attribute decls for xml:id and the value is an
5996 NCName.
5997 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
5998
5999Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6000
6001 * xpath.c: work around Microsoft compiler NaN bug raise reported
6002 by Mark Vakoc
6003 * xmlschemas.c include/libxml/schemasInternals.h
6004 include/libxml/xmlerror.h: fixed a recusive extention schemas
6005 compilation error raised by taihei goi
6006
6007Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6008
6009 * libxml.spec.in: keep the ChangeLog compressed
6010 * xmlreader.c: fix a segfault when using Close()
6011 * python/tests/Makefile.am python/tests/reader8.py: test for
6012 the Close() reader API.
6013
6014Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6015
6016 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6017 doc/examples/io2.c: minor warning cleanup (no change to logic)
6018 * xinclude: fixed return value for internal function
6019 xmlXIncludeLoadFallback (now always 0 or -1)
6020
6021Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6022
6023 * valid.c: small enhancement to fix bug 139791
6024
6025Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6026
6027 * xmlschemas.c include/libxml/schemasInternals.h
6028 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6029 for the attribute use support
6030 * test/schemas/attruse* result/schemas/attruse*: added the
6031 tests to the regression suite.
6032
6033Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6034
6035 * xmlsave.c: move the TODO as comments as the function while not
6036 finished are usable as-is
6037 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6038 implementing union
6039 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6040 * python/Makefile.am: applied fix from Mike Hommey
6041
6042Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6043
6044 * parser.c: fixed problem with detecting external dtd
6045 encoding (bug 135229).
6046 * Makefile.am: minor change to test label
6047
6048Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6049
6050 * xinclude.c: fixed problem causing duplicate fallback
6051 execution (bug 139520)
6052 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6053 added testcase
6054
6055Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6056
6057 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6058 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6059 4 first regression tests
6060
6061Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6062
6063 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6064 should depend on the version of python used to compile it.
6065
6066Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6067
6068 * HTMLparser.c: applied patch from James Bursa, frameset should
6069 close head.
6070
6071Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6072
6073 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6074 which was causing check-relaxng-test-suite.py test 351 to fail.
6075
6076Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6077
6078 * nanohttp.c: implemented fix for M$ IIS redirect provided
6079 by Ian Hummel
6080 * relaxng.c: fixed problem with notAllowed compilation
6081 (bug 138793)
6082
6083Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6084
6085 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6086 from Mark Vakoc.
6087
60882004-04-01 Johan Dahlin <johan@gnome.org>
6089
6090 * python/.cvsignore: Add generated files, to make cvs silent.
6091
6092Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6093
6094 * xmlschemas.c: small signed-ness patch from Steve Little
6095
6096Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6097
6098 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6099 xmlschemas regexp that William pointed out while working on
6100 #134120
6101 * test/regexp/branch result/regexp/branch: added a specific
6102 regression test
6103
6104Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6105
6106 * Makefile.am: added PYTHONPATH to python tests for Schemas
6107 and RelaxNG
6108 * test/xsdtest/xsdtestsuite.xml: added testfile for
6109 SchemasPythonTests
6110
6111Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6112
6113 * doc/examples/examples.xsl doc/examples/index.html: added
6114 information about compiling on Unix
6115
6116Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6117
6118 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6119 * doc/*: rebuilt to update
6120
6121Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6122
6123 * xmlsave.c: optimize indentation based on the new context
6124
6125Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6126
6127 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6128 a very tricky problem when modifying the tree based on an XPath
6129 result query.
6130
6131Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6132
6133 * relaxng.c: fixed problem with IS_COMPILABLE flag
6134 (bug 130216)
6135
6136Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6137
6138 * parser.c: applied patch from Dave Beckett to correct line number
6139 errors when using push with CDATA
6140
6141Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6142
6143 * doc/examples/xpath1.c: added a test template
6144 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6145 added a new example, and make valgrind target
6146
6147Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6148
6149 * parser.c: apply fix for #136693
6150
6151Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6152
6153 * doc/examples/io2.c
6154 * doc/examples/io2.res
6155 add xmlDocDumpMemory example in response to mailing list FAQ
6156 (rebuilt xml and html also)
6157
6158Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6159
6160 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6161 patch from Mark Vakoc avoiding using xmlParse* option and use
6162 xmlRead* instead
6163 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6164 to avoid problems with some pathnames.
6165
6166Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6167
6168 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6169 the docs.
6170 * Makefile.am: use valgring fro the new Python based regression tests
6171
6172Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6173
6174 * relaxng.c: remove a memory leak on schemas type facets.
6175 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6176 check-xsddata-test-suite.py: reduce verbosity
6177 * configure.in Makefile.am: incorporated the Python regressions
6178 tests for Relax-NG and Schemas Datatype to "make tests"
6179
6180Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6181
6182 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6183 Alfred Mickautsch for better DTD support.
6184 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6185 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6186 reference counting is handled in the XML parser which had the
6187 side effect of removing a lot of hazardous cruft added to try
6188 to fix the problems associated as they popped up.
6189 * xmlIO.c: FILE * close fixup for stderr/stdout
6190
6191Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6192
6193 * relaxng.c: added an error message when an element is not
6194 found within a <choice> (bug 126093)
6195
6196Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6197
6198 * xmlregexp.c: enhanced the logic of parsing char groups to
6199 better handle initial or ending '-' (bug 135972)
6200
6201Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6202
6203 * relaxng.c: added check for external reference in
6204 xmlRelaxNGGetElements (bug 137718)
6205 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6206 regression test for above
6207
6208Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6209
6210 * nanohttp.c: added a close for the local file descriptor
6211 (bug 137474)
6212
6213Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6214
6215 * xmlsave.c: switched the output routines to use the new context.
6216
6217Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6218
6219 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6220 nodes (bug 137153)
6221
6222Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6223
6224 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6225
6226Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6227
6228 * parser.c: fix bug reported by Holger Rauch
6229 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6230 result/att8.sax: added the test to th regression suite
6231
6232Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6233
6234 * doc/search.php: Minor change for later verson of php requiring
6235 $HTTP_GET_VARS.
6236
6237Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6238
6239 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6240 previously used only for recursion, to use a value of '2' to
6241 indicate copy properties & namespaces, but not children.
6242 * xinclude.c: changed the handling of ranges to use the above new
6243 facility. Fixes Bug 134268.
6244
6245Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6246
6247 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6248 added new module xmlsave with patch supplied by Eric Zurcher
6249 (second attempt - don't know what happened to the first one!)
6250
6251Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6252
6253 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6254 providing Python bindings for the Canonicalization C14N support.
6255
6256Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6257
6258 * .cvsignore and python/.cvsignore patched
6259
6260Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6261
6262 * xinclude.c: enhanced to assure that if xpointer is called
6263 for a document, the XML_PARSE_NOENT flag is set before parsing
6264 the included document so that entities will automatically get
6265 taken care of.
6266 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6267 is encountered, it will log it and not crash (bug 135713)
6268
6269Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6270
6271 * xinclude.c: modified to make sub-includes inherit the
6272 parse flags from the parent document (bug 132597)
6273
6274Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6275
6276 * xmlschemas.c: QName handling fixes for the XML Schemas
6277 support from Adam Dickmeiss
6278 * test/schemas/po1_0.xsd: also fix the schemas
6279 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6280 regression tests
6281
6282Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6283
6284 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6285 paalied patch from Julio M. Merino Vidal fixing bug #134751
6286 to fix --with-html-dir option.
6287 * doc/*: rebuilt fully the docs
6288 * doc/html/libxml-xmlsave.html: new file from new header.
6289
6290Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6291
6292 * debugXML.c testHTML.c tree.c doc/examples/*.c
6293 include/libxml/xmlsave.h: fixing compilation bug with some options
6294 disabled as well as --with-minimum should fix #134695
6295
6296Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6297
6298 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6299 should close #134092
6300
6301Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6302
6303 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6304 the new xmlsave module before the actuall big code change.
6305
6306Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6307
6308 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6309 * test/schemas/mixed* result/schemas/mixed*: added his regression
6310 tests too.
6311
6312Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6313
6314 * testSAX.c: fix a compilation problem about a missing timb include
6315
6316Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6317
6318 * testSAX.c: small enhancement to prevent trying to print
6319 strings with null pointers (caused "make tests" errors on
6320 HP-UX)
6321
6322Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6323
6324 * doc/xmllint.xml
6325 * doc/xmllint.1
6326 * doc/xmllint.html
6327 * doc/xmlcatalog_man.xml
6328 * doc/xmlcatalog.1
6329 * doc/xmlcatalog_man.html
6330 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6331 use
6332
6333Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6334
6335 * Makefile.am: patch for cross-compilation to Windows from
6336 Christophe de VIENNE.
6337
6338Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6339
6340 * doc/*.html, doc/html/*.html: regenerated docs using older
6341 version of xsltproc pending resolution of AVT problem
6342
6343Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6344
6345 * Makefile.am: applied patch from Charles Bozeman to not use
6346 the system xmllint.
6347
6348Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6349
6350 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6351 for MingW
6352
6353Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6354
6355 * Makefile.am catalog.c configure.in: applied a cleanup patch
6356 from Peter Breitenlohner
6357 * tree.c: removed a doc build warning by fixing a param comment
6358 * doc/* : rebuilt the docs
6359
6360Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6361
6362 * valid.c HTMLparser.c: avoid ID error message if using
6363 HTML_PARSE_NOERROR should fix #130762
6364
6365Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6366
6367 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6368 fixing compilation and link option when configuring with
6369 --without-valid should fix #135309
6370
6371Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6372
6373 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6374 * parser.c: cleanup
6375 * valid.c: speedup patch from Petr Pajas
6376
6377Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6378
6379 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6380 on the list by Mike Hommey
6381
6382Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6383
6384 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6385 rebuilt the documentation.
6386
6387Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6388
6389 * python/tests/*.py: applied patch from Malcolm Tredinnick
6390 to avoid tabs in python sources, should fix #135095
6391
6392Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6393
6394 * testSAX.c: add --timing option
6395 * relaxng.c: use the psvi field of the nodes instead of _private
6396 which may be used for other purposes.
6397
6398Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6399
6400 * encoding.c: small patch to try to fix a warning with Sun One compiler
6401
6402Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6403
6404 * encoding.c: small patch removing a warning with MS compiler.
6405
6406Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6407
6408 * debugXML.c: added "relaxng" option to the debugging shell
6409 * Makefile.am test/errors/* result/errors/*: some regression tests
6410 for some error tests cases.
6411
6412Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6413
6414 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6415 is passed.
6416 * test/att7 result//att7*: adding an old regression test
6417 laying around on my laptop
6418
6419Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6420
6421 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6422 on large file by using xmlParserInputBufferCreateStatic() with
6423 the mmap'ed file
6424
6425Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6426
6427 * tree.c: some clarification in xmlDocDumpMemory() documentation
6428 * xmllint.c: fixed xmllint --stream --timing to get timings back
6429
6430Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6431
6432 * parser.c: fixed a problem in push mode when attribute contains
6433 unescaped '>' characters, fixes bug #134566
6434 * test/att6 result//att6*: added the test to the regression suite
6435
6436Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6437
6438 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6439 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6440 xmlAddRef
6441
6442Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6443
6444 * python/tests/indexes.py python/tests/reader.py: indicated
6445 encoding of the test file, needed for python 2.3
6446
6447Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6448
6449 * xpath.c: fixed problem with numbers having > 19
6450 fractional places (bug 133921)
6451
6452Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6453
6454 * xpath.c: applied optimization patch from Petr Pajas
6455
6456Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6457
6458 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6459 from Alfred Mickautsch and the added patch from Lucas Brasilino
6460
6461Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6462
6463 * benchmark.png index.html xml.html: updating the benchmark
6464 graph and using a PNG instead of a GIF
6465 * xmlreader.c: updated the TODO
6466
6467Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6468
6469 * doc/tutorial/xmltutorial.xml
6470 * doc/tutorial/xmltutorial.pdf
6471 * doc/tutorial/*.html
6472 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6473 last name I don't know, for pointing this out
6474
6475Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6476
6477 * NEWS configure.in: preparing release of 2.6.6
6478 * doc/*: updated the docs and rebuilt them
6479
6480Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6481
6482 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6483 suspicious about it but this is fairly contained and regression
6484 tests still passes.
6485 * test/schemas/all1* result/schemas/all1*: added the test to
6486 the regression suite.
6487
6488Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6489
6490 * parser.c: fixed bug #132575 about finding the end of the
6491 internal subset in push mode.
6492 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6493 added the test to the regression suite
6494
6495Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6496
6497 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6498 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6499 * doc/*: updated the benchmark rebuilt the docs
6500 * python/tests/Makefile.am python/tests/indexes.py: added a
6501 specific regression test for xmlByteConsumed()
6502 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6503
6504Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6505
6506 * tree.c: fixed missing output of internal DTD param entities when
6507 nothing else present in DTD (bug 134052)
6508
6509Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6510
6511 * encoding.c: applied patch supplied by Christophe Dubach
6512 to fix problem with --with-minimum configuration
6513 (bug 133773)
6514 * nanoftp.c: fixed potential buffer overflow problem,
6515 similar to fix just applied to nanohttp.c.
6516
6517Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6518
6519 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6520 William :-)
6521
6522Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6523
6524 * acinclude.m4, configure.in: fixed problem concerning
6525 determining SOCKLEN_T as pointed out by Daniel Richard G.
6526 on the mailing list
6527
6528Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6529
6530 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
6531
6532Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6533
6534 * xpath.c: small patch from Philip Ludlam to avoid warnings.
6535
6536Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6537
6538 * encoding.c: applied a small patch from Alfred Mickautsch
6539 to avoid an out of bound error in isolat1ToUTF8()
6540
6541Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6542
6543 * xinclude.c: remove the warning on the 2001 namespace
6544 * parser.c parserInternals.c xpath.c: remove some warnings
6545 when compiling with MSVC6
6546 * nanohttp.c: applied a patch when using _WINSOCKAPI_
6547
6548Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
6549
6550 * xinclude.c: added a small hack to fix interference between
6551 my fixes for bugs 132585 and 132588.
6552 * python/libxml.c: fixed problem with serialization of namespace
6553 reported on the mailing list by Anthony Carrico
6554
6555Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6556
6557 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
6558 (bug 133686).
6559
6560Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6561
6562 * xmlwriter.c: fixed problem with return value of
6563 xmlTextWriterWriteIndent() (bug 133297)
6564
6565Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6566
6567 * xinclude.c: changed coding to output good XIncludes when
6568 one or more bad ones are present (bug 132588)
6569
6570Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
6571
6572 * xinclude.c: corrected handling of empty fallback condition
6573 (bug 132585)
6574
6575Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
6576
6577 * HTMLparser.c: added initialisation for ctxt->vctxt
6578 in HTMLInitParser (bug 133127)
6579 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
6580 from several function params)
6581
6582Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
6583
6584 * xinclude.c: fixed problem regarding freeing of dictionary
6585 when there are errors within an XInclude file (bug 133106).
6586 Thanks to Oleg Paraschenko for the assistance.
6587
6588Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6589
6590 * xmlschemastypes.c: fixed validation of maxLength with no
6591 content using patch submitted by Eric Haszlakiewicz
6592 (bug 133259)
6593
6594Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6595
6596 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
6597 calling convention to the public function prototypes (rep by
6598 Cameron Johnson)
6599 * include/libxml/xmlexports.h: fixed mingw+msys compilation
6600 (rep by Mikhail Grushinskiy)
6601
6602Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6603
6604 * xmlwriter.c: enhanced output indenting (bug 133264)
6605
6606Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
6607
6608 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
6609 Steve Ball to provide structured error reports.
6610
6611Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6612
6613 * tree.c, include/libxml/tree.h: moved serialization of
6614 attribute text data (xmlSerializeContent) into a separate
6615 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
6616 * xmlwriter.c: changed handling of attribute string to use the
6617 routine above (fixed bug 131548)
6618
6619Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
6620
6621 * doc/examples/reader1.c, reader2.c, reader3.c
6622 * doc/examples/examples.xml
6623 * doc/examples/*.html
6624 add note that reader examples need libmxl2 > 2.6, rebuild
6625 html - this time doing it correctly :-)
6626
6627Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
6628
6629 * doc/examples/examples.xml
6630 * doc/examples/*.html
6631 add note that reader examples need libmxl2 > 2.6, rebuild
6632 html
6633
6634Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
6635
6636 * xpath.c: added (void *) type override to prevent
6637 warning on Solaris (Bug 132671)
6638
6639Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
6640
6641 * doc/examples/Makefile.am
6642 per Jan. 15 email to the list from oliverst, the index.html
6643 file from this directory wasn't making it into the tarball
6644
6645Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6646
6647 * acinclude.m4: applied fix from Alexander Winston for a problem
6648 related to automake-1.8 , c.f. #132513 and #129861
6649
6650Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
6651
6652 * doc/examples/index.py: don't rely on . being on the path for
6653 make tests, should keep Mr. Crozat quiet until next time...
6654
6655Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
6656
6657 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
6658 docs, checked rngparser stuff does not end up in the tarball
6659
6660Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6661
6662 * python/libxml.c: applied patch from Frederic Peters
6663 fixing the wrong arg order in xpath callback in bug #130980
6664
6665Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
6666
6667 * xinclude.c: fixing #130453 XInclude element with no href attribute
6668 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
6669 the compact syntax will require more work, postponed for the
6670 2.6.5 release.
6671
6672Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6673
6674 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
6675 Steve Ball to avoid a double-free.
6676
6677Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
6678
6679 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
6680 test result, fixed a awful lot of memory leaks showing up in
6681 testWriter.c, changed the examples and the Makefiles to test
6682 memory leaks.
6683 * xmlwriter.c: fixed a memory leak
6684 * Makefile.am: run the doc/examples regression tests as part of
6685 make tests
6686 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
6687 compile an XPath expression within a context, currently the goal
6688 is to be able to reuse the XSLT stylesheet dictionnary, but this
6689 opens the door to others possible optimizations.
6690 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
6691 to build a new dictionnary based on another read-only dictionnary.
6692 This is needed for XSLT to keep the stylesheet dictionnary read-only
6693 while being able to reuse the strings for the transformation
6694 dictionnary.
6695 * xinclude.c: fixed a dictionnar reference counting problem occuring
6696 when document parsing failed.
6697 * testSAX.c: adding option --repeat for timing 100times the parsing
6698 * doc/* : rebuilt all the docs
6699
6700Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
6701
6702 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
6703
6704Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6705
6706 * xmlschemastypes.c: applied patch from John Belmonte for
6707 normalizedString datatype support.
6708
6709Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6710
6711 * xpath.c: fixed problem with union when last() is used
6712 in predicate (bug #131971)
6713 * xpointer.c: minor change to comment for doc generation
6714
6715Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6716
6717 * parser.c: fixed bug #131745 raised by Shaun McCance with the
6718 suggested patch
6719
6720Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
6721
6722 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
6723 leak reported on the list.
6724
6725Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6726
6727 * python/generator.py python/tests/tstLastError.py: applied
6728 patch from Stephane Bidoul to add enums to the Python bindings.
6729
6730Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6731
6732 * testHTML.c: another small patch from Mark Vakoc
6733
6734Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
6737 patch from Mark Vakoc to not use SAX1 unless necessary.
6738
6739Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
6740
6741 * dict.c parser.c xmlstring.c: some parser optimizations,
6742 xmllint --memory --timing --repeat --stream ./db10000.xml
6743 went down from 16.5 secs to 15.5 secs.
6744
6745Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6746
6747 * xmlschemas.c: removed a memory leak remaining from the switch
6748 to a dictionnary for string allocations c.f. #130891
6749
6750Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6751
6752 * xmlreader.c: fixing some problem if configured --without-xinclude
6753 c.f. #130902
6754
6755Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6756
6757 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
6758 c.f. #130896
6759
6760Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6761
6762 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
6763 applying patch from Mark Vakoc for Windows
6764 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
6765 fixes from Sven Zimmerman
6766
6767Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6768
6769 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
6770 python/tests/Makefile.am python/tests/tstLastError.py: applied
6771 patch from Stephane Bidoul for structured error handling from
6772 python, and the associated test
6773
6774Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6775
6776 * configure.in: fixed Bug130593
6777 * xmlwriter.c: fixed compilation warning
6778
6779Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6780
6781 * include/libxml/xmlstring.h: fixed the comment in the header
6782 * doc/*: rebuilt the docs
6783
6784Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6785
6786 * encoding.c, parser.c, xmlstring.c, Makefile.am,
6787 include/libxml/Makefile.am, include/libxml/catalog.c,
6788 include/libxml/chvalid.h, include/libxml/encoding.h,
6789 include/libxml/parser.h, include/libxml/relaxng.h,
6790 include/libxml/tree.h, include/libxml/xmlwriter.h,
6791 include/libxml/xmlstring.h:
6792 moved string and UTF8 routines out of parser.c and encoding.c
6793 into a new module xmlstring.c with include file
6794 include/libxml/xmlstring.h mostly using patches from Reid
6795 Spencer. Since xmlChar now defined in xmlstring.h, several
6796 include files needed to have a #include added for safety.
6797 * doc/apibuild.py: added some additional sorting for various
6798 references displayed in the APIxxx.html files. Rebuilt the
6799 docs, and also added new file for xmlstring module.
6800 * configure.in: small addition to help my testing; no effect on
6801 normal usage.
6802 * doc/search.php: added $_GET[query] so that persistent globals
6803 can be disabled (for recent versions of PHP)
6804
6805Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
6806
6807 * doc/tutorial/customfo.xsl
6808 * doc/tutorial/customhtml.xsl
6809 update custom tutorial-building stylesheets in preparation
6810 for tutorial update
6811
6812Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
6813
6814 * rngparser.c: commiting the compact relax ng parser. It's not
6815 completely finished, it's not integrated but I want to save the
6816 current state
6817
6818Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6819
6820 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
6821 win32/libxml2.def.src: fixed apibuild.py's generation of
6822 "constructors" to be in alphabetical order (instead of previous
6823 random sequence); regenerated resulting files.
6824
6825Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6826
6827 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
6828 problem.
6829
6830Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
6831
6832 * doc/newapi.xsl: change background color of function
6833 declaration to improve readability
6834 * doc/*: rebuild docs with new stylesheet
6835
6836Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
6837
6838 * parser.c, include/libxml/parser.h: added a routine
6839 xmlStrncatNew to create a new string from 2 frags.
6840 * tree.c: added code to check if node content is from
6841 dictionary before trying to change or concatenate.
6842
6843Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6844
6845 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
6846 Bug 130419) and eliminated xmlInitMemoryDone. More
6847 improvement needed.
6848 * xml2-config.in: added an additional flag (--exec-prefix) to
6849 allow library directory to be different from include directory
6850 (Bug 129558).
6851
6852Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6853
6854 * error.c: applied patch from Stéphane Bidoul for structured error
6855 reporting.
6856
6857Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6858
6859 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
6860 Lucas Brasilino to add indentation support to xmlWriter
6861
6862Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6863
6864 * xinclude.c: fixed problem with "recursive" include (fallback
6865 contains another include - Bug 129969)
6866
6867Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6868
6869 * SAX2.c: found and fixed a bug misallocating some non
6870 blank text node strings from the dictionnary.
6871 * xmlmemory.c: fixed a problem with the memory debug mutex
6872 release.
6873
6874Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
6875
6876 * xinclude.c: fixed problem caused by wrong dictionary
6877 reference count, reported on the list by Christopher
6878 Grayce.
6879
6880Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
6881
6882 * python/generator.py, python/libxml2class.txt: fixed problem
6883 pointed out by Stéphane Bidoul on the list.
6884 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
6885 completed modifications required to fix Bug 129967 (at last!).
6886 Now wait to see how long before further trouble...
6887
6888Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
6889
6890 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
6891 memory leak reported by Dave Beckett
6892 * xmlschemas.c: Removed spurious comment reported on the mailing
6893 list
6894 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
6895 Further work on Bug 129967 concerning xpointer range handling
6896 and range-to function; much better, but still not complete
6897
6898Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
6899
6900 * valid.c: xmlValidateElement could crash for element holding a
6901 namespace declaration but not in a namespace. Oliver Fischer
6902 provided the example.
6903
6904Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
6905
6906 * xmllint.c: issue validation status on stderr, not stdout as suggested
6907 by Pawel Palucha
6908 * result/relaxng/*: this change slightly all the output from RNG
6909 regressions.
6910
6911Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
6912
6913 * xmlschemas.c: edited a couple of comments in accordance with
6914 posting on the mailing list (no logic change)
6915 * xpointer.c: working on Bug 129967, added check for NULL
6916 nodeset to prevent crash. Further work required.
6917 * xpath.c: working on Bug 129967, added code to handle
6918 XPATH_LOCATIONSET in RANGETO code, also added code to
6919 handle it in xmlXPathEvaluatePredicateResult. Further
6920 work required.
6921
6922Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
6923
6924 * xmlschemas.c: added tests for xs:all to assure minOccurs
6925 and maxOccurs <= 1 (Bug 130020)
6926
6927Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
6928
6929 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
6930 with patch from Charles Bozeman.
6931
6932Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
6933
6934 * xmlregexp.c: fixed problem causing segfault on validation error
6935 condition (reported on mailing list)
6936
6937Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
6938
6939 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
6940 parser contexts (problem reported on mailing list)
6941 * doc/apibuild.py: small change to prevent duplicate lines
6942 on API functions list. It will take effect the next time
6943 the docs are rebuilt.
6944
6945Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
6946
6947 * configure.in NEWS doc/*: updated the docs and prepared a new
6948 release 2.6.4
6949
6950Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
6951
6952 * legacy.c: remove deprecated warning on startElement()
6953
6954Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
6955
6956 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
6957 was broken with the new namespace. Fixes #129932
6958
6959Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
6960
6961 * xmlschemas.c include/libxml/schemasInternals.h: types might be
6962 redefined in includes, quick fix to allow this but lacks the
6963 equality of the redefinition test.
6964
6965Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
6966
6967 * valid.c: fixed bug concerning validation using external
6968 dtd of element with mutiple namespace declarations
6969 (Bug 129821)
6970
6971Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
6972
6973 * tree.c: inhibited production of "(null):" in xmlGetNodePath
6974 when node has default namespace (Bug 129710)
6975
6976Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
6977
6978 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
6979 document order for attributes is retained (Bug 129331)
6980
6981Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
6982
6983 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
6984 xmlReaderNewFd() xmlReaderForFd(), change those to not close
6985 the file descriptor. Updated the comment, should close #129683
6986
6987Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
6988
6989 * xinclude.c: fixed a serious problem in XInclude #129021
6990
6991Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
6992
6993 * parser.c: fixed bug #129489, propagation of parsing flags
6994 in entities.
6995 * parser.c xmlreader.c: improved the comments of parsing options
6996
6997Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
6998
6999 * python/Makefile.am, python/tests/Makefile.am,
7000 doc/Makefile.am: applied fixes to allow build from
7001 'outside' directory (Bug 129172)
7002
7003Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7004
7005 * tree.c - add explanation of namespace inheritance when
7006 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7007
7008Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7009
7010 * include/libxml/xpathInternals.h: undid last change (my
7011 bad). Put necessary fix in libxslt/libexslt instead.
7012 * include/libxml/DOCBparser.h: put test for __GCC__ on
7013 warning directive (Bug 129105)
7014
7015Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7016
7017 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7018 to cater for NULL pointer (bug 129561)
7019 * globals.c: added comment to suppress documentation warning
7020 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7021 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7022
7023Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7024
7025 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7026 using an xmlReaderWalker()
7027
7028Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7029
7030 * tree.c: fix misc. typos in doc comments
7031 * include/libxml/tree.h: elaborate on macro define doc comments
7032 * doc/*: rebuild docs
7033
7034Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7035
7036 * doc/examples/*: don't call the result files .out but .res as
7037 the Makefiles tend to try generating binaries for .out targets...
7038
7039Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7040
7041 * doc/html/libxml-pattern.html: - cvs add API docs for new
7042 pattern stuff
7043
7044Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7045
7046 * tree.c
7047 * doc/*:
7048 Elaborate in documentation discussion of xmlNewChild
7049 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7050 out the usefulness of a more explicit explanation of the
7051 reserved character escaping issue.
7052
7053Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7054
7055 * xmlcatalog.c: applied patch from Stefan Kost
7056
7057Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7058
7059 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7060
7061Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7062
7063 * win32/Makefile.* win32/configure.js: Added pattern support
7064
7065Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7066
7067 * configure.in doc/* libxml.spec.in: preparing release of
7068 libxml2-2.6.3, updated and regenerated the docs.
7069
7070Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7071
7072 * SAX2.c pattern.c: removed some compilation warnings
7073
7074Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7075
7076 * xmllint.c: fixing bug #119264 xmllint failing to report
7077 serialization errors in some cases.
7078
7079Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7080
7081 * entities.c: fixed an XML entites content serialization
7082 potentially triggered by XInclude, see #126817
7083
7084Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7085
7086 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7087 suggested by Daniel Schulman in #128313
7088
7089Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7090
7091 * configure.in Makefile.am: another patch from Kenneth Haley
7092 for Mingw, c.f. #128787
7093
7094Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7095
7096 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7097 for compiling on Mingw see #128786
7098
7099Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7100
7101 * xmllint.c: some flags were not passed down correctly as
7102 parsing options. Fixes #126806
7103
7104Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7105
7106 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7107 include/libxml/xmlerror.h: augmented the XInclude API
7108 to be able to pass XML parser flags down to the Inclusion
7109 process. Also resynchronized with the Last Call W3C Working
7110 Draft 10 November 2003 for the xpointer attribute.
7111 * Makefile.am test/XInclude/docs/nodes[23].xml
7112 result/XInclude/*: augmented the tests for the new namespace and
7113 testing the xpointer attribute, changed the way error messages
7114 are tested
7115 * doc/*: regenerated the documentation
7116
7117Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7118
7119 * error.c: filter warning messages if the global setting blocks them
7120 * xinclude.c xmlreader.c include/libxml/xinclude.h
7121 include/libxml/xmlerror.h: updated the change of namespace at
7122 the XInclude level, raise a warning if the old one is found,
7123 and some cleanup
7124
7125Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7126
7127 * tree.c: tentative fix for #126117 character reference in
7128 attributes output problem in some cornercase.
7129
7130Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7131
7132 * python/libxml.py: tried to fix the problems reported in
7133 bug #126735
7134 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7135 fixed again some problem trying to use the structured error
7136 handlers, c.f. bug #126735
7137 * result/VC/ElementValid: tiny change due to the fix
7138
7139Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7140
7141 * error.c: fixed __xmlRaiseError to use structured error handlers
7142 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7143
7144Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7145
7146 * parser.c: attempt to fix #126211 ...
7147
7148Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7149
7150 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7151 include/libxml/xmlreader.h: fixed the pattern interfaces
7152 but not yet the parser to handle the namespaces.
7153 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7154
7155Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7156
7157 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7158 include/libxml/pattern.h include/libxml/schemasInternals.h
7159 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7160 the make rebuild in doc, this include new directive to stop
7161 documentation warnings
7162 * doc/* doc/html/*: rebuilt the docs
7163 * pattern.c xmlreader.c include/libxml/pattern.h
7164 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7165 to save nodes while scanning the tree with the reader, cleanup
7166 the way element were freed, and xmlTextReaderPreserve()
7167 implementation, the API might change for namespace binding support
7168 when compiling patterns.
7169 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7170
7171Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7172
7173 * python/libxml.py: oops forgot to modify/commit the new code.
7174
7175Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7176
7177 * python/generator.py python/libxml.c python/libxml_wrap.h:
7178 cleanup the output buffer support to at least get the basic
7179 to work
7180 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7181 cleanup.
7182 * include/libxml/xmlwriter.h: cleanup
7183
7184Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7185
7186 * include/libxml/xmlversion.h.in
7187 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7188 docs
7189
7190Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7191
7192 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7193 regexp quantifiers
7194
7195Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7196
7197 * pattern.c include/libxml/pattern.h: adding the pattern node
7198 selection code. Inheried in part from libxslt but smaller.
7199 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7200 integrated the pattern module, made it a configure time option
7201 * xmllint.c: added --pattern to test when doing --stream
7202
7203Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7204
7205 * xmlreader.c: fixed a problem in xmlreader validation when
7206 streaming exposed by reader2 example.
7207
7208Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7209
7210 * doc/xml.html
7211 * doc/docs.html:
7212 add reference to the Code Examples page to docs.html list
7213 of resources
7214
7215Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7216
7217 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7218 from Eric
7219
7220Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7221
7222 * include/libxml/xinclude.h
7223 * doc/*: Add comments for macro definitions in xinclude.h and
7224 rebuild the docs
7225
7226Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7227
7228 * doc/docdescr.doc
7229 Updating William's explanation of how to build docs,
7230 reflecting Daniel's new docs build system
7231
7232Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7233
7234 * xmlmemory.c: enhanced by adding mutex to protect global
7235 structures in a multi-threading environment. This fixed
7236 some random errors on the Threads regression tests.
7237
7238Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7239
7240 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7241 import sys
7242
7243Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7244
7245 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7246 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7247 handled internally by default, with proper BOM and UTF-16LE
7248 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7249 BOM on output, and will be automatically recognized on input.
7250 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7251 added regression tests for above.
7252
7253Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7254
7255 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7256 build with all compilers. Added C-Runtime option for MSVC. Included
7257 xmlWriter.
7258 * xmlwriter.c: Added IN_LIBXML macro
7259
7260Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7261
7262 * win32/Makefile.bcb: applied patch from Eric
7263
7264Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7265
7266 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7267 is broken on 2.6.x
7268
7269Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7270
7271 * entities.c: fixed #127877, never output &quot; in element content
7272 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7273 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7274 result/valid/index.xml result/valid/xlink.xml: this changes the
7275 output of a few tests
7276
7277Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7278
7279 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7280 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7281 testSchemas behaviour when a schemas failed to parse.
7282 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7283 test for xsd:include from Eric Van der Vlist
7284
7285Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7286
7287 * parser.c: swapped the attribute defaulting and attribute checking
7288 parts of parsing a new element start, fixes bug #127772
7289 * result/valid/127772.* test/valid/127772.xml
7290 test/valid/dtds/127772.dtd: added the example in the regression tests
7291
7292Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7293
7294 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7295 to avoid bug #127851
7296
7297Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7298
7299 * xmlregexp.c: fixing some Negative Character Group and
7300 Character Class Subtraction handling.
7301
7302Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7303
7304 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7305 on Eric van der Vlist examples
7306 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7307 added regression tests
7308 * doc/examples/Makefile.am doc/examples/index.py: do not
7309 regenerate the index on make all target, but only on
7310 make rebuild to avoid troubles.
7311
7312Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7313
7314 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7315 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7316 starting to add proper namespace support too.
7317 * test/schemas/* result/schemas/*: added a number of tests
7318 fixed the result from some regression tests too.
7319
7320Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7321
7322 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7323 Daniel has removed it, fix link to George's IBM article, other
7324 minor edits
7325
7326Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7327
7328 * xmlschemas.c: applied patch from Robert Stepanek to start
7329 import os schemas support, cleaned up stuff and the patch.
7330 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7331 to regression, fixed a few regressions too.
7332
7333Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7334
7335 * HTMLparser.c: applied two parsing fixes from James Bursa
7336
7337Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7338
7339 * doc/examples/*: added two xmlReader examples
7340 * xmlreader.c: cleaned up some bugs in the process
7341
7342Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7343
7344 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7345 Alfred Mickautsch, bugfixes and comments
7346 * doc/examples/*: added his test as the xmlWriter example
7347 * doc/html/ doc/*.html: this resulted in some improvements
7348 * include/libxml/hash.h: fixed an inclusion problem when
7349 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7350
7351Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7352
7353 * xinclude.c: fix an error message
7354 * doc/examples/*: added tree2 example from Lucas Brasilino
7355
7356Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7357
7358 * doc/newapi.xsl: improve the sort sequence for page content
7359 * doc/html/*.html: regenerate the web pages
7360
7361Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7362
7363 * Makefile.am: do not package cvs versioning temp files.
7364 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7365 slightly improved the API xml format, fixed a lot of small
7366 rendering problems
7367 * doc/html/libxml*.html: rebuilt
7368
7369Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7370
7371 * include/libxml/*.h include/libxml/*.h.in: modified the file
7372 header to add more informations, painful...
7373 * genChRanges.py genUnicode.py: updated to generate said changes
7374 in headers
7375 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7376 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7377 APIs modules. Updated the stylesheets, some cleanups, regenerated
7378 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7379
7380Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7381
7382 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7383 the build process to remove all remains from the old gtk-doc
7384 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7385 stylesheets have been improved, and the API*html now generated
7386 are XHTML1 valid too
7387
7388Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7389
7390 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7391 enhancement to prevent comment with unreferenced variable.
7392 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7393 improve auto-generation of documentation
7394 * apibuild.py: minor change to an error message
7395
7396Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7397
7398 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7399 improving navigation
7400 * doc/html/*.html: updated the result
7401
7402Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7403
7404 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7405 improvement of the stylesheets, fixed a API generation problem,
7406 switched the stylesheet and Makefile to build the HTML output.
7407 * doc/html/*.html: complete update, ditched some old files, might
7408 introduce some breakage...
7409
7410Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7411
7412 * doc/newapi.xsl: lot of improvements, this starts looking good
7413 enough to be usable.
7414
7415Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7416
7417 * doc/newapi.xsl: stylesheet to build HTML pages from the
7418 API XML description, Work in Progress
7419
7420Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7421
7422 * xpath.c: fixed bug 126976 (string != empty nodeset
7423 should be false)
7424
7425Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7426
7427 * doc/html/*.html: Finally - found the problem with the
7428 page generation (XMLPUBFUN not recognized by gtkdoc).
7429 Re-created the pages using a temporary version of
7430 include/libxml/*.h.
7431 * testOOMlib.c,include/libxml/encoding.h,
7432 include/libxml/schemasInternals.h,include/libxml/valid.h,
7433 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7434 include/libxml/xmlwin32version.h.in,
7435 include/libxml/xpathInternals.h: minor edit of comments
7436 to help automatic documentation generation
7437 * doc/docdescr.doc: small elaboration
7438 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7439 (messed up on last try)
7440 * xmlreader.c: minor change to clear warning.
7441
7442Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7443
7444 * Copyright: fixed some wording
7445 * libxml.spec.in: make sure doc/examples is packaged
7446 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7447 annoying problem about xmlRemoveID and xmlReader streaming.
7448 Thing looks fixed now, had to add a doc reference to the
7449 xmlID structure though...
7450
7451Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7452
7453 * doc/docdescr.doc: added description of man page building
7454
7455Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7456
7457 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7458 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7459 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7460 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7461 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7462 added missing pages for the website.
7463
7464Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7465
7466 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7467 generated pages (again), manually restored doc/html/index.html
7468 and manually edited generated file doc/gnome-xml.xml to put
7469 in appropriate headings.
7470 * doc/docdescr.doc: new file to describe details of the
7471 document generation (helps my memory for the next time)
7472 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7473 enhancement to please the automatic documentation generation.
7474
7475Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7476
7477 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7478 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7479 minor error cleanup for gcc-3.3.[12] compilation warnings.
7480
7481Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7482
7483 * tree.c: minor changes to some comments
7484 * doc/*.html: rebuilt the generated HTML pages for changes
7485 from jfleck (bug 126945)
7486
7487Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7488
7489 * doc/examples/*: added Dodji's example, added output handling
7490
7491Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7492
7493 * doc/examples/*: added Aleksey XPath example, fixed bugs
7494 in the indexer
7495
7496Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7497
7498 * doc/*: integrating the examples in the navigation menus
7499 * doc/examples/*: added make tests, updated the navigation,
7500 added a new test, cleanups, updates.
7501
7502Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7503
7504 * doc/*.html: rebuilt the generated HTML pages
7505 * doc/examples/*: updated the stylesheets, added a synopsis,
7506 Makefile.am is now generated by index.py
7507
7508Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7509
7510 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7511 added autogeneration of a web page for the examples
7512 * doc/examples/example1.c doc/examples/.cvsignore
7513 doc/examples/examples.xml doc/examples/index.py: updated the
7514 informations extracted, improved the format and indexing.
7515
7516Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7517
7518 * check-xinclude-test-suite.py: less verbose on difference
7519 * libxml.spec.in: cleanup
7520 * parser.c: fixed xmlCleanupParser() doc
7521 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7522 doc/examples/Makefile.am doc/examples/example1.c
7523 doc/examples/examples.xml doc/examples/index.py
7524 doc/examples/test1.xml: work on adding C examples and
7525 generating automated information about those. examples.xml
7526 is autogenerated describing the examples.
7527 * example/Makefile.am: cleanup
7528
7529Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7530
7531 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
7532 fixed missing '-' in block names, enhanced the hack for
7533 ABI aliasing.
7534
7535Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
7536
7537 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
7538 python/libxml2class.txt: enhanced for range checking,
7539 updated to Unicode version 4.0.1 (API docs also updated)
7540 * python/generator.py: minor change to fix a warning
7541
7542Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7543
7544 * Makefile.am: apply fix from Karl Eichwalder for script path
7545
7546Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7547
7548 * win32/configure.js: applied patch from Mark Vakoc to simplify
7549 his work from CVS checkouts.
7550
7551Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
7552
7553 * doc/xmlreader.html: minor cleanups
7554
7555Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
7556
7557 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
7558 for gcc so that, if undefined, it's defined as
7559 __attribute__((unused))
7560
7561Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
7562
7563 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
7564 appears after the variable declaration.
7565 * valid.c: trivial change to eliminate a warning message
7566
7567Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
7568
7569 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
7570 rebuilt the docs
7571
7572Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7573
7574 * xmllint.c: change --html to make sure we use the HTML serialization
7575 rule by default when HTML parser is used, add --xmlout to allow to
7576 force the XML serializer on HTML.
7577 * HTMLtree.c: ugly tweak to fix the output on <p> element and
7578 solve #125093
7579 * result/HTML/*: this changes the output of some tests
7580
7581Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7582
7583 * xinclude.c: fixed bug #125812, about XPointer in XInclude
7584 failing but not returning an error.
7585
7586Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
7587
7588 * valid.c: fixed bug #125811 related to DTD post validation
7589 where the DTD doesn't pertain to a document.
7590
7591Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
7592
7593 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
7594 the XML_PARSE_NONET parser option.
7595 * xmllint.c: converted xmllint.c to use the option instead of
7596 relying on the global resolver variable.
7597
7598Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7599
7600 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
7601 support to the reader interface. Lot of testing of the walker,
7602 various bug fixes.
7603 * xmllint.c: added --walker and made sure --xinclude --stream --debug
7604 works as expected
7605 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
7606 result/XInclude/*.rdr: added regression tests for the walker and
7607 XInclude xmlReader support, had to slightly change a couple of tests
7608 because the walker can't distinguish <foo/> from <foo></foo>
7609
7610Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
7611
7612 * tree.c nanohttp.c threads.c: second BeOS patch from
7613 Marcin 'Shard' Konicki
7614
7615Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7616
7617 * parser.c: always generate line numbers
7618
7619Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7620
7621 * parser.c: fixed another regression introduced in fixing #125823
7622
7623Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7624
7625 * python/libxml.c: previous fix for #124044 was broken, correct
7626 fix provided.
7627 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
7628 and the error handlers to address #125877
7629
7630Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7631
7632 * parser.c: side effect of #123105 patch, namespace resolution
7633 would fail when defined in internal entities, fixes #125823
7634
7635Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7636
7637 * python/libxml.c: be more defensive in the xmlReader python bindings
7638 fixing bug #124044
7639
7640Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7641
7642 * valid.c: the a-posteriori DTD validation code was not validating
7643 the namespace declarations, this fixes #124110
7644
7645Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
7646
7647 * xmlIO.c: enhanced to bypass compression detection code
7648 when input file is stdin (bug 125801)
7649
7650Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7651
7652 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
7653
7654Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7655
7656 * xpath.c: more fixes about unregistering objects
7657 * include/libxml/relaxng.h: applied patch from Mark Vakoc
7658 missing _cplusplus processing clause
7659
7660Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
7661
7662 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
7663
7664Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
7665
7666 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
7667 Marcin 'Shard' Konicki to provide BeOS thread support.
7668
7669Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7670
7671 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
7672 from Steve Ball to make a schema parser from a preparsed document.
7673
7674Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7675
7676 * tree.c: applied a couple of patches from Mark Lilback about text
7677 nodes coalescing
7678
7679Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7680
7681 * xpath.c: change suggested by Anthony Carrico when unregistering
7682 a namespace prefix to a context
7683 * hash.c: be more careful about calling callbacks with NULL payloads.
7684
7685Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7686
7687 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
7688 regenerated docs and APIs
7689 * parser.c: cleanup and last change to fix #123105
7690
7691Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7692
7693 * HTMLparser.c: Fix #124907 by simply backporting the same
7694 fix as for the XML parser
7695 * result/HTML/doc3.htm.err: change to ID detecting modified one
7696 test result.
7697
7698Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7699
7700 * parser.c include/libxml/parser.h: included a new function
7701 to reuse a Push parser context, based on Graham Bennett original
7702 code
7703 * valid.c: in HTML, a name in an input is not an ID
7704 * TODO: bug list update
7705
7706Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
7707
7708 * xpath.c: applied patch from nico@xtradyne.com for #125030
7709
7710Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7711
7712 * Makefile.am: cleanup
7713 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
7714 sometimes the error handlers can get a parser context on DTD
7715 errors, and sometime they don't. So be very careful when trying
7716 to grab those informations.
7717
7718Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7719
7720 * tree.c: applied patch from Kasimier Buchcik which fixes a
7721 problem in xmlSearchNs introduced in 2.6.0
7722
7723Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
7724
7725 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
7726
7727Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7728
7729 * tree.c: fix bug #125047 about serializing when finding a
7730 document fragment node.
7731
7732Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
7733
7734 * testSAX.c: fix bug #125592 need a NULL check
7735 * include/libxml/chvalid.h: rename a parameter
7736
7737Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
7738
7739 * parser.c: applied patch from #123105 about defaulted attributes
7740 from element coming from an entity
7741
7742Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7743
7744 * xmllint.c: fixed warning message from IRIX (bug 125182)
7745 * python/libxml.py: removed tabs, replaced with spaces
7746 (bug 125572)
7747
7748Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
7749
7750 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
7751 if xmlNewInputFromFile() fails.
7752 * xmlreader.c: avoid using _private for the node or document
7753 elements.
7754
7755Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
7756
7757 * win32/configure.js: added declaration for verMicroSuffix
7758
7759Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
7760
7761 * libxml.m4: applied patch from Patrick Welche provided in
7762 bug #125432 , future proofing the .m4 file.
7763 * parser.c: resetting the context should also reset the error
7764 * TODO: problem of conformance w.r.t. E20 was raised in the
7765 XML Core telconf and libxml2 isn't conformant there.
7766
7767Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
7768
7769 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
7770
7771Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
7772
7773 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
7774 small glitch missing a const
7775
7776Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
7777
7778 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
7779 it doesn't define IN_LIBXML
7780
7781Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
7782
7783 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
7784
7785Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
7786
7787 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
7788 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
7789
7790Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
7791
7792 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
7793
7794Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
7795
7796 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
7797 * doc/*: updated and regenerated the docs and API
7798
7799Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
7800
7801 * SAX2.c error.c tree.c: moved the line number to their proper
7802 field in elements now.
7803
7804Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
7805
7806 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
7807 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
7808 added the xmlWriter module contributed by Alfred Mickautsch
7809 * include/libxml/tree.h: added room for line and extra information
7810 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
7811 of them introduced in September
7812 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
7813
7814Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
7815
7816 * Makefile.am configure.in xmldwalk.c xmlreader.c
7817 include/libxml/Makefile.am include/libxml/xmldwalk.h
7818 include/libxml/xmlversion.h.in: removing xmldwalk module
7819 since it got merged with the xmlreader.
7820 * parser.c: cleanup
7821 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
7822 rebuilt the API
7823 * python/tests/Makefile.am python/tests/reader7.py
7824 python/tests/walker.py: adding regression testing for the
7825 new xmlreader APIs, new APIs for reader creation, including
7826 makeing reader "walker" operating on preparsed document trees.
7827
7828Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7829
7830 * entities.c, valid.c: fixed problem reported on the mailing
7831 list by Melvyn Sopacua - wrong argument order on functions
7832 called through xmlHashScan.
7833
7834Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
7835
7836 * valid.c xmlIO.c: fixes for compiling using --with-minimum
7837
7838Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
7839
7840 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
7841 tested it through the xslt regression suite.
7842
7843Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
7844
7845 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
7846 allowing to grab the content without forcing allocations.
7847 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
7848 * xpath.c xmldwalk.c: removed a couple of comment errors.
7849
7850Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
7851
7852 * parser.c: applied patch from Chris Anderson to change back
7853 memcmp with CMPx()
7854
7855Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
7856
7857 * HTMLparser.c: fixed to not send NULL to %s printing
7858 * python/tests/error.py result/HTML/doc3.htm.err
7859 result/HTML/test3.html.err result/HTML/wired.html.err
7860 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
7861 up some of the regression tests error
7862
7863Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
7864
7865 * include/libxml/nanohttp.h include/libxml/parserInternals.h
7866 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
7867 Fixed the HTTP<->parser interraction, which should fix 2 long
7868 standing bugs #104790 and #124054 , this also fix the fact that
7869 HTTP error code (> 400) should not generate data, we usually
7870 don't want to parse the HTML error information instead of the
7871 resource looked at.
7872
7873Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7874
7875 * doc/Makefile.am: enhanced the installation of tutorial files
7876 to avoid installing CVS subdirectories (bug 122943)
7877
7878Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7879
7880 * xmlIO.c: fixed segfault when input file not present
7881 * tree.c: changed output formatting of XML_CDATA_SECTION
7882 (bug 120917)
7883
7884Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
7885
7886 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
7887 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
7888 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
7889 xpath.c: Changed all (?) occurences where validation macros
7890 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
7891 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
7892 many warning messages on certain platforms, and also high-
7893 lights places in the library which may need to be enhanced
7894 for proper UTF8 handling.
7895
7896Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
7897
7898 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
7899 doc/apibuild.py: enhanced to include enough comments to
7900 make the api doc generation happy.
7901
7902Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
7903
7904 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
7905 to fix the HTTP/XML parser integration.
7906
7907Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
7908
7909 * xmlreader.c include/libxml/xmlreader.h: added new APIs
7910 for creating reader from sources or reusing a reader with
7911 a new source, like the xmlReadxx and xmlCtxtReadxxx
7912 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
7913 doc/Makefile.am: regenerated the APIs
7914 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
7915
7916Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
7917
7918 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
7919 include/libxml/parserInternals.h: enhanced macros to avoid
7920 breaking ABI from previous versions.
7921 * catalog.c, parser.c, tree.c: modified to use IS_* macros
7922 defined in parserInternals.h. Makes maintenance much easier.
7923 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
7924 compilation warnings
7925 * configuration.in: fixed pushHTML test error; enhanced for
7926 better devel (me) testing
7927
7928Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
7929
7930 * legacy.c: remove the warning for startDocument(), as it is used by
7931 glade (or glade-python)
7932 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
7933 invalid accesses found by running some Python based regression
7934 tests under valgrind. There is still a few leaks reported by the
7935 relaxng regressions which need some attention.
7936 * doc/Makefile.am: fixed a make install problem c.f. #124539
7937 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
7938 patch from crutcher
7939
7940Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
7941
7942 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
7943 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
7944 calls.
7945
7946Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
7947
7948 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
7949
7950Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
7951
7952 * Makefile.am: small fix from Bjorn Reese
7953
7954Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
7955
7956 * valid.c: fix a call missing arguments
7957
7958Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
7959
7960 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
7961 a bug in the range search; enhanced range generation (inline code
7962 if a small number of intervals); enhanced the readability of the
7963 output files.
7964
7965Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
7966
7967 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
7968 chvalid.def from scratch based on XML 2nd edition REC
7969 and regenerated the code.
7970
7971Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
7972
7973 * check-xml-test-suite.py: removed some annoying warnings
7974 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
7975 in the PubidChars definition, regenerated, there is still
7976 a bug left somewhere
7977 * genChRanges.py: save the header directly in include/libxml/
7978 * configure.in: I generated a 2.6.0beta6 earlier today
7979
7980Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7981
7982 * fixed small error on previous commit (chvalid.h in
7983 base dir instead of include directory)
7984
7985Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7986
7987 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
7988 new files for a different method for doing range validation
7989 of character data.
7990 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
7991 include/libxml/parserInternals.h: modified for new range method.
7992 * catalog.c: small enhance for warning message (using one
7993 of the new range routines)
7994
7995Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
7996
7997 * valid.c include/libxml/valid.h: adding an serror field to
7998 the validation context breaks the ABI for the xmlParserCtxt
7999 structure since it's embedded by content and not by reference
8000
8001Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8002
8003 * configure.in: patch from Mike Hommey
8004 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8005 Bidoul
8006 * parser.c: fix the potentially nasty access to ctxt->serror
8007 without checking first that the SAX block is version 2
8008
8009Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8010
8011 * SAX2.c: fixed a nasty bug with interning some text strings
8012 * configure.in: prepare for beta5 of 2.6.0
8013 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8014 better error handling for I/O and converted FTP and HTTP
8015 * parser.c: fixed another bug
8016
8017Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8018
8019 * SAX2.c: fixed uninitialized new field.
8020 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8021 all messages
8022
8023Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8024
8025 * include/libxml/tree.h: make room in Doc, Element, Attributes
8026 for PSVI type informations.
8027
8028Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8029
8030 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8031 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8032 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8033 include/libxml/parser.h include/libxml/valid.h
8034 include/libxml/xmlerror.h: Setting up the framework for structured
8035 error reporting, touches a lot of modules, but little code now
8036 the error handling trail has been cleaned up.
8037
8038Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8039
8040 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8041
8042Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8043
8044 * xpath.c: cleanup
8045 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8046 to the new error mechanism
8047
8048Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8049
8050 * error.c xmlschemas.c: a bit of cleanup
8051 * result/schemas/*.err: updated with the new result strings
8052
8053Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8054
8055 * xpath.c: fixed bug 124061
8056
8057Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8058
8059 * Makefile.am: cleanup
8060 * encoding.c: fix a funny typo
8061 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8062 converted the Schemas code to the new error handling. PITA,
8063 still need to check output from regression tests.
8064
8065Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8066
8067 * HTMLtree.c include/libxml/xmlerror.h: converted too
8068 * tree.c: small cleanup
8069
8070Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8071
8072 * xinclude.c: comment fix
8073 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8074 to the new infrastructure
8075
8076Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8077
8078 * xmlIO.c: final error handling cleanup
8079 * xinclude.c error.c: converted XInclude to the new error handling
8080 * include/libxml/xmlerror.h: added XInclude errors
8081
8082Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8083
8084 * parser.c: bug in compression saving was crashing galeon
8085 reported by teuf
8086
8087Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8088
8089 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8090 I/O error path
8091
8092Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * xmlIO.c: better handling of error cases
8095
8096Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8097
8098 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8099 cleaning up error handling in the I/O module.
8100
8101Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8102
8103 * xmlregexp.c include/libxml/xmlerror.h: error handling
8104 cleanup of the Regexp module.
8105
8106Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8107
8108 * tree.c: converting the tree module too
8109 * error.c include/libxml/xmlerror.h: created a simpler internal
8110 error reporting function.
8111
8112Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8113
8114 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8115 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8116 error reporting that time.
8117 * threads.c: applied the two patches for TLS threads
8118 on Windows from Jesse Pelton
8119 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8120 return is always zero terminated. Should also help detecting
8121 passing wrong buffer size easilly.
8122 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8123 updated the results to follow the errors string generated by
8124 last commit.
8125
8126Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8127
8128 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8129 handling in the Relax-NG module.
8130
8131Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8132
8133 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8134 module to teh new error reporting. Better default report, adds
8135 the element associated if found, context and node are included
8136 in the xmlError
8137 * python/tests/reader2.py: the error messages changed.
8138 * result/relaxng/*: error message changed too.
8139
8140Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8141
8142 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8143 win32/configure.js: applied patch from Stéphane Bidoul to
8144 fix the compilation of 2.6.0 code on Win32
8145
8146Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8147
8148 * check-xml-test-suite.py: fixing the script
8149 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8150 memcmp calls, seems to not break conformance, slightly inflate
8151 the size of the gcc generated code though.
8152
8153Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8154
8155 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8156 more cleanup of error handling in parserInternals, sharing the
8157 routine for memory errors.
8158
8159Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8160
8161 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8162 include/libxml/xmlerror.h: more code cleanup, especially around
8163 error messages, the HTML parser has now been upgraded to the new
8164 handling.
8165 * result/HTML/*: a few changes in the resulting error messages
8166
8167Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8168
8169 * parser.c include/libxml/xmlerror.h: more error/warning
8170 handling cleanups, the XML parser module should be okay now.
8171
8172Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8173
8174 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8175 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8176 integrated the xmlDocWalker API given by Alfred Mickautsch,
8177 and providing an xmlReader like API but working on a xmlDocPtr.
8178
8179Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8180
8181 * Makefile.am: more cleanup in make tests
8182 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8183 in the transition to the new error reporting strategy.
8184 * python/tests/reader2.py result/VC/* result/valid/*:
8185 few changes in the strings generated by the validation output
8186
8187Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8188
8189 * Makefile.am: changed 'make tests' to use a concise output,
8190 scrolling to see where thing broke wasn't pleasant
8191 * configure.in: some beta4 preparation, but not ready yet
8192 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8193 new error handling code, last error informations are stored
8194 in the parsing context or a global variable, new APIs to
8195 handle the xmlErrorPtr type.
8196 * parser.c parserInternals.c valid.c : started migrating to the
8197 new error handling code, it's a royal pain.
8198 * include/libxml/parser.h include/libxml/parserInternals.h:
8199 moved the definition of xmlNewParserCtxt()
8200 * parser.c: small potential buffer access problem in push code
8201 provided by Justin Fletcher
8202 * result/*.sax result/VC/PENesting* result/namespaces/*
8203 result/valid/*.err: some error messages were sligthly changed.
8204
8205Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8206
8207 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8208 function (wrapper around snprintf)
8209
8210Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8211
8212 * entities.c: Fix error on output of high codepoint charref like
8213 &#x10FFFF; , reported by Eric Hanchrow
8214
8215Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8216
8217 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8218 of a pain murrayc is really gonna be.
8219
8220Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8221
8222 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8223
8224Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8225
8226 * entities.c legacy.c parser.c: made the predefined entities
8227 static predefined structures to avoid the work, memory and
8228 hazards associated to initialization/cleanup.
8229
8230Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8231
8232 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8233 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8234 include/libxml/parser.h include/libxml/parserInternals.h
8235 include/libxml/xmlversion.h.in: added a new configure
8236 option --with-push, some cleanups, chased code size anomalies.
8237 Now a library configured --with-minimum is around 150KB,
8238 sounds good enough.
8239
8240Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8241
8242 * libxml-2.0-uninstalled.pc.in: New file for building against
8243 uninstalled libxml2 builds.
8244 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8245 * .cvsignore: Ignore the new generated *.pc file.
8246
8247Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8248
8249 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8250 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8251 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8252 added 2 new configure option: --with-reader --with-sax1
8253 to allow removing the reader or non-xmlReadxxx() interfaces.
8254
8255Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8256
8257 * configure.in entities.c tree.c valid.c xmllint.c
8258 include/libxml/tree.h include/libxml/xmlversion.h.in:
8259 Adding a configure option to remove tree manipulation
8260 code which is not strictly needed by the parser.
8261
8262Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8263
8264 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8265 patch from Marcin 'Shard' Konicki
8266
8267Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8268
8269 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8270 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8271 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8272 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8273 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8274 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8275 include/libxml/catalog.h include/libxml/debugXML.h
8276 include/libxml/entities.h include/libxml/nanohttp.h
8277 include/libxml/relaxng.h include/libxml/tree.h
8278 include/libxml/valid.h include/libxml/xmlIO.h
8279 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8280 include/libxml/xpathInternals.h python/libxml.c:
8281 Okay this is scary but it is just adding a configure option
8282 to disable output, this touches most of the files.
8283
8284Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8285
8286 * xmlmemory.c: better fix, avoids breaking the python bindings
8287
8288Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8289
8290 * xmlmemory.c: fix a compilation problem when configuring
8291 with debug but without mem-debug
8292
8293Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8294
8295 * Makefile.am: cleanup, creating a new legacy.c module,
8296 made sure make tests ran in reduced conditions
8297 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8298 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8299 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8300 increased the modularization, allow to configure out
8301 validation code and legacy code, added a configuration
8302 option --with-minimum compiling only the mandatory code
8303 which then shrink to 200KB.
8304
8305Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8306
8307 * parser.c: fix a bug raised by the Mips compiler.
8308 * include/libxml/SAX.h include/libxml/parser.h: move the
8309 SAXv1 block definitions to parser.h fixes bug #123380
8310 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8311 the attribute and element pool borken 2 commits ago.
8312 Start playing with an entry point to preserve a subtree.
8313 * entities.c: remove a warning.
8314
8315Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8316
8317 * encoding.c, parser.c, relaxng.c: further (final?) minor
8318 changes for compilation warnings. No change to logic.
8319
8320Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8321
8322 * parser.c: fixed small problem with missing entities (test/ent2)
8323
8324Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8325
8326 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8327 if the result is not well formed that ctxt->myDoc is not NULL
8328 and uses the context dictionnary.
8329
8330Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8331
8332 * parser.c: other patches from William Brack to avoid
8333 compilation warnings on AIX.
8334
8335Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8336
8337 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8338 avoid compilation warnings on some (e.g. AIX) systems
8339
8340Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8341
8342 * parserInternals.c: fixed a backward compatibility problem
8343 when formatting "deprecated SAXv1 function ignorableWhitespace"
8344 could be reproduced by xmllint --format
8345
8346Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8347
8348 * doc/libxml2-api.xml: rebuilt the API
8349 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8350 --nocdata and --nsclean to remove CDATA section and surperfluous
8351 namespace declarations
8352 * parser.c SAX2.c: implementation of the 2 new options
8353
8354Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8355
8356 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8357 added the same htmlRead APIs than their XML counterparts
8358 * include/libxml/parser.h: new parser options, not yet implemented,
8359 added an options field to the context.
8360 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8361 is found within a cdata section.
8362 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8363 result/cdata2.sax test/cdata2: add one more cdata test
8364
8365Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8366
8367 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8368 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8369 base URL parameter when not loading from a file or URL.
8370
8371Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8372
8373 * configure.in: preparing a beta3 solving the ABI problems
8374 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8375 include/libxml/globals.h include/libxml/SAX.h: make sure the
8376 global variables for the default SAX handler are V1 ones to
8377 avoid ABI compat problems.
8378 * xmlreader.c: cleanup of uneeded code
8379 * hash.c: fix a comment
8380
8381Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8382
8383 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8384 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8385 fixing some comments to avoid warnings from apibuild.py
8386
8387Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8388
8389 * win32/configure.js: patch from Stephane Bidoul for configuring
8390 the beta2 version #123104
8391
8392Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8393
8394 * Makefile.am: adding repeated parsing and validating tests
8395 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8396 DOM tree building interfaces use the dictionary from the
8397 parsing context to build the element and attributes names
8398 as well as formatting spaces and short text nodes
8399 * include/libxml/dict.h dict.c: added some reference counting
8400 for xmlDictPtr because they can be shared by documents and
8401 a parser context.
8402 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8403 functions and use the standard ones now.
8404 * xmllint.c: add --nodict
8405 * python/libxml.c: fix a stupid bug so that ns() works on
8406 attribute nodes.
8407
8408Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8409
8410 * parser.c include/libxml/parser.h: adding a new set of
8411 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8412 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8413 a clear define of xmlParserOption, xmlCtxtUseOptions()
8414 should simplify custom parsing without being tempted to
8415 use global variables, and xmlCtxtReset() should allow reuse
8416 of a context for multiple parsing.
8417 * xmllint.c: switched to use xmlReadXXX, allow options to
8418 be used simultaneously with less troubles.
8419 * tree.c: simple warning removal
8420 * doc/apibuild.py: small fix
8421 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8422
8423Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8424
8425 * parser.c: revert xmlCreateDocParserCtxt() since this break
8426 the parseDoc() python bindings
8427
8428Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8429
8430 * parser.c: make sure xmlDetectSAX2() is called only at
8431 parsing time to avoid breaking apps changing the SAX
8432 callbacks after context allocation, change xmlCreateDocParserCtxt()
8433 to use an immutable buffer instead of a copy
8434
8435Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8436
8437 * xmlIO.c: applied patch from Markus Keim fixing a problem
8438 with I/O callback registration.
8439 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8440 for xmlParserErrors
8441
8442Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8443
8444 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8445 really a const xmlChar*
8446 * xmlreader.c include/libxml/xmlreader.h: addin the
8447 xmlTextReaderConstString() to get an interned string from
8448 the reader
8449
8450Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8451
8452 * error.c: fixed a warning message (trivial)
8453 * doc/search.php: removed incorrect warning message when word
8454 search not found in last of multiple tables (bug 119535)
8455
8456Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8457
8458 * configure.in: preparing a 2.6.0-beta2 release
8459 * xmlIO.c: avoid a warning
8460 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8461 by Chris Ryland
8462 * include/libxml/dict.h: add a QName access lookup to the
8463 dictionary.
8464 * xmlreader.c include/libxml/xmlreader.h: adding const access
8465 based on the dictionary interface for string read from the
8466 reader, the node content access is still TODO, it's too different
8467
8468Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8469
8470 * SAX2.c: fixing namespace DTD validations
8471 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8472 namespaces is slightly different now.
8473 * Makefile.am: report the memory used in Timingtests (as well as time)
8474
8475Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8476
8477 * Makefile.am: add streaming on memory regression tests, found
8478 bad bugs in the reader interface
8479 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8480 condition in end of file.
8481 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8482 adding immutable buffers, and parser input based on those,
8483 but this should not be used (yet) for general parsing
8484 * parser.c: added a comment about using immutable buffers for
8485 general parsing.
8486 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8487 output of the regression tests
8488 * xmllint.c: using the immutable buffers when streaming on
8489 mmaped file (--stream --memory)
8490
8491Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8492
8493 * dict.c: the last patch broke unicity of returned strings, removed
8494
8495Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8496
8497 * Makefile.am: add a Timingtests target to check bad behaviour
8498 from the streaming engine
8499 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8500 * xmlreader.c: fix a bad behaviour on large buffer inputs
8501
8502Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8503
8504 * dict.c xmlreader.c: two small improvements
8505
8506Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8507
8508 * parserInternals.c: avoid a leak with previous patch
8509
8510Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8511
8512 * python/libxml.c: use stderr and not stdout for default errors
8513 in python environment bug #122552
8514
8515Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * parserInternals.c: small fix from Rob Richards for input filename
8518 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8519 * xmlIO: adding a guard in one function
8520
8521Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8522
8523 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8524 reducing memory allocation and free and avoiding expensive routines
8525
8526Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8527
8528 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
8529 seriously with per-document dict and element and attribute nodes
8530 reuse in the xmlReader. This seems to lead to an interesting
8531 speedup of the xmlReader already.
8532
8533Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8534
8535 * dict.c include/libxml/dict.h: do string allocations in large
8536 pools, allowing to find if a string pertain to a dict quickly
8537 * xmllint.c: fix --stream --repeat --timing
8538 * Makefile.am: the testThreads run output should be seen.
8539
8540Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8541
8542 * SAX2.c include/libxml/parser.h: starting work on reusing the
8543 parser dictionary for the element and attribute tag names.
8544 Add pools for Element and Attributes in the parser context,
8545 which should help speeding up the reader.
8546 * Makefile.am result/*.rdr : adding non-python reader regression
8547 tests.
8548
8549Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8550
8551 * SAX2.c parser.c valid.c: starting to cleanup some of the
8552 problems exposed by the W3C/NIST regression suite.
8553 * result/ent7.sax result/xml2.sax: small fixes.
8554
8555Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8556
8557 * parser.c: more parser error factoring
8558
8559Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8560
8561 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
8562
8563Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8564
8565 * parser.c include/libxml/xmlerror.h: factoring of more
8566 error handling code, serious size reduction and more lisibility
8567 of the resulting code.
8568 * parserInternals.c parser.c include/libxml/parserInternals.h
8569 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
8570 checks are done, use a counter for entities. Entities where freed and
8571 reallocated at the same address failing the check.
8572 * tree.c: avoid a warning
8573 * result/valid/* result/VC/*: this slightly changes some validation
8574 error messages.
8575
8576Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
8577
8578 * valid.c: fixed bug 121759 - early declaration of
8579 attribute-list in external DTD
8580
8581Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8582
8583 * parser.c include/libxml/xmlerror.h: starting cleaning up
8584 error handling, factorize error processing
8585 * doc/xmllint.html: update of the page, remove --sgml
8586
8587Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8588
8589 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
8590 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
8591 broken pseudo SGML DocBook parser code.
8592
8593Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8594
8595 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
8596 valgrind pointed out the strings overlapped. cleanup .
8597
8598Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8599
8600 * tree.c: applied speedup to xmlSearchNs() as suggested by
8601 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
8602 applying the same trick.
8603
8604Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8605
8606 * parser.c parserInternals.c tree.c include/libxml/parser.h
8607 include/libxml/xmlerror.h: adding namespace checkings
8608 while making sure they still parse as wellformed documents.
8609 Add an nsWellFormed status report to the context, and
8610 provide new appropriate error codes.
8611 * Makefile.am result/namespaces/* test/namespaces/*: add
8612 specific regression testing for the new namespace support
8613 * test/att5 result/noent/att5 result/att5 result/att5.sax:
8614 add more coverage for the attribute parsing and normalization
8615 code.
8616
8617Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8618
8619 * threads.c: backport of a thread bugfix from 2_5_X branch
8620
8621Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8622
8623 * parser.c: fixed a bug in one corner case of attribute parsing.
8624
8625Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8626
8627 * configure.in doc/* : 2.6.0beta1 changes
8628 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
8629 normalization, might not be totally fixed but this should
8630 make sure SAX event provide the right strings for attributes
8631 except entities for which libxml2 is different by default
8632 This should fix #109564
8633 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
8634 in attribute callback values
8635 * result/c14n/with-comments/example-4
8636 result/c14n/without-comments/example-4: this also fixes a subtle
8637 bug in the canonicalization tests.
8638
8639Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8640
8641 Time to commit 3 days of work rewriting the parser internal,
8642 fixing bugs and migrating to SAX2 interface by default. There
8643 is some work letf TODO, like namespace validation and attributes
8644 normalization (this break C14N right now)
8645 * Makefile.am: fixed the test rules
8646 * include/libxml/SAX2.h include/libxml/parser.h
8647 include/libxml/parserInternals.h SAX2.c parser.c
8648 parserInternals.c: changing the parser, migrating to SAX2,
8649 adding new interface to switch back to SAX1 or initialize a
8650 SAX block for v1 or v2. Most of the namespace work is done
8651 below SAX, as well as attribute defaulting
8652 * globals.c: changed initialization of the default SAX handlers
8653 * hash.c tree.c include/libxml/hash.h: added QName specific handling
8654 * xmlIO.c: small fix
8655 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
8656 version code path
8657 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
8658 pointed out a typo in a very old test namespace
8659
8660Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
8661
8662 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
8663 of compressed files, setting doc->compressed appropriately
8664 (bug #120503).
8665
8666Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8667
8668 * parser.c: try to cope with the fact that apps may still
8669 have allocated smaller SAX callbak block
8670
8671Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8672
8673 * dict.c: allow to give -1 for undefined length in lookups
8674 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
8675 first round of work on the new SAX2 interfaces, the API
8676 will change but commiting before changing for historical
8677 reference.
8678
8679Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
8680
8681 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
8682 sax->warning with wrong params).
8683
8684Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8685
8686 * include/libxml/globals.h: patch from Stéphane Bidoul to export
8687 globals entry points to the python bindings
8688
8689Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8690
8691 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
8692 by default instead of "HTML"
8693 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
8694 avoiding calls to "areBlanks" when not needed.
8695 * include/libxml/parser.h include/libxml/tree.h: some structure
8696 extensions for future work on using per-document dictionaries.
8697
8698Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8699
8700 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
8701 tree, keeping result in the same tree, added SAXtests to the
8702 default "make tests"
8703
8704Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8705
8706 * include/libxml/xmlexports.h: defined additional macros which
8707 affect exports and added mingw section
8708
8709Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
8710
8711 * doc/index.py: fixed problem parsing xhtml docs
8712 * doc/xmlreader.html,doc/guidelines.html: small modification
8713 to avoid problem in python parsing.
8714 * doc/search.php: fixed upper case filename problem for XSLT docs
8715
8716Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
8717
8718 * xinclude.c: patch from Mark Vakoc that allows compiling
8719 with XInclude but without XPointer support.
8720
8721Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8722
8723 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
8724 to add --libtool-libs option to xml2-config script.
8725
8726Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
8727
8728 * doc/README.docs, doc/Makefile.am: new file added,
8729 giving some description of the documentation generation process
8730 * doc/search.php: fixed problem with upper case on filenames
8731
8732Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8733
8734 * win32/Makefile.bcb: updates by Eric Zurcher
8735
8736Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8737
8738 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
8739 to compensate for pollution from Igor's header taint
8740 (quick before Daniel notices)
8741
8742Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8743
8744 * SAX2.c: fixed a namespace error on attribute reporting bug
8745 pointed out by Tobias Reif
8746 * test/p3p result/p3p result/noent/p3p: this test case was wrong
8747 using xmlsn instead of xmlns...
8748
8749Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8750
8751 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
8752 typos reported by Mark Vakoc
8753
8754Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
8755
8756 add:
8757 * doc/tutorial/api.html
8758 * doc/tutorial/ar01s09.html
8759 * doc/tutorial/includexpath.c
8760 updated
8761 * doc/tutorial/*.html
8762 fix my bad - forgot to check in new files when I last
8763 updated
8764
8765Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8766
8767 * win32/Makefile.bcb: new file, support for Borland C++
8768 * xmllint.c: fixed time inclusion for various compilers
8769
8770Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8771
8772 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
8773 few casts to shut the compiler warnings
8774
8775Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8776
8777 * win32/Makefile.* win32/configure.js: fixed for mingw
8778
8779Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8780
8781 * globals.c threads.c: fixing bug #120870 try to avoid problem
8782 with uninitialized mutexes
8783
8784Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8785
8786 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
8787 up with multiple states, select the "best" one. Fix #120682
8788 * result/relaxng/tutor11_2_3.err: small change resulting
8789
8790Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8791
8792 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
8793
8794Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8795
8796 * include/libxml/[threads-xpointer].h: realigned parameters
8797 after taint
8798
8799Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8800
8801 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
8802 as reported by Eric Zurcher
8803
8804Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8805
8806 * relaxng.c: fixed bug #120386 again a problem introduced when
8807 trying to reuse automata for content validation. Fix a bug report
8808 problem on zeroOrMore
8809 * result/relaxng/tutor3_7_err: change slightly error reporting.
8810
8811Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8812
8813 * include/libxml/Makefile.am: make sure the new header will
8814 be included when generating a new distribution.
8815
8816Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8817
8818 * relaxng.c: fixed a couple of stupid bugs in the state allocation
8819 routines which led to bug #120040 and the ones reported by
8820 Martijn Faassen
8821
8822Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8823
8824 * include/libxml/parserInternals.h include/libxml/relaxng.h
8825 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
8826 parameters after taint.
8827
8828Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8829
8830 * include/libxml/xmlversion.h.in: moved export defs to a separate
8831 file for consistency.
8832 * include/libxml/xmlexports.h: new file, contains export defs.
8833
8834Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8835
8836 * include/libxml/*.h genUnicode.py: exportability taint
8837 of the headers.
8838
8839Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8840
8841 * SAX.c: make the deprecated interfaces log an error message
8842 to be sure it won't get used.
8843
8844Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8845
8846 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
8847 Adding new version of the SAX interface, it's not there yet,
8848 currently just preparing the work
8849 * globals.c parser.c SAX.c include/libxml/SAX.h
8850 include/libxml/globals.h include/libxml/parser.h: doing some
8851 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
8852 while keeping functionalities, preparing SAX2 integration.
8853 * dict.c: small cleanup.
8854
8855Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8856
8857 * tree.c: fixes a small bug introduced in last commit and detected
8858 by valgrind.
8859
8860Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8861
8862 * dict.c hash.c: optimization when freeing hash tables.
8863 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
8864 allocations
8865 * parser.c parserInternals.c include/libxml/parser.h: keep a
8866 single allocated block for all the attributes callbacks,
8867 avoid useless malloc()/free()
8868 * tree.c: do not realloc() when growing a buffer if the buffer
8869 ain't full, malloc/memcpy/free avoid copying memory.
8870
8871Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
8874 --dtdvalidfpi for Tobias Reif
8875
8876Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8877
8878 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
8879 new dictionary module to keep a single instance of the names used
8880 by the parser
8881 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
8882 switched all parsers to use the dictionary internally
8883 * include/libxml/HTMLparser.h include/libxml/parser.h
8884 include/libxml/parserInternals.h include/libxml/valid.h:
8885 Some of the interfaces changed as a result to receive or return
8886 "const xmlChar *" instead of "xmlChar *", this is either
8887 insignificant from an user point of view or when the returning
8888 value changed, those function are really parser internal methods
8889 that no user code should really change
8890 * doc/libxml2-api.xml doc/html/*: the API interface changed and
8891 the docs were regenerated
8892
8893Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
8896
8897Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
8898
8899 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
8900 fixed part (2) of bug 119535 (wrong alpha case on filenames)
8901
8902Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
8903
8904 * doc/API*.html, doc/html/*: regenerated API documentation
8905 for xmlsoft.org (part of Bug 119535)
8906
8907Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
8908
8909 * encoding.c, threads.c, include/libxml/HTMLparser.h,
8910 doc/libxml2-api.xml: Minor changes to comments, etc. for
8911 improving documentation generation
8912 * doc/Makefile.am: further adjustment to auto-generation of
8913 win32/libxml2.def.src
8914
8915Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8916
8917 * News configure.in: preparing libxml2-2.5.10 release
8918 * doc/* : updated the doc and rebuilt
8919
8920Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8921
8922 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
8923 Malcolm Tredinnick with the patch he suggested.
8924
8925Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8926
8927 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
8928
8929Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8930
8931 * uri.c: fixing an use of strcpy() where both strings overlap
8932 pointed out by valgrind.
8933
8934Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8935
8936 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
8937 some compilation warnings.
8938 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
8939 plus some cleanup and better error reporting.
8940
8941Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8942
8943 * encoding.c: applied UTF-16 encoding handling patch provided by
8944 Mark Itzcovitz
8945 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
8946 not having iconv support.
8947
8948Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8949
8950 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
8951 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
8952 mingw compiler on Windows.
8953
8954Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8955
8956 * parser.c: fixed the serious CPU usage problem reported by
8957 Grant Goodale
8958 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
8959 missing in htmlSAXParseDoc
8960
8961Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
8962
8963 * doc/Makefile.am: Removed dependency from libxml2.def.src
8964
8965Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8966
8967 * autogen.sh: took away the requirement for automake-1.4,
8968 changed the messages for getting auto* tools to current
8969 gnu pages.
8970 * configure.in: added check for Linux Dec alpha requiring
8971 -ieee flag, fixed test for ipv6
8972 * trionan.c: fixed problem for compiling on Linux Dec alpha
8973 using native compiler
8974 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
8975 whenever libxml2-api.xml is changed.
8976
8977Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8978
8979 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
8980 is not used.
8981
8982Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8983
8984 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
8985
8986Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8987
8988 * News configure.in: preparing libxml2-2.5.9 release
8989 * doc/* : updated the doc and rebuilt
8990
8991Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8992
8993 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
8994 definition to get a correct API XML description. This was apparently
8995 breaking Windows build.
8996
8997Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8998
8999 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9000 the progressive HTML parser front-end on large character data
9001 island leading to an erroneous end of data detection by the
9002 parser. Some cleanup too to get closer from the XML progressive
9003 parser.
9004
9005Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9006
9007 * win32/configure.js: Added in support for the ISO8859X
9008 module (patch provided by Jesse Pelton)
9009
9010Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9011
9012 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9013 when the library is not initialized and one try to save, the
9014 locks in threaded env might not been initialized, playing safe
9015 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9016 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9017 his tests to the regression suite.
9018
9019Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9020
9021 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9022 (with apologies to Igor) - Enhanced handling of docb and
9023 nanohttp.
9024
9025Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9026
9027 * encoding.c: further small changes for warnings when
9028 configured with --with-iconv=no
9029
9030Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9031
9032 * error.c trionan.[ch] testThreads.c python/generator.py:
9033 further small changes to elminate most of the remaining
9034 warnings.
9035
9036Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9037
9038 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9039 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9040 python/libxml.c include/libxml/xmlmemory.h: small changes
9041 to syntax to get rid of compiler warnings. No changes
9042 to logic.
9043
9044Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9045
9046 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9047
9048Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9049
9050 * tree.c: fixed a small problem in the patch for #118763
9051 * result/HTML/doc3.htm*: this reverts back to the previous result
9052
9053Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9054
9055 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9056 and rebuilt, apparently some C++ wrappers are not available,
9057 c.f. bug #118943
9058
9059Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9060
9061 * tree.c: fixing HTML attribute serialization bug #118763
9062 applying a modified version of the patch from Bacek
9063 * result/HTML/doc3.htm*: this modifies the output from one test
9064
9065Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9066
9067 * tree.c include/libxml/tree.h: added a new API to split a
9068 QName without generating any memory allocation
9069 * valid.c: fixed another problem with namespaces on element
9070 in mixed content case
9071 * python/tests/reader2.py: updated the testcase with
9072 Bjorn Reese fix to reader for unsignificant white space
9073 * parser.c HTMLparser.c: cleanup.
9074
9075Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9076
9077 * catalog.c: trying to fix #118754 of possible recursion in the
9078 catalogs. Not fantastically happy about the current fix since
9079 it's likely to break under very thread intensive concurrent
9080 access to the catalog. Better solution might to keep the depth
9081 an extra argument to the resolution functions.
9082
9083Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9084
9085 * valid.c: fixed bug #118712 about mixed content, and namespaced
9086 element names.
9087 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9088 in the regression tests
9089
9090Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9091
9092 Coninuing work on bug 118559
9093 * DOCBparser.c: removed 2 unsed vars
9094 * xmlregexp.c: changed some numeric const to their enum symbols
9095 * xmlreader.c: changed one var define from int to enum
9096 (a little more to be done, awaiting co-ordination)
9097 * relaxng.c: deleted one unused var
9098 * xmllint.c: deleted some unused vars, changed one arg
9099 val from int to enum
9100 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9101 * xmlIO.c: fixed typo from last night (small warning msg)
9102
9103Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9104
9105 Working on bug 118559
9106 * error.c: deleted unused variable
9107 * parserInternals.c: deleted unneeded 'const' qualifier
9108 * parser.c: changed variable type for enum temp storage
9109 * xmlIO.c: changed debugging var to be inside #ifdef
9110 * valid.c: removed unused variable
9111 * HTMLparser.c: removed some unneeded 'const' qualifiers
9112 * xpath.c: added some type casts, removed some unused vars
9113 * xinclude.c: added one type cast
9114 * nanohttp.c: repositioned some #ifdef to avoid unused var
9115 * nanoftp.c: removed unused var
9116
9117Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9118
9119 * HTMLparser.c: applied a patch from William Brack about
9120 the problem of parsing very large HTML instance with comments
9121 as raised by Nick Kew
9122
9123Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9124
9125 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9126 patch from Bjorn Reese for xmlTextReaderNodeType() and
9127 significant whitespace. There is an enum for node type
9128 values now.
9129
9130Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9131
9132 * encoding.c: applying patch from Peter Jacobi to added
9133 ISO-8859-x encoding support when iconv is not available
9134 * configure.in include/libxml/xmlversion.h.in
9135 include/libxml/xmlwin32version.h.in: added the glue needed
9136 at the configure level and made it the default for Windows
9137
9138Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9139
9140 * python/generator.py python/libxml.c python/libxml2class.txt:
9141 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9142 in python
9143
9144Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9145
9146 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9147 cleanup patch, and also avoided a possible memory leak
9148
9149Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9150
9151 * encoding.c: fix the previous commit
9152
9153Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9154
9155 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9156 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9157 some future cleanup of UTF8 handling
9158
9159Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9160
9161 * xpath.c: applied a change suggested by Sean Griffin in bug
9162 #118494 about a memory leak in EXSLT
9163
9164Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9165
9166 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9167 when fixing the previous Relax-NG bugs
9168 * result/relaxng/*: This slightly changes the output messages of
9169 some regression tests.
9170 * configure.in: added support of -with-fexceptions for nested C++
9171 support.
9172
9173Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9174
9175 * doc/tutorial/apa.html
9176 * doc/tutorial/apb.html
9177 * doc/tutorial/apc.html
9178 * doc/tutorial/apd.html
9179 * doc/tutorial/ape.html
9180 * doc/tutorial/apf.html
9181 * doc/tutorial/apg.html
9182 * doc/tutorial/aph.html
9183 * doc/tutorial/ar01s02.html
9184 * doc/tutorial/ar01s03.html
9185 * doc/tutorial/ar01s04.html
9186 * doc/tutorial/ar01s05.html
9187 * doc/tutorial/ar01s06.html
9188 * doc/tutorial/ar01s07.html
9189 * doc/tutorial/ar01s08.html
9190 * doc/tutorial/index.html
9191 * doc/tutorial/ix01.html
9192 * doc/tutorial/xmltutorial.pdf
9193 * doc/tutorial/xmltutorial.xml
9194 update tutorial with XPath example
9195
9196Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9197
9198 * SAX.c parser.c: fixing a bug about a special case of namespace
9199 handling, this closes bug #116841
9200
9201Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9202
9203 * relaxng.c result/relaxng/*: checked and fixed the compilation
9204 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9205 This slightly changes the output messages of some regression tests.
9206
9207Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9208
9209 * xmlreader.c: fixed an out of bound error #118052 , the good
9210 part if that base64 code was not in use yet ...
9211
9212Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9213
9214 * doc/xmllint.html
9215 include html version of the xmllint man page, so an
9216 up-to-date version is visible on the Web
9217
9218Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9219
9220 * xinclude.c include/libxml/xinclude.h: added a new API
9221 xmlXIncludeProcessTree() to process XInclude only on a subtree
9222 this should fix bug #115385
9223
9224Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9225
9226 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9227 the error callback and parameters of parsing and validation
9228 contexts
9229 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9230 on text nodes.
9231
9232Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9233
9234 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9235 when using the push XML parser.
9236 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9237 added the test to the regression suite.
9238
9239Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9240
9241 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9242 as suggested by Rob Richards
9243
9244Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9245
9246 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9247 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9248 to unsigned int and a couple of others.
9249
9250Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9251
9252 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9253
9254Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9255
9256 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9257
9258Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9259
9260 * globals.c threads.c: fixes some problem when freeing unititialized
9261 mutexes
9262
9263Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9264
9265 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9266 directly, some cleanups
9267 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9268 validation code.
9269
9270Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9271
9272 * win32/configure.js: Jesse Pelton pointed out a problem in the
9273 javascript code.
9274
9275Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9276
9277 * NEWS doc/*: regenerated
9278 * nanoftp.c nanohttp.c: might fix includes problems with the
9279 Ipv6 support on solaris
9280 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9281 defined as #IMPLIED
9282
9283Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9284
9285 * configure.in doc/*: preparing release 2.5.8
9286 * nanohttp.c: changed some preprocessor block
9287 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9288 hexBinary schema datatype and adding support for totalDigits and
9289 fractionDigits facets.
9290
9291Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9292
9293 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9294
9295Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9296
9297 * xinclude.c: fixed bug #116095 removing the error message when
9298 reapplying XInclude to a document.
9299
9300Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9301
9302 * xmlIO.c: applied small changes to portability layer for
9303 compilation on DJGPP Ms-DOS compiler.
9304
9305Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9306
9307 * parser.c HTMLparser.c: use the character() SAX callback
9308 if the cdataBlock ain't defined.
9309 * xpath.c: fix bug #115349 allowing compilation when configured
9310 with --without-xpath since the Schemas code needs NAN and co.
9311
9312Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9313
9314 Fixed problem with multi-threading, shown by the test program
9315 testThreads. After fix, ran mutiple tests on various speed
9316 machines (single and dual processor X86), which all seem okay.
9317
9318 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9319
9320 * threads.c: added missing initialisation for condition variable
9321 in xmlNewRMutex.
9322
9323Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9324
9325 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9326 closing bug #114837
9327
9328 * configure.in: Added checks for IPv6 support and getaddrinfo().
9329
9330 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9331
9332 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9333
9334 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9335 field or sockaddr_in field, depending upon the availability of IPv6
9336 support.
9337 have_ipv6(): Added to check for run-time IPv6 support.
9338 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9339 Modified to parse a URI with IPv6 address given in [].
9340 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9341 resolution, if it is available on the system, as gethostbyname
9342 does not return IPv6 addresses on some platforms.
9343 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9344 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9345 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9346 we are dealing with.
9347
9348 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9349 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9350 a URI with IPv6 address given in [].
9351 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9352 available on the system. Also IPv6 addresses will be resolved by
9353 gethostbyname only if IPv6 run-time support is available.
9354 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9355
9356Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9357
9358 * win32/configure.js include/win32config.h
9359 include/libxml/xmlversion.h.in: Applied the patch for BCB
9360 by Eric Zurcher.
9361
9362Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9363
9364 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9365 due to #115104 and while fixing #115101 . HTML URLs must not
9366 be version dependant.
9367
9368Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9369
9370 * entities.c: do not generate &quot; for " outside of attributes
9371 * result//*: this changes the output of some tests
9372
9373Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9374
9375 * parser.c xmlIO.c: trying to fix #114277 about when file
9376 remapping and escaping should really be attempted.
9377
9378Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9379
9380 * doc/*: applied a patch from Gman for building docs
9381 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9382 Gary Pennington to provide an allocator for xmlValidCtxt
9383 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9384 #113580 about data not being passed immediately.
9385
9386Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9387
9388 * tree.c: applied a couple of patches from Mark Itzcovitz
9389 to handle saving back "UTF-16" documents.
9390
9391Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9392
9393 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9394 some work done while in the Maldives (hence the timezone on the
9395 laptop !)
9396 * result/schemas/length3* test/schemas/deter0_*
9397 test/schemas/group0_*: some tests added too
9398
9399Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9400
9401 * encoding.c: small fix
9402 * xmlIO.c: fixed an error message
9403
9404Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9405
9406 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9407 accepting an improper UTF8 sequence
9408
9409Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9410
9411 * threads.c: applied the patch from Stéphane Bidoul for getting
9412 rid of extra threads in a dynamic library.
9413 * win32/configure.js: threads default to 'native' now.
9414
9415Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9416
9417 * HTMLtree.c: fixing bug #112904: html output method escaped
9418 plus sign character in URI attribute.
9419
9420Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9421
9422 * build_glob.py global.data globals.c parser.c
9423 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9424 up threads global defaults.
9425 * doc/libxml2-api.xml: this extends the API with new functions
9426 * python/tests/Makefile.am python/tests/reader2.py
9427 python/tests/thread2.py: integrated the associated testcase and
9428 fixed the error string used in reader2
9429
9430Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9431
9432 * configure.in libxml.spec.in python/Makefile.am: trying
9433 to conciliate --with-python= requirements and RPM builds,
9434 a PITA really...
9435
9436Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9437
9438 * HTMLparser.c: oops last commit introduced a memory leak.
9439
9440Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9441
9442 * xmllint.c doc/xmllint.xml: added --nonet option
9443 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9444 xsltproc or xmllint
9445 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9446 rebuilt
9447 * HTMLparser.c: cleaned up the HTML parser context build when
9448 using an URL
9449
9450Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9451
9452 * libxml.spec.in: added a comment about bug #112902
9453
9454Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9455
9456 * minor cleanup of configure '--help' display
9457 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9458
9459Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9460
9461 * tree.c: PI nodes in external subset were not freed :-\
9462 fixes bug #112842
9463
9464Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9465
9466 * xmllint.c: added --schema option to run WXS schema validation
9467 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9468 tried to improve error reporting in the Schema code, some cleanup
9469 too.
9470
9471Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9472
9473 * xmlschemas.c: fixed some problems in the handling of errors,
9474 and attributes addressed by references.
9475 * test/schemas/* result/schemas/*: dropped the verbosity level
9476 and added a couple of new tests
9477
9478Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9479
9480 * relaxng.c: Stéphane Bidoul found an off by one addressing
9481 error on the error handling.
9482
9483Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9484
9485 * xmlschemastypes.c: trying to fix #112673
9486
9487Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9488
9489 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9490 warning, this fixed a bug and should close #111574
9491
9492Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9493
9494 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9495 holding minOccurs="0"
9496 * test/schemas/all_* result/schemas/all_*: added some regression
9497 tests for that bug
9498 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9499 Garry Pennington to compile without schemas support.
9500
9501Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9502
9503 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9504
9505Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9506
9507 * xml2-config.in: try to fix Red hat bug #89957, do not
9508 output -L/usr/lib64
9509 * xmlreader.c: fixed a typo in a comment
9510
9511Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9512
9513 * doc/tutorial/aph.html, ix01.html
9514 forgot to cvs add the new files. Thanks to Roland van Laar
9515 for pointing this out
9516
9517Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9518
9519 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9520 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9521 to the XML/XSLT doc generation closing #111799
9522 * doc/html/*: complete update of the HTML results
9523
9524Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9525
9526 * win32/defgen.xsl: fixed the conditional for unicode map,
9527 removed hardcoded schema entries
9528
9529Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9530
9531 * win32/defgen.xsl: new file, stylesheet for generating
9532 win32/libxml2.def.src from doc/libxml2-api.xml
9533 * win32/libxml2.def.src: is autogenerated from now on, changes
9534 to this file will not appear here anymore
9535
9536Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9537
9538 * win32/configure.js python/setup.py.in: applied patch
9539 from Stéphane Bidoul for the Python bindings on the new
9540 release.
9541
9542Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9543
9544 * debugXML.c: included libxml/uri.h for xmlCanonicPath
9545 declaration
9546 * win32/configure.js: thread-enabled build is now default
9547 * win32/libxml2.def.src: added more exports
9548
9549Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9550
9551 * NEWS doc/*.xsl doc/*.html: updated the web site separated
9552 developers from common pages, made the transition to XHTML1,
9553 added validity checking to the makefile rules.
9554
9555Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9556
9557 * parser.c: fix for xmlIOParseDTD same as previous and reported
9558 by Petr Pajas
9559
9560Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9561
9562 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
9563 closing #111638
9564
9565Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9566
9567 * python/generator.py: fixed a problem in the generator where
9568 the way functions are remapped as methods on classes was
9569 not symetric and dependant on python internal hash order,
9570 as reported by Stéphane Bidoul
9571
9572Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
9573
9574 * doc/tutorial:
9575 xmltutorial.xml
9576 xmltutorial.pdf
9577 *.html
9578 add appendix on generating compiler flags, more indexing
9579
9580Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9581
9582 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
9583 to get libxml-2.5.7 to compile on OpenVMS
9584
9585Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9586
9587 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
9588
9589Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9590
9591 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
9592 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
9593 man page based on xsltproc and a stylesheet PI in the XML.
9594
9595Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9596
9597 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
9598 character preventing rendering by the man command.
9599
9600Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9601
9602 * NEWS configure.in: preparing release 2.5.7
9603 * doc/*: updated and rebuilt the docs
9604 * doc/apibuild.py: fixed the script
9605
9606Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9607
9608 * Makefile.am doc/apibuild.py: make sure the OOM code don't
9609 get in the way of the builds
9610 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
9611
9612Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9613
9614 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
9615 Memory test from Havoc Pennington #109368
9616 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
9617 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
9618 include/libxml/parser.h: a lot of memory allocation cleanups
9619 based on the results of the OOM testing
9620 * check-relaxng-test-suite2.py: seems I forgot to commit the
9621 script.
9622
9623Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9624
9625 * xmlschemastypes.c: trivial fix for 109774 removing a warning
9626
9627Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9628
9629 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
9630 more places where xmlCanonicPath() must be used to convert
9631 filenames to URLs, trying to fix #111088
9632
9633Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9634
9635 * python/libxml.c python/libxml.py: applied patch from
9636 Brent M Hendricks adding binding for xmlCatalogAddLocal
9637
9638Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9639
9640 * HTMLparser.c: tried to fix #98879 again in a more solid
9641 way.
9642
9643Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9644
9645 * win32/libxml2.def.src: added more exports from the relaxng and
9646 xmlreader clan
9647
9648Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9649
9650 * SAX.c test/valid/ns* test/result/ns*: applied the patch
9651 provided by Brent Hendricks fixing #105992 and integrated the
9652 examples in the testsuite.
9653
9654Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9655
9656 * TODO: updated a bit
9657 * configure.in: fixed the comment, threads now default to on
9658 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
9659
9660Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9661
9662 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
9663 xmlreader.c include/libxml/parser.h: a lot of performance work
9664 especially the speed of streaming through the reader and push
9665 interface. Some thread related optimizations. Nearly doubled the
9666 speed of parsing through the reader.
9667
9668Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
9669
9670 * doc/xmllint.xml
9671 * doc/xmllint.1
9672 update man page to explain use of --stream
9673
9674Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9675
9676 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
9677 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
9678 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
9679 include/libxml/globals.h include/libxml/xmlmemory.h: added
9680 xmlMallocAtomic() to be used when allocating blocks which
9681 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
9682 to allow registering the full set of functions needed by
9683 a garbage collecting allocator like libgc, ref #109944
9684
9685Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9686
9687 * configure.in: switched to have thread support enabled by default,
9688 didn't got troubles with ABI compatibility on Linux, hope it
9689 won't break on strange OSes, if yes, report the system ID
9690 * doc/libxml2-api.xml: just rebuilt the API
9691
9692Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9693
9694 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
9695 added support for large file, tested with a 3+GB instance,
9696 and some cleanup.
9697 * catalog.c: added a TODO
9698 * Makefile.am: added some "make tests" comments
9699
9700Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9701
9702 * relaxng.c: some cleanups
9703 * doc/xmlreader.html: extended the document to cover RelaxNG and
9704 tree operations
9705 * python/tests/Makefile.am python/tests/reader[46].py: added some
9706 xmlReader example/regression tests
9707 * result/relaxng/tutor*.err: updated the output of a number of tests
9708
9709Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
9710
9711 * relaxng.c: valgrind pointed out an uninitialized variable error.
9712
9713Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9714
9715 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
9716 xmlreader.c: augnemting the APIs, cleanups.
9717 * parser.c: cleanup bug #111005
9718 * xmlIO.c: added some missing comments
9719
9720Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9721
9722 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
9723 trying to improve the subset compiled, and more testing.
9724 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
9725 documentation
9726 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
9727 * result/relaxng/*.err: fix some of the outputs
9728
9729Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9730
9731 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
9732 include/libxml/xmlreader.h: implemented streaming of
9733 RelaxNG (when possible) on top of the xmlReader interface,
9734 provided it as xmllint --stream --relaxng .rng .xml
9735 This seems to mostly work.
9736 * Makefile.am: updated to test RelaxNG streaming
9737
9738Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9739
9740 * relaxng.c include/libxml/relaxng.h: integrated the regexp
9741 based validity checking of fragments of the document for
9742 which the RNG can be compiled to regexps. Works on all regression
9743 tests, only fix needed is related to error messages.
9744
9745Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
9746
9747 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
9748 include/libxml/xmlregexp.h: Starting work precompiling
9749 parts of RelaxNG schemas. Not plugged onto validity checking
9750 yet, just the regexp building part. Needed to extend some
9751 of the automata and regexp APIs.
9752
9753Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9754
9755 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
9756 xmllint --stream and xmllint --stream --valid returns errors
9757 code appropriately
9758
9759Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9760
9761 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
9762 and Next() operation to work on subtrees within the reader
9763 framework.
9764 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
9765 * python/tests/reader5.py: added an example for those new
9766 functions of the reader.
9767
9768Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9769
9770 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
9771
9772Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9773
9774 * xmlreader.c: fixing HasValue for namespace as raised by
9775 Denys Duchier
9776
9777Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9778
9779 * HTMLparser.c include/libxml/HTMLparser.h: exported
9780 htmlCreateMemoryParserCtxt() it was static
9781
9782Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9783
9784 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
9785 update from Charles Bozeman for date and duration types
9786 * test/schemas/date_0.* test/schemas/dur_0.*
9787 result/schemas/date_0.* result/schemas/dur_0.*: updated too
9788
9789Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9790
9791 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
9792 fixing bug #107129, removing excessive allocation and calls
9793 to *printf in the code to build QName strings.
9794
9795Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
9796
9797 * win32/libxml2.def.src: fixed conditional exports, reported by
9798 Luke Murray.
9799
9800Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
9801
9802 * parser.c: fixed a possible problem with xmlRecoverMemory()
9803
9804Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9805
9806 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
9807 triostr.h: Bjorn sent an update for the TRIO portability layer.
9808
9809Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9810
9811 * win32/libxml2.def.src: exported new functions
9812
9813Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9814
9815 * configure.in NEWS: preparing release 2.5.6
9816 * doc/*: updated and rebuilt the docs
9817
9818Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9819
9820 * SAX.c: fixed an uninitialized memory access pointed by valgrind
9821 on C14Ntests
9822
9823Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9824
9825 * relaxng.c: one more fixup of error message reporting
9826
9827Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9828
9829 * relaxng.c: more work on bug #109225, and fixed an uninitialized
9830 variable pointed out by valgrind
9831
9832Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9833
9834 * relaxng.c: try to work on bug #109225 and provide better
9835 error reports.
9836 * result/relaxng/* : this change the output of a number of tests
9837 * xinclude.c: fixing the parsed entity redefinition problem
9838 raised on the list.
9839 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
9840
9841Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9842
9843 * xmlschemastypes.c: fixed date comparison to handle the tzo
9844 The only failures left are disagreements on Notations and
9845 '+1' not being allowed for ulong, uint, ushort and ubyte.
9846
9847Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9848
9849 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
9850 to the XML Schemas errata
9851 http://www.w3.org/2001/05/xmlschema-errata#e2-12
9852
9853Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9854
9855 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
9856 and facets support. Currently only schemas with binHex or
9857 base64 don't compile. A few error left in the test suite:
9858 found 1035 test instances: 919 success 23 failures
9859 most are gdate or gdateyear failing check, and a few cases where
9860 James clark tests results are strange.
9861 * valid.c: allow to reuse the Notation checking routine without
9862 having a validation context.
9863 * SAX.c: removed a #if 0
9864
9865Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
9866
9867 * xinclude.c: forgot to apply one check from #106931 patch
9868 * xmlschemastypes.c: more work on XML Schemas datatypes
9869
9870Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
9871
9872 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
9873 on cleaning up XML Schemas datatypes based on James Clark tests
9874 test/xsdtest/xsdtest.xml
9875
9876Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
9877
9878 * relaxng.c: implemented comparisons for Schemas values.
9879 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
9880 some bugs in duration handling, comparisons for durations
9881 and decimals, removed all memory leaks pointed out by James
9882 testsuite. Current status is now
9883 found 238 test schemas: 197 success 41 failures
9884 found 1035 test instances: 803 success 130 failures
9885
9886Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9887
9888 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
9889 leaks in the W3C XML Schemas code
9890 * xmlschemastypes.c: implemented nonPositiveInteger
9891 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
9892 fixed the test and result.
9893
9894Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9895
9896 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
9897 parser and a typo
9898 * xmlschemastypes.c: reindenting, fixing a memory access
9899 problem with dates.
9900
9901Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
9902
9903 * parser.c: fixing #109227 providing more context in case of
9904 start/end tag mismatch
9905 * python/tests/ctxterror.py python/tests/readererr.py: update the
9906 tests accordingly
9907
9908Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
9909
9910 * xinclude.c: should fix #109327 errors on memory accesses
9911
9912Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
9913
9914 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
9915 is an URI reference
9916
9917Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
9918
9919 * xpath.c: fixed bug #109160 on non-ASCII IDs
9920
9921Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
9922
9923 * parser.c: Norm suggested a nicer error message for xml:space values
9924 errors
9925
9926Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
9927
9928 * xpath.c include/libxml/xpath.h: first part of the fix to
9929 performance bug #108905, adds xmlXPathOrderDocElems() providing
9930 document order for nodes.
9931 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
9932
9933Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
9934
9935 * xmlschemastypes.c: removing a warning with Sun compiler
9936 bug #109154
9937
9938Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
9939
9940 * doc/xmllint.xml
9941 * doc/xmllint.1
9942 update xmllint man page with --relaxng option
9943
9944Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
9945
9946 * python/setup.py.in : was missing "drv_libxml2.py"
9947
9948Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
9949
9950 * tree.c xpath.c: some changes related to the new way of
9951 handling Result Value Tree, before 2.5.5
9952
9953Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
9954
9955 * configure.in NEWS: preparing release 2.5.5
9956 * doc/* : updated the documentation and regenerated it.
9957
9958Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
9959
9960 * xpath.c: fixed some problems related to #75813 about handling
9961 of Result Value Trees
9962
9963Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9964
9965 * uri.c: applied a set of patches from Lorenzo Viali correcting
9966 URI parsing errors.
9967
9968Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9969
9970 * parser.c: validity status was not passed back when validating in
9971 entities, but raised by Oliver Fischer
9972
9973Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
9974
9975 * HTMLtree.c: avoid escaping ',' in URIs
9976
9977Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
9978
9979 * parser.c: fixing bug #108976 get the ID/REFs to reference
9980 the ID in the document content and not in the entity copy
9981 * SAX.c include/libxml/parser.h: more checking of the ID/REF
9982 stuff, better solution for #107208
9983 * xmlregexp.c: removed a direct printf, dohhh
9984 * xmlreader.c: fixed a bug on streaming validation of empty
9985 elements in entities
9986 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
9987 cleanup of the validation tests
9988 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
9989 added more ID/IDREF tests to the suite
9990
9991Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
9992
9993 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
9994 compiler.
9995
9996Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
9997
9998 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
9999
10000Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10001
10002 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10003 defined in entities content
10004
10005Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10006
10007 * SAX.c: Fixed validation bug #108858 on namespace names using
10008 entities and reported by Brent Hendricks
10009 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10010 --debug output.
10011
10012Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10013
10014 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10015 about the DocType node not being reported sometimes.
10016 * python/tests/reader.py: added to test to the regression checks
10017
10018Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10019
10020 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10021 reported by Edd Dumbill
10022
10023Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10024
10025 * HTMLparser.c parser.c parserInternals.c: patch from
10026 johan@evenhuis.nl for #107937 fixing some line counting
10027 problems, and some other cleanups.
10028 * result/HTML/: this result in some line number changes
10029
10030Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10031
10032 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10033 instead of libxml.spec
10034 * relaxng.c: fixed some of the error reporting excessive
10035 verbosity
10036 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10037 xmlschemastypes.c: removed some warnings from gcc
10038 * doc/libxml2-api.xml: rebuilt
10039
10040Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10041
10042 * relaxng.c: another optimization, for choice this time
10043 * result/relaxng/spec1* result/relaxng/tutor12_1*
10044 result/relaxng/tutor3_7: cleanups.
10045
10046Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10047
10048 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10049 * test/relaxng/testsuite.xml: augmented the test suite
10050 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10051 some schemas validation tests in the presence of foreign
10052 namespaces.
10053
10054Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10055
10056 * relaxng.c: added another interleave speedup.
10057
10058Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10059
10060 * xmlschemastypes.c: added integer and fixed one of the
10061 IDREFS regression tests pbm
10062 * result/relaxng/docbook_0.err: updated
10063
10064Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10065
10066 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10067 declared both in the DTD and in the Schemas <grin/>
10068 * relaxng.c: more debug, added a big optimization for <mixed>
10069 * test/relaxng/testsuite.xml: augmented the testsuite
10070 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10071 DocBook example to the regression tests
10072
10073Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10074
10075 * check-xsddata-test-suite.py: cosmetic change for output
10076 * relaxng.c: try to minimize calls to malloc/free for states.
10077
10078Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10079
10080 * tree.c: removed a warning
10081 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10082 support
10083 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10084 cleanup/improvements of the regression tests batch
10085 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10086
10087Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10088
10089 * relaxng.c: fixed error msg cleanup deallocation
10090 * xmlschemastypes.c: added a function to handle lists of
10091 atomic types, added support for IDREFS
10092
10093Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10094
10095 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10096 and IDREF, usable from RelaxNG now
10097 * include/libxml/xmlschemastypes.h: need to add a new interface
10098 because the validation modifies the infoset
10099 * test/relaxng/testsuite.xml: extended the testsuite
10100
10101Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10102
10103 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10104 shemas datatype ID/IDREF support still missing though.
10105 * xmlreader.c: fix a crashing bug with prefix raised by
10106 Merijn Broeren
10107 * test/relaxng/testsuite.xml: augmented the testsuite with
10108 complex inheritance tests
10109
10110Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10111
10112 * relaxng.c: switched back to the previous Relax-NG code base,
10113 the derivation algorithm need severe constraining code to avoid
10114 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10115 TEI based example and other bugs
10116 * result/relaxng/*err: updated the results
10117 * test/relaxng/testsuite.xml: started a new test suite
10118
10119Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10120
10121 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10122 that the original RelaxNG validation code was un-fixeable, it got
10123 rewritten to use the derivation algorithm from James Clark and
10124 redebugged it (nearly) from scratch:
10125 found 373 test schemas: 372 success 1 failures
10126 found 529 test instances: 529 success 0 failures
10127
10128Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10129
10130 * SAX.c parser.c: fix some recursion problems introduced in the
10131 last release.
10132 * relaxng.c: more debugging of the RNG validation engine, still
10133 problems though.
10134
10135Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10136
10137 * Makefile.am: stop generating wrong result file with * in name
10138 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10139 * result/relaxng/demo* test/relaxng/demo: added the tests from
10140 Sebastian reproducing the problem.
10141
10142Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10143
10144 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10145 up Aleksey's change
10146
10147Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10148
10149 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10150 variable to control the indentation for the xmllint "--format"
10151 option
10152
10153Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10154
10155 * encoding.c: applied Gennady's patch against buffer overrun
10156
10157Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10158
10159 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10160 Clark it appeared I had bug in URI parsing code ...
10161 * relaxng.c include/libxml/relaxng.h: completely revamped error
10162 reporting to not loose message from optional parts.
10163 * xmllint.c: added timing for RNG validation steps
10164 * result/relaxng/*: updated the result, all error messages changed
10165
10166Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10167
10168 * xpath.c: fix bug #107804, the algorithm used for document order
10169 computation was failing on attributes.
10170
10171Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10172
10173 * valid.c: fix bug #107764 , possibility of buffer overflow
10174 in xmlValidDebug()
10175
10176Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10177
10178 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10179 from Philipp Dunkel
10180
10181Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10182
10183 * xmlschemastype.c: made powten array static it should not be exported
10184 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10185 parser function.
10186 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10187
10188Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10189
10190 * tree.c: fixed a node dump crash on attributes
10191 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10192 an URI test bug and get better output.
10193
10194Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10195
10196 * check-xsddata-test-suite.py: give more infos
10197 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10198 REF->DEF in attribute values.
10199
10200Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10201
10202 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10203 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10204 regression tests from James Clark.
10205
10206Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10207
10208 * relaxng.c xmlschemas.c xmlschemastypes.c
10209 include/libxml/xmlschemastypes.h: added param support for relaxng
10210 type checking, started to increment the pool of simple types
10211 registered, still much work to be done on simple types and
10212 facets checkings.
10213
10214Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10215
10216 * entities.c: fixes again one of the problem raised by
10217 James Clark in #106788
10218
10219Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10220
10221 * relaxng.c: Fixed a couple of problem raised by James Clark
10222 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10223 datatype level still not fixed though.
10224
10225Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10226
10227 * configure.in: preparing release 2.5.4
10228 * doc/*: updated and rebuilt the docs
10229 * relaxng.c: removed warnings
10230 * result/relaxng/*: updated the results
10231
10232Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10233
10234 * valid.c: fixes a DTD regexp generation problem.
10235
10236Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10237
10238 * parser.c: fixes bug #105998 about false detection of
10239 attribute consumption loop.
10240
10241Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10242
10243 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10244
10245Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10246
10247 * SAX.c: fixed bug #105992
10248
10249Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10250
10251 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10252 element.
10253 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10254 found 373 test schemas: 369 success 4 failures
10255 found 529 test instances: 525 success 4 failures
10256 * check-relaxng-test-suite.py: added memory debug reporting
10257
10258Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10259
10260 * uri.c parser.c: some warning removal on Igor's patch
10261 * tree.c: seems I messed up with #106788 fix
10262 * python/libxml.c: fixed some base problems when Python provides
10263 the resolver.
10264 * relaxng.c: fixed the interleave algorithm
10265 found 373 test schemas: 364 success 9 failures
10266 found 529 test instances: 525 success 4 failures
10267 the resulting failures are bug in the algorithm from 7.3 and
10268 lack of support for params
10269
10270Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10271
10272 * parser.c: another fix for nodeinfo in entities problem
10273 * tree.c entities.c: fixed bug #106788 from James Clark
10274 some spaces need to be serialized as character references.
10275
10276Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10277
10278 * parser.c uri.c: fixed the bug I introduced in the path
10279 handling, reported by Sebastian Bergmann
10280
10281Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10282
10283 * parser.c: fixing some nodeinfo in entities problem raised
10284 by Glenn W. Bach
10285 * relaxng.c: implemented the first section 7.3 check
10286 * result/relaxng/*: updated the results
10287
10288Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10289
10290 * relaxng.c: fixed some problems in the previous commit
10291 and finished implementing 4.16 rules checking
10292 found 373 test schemas: 353 success 20 failures
10293 found 529 test instances: 519 success 6 failures
10294 * result/relaxng/*: updated the results
10295
10296Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10297
10298 * relaxng.c: implemented checks from section 7.2
10299
10300Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10301
10302 * relaxng.c: implemented the checks from section 7.1, fixed
10303 some of the 4.20 and 4.21 problems.
10304 found 373 test schemas: 338 success 35 failures
10305 found 529 test instances: 519 success 6 failures
10306 * result/relaxng/*: updated the results
10307
10308Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10309
10310 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10311 * result/relaxng/*: updated the results
10312
10313Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10314
10315 * relaxng.c: more bugfixes
10316 * result/relaxng/*: updated the results
10317
10318Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10319
10320 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10321 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10322 * SAX.c: ensured xmlDoc.URL is always canonic
10323 * parser.c: obsoleted xmlNormalizeWindowsPath
10324 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10325 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10326 * win32/libxml2.def.src: added few exports
10327
10328Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10329
10330 * Makefile.am configure.in: patched to have shared libraries
10331 for Python regression tests and static binaries for gdb debug
10332 in my development environment
10333 * relaxng.c: more bugfixes
10334 found 373 test schemas: 296 success 77 failures
10335 found 529 test instances: 516 success 8 failures
10336 * result/relaxng/*: updated the results
10337
10338Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10339
10340 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10341
10342Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10343
10344 * xmlschemastypes.c: float/double check bugfix
10345 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10346 validation
10347 * xmlreader.c: add a TODO for Jody
10348 * relaxng.c: bugfix bugfix bugfix
10349 found 373 test schemas: 300 success 73 failures
10350 found 529 test instances: 507 success 10 failures
10351 * result/relaxng/*: updated the results
10352
10353Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10354
10355 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10356
10357Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10358
10359 * relaxng.c check-relaxng-test-suite.py: more work on the
10360 RelaxNG implementation conformance testing.
10361 found 373 test schemas: 284 success 89 failures
10362 found 529 test instances: 448 success 47 failures
10363 * result/relaxng/*: updated the results
10364
10365Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10366
10367 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10368 a patch from Kjartan Maraas to fix some typos
10369
10370Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10371
10372 * relaxng.c: more bug-hunting
10373 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10374 intermediate rng tree
10375 * python/generator.py: patch from Stephane Bidoul to fix the generator
10376 on python < 2.2
10377
10378Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10379
10380 * check-relaxng-test-suite.py relaxng.c: more testing on the
10381 Relax-NG front, cleaning up the regression tests failures
10382 current state and I forgot support for "mixed":
10383 found 373 test schemas: 280 success 93 failures
10384 found 529 test instances: 401 success 68 failures
10385 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10386 moved the Name, NCName and QName validation routine in tree.c
10387 * uri.c: fixed handling of URI ending up with #, i.e. having
10388 an empty fragment ID.
10389 * result/relaxng/*: updated the results
10390
10391Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10392
10393 * check-xinclude-test-suite.py: improved the script accordingly
10394 to the XInclude regression tests updates
10395 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10396 November 2002
10397 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10398 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10399 augmented the Xpointer testsuite for the element() scheme
10400
10401Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10402
10403 * relaxng.c: added TODO for the DTD compatibility spec
10404 * xinclude.c: more bug fixes driven by the testsuite
10405
10406Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10407
10408 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10409 regression tests for XInclude, improved the script, improving
10410 XInclude error reporting mechanism
10411
10412Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10413
10414 * NEWS doc/* configure.in: preparing release 2.5.3
10415
10416Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10417
10418 * tree.c: trying to fix #104934 about some XHTML1 serialization
10419 issues.
10420
10421Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10422
10423 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10424 encoding conversion when the input buffer stops in the
10425 middle of a multibyte char
10426
10427Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10428
10429 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10430 * check-relaxng-test-suite.py: python script to run regression
10431 against OASIS RelaxNG testsuite
10432 * relaxng.c: some cleanup tweaks
10433 * HTMLparser.c globals.c: cleanups in comments
10434 * doc/libxml2-api.xml: updated the API
10435 * result/relaxng/*: errors moved files, so large diffs but
10436 no changes at the semantic level.
10437
10438Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10439
10440 * tree.c: fixing #105678 problem when dumping a namespace node.
10441
10442Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10443
10444 * xpath.c: fixed doc comment problems
10445 * python/generator.py python/libxml_wrap.h python/types.c: adding
10446 RelaxNG wrappers
10447 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10448 test of those early Python RelaxNG bindings
10449
10450Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10451
10452 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10453 * relaxng.c: found the validation problem I had with interleave
10454 when not covering all remaining siblings
10455 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10456 testsuite and check the RNG schemas against the RNG schemas
10457 given in appendix A
10458
10459Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10460
10461 * win32/Makefile.msvc: updates for RelaxNG
10462 * win32/Makefile.mingw: updates for RelaxNG
10463 * win32/libxml2.def.src: added RelaxNG exports
10464
10465Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10466
10467 * xinclude.c: applied another bug fix from Sean Chittenden
10468
10469Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10470
10471 * configure.in xmllint.c: I f...ed up the default configuration
10472 of schemas and --relaxng option display in xmllint, pointed by
10473 Morus Walter.
10474 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10475 detection module, fixes bug #105374.
10476
10477Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10478
10479 * xmlschemastypes.c: added the boolean base type.
10480
10481Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10482
10483 * xmlschemastypes.c: started implementing some of the missing
10484 default simple types
10485 * result/relaxng/*: updated the results
10486
10487Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10488
10489 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10490
10491Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10494 * Makefile.am: use xmllint for doing the RelaxNG tests
10495 * configure.in: preparing 2.5.2 made schemas support default to
10496 on instead of off
10497 * relaxng.c: removed the verbosity
10498 * xmllint.c: added --relaxng option
10499 * python/generator.py python/libxml_wrap.h: prepared the integration
10500 of the new RelaxNG module and schemas
10501 * result/relaxng/*: less verbose output
10502
10503Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * valid.c: do not run content model validation if the
10506 content is not determinist
10507
10508Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10509
10510 * SAX.c: added the redefinition of namespaced attribute
10511 check that was missing as Fabrice Desré pointed out.
10512
10513Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10514
10515 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10516 improvements from Nick Kew, allowing to do more checking
10517 to HTML elements and attributes.
10518
10519Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10520
10521 * xinclude.c: fixing bug #105137 about entities declaration
10522 needing to be copied to the including document.
10523
10524Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10525
10526 * catalog.c: fixed bug #104817 with delegateURI
10527 * xpath.c: fixing bugs #104123 and #104125
10528
10529Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
10530
10531 * configure.in valid.c xmlreader.c python/libxml_wrap.h
10532 python/types.c: fixing #104096 to compile without regexps
10533
10534Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10535
10536 * valid.c: fixing bug #103969 forgot to add an epsilon transition
10537 when building the automata for elem*
10538
10539Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10540
10541 * HTMLparser.c: applied patch from Arne de Bruijn fixing
10542 bug #103827
10543
10544Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10545
10546 * HTMLparser.c: updating a comment, fixing #103776
10547
10548Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10549
10550 * parser.c: fixing bug 105049 for validity checking of content
10551 within recursive entities.
10552
10553Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10554
10555 * HTMLparser.c: try to fix # 105049
10556 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
10557 * tree.c: updated a function comment
10558
10559Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10560
10561 * relaxng: more work on grammars and refs/defs
10562 * test/relaxng/* result/relaxng/*: augmented/updated the
10563 regression tests
10564
10565Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10566
10567 * relaxng: more work on name classes, except support
10568 * test/relaxng/* result/relaxng/*: augmented/updated the
10569 regression tests
10570
10571Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10572
10573 * relaxng: more work on name classes, the "validate all" schemas
10574 seems to work now.
10575 * test/relaxng/* result/relaxng/*: augmented/updated the
10576 regression tests
10577
10578Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10579
10580 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
10581 * parser.c: put a guard against infinite document depth, basically
10582 trying to avoid another kind of DoS attack.
10583 * relaxng.c: some code w.r.t. nameClasses
10584
10585Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10586
10587 * test/relaxng/* result/relaxng/*: check all the namespace support
10588 was actually correct based on tutorial section 10.
10589
10590Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10591
10592 * relaxng: include seems to work okay now
10593 * test/relaxng/* result/relaxng/*: augmented/updated the
10594 regression tests
10595
10596Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10597
10598 * relaxng.c: a bit of work done in the train back.
10599 * test/relaxng/*: added one of the include tests
10600
10601Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10602
10603 * relaxng: more work done in the train
10604 * test/relaxng/* result/relaxng/*: augmented/updated the
10605 regression tests
10606
10607Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10608
10609 * relaxng.c: debugging of externalRef
10610 * test/relaxng/* result/relaxng/*: augmented/updated the
10611 regression tests
10612
10613Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10614
10615 * relaxng.c: more work on Relax-NG, implementing externalRef
10616 * test/relaxng/* result/relaxng/*: augmented/updated the
10617 regression tests
10618 * Makefile.am: cleanup to Relaxtests target
10619
10620Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10621
10622 * relaxng.c: more work on Relax-NG, implementing interleave
10623 * test/relaxng/* result/relaxng/*: augmented/updated the
10624 regression tests
10625
10626Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10627
10628 * relaxng.c: more work on Relax-NG, implementing interleave
10629 * test/relaxng/* result/relaxng/*: augmented/updated the
10630 regression tests
10631
10632Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
10633
10634 * doc/tutorial/customfo.xsl
10635 * doc/tutorial/customhtml.xsl
10636 adding stylesheet customizations used to generate fo
10637 for pdf and html
10638
10639Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10640
10641 * relaxng.c: more work on Relax-NG
10642 * test/relaxng/* result/relaxng/*: augmented/updated the
10643 regression tests
10644 * xmlschemastypes.c: added a number of base type definition but not
10645 the associated checks, those are still TODOs
10646
10647Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
10648
10649 in docs/tutorial:
10650 * apa.html
10651 * apb.html
10652 * apc.html
10653 * apd.html
10654 * ape.html
10655 * apf.html
10656 * apg.html
10657 * ar01s02.html
10658 * ar01s03.html
10659 * ar01s04.html
10660 * ar01s05.html
10661 * ar01s06.html
10662 * ar01s07.html
10663 * ar01s08.html
10664 * index.html
10665 * xmltutorial.pdf
10666 * xmltutorial.xml
10667 add index to tutorial
10668
10669Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
10670
10671 * doc/xmlcatalog.1
10672 * doc/xmlcatalog_man.html
10673 * doc/xmlcatalog_man.xml
10674 belatedly fixing bug #93622 (adds rewriteURI type to
10675 "--add" option in xmlcatalog man page
10676
10677Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10678
10679 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
10680 Julio Merino, closing #104475
10681
10682Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10683
10684 * relaxng.c: more work on Relax-NG
10685 * test/relaxng/* result/relaxng/*: augmented/updated the
10686 regression tests
10687
10688Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10689
10690 * relaxng.c: more work on Relax-NG
10691 * test/relaxng/* result/relaxng/*: augmented/updated the
10692 regression tests
10693
10694Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10695
10696 * README: updated the policy on private mail answers
10697 * relaxng.c: more work on Relax-NG
10698 * test/relaxng/* result/relaxng/*: augmented/updated the
10699 regression tests
10700
10701Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
10702
10703 * error.c parser.c tree.c: applied a documentation patch from
10704 Stefan Kost
10705
10706Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10707
10708 * relaxng.c: more work on Relax-NG
10709 * doc/*: regenerated the docs
10710 * test/relaxng/* result/relaxng/*: updated and augmented the
10711 Relax-NG regression tests and results
10712
10713Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10714
10715 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
10716 First commit of the new Relax-NG validation code, not generally
10717 useful yet.
10718 * test/relaxng/* result/relaxng/*: current state of the regression
10719 tests
10720
10721Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10722
10723 * tree.c: minimized the memory allocated for GetContent
10724 and a bit of cleanup.
10725
10726Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10727
10728 * python/generator.py: seems there is no good reasons to
10729 not generate bindings for XPointer
10730
10731Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10732
10733 * xmlreader.c doc/apibuild.py: applied a new patch from
10734 Stéphane Bidoul for cleanups
10735 * doc/libxml2-api.xml: rebuilt the API description with
10736 new entry points
10737
10738Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10739
10740 * xmlreader.c python/drv_libxml2.py python/generator.py
10741 python/libxml.c python/libxml.py python/libxml_wrap.h
10742 python/types.c: patch from Stéphane Bidoul for better per
10743 context error message APIs
10744 * python/tests/ctxterror.py python/tests/readererr.py:
10745 update of the tests
10746
10747Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
10748
10749 * doc/guidelines.html
10750 grammar and spelling cleanup
10751
10752Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10753
10754 * xmlreader.c include/libxml/xmlreader.h python/generator.py
10755 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
10756 a patch from Stéphane Bidoul to allow per XMLtextReader error
10757 and warning handling
10758 * python/tests/Makefile.am python/tests/readererr.py: adding the
10759 specific regression test
10760
10761Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10762
10763 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
10764 should raise a syntax error
10765
10766Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10767
10768 * python/libxml.c: cleanup patch from Stéphane Bidoul
10769
10770Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
10773
10774Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10775
10776 * python/generator.py python/libxml.c python/libxml.py
10777 python/libxml_wrap.h python/types.c: applied and fixed a patch
10778 from Stéphane Bidoul to provide per parser error handlers at the
10779 Python level.
10780 * python/tests/Makefile.am python/tests/ctxterror.py: added a
10781 regression test for it.
10782
10783Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10784
10785 * xmlreader.c: fixed the streaming property of the reader,
10786 it was generating tree faster than consuming it. Pointed out
10787 by Nate Myers
10788 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
10789
10790Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10791
10792 * win32/libxml2.def.src: added more xmlreader and other exports
10793
10794Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10795
10796 * xpath.c: fix to the XPath implementation for parent and
10797 ancestors axis when operating on a Result Value Tree.
10798 Fixes bug #100271
10799
10800Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10801
10802 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
10803 to fix some URI/file escaping problems
10804
10805Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10806
10807 * python/generator.py: fixed a bug raised by Raymond Wiker,
10808 docSetRootElement() should not raise an exception if the
10809 return is None
10810
10811Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10812
10813 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
10814 fixed bug #102181 by applying the suggested change and fixing
10815 the generation/registration problem.
10816
10817Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10818
10819 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
10820 routines.
10821
10822Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10823
10824 * parser.c: one more IsEmptyElement crazyness, that time in
10825 external parsed entities if substitution is asked.
10826 * python/tests/reader3.py: added a specific test.
10827
10828Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10829
10830 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
10831 support and improved error handler registration
10832
10833Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10834
10835 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
10836 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
10837 * README: fixed a link
10838
10839Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10840
10841 * configure.in doc/* NEWS: preparing 2.5.1 release
10842 * SAX.c parser.c: fixing XmlTextReader bug
10843
10844Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * SAX.c: fuck, I introduced a memory leak on external parsed
10847 entities in 2.5.0 :-(
10848
10849Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * xmllint.c: another fix needed as pointed by Christophe Merlet
10852 for --stream --debug if compiled without debug support.
10853
10854Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
10855
10856 * doc/xmllint.xml
10857 * doc/xmllint.1:
10858 update man page with --stream and --chkregister
10859
10860Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10861
10862 * globals.c: fixed --with-threads compile
10863 * xmllint.c: fixed --without-debug compile
10864 * include/libxml/globals.h: cleanup
10865 * include/libxml/schemasInternals.h: add a missing include
10866
10867Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10868
10869 * configure.in NEWS: preparing 2.5.0 release
10870 * SAX.c: only warn in pedantic mode about namespace name
10871 brokeness
10872 * globals.c: fix a doc generation problem
10873 * uri.c: fix #101520
10874 * doc/*: updated and rebuilt the doc for the release, includuding
10875 stylesheet update
10876 * python/Makefile.am: fix a filename bug
10877
10878Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
10879
10880 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
10881 should not be called.
10882
10883Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10884
10885 * libxml-2.0.pc.in: applied the patch to fix #101894
10886
10887Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10888
10889 * tree.c : applied patch from Lukas Schroeder for register callbacks
10890 * valid.c: modified patch from Lukas Schroeder to test
10891 register callbacks with --chkregister
10892
10893Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10894
10895 * xmlreader.c: seriously changed the way data are pushed to
10896 the underlying parser, go by block of 512 bytes instead of
10897 tryng to detect tag boundaries at that level. Changed the
10898 way empty element are detected and tagged.
10899 * python/tests/reader.py python/tests/reader2.py
10900 python/tests/reader3.py: small changes mostly due to context
10901 reporting being different and DTD node being reported. Some
10902 errors previously undetected are now caught and fixed.
10903 * doc/xmlreader.html: flagged last section as TODO
10904
10905Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10906
10907 * python/libxml.py: integrated the Python 2.2 optimizations
10908 from Hannu Krosing, while maintaining compatibility with
10909 1.5 and 2.1
10910
10911Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10912
10913 * xmllint.c: a bit of cleanup
10914 * xmlreader.c: small fix
10915 * doc/xmlreader.html: more work on the XmlTextReader tutorial
10916 * python/libxml.py: a few fixes pointed out by Hannu Krosing
10917
10918Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10919
10920 * python/setup.py.in: patch from Stéphane Bidoul to include
10921 drv_libxml2.py in setup.py
10922
10923Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10924
10925 * doc/xmlreader.html: starting documenting the new XmlTextReader
10926 interface.
10927
10928Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10929
10930 * xmllint.c: added the --stream flag to use the TextReader API
10931 * xmlreader.c: small performance tweak
10932
10933Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10934
10935 * xmlreader.c python/tests/reader2py: okay the DTD validation
10936 code on top of the XMLTextParser API should be solid now.
10937
10938Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10939
10940 * xmlreader.c python/tests/reader2py: Fixing some more mess
10941 with validation and recursive entities while using the
10942 reader interface, it's getting a bit messy...
10943
10944Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10945
10946 * xmlreader.c python/tests/reader.py: another couple of problem
10947 related to IsEmptyElement reported by Stéphane Bidoul needed
10948 some fixes.
10949
10950Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10951
10952 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
10953 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
10954 based on the python XmlTextReader interface.
10955
10956Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10957
10958 * tree.c: backing out one change in the last patch which broke the
10959 regression tests
10960
10961Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10962
10963 * global.data globals.c tree.c include/libxml/globals.h: applied
10964 an old patch from Lukas Schroeder to track node creation and
10965 destruction. Probably missing a lot of references at the moment
10966 and not usable reliably.
10967
10968Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10969
10970 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
10971 from doc/news.html and a stylesheet
10972
10973Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10974
10975 * xmlreader.c python/tests/reader.py: fixed another couple of
10976 xmlreader bugs reported by Stéphane Bidoul and added tests.
10977
10978Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10979
10980 * xmlreader.c python/tests/reader2.py: fixed another validity
10981 checking in external parsed entities raised by Stéphane Bidoul
10982 and added a specific regression test.
10983 * python/tests/reader3.py: cleanup
10984
10985Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10986
10987 * xmlreader.c python/tests/reader2.py: fixed a problem with
10988 validation within entities pointed by Stéphane Bidoul, augmented
10989 the tests to catch those.
10990
10991Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10992
10993 * python/generator.py: modified the generator to allow keeping
10994 class references when creating new classes, needed to fix a bug
10995 pointed by Stéphane Bidoul where the input buffer of the
10996 xmlTextReader instance gets destroyed if the python wrapper for
10997 the input is not referenced anymore.
10998
10999Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11000
11001 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11002 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11003
11004Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11005
11006 * xmlreader.c python/tests/reader.py: fixed another problem
11007 pointed by Stéphane Bidoul
11008
11009Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11010
11011 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11012 with "<a/>"
11013
11014Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11015
11016 * SAX.c: warn on xmlns:prefix="foo"
11017 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11018 for namespace attributes handling.
11019
11020Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11021
11022 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11023 a really nasty problem raised by a DocBook XSLT transform
11024 provided by Sebastian Bergmann
11025
11026Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11027
11028 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11029 by Stéphane Bidoul and integrated it into the tests
11030
11031Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11034 extended the XmlTextReader API a bit, addding accessors for
11035 the current doc and node, and an entity substitution mode for
11036 the parser.
11037 * python/libxml.py python/libxml2class.txt: related updates
11038 * python/tests/Makefile.am python/tests/reader.py
11039 python/tests/reader2.py python/tests/reader3.py: updated a bit
11040 the old tests and added a new one to test the entities handling
11041
11042Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11043
11044 * python/generator.py python/libxml2class.txt
11045 python/tests/reader.py python/tests/reader2.py: changed the
11046 generator to provide casing for the XmlTextReader similar to
11047 C# so that examples and documentation are more directly transposable.
11048 Fixed the couple of tests in the suite.
11049
11050Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11051
11052 * doc/guidelines.html: added a document on guildeline for
11053 publishing and deploying XML
11054
11055Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11056
11057 * valid.c xmlreader.c: final touch running DTD validation
11058 on the XmlTextReader
11059 * python/tests/Makefile.am python/tests/reader2.py: added a
11060 specific run based on the examples from test/valid/*.xml
11061
11062Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11063
11064 * python/libxml.py: added a few predefined xmlTextReader parser
11065 configuration values.
11066
11067Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * python/libxml_wrap.h: trying to fix #102037
11070
11071Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11072
11073 * SAX.c: fixing bug #95296, when the predefined entities
11074 are redefined in the DTD the default one must be used
11075 instead anyway.
11076
11077Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11078
11079 * doc/xmllint.xml
11080 * doc/xmllint.1
11081 Add discussion of XML_DEBUG_CATALOG to xmllint man
11082 page - bug #100907
11083
11084Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11085
11086 * xmlreader.c: Fixed the empty node detection to avoid reporting
11087 an inexistant close tag.
11088
11089Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11092 for Python 2.1
11093
11094Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11097
11098Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11099
11100 * doc/libxml2-api.xml python/tests/reader.py: one really need
11101 to provide the base URI information when creating a reader parser
11102 from an input stream. Updated the API and the example using it.
11103
11104Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11105
11106 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11107 include/libxml/valid.h include/libxml/xmlreader.h: working on
11108 DTD validation on top of xml reader interfaces. Allows to
11109 validate arbitrary large instances. This required some extensions
11110 to the valid module interface and augmenting the size of xmlID
11111 and xmlRef structs a bit.
11112 * uri.c xmlregexp.c: simple cleanup.
11113
11114Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11117 work on the xml reader interfaces.
11118 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11119 Web page for the Windows binaries.
11120
11121Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11122
11123 * xmlIO.c: applied a patch for VMS following the report by
11124 Nigel Hall
11125
11126Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11127
11128 * parser.c: the parseStartTag bug fix wasn't complete.
11129
11130Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11131
11132 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11133 parseStartTag, fixing it.
11134 * test/att4 result/att4 result/noent/att4: adding the test
11135 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11136 more methods to XmlTextReader.
11137
11138Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11139
11140 * win32/libxml2.def.src: added more xml reader exports
11141 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11142 to the build
11143
11144Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11145
11146 * doc/tutorial/xmltutorial.xml
11147 plus generated html and pdf
11148 Updating tutorial again based on further comments from Niraj
11149 Tolia on the last iteration
11150
11151Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11152
11153 * doc/tutorial/xmltutorial.xml
11154 * doc/tutorial/includekeyword.c
11155 * doc/tutorial/includegetattribute.c
11156 plus generated html and pdf
11157 Adding fix from Niraj Tolia to tutorial to properly free memory.
11158
11159Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11160
11161 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11162 more methods of XmlTextReader.
11163 * python/libxml2class.txt python/tests/reader.py: this increased the
11164 methods in the bndings, augmented the test to check those new
11165 functions.
11166
11167Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11168
11169 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11170 methods of XmlTextReader.
11171 * python/generator.py python/libxml_wrap.h python/types.c
11172 python/libxml2class.txt: added the reader to the Python bindings
11173 * python/tests/Makefile.am python/tests/reader.py: added a specific
11174 test for the Python bindings of the Reader APIs
11175 * parser.c: small cleanup.
11176
11177Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11178
11179 * xinclude.c: fallback was only copying the first child not the
11180 full child list of the fallback element, closes #89684 as reopened
11181 by Bernd Kuemmerlen
11182
11183Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11184
11185 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11186
11187Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * configure.in: preparing release of 2.4.30
11190 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11191 gives enum values, fix functype return type, put back fields in
11192 structs
11193 * doc/*: updated the docs rebuilt
11194
11195Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11196
11197 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11198 about htmlNodeDumpOutput location.
11199 * xpath.c: removed an undefined function signature
11200 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11201 too many symbols in the API breaking the python bindings.
11202 Updated with the libxslt/libexslt changes.
11203
11204Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11205
11206 * configure.in: preparing release of 2.4.29
11207 * doc/*: rebuilt the docs and API
11208 * xmlreader.c: a few more fixes for the XmlTextReader API
11209
11210Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11211
11212 * include/win32config.h: applied mingw patch from Magnus Henoch
11213
11214Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11215
11216 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11217
11218Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11219
11220 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11221 building Python script, does the C parsing directly, generates
11222 a better API description including structure fieds defs and
11223 enums. Still a couple of bugs, but good enough for the python
11224 wrappers now.
11225 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11226 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11227 include/libxml/schemasInternals.h include/libxml/tree.h: more
11228 cleanup based on the python analysis script reports.
11229 * libxml.spec.in: make sure the API XML description is part of the
11230 devel package.
11231
11232Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11233
11234 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11235 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11236 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11237 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11238 code cleanup, especially the function comments.
11239 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11240
11241Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11242
11243 * Makefile.am xmlreader.c include/libxml/Makefile.am
11244 include/libxml/xmlreader.h: Adding a new set of APIs based on
11245 the C# TextXmlReader API but converted to C. Allow to parse
11246 in constant memory usage, far simpler to program and explain
11247 than the SAX like APIs, unfinished but working.
11248 * testReader.c: test program
11249
11250Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11251
11252 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11253
11254Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11255
11256 * tree.c: Chip turner indicated that XHTML1 serialization
11257 rule for style actually break on both IE and Mozilla,
11258 try to avoid the rule if escaping ain't necessary
11259
11260Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11261
11262 * nanhttp.c: handle HTTP URL escaping, problem reported by
11263 Glen Nakamura and Stefano Zacchiroli
11264
11265Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11266
11267 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11268
11269Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11270
11271 * uri.c: Johann Richard pointed out some XPointer problems for
11272 URN based URI references in XInclude. Modified the URI parsing
11273 and saving routines to allow correct parsing and saving of
11274 XPointers, especially when attached to "opaque" scheme accordingly
11275 to RFC 2396
11276
11277Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11278
11279 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11280 of refactoring to the HTML saving code.
11281 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11282 in the doc.
11283
11284Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11285
11286 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11287 to a buffer API to reuse the generic dump to an OutputIO layer,
11288 this reduces code, fixes xmlNodeDump() for XHTML, also made
11289 xmlNodeDump() now return the number of byte written.
11290
11291Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * python/setup.py.in: another patch from Stéphane Bidoul for
11294 Python bindings on Windows
11295 * doc/parsedecl.py: small cleanup
11296
11297Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11298
11299 * libxml.spec.in configure.in: add a line in %changelog for releases
11300
11301Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11302
11303 * parser.c: patch from Marcus Clarke fixing a problem in entities
11304 parsing that was detected in KDe documentations environment.
11305
11306Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11307
11308 * python/libxml.c (libxml_prev): Return the previous as opposed to
11309 the next node (I guess this is the result of some cut & paste programming:)
11310
11311Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11312
11313 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11314
11315Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11316
11317 * python/generator.py python/libxml.c python/setup.py.in: trying
11318 to fix the Python bindings build on Windows (Stéphane Bidoul)
11319
11320Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11321
11322 * win32/configure.js: added option for python bindings
11323 * win32/libxml2.def.src: added more exports
11324
11325Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11326
11327 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11328 pthreads
11329 * win32/wince/*: applied updates to Windows CE port from Javier
11330
11331Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11332
11333 * configure.in: preparing 2.4.28
11334 * libxml.spec.in doc/Makefile.am: some cleanup
11335 * doc/*: updated the news and regenerated.
11336
11337Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11338
11339 * HTMLparser.c: final touch at closing #87235 </p> end tags
11340 need to be generated.
11341 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11342 this change slightly the output of a few tests
11343 * doc/*: regenerated
11344
11345Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11346
11347 * parserInternals.c: fixing bug #99190 when UTF8 document are
11348 parsed using the progressive parser and the end of the chunk
11349 is in the middle of an UTF8 multibyte character.
11350
11351Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11352
11353 * threads.c: fixed initialization problem in xmlNewGlobalState
11354 which was causing crash.
11355 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11356 in xmlInitializeGlobalState.
11357 * parserInternals.c: cleaned up ctxt->sax initialisation.
11358
11359Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * tree.c include/libxml/tree.h: modified the existing APIs
11362 to handle XHTML1 serialization rules automatically, also add
11363 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11364 libxslt serialization uses it when needed without changing
11365 the library API.
11366 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11367 result/xhtml1: added a new test specifically for xhtml1 output
11368 and updated the result of one XHTML1 test
11369
11370Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11371
11372 * xinclude.c parserInternals.c encoding.c: fixed #99082
11373 for xi:include encoding="..." support on text includes.
11374 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11375 test/XInclude/ents/isolatin.txt : added a specific regression test
11376 * python/generator.py python/libxml2class.txt: fixed the generator
11377 the new set of comments generated for doc/libxml2-api.xml were
11378 breaking the python generation.
11379
11380Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11381
11382 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11383 * configure.in: patch for Solaris on new autoconf closes #98880
11384 * doc/parsedecl.py: repair the frigging API building script,
11385 did I say that python xmllib sucks ?
11386 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11387 and some comment are no more truncated.
11388
11389Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11390
11391 * parser.c: Martin Stoilov pointed out a potential leak in
11392 xmlCreateMemoryParserCtxt
11393
11394Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11395
11396 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11397 included in HTML documents and using the push parser.
11398
11399Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11400
11401 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11402 specified, look for the Python interpreter not just in the
11403 specified root but also in the specified location. Fixes #98825
11404
11405Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11406
11407 * python/libxml.c: fixing bug #98792 , node may have no doc
11408 and dereferencing without checking ain't good ...
11409
11410Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11411
11412 * configure.in: preparing release 2.4.27
11413 * doc/* : updated and rebuilt the docs
11414 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11415 and all the docs are actually packaged and in the final RPMs
11416 * parser.c parserInternals.c include/libxml/parser.h: restore
11417 xmllint --recover feature.
11418
11419Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11420
11421 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11422 processing of parsed entities, and XPath computation on sustitued
11423 entities.
11424 * testXPath.c: make sure entities are substitued.
11425
11426Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11427
11428 * parser.c: fixed #96594, which was totally dependent on the
11429 processing of internal parsed entities, which had to be changed.
11430
11431Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11432
11433 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11434 trying to fix bug #98517 about building outside the source tree
11435 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11436
11437Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11438
11439 * include/win32config.h: cleanup
11440 * win32/Makefile.mingw: integrated mingw in JScript configure
11441 * win32/Makefile.msvc: modified to allow mingw coexistence
11442 * win32/configure.js: integrated mingw
11443 * win32/Readme.txt: cleanup
11444
11445Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11446
11447 * HTMLparser.c: strengthen the guard in the Pop macros,
11448 like in the XML parser, closes bug #97315
11449
11450Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11451
11452 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11453 callback is never used.
11454
11455Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11456
11457 * parserInternals.c: fixed the initialization of the SAX structure
11458 which was breaking xsltproc
11459 * xpath.c: patch from Petr Pajas for CDATA nodes
11460 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11461 * parser.c include/libxml/parser.h: patch from Peter Jones
11462 removing a leak in xmlSAXParseMemory() and adding the
11463 function xmlSAXParseMemoryWithData()
11464
11465Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11466
11467 adding pdf of tutorial, changing web page to link to it
11468 * doc/tutorial/xmltutorial.pdf
11469 * doc/xml.html
11470 * doc/docs.html
11471
11472Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11473
11474 * doc/tutorial/ar01s08.html
11475 adding file what I forgot for tutorial
11476
11477Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11478
11479 Adding encoding discussion to tutorial
11480 Added:
11481 * doc/tutorial/images/*.png: DocBook admonition image files
11482 * doc/tutorial/apf.html, apg.html: new generated html
11483 * doc/tutorial/includeconvert.c: conversion code entity file
11484 changed:
11485 * doc/tutorial/xmltutorial.xml: DocBook original
11486 * doc/tutorial/*.html: generated html
11487
11488Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11489
11490 * include/libxml/*.h: retired xmlwin32version.h
11491 * doc/Makefile.am: retired xmlwin32version.h
11492 * win32/configure.js: retired xmlwin32version.h
11493
11494Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11495
11496 * win32/libxml2.def.src: exported additional symbols
11497 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11498 sisterhood
11499
11500Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11501
11502 * globals.c: fixed a typo pointed out by Igor
11503 * xpath.c: try to speed up node compare using line numbers
11504 if available.
11505
11506Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11507
11508 * tree.c: make xmlFreeNode() handle attributes correctly.
11509
11510Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11511
11512 * catalog.c: completed the #96963 fix, as reported by Karl
11513 Eichwalder
11514
11515Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11516
11517 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11518
11519Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11520
11521 * Makefile.am: switched the order of a couple of includes
11522 to fix bugs #97100
11523
11524Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11525
11526 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11527 xmlLoadCatalogs that used to separate directories with a ':'.
11528
11529Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11530
11531 * threads.c: improvements to the Windows-side of thread handling
11532 * testThreads.c: conditionally excluded unistd.h
11533 * testThradsWin32.c: broke overlong lines
11534 * include/win32config.h: adapted thread-related macros to the new
11535 scheme and for pthreads on Windows
11536 * win32/Makefile.msvc: introduced a more flexible thread build,
11537 added testThreads[Win32].c to the build
11538 * win32/configure.js: introduced a more flexible thread config
11539
115402002-10-31 John Fleck <jfleck@inkstain.net>
11541
11542 * doc/xml.html (and, by implication, FAQ.html)
11543 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11544
11545Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11546
11547 * configure.in: removed xmlwin32version.h
11548 * include/libxml/Makefile.am: removed xmlwin32version.h
11549
11550Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11551
11552 * tree.c: applied patch from Brian Stafford to fix a bug
11553 in xmlReconciliateNs()
11554
11555Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11556
11557 * tree.c: applied patch from Christian Glahn to allow
11558 xmlNewChild() on document fragment nodes
11559
11560Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11561
11562 * parser.c: Christian Glahn found a problem with a recent
11563 patch to xmlParseBalancedChunkMemoryRecover()
11564 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11565 problems
11566 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11567 test/schemas/seq*: added the test cases from Charles
11568
11569Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11570
11571 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
11572 serious cleanup of the spec file and associated changes
11573 in the Makefiles.
11574 * valid.c: try to remove some warnings on x86_64
11575
11576Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11577
11578 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
11579 fix bug #96586
11580
11581Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11582
11583 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
11584 parsing, applied his patch
11585 * result/HTML/attrents.html result/HTML/attrents.html.err
11586 result/HTML/attrents.html.sax test/HTML/attrents.html:
11587 added the test and result case provided by Mikhail Sogrine
11588
11589Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11590
11591 * vms/build_libxml.com vms/config.vms vms/readme.vms
11592 include/libxml/parser.h include/libxml/parserInternals.h
11593 include/libxml/tree.h include/libxml/xmlIO.h
11594 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
11595 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
11596 Applied the VMS update patch from Craig A. Berry
11597 * doc/*.html: update
11598
11599Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11600
11601 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
11602
11603Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11604
11605 * debugXML.c: adding a grep command to --shell in xmllint
11606 for T.V. Raman
11607
11608Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11609
11610 * xmlcatalog.c: tried to fix some of the problem with --sgml
11611
11612Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
11613
11614 * parser.c: tried to fix bug #91500 where doc->children may
11615 be overriden by a call to xmlParseBalancedChunkMemory()
11616
11617Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11618
11619 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
11620 identifiers in SGML catalogs containing '&'
11621
11622Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * python/types.c: fixed bugs when passing result value tree
11625 to Python functions.
11626
11627Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11628
11629 * configure.in: preparing the release of 2.4.26
11630 * doc/*: updated and rebuilt the documentation
11631
11632Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11633
11634 * parser.c: fixed a XML Namespace compliance bug reported by
11635 Alexander Grimalovsky
11636
11637Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11638
11639 * HTMLtree.c: fixed serialization of script and style when
11640 they are not lowercase (i.e. added using the API to the tree).
11641
11642Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11643
11644 * valid.c: make xmlValidateDocument emit a warning msg if there
11645 is no DTD, pointed by Christian Glahn
11646
11647Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
11650 content model when some of the blocks have min or max, and a couple
11651 of bugs found in the process.
11652 * result/schemas/list0* test/schemas/list0*: added some specific
11653 regression tests
11654
11655Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
11656
11657 * README: updated the contact informations
11658
11659Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11660
11661 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
11662 misses it, reported by Peter Bray.
11663
11664Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11665
11666 * tree.c: investigating xmlNodeGetContent() on namespace nodes
11667 and removed a few warnings
11668
11669Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * parser.c: Christian Glahn found a small bug in the push parser.
11672 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
11673 public
11674
11675Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11676
11677 * xmlschemas.c include/libxml/xmlschemas.h: added
11678 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
11679 * testSchemas.c: added --memory to test the new interface
11680
11681Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11682
11683 * doc/index.py doc/search.php: integrated the XSLT indexing,
11684 a few fixed in the indexer, added a scope selection at the
11685 search level.
11686
11687Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11688
11689 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
11690 this was due to uninitialized parts of the validation context
11691
11692Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11693
11694 * debugXML.c: applied patch from Mark Vakoc except the API
11695 change, preserved it.
11696 * doc/*: updated the docs to point to the search engine for
11697 information lookup or before bug/help reports.
11698
11699Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11700
11701 * doc/index.py doc/search.php: added mailing-list archives
11702 indexing and lookup
11703
11704Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11705
11706 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
11707
11708Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11709
11710 * doc/index.py: improved HTML indexing
11711 * doc/search.php: make the queries also lookup the HTML based indexes
11712
11713Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11714
11715 * doc/index.py: added HTML page indexing
11716
11717Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11718
11719 * xmlIO.c: extended Windows path normalisation to fix the base
11720 problem in libxslt.
11721 * catalog.c: fixed list handling in XML_CATALOG_FILES
11722
11723Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11724
11725 * valid.c: typo/bug found by Christian Glahn
11726
11727Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11728
11729 * xmlIO.c: applied Windows CE patch from Javier.
11730 * win32/wince: new directory, contains support for the PocketPC
11731 with Windows CE from Javier.
11732 * include/win32config.h: reorganised, removed duplicate
11733 definitions and applied WinCE patch from Javier.
11734 * include/wsockcompat.h: new file, now contains WinSock
11735 compatibility macros.
11736 * win32/Makefile.msvc: introduced double-run compilation.
11737
11738Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11739
11740 * configure.in include/libxml/xmlwin32version.h: preparing release
11741 of 2.4.25
11742 * doc/*: updated and regenerated teh docs and web pages.
11743
11744Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11745
11746 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
11747 error were not covering namespace declarations.
11748 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
11749 it was missing the attribute declaration for the namespace
11750 * result/VC/NS3: the fix now report breakages in that test
11751
11752Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11753
11754 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
11755
11756Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11757
11758 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
11759 and regenerated the docs and web site
11760
11761Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11762
11763 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
11764 ATTRIBUTE_UNUSED is always put after the attribute declaration,
11765 not before
11766
11767Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11768
11769 * python/generator.py python/libxml2class.txt: fixed a stupid error
11770 breaking the python API
11771
11772Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11773
11774 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
11775 triostr.c triostr.h: applied a trio update patch from
11776 Bjorn Reese which should work with MinGW
11777
11778Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11779
11780 * tree.c: improving some documentation comments
11781 * xmlregexp.c: found and fixed a mem leak with python regression tests
11782 * doc/*: rebuilt the doc and the API XML file including the
11783 xmlregexp.h xmlautomata.h and xmlunicode.h headers
11784 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
11785 python/types.c: added access to the XML Schemas regexps from
11786 python
11787 * python/tests/Makefile.am python/tests/regexp.py: added a
11788 simple regexp bindings test
11789
11790Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
11791
11792 * doc/xml.html:
11793 fixing ftp links - thanks to Vitaly Ostanin
11794
11795Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11796
11797 * xmlregexp.c: fixed the data callback on transition functionality
11798 which was broken when using the compact form
11799 * result/schemas/*: updated the results, less verbose, all tests
11800 pass like before
11801 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
11802 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
11803 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
11804 annoying warnings
11805 * xpath.c: try to provide better error report when possible
11806
11807Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11808
11809 * Makefile.am: fixed a breakage raised by Jacob
11810
11811Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11812
11813 * include/win32config.h: added HAVE_ERRNO_H definition for parts
11814 which don't use sockets
11815
11816Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11817
11818 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
11819 * win32/configure.js: applied zlib patch from Daniel Gehriger
11820
11821Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11822
11823 * win32/configure.js: applied the patch from Mark Vakoc for
11824 regexp support
11825 * win32/libxml2.def.src: applied the patch from Mark Vakoc
11826 for regexp support
11827
11828Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11829
11830 * xmlschemastypes.c: as pointed by Igor Float and Double
11831 parsing ain't finished yet
11832
11833Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11834
11835 * Makefile.am configure.in: trying to fix #88412 by bypassing
11836 all the python subdir if python ain't detected
11837
11838Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11839
11840 * Makefile.am configure.in include/libxml/xmlversion.h.in:
11841 made configuring with regexps/automata/unicode the default
11842 but without schemas ATM
11843 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
11844 fixed the regexp based DTD validation performance and memory
11845 problem by switching to a compact form for determinist regexps
11846 and detecting the determinism property in the process. Seems
11847 as fast as the old DTD validation specific engine :-) despite
11848 the regexp built and compaction process.
11849
11850Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11851
11852 * valid.c: determinism is debugged, new DTD checking code now works
11853 but xmlFAComputesDeterminism takes far too much CPU and the whole
11854 set usues too much memory to be really usable as-is
11855
11856Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11857
11858 * tree.c: fixed another stupid bug in xmlGetNodePath()
11859 * xmllint.c: --version now report the options compiled in
11860
11861Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11862
11863 * HTMLparser.c: small cleanup
11864 * valid.c xmlregexp.c: switched DTD validation to use only regexp
11865 when configured with them. A bit of debugging around the determinism
11866 checks is still needed
11867
11868Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11869
11870 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
11871
11872Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11873
11874 * xmlIO.c: small portability glitch fixed.
11875
11876Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11877
11878 * xmlschemastypes.c: incomplete steps for real/double support
11879 * testAutomata.c include/libxml/xmlautomata.h
11880 include/libxml/xmlregexp.h: avoiding a compilation problem
11881 * valid.c include/libxml/valid.h: starting the work toward using
11882 the regexps for actual DTD validation
11883
11884Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11885
11886 * hash.c: cosmetic cleanup
11887 * valid.c include/libxml/tree.h include/libxml/valid.h: started
11888 integrating a DTD validation layer based on the regexps
11889
11890Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11891
11892 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
11893 the determinism was tested before eliminating the epsilon
11894 transitions :-(
11895
11896Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
11897
11898 * python/generator.py python/libxml.c python/libxml.py
11899 python/libxml2-python-api.xml python/libxml2class.txt
11900 python/libxml_wrap.h python/types.c: updated the python
11901 bindings, added code for easier File I/O, and the ability to
11902 define a resolver from Python fixing bug #91635
11903 * python/tests/Makefile.am python/tests/inbuf.py
11904 python/tests/outbuf.py python/tests/pushSAXhtml.py
11905 python/tests/resolver.py python/tests/serialize.py: updated
11906 and augmented the set of Python tests.
11907
11908Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11909
11910 * win32/configure.js: added more readme info for the binary
11911 package.
11912
11913Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11914
11915 * xmlIO.c: fixed a stupid out of bound array error
11916
11917Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11918
11919 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
11920 messing around with support for Windows path, cleanups,
11921 trying to identify and fix the various code path to the
11922 filename access. Added xmlNormalizeWindowsPath()
11923
11924Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11925
11926 * error.c valid.c: working on better error reporting of validity
11927 errors, especially providing an accurate context.
11928 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
11929 error reports in those cases.
11930
11931Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11932
11933 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
11934 parser.c parserInternals.c xmlIO.c: get rid of all the
11935 perror() calls made in the library execution paths. This
11936 should fix both #92059 and #92385
11937
11938Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11939
11940 * xmllint.c: memory leak reporting was broken after a change
11941 of the preprocessor symbol used to activate it.
11942
11943Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11944
11945 * tree.c: try to make the copy function work for node of
11946 type XML_DOCUMENT_FRAG_NODE, they are only created by the
11947 DOM layers though, not libxml2 itself.
11948
11949Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11950
11951 * valid.c: try to provide file and line informations, not all
11952 messages are covered, but it's a (good) start
11953
11954Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
11955
11956 * xinclude.c: reimplemented a large part of the XInclude
11957 processor, trying to minimize resources used, James Henstridge
11958 provided a huge test case which was exhibiting severe memory
11959 consumption problems.
11960
11961Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
11962
11963 * python/Makefile.am: applied patch from Christophe Merlet to
11964 reestablish DESTDIR
11965
11966Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
11967
11968 * libxml.spec.in: fixes libary path for x86_64 AMD
11969
11970Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
11971
11972 * doc/tutorial/includekeyword.c
11973 * doc/tutorial/xmltutorial.xml:
11974 (plus resulting generated html files)
11975 fixing one spot I missed in the tutorial where I hadn't freed
11976 memory properly
11977
11978Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
11979
11980 * doc/tutorial/includeaddattribute.c
11981 * doc/tutorial/includeaddkeyword.c
11982 * doc/tutorial/includegetattribute.c
11983 * doc/tutorial/includekeyword.c
11984 * doc/tutorial/xmltutorial.xml
11985 * doc/tutorial/*.html:
11986 update tutorial to properly free memory (thanks to Christopher
11987 R. Harris for pointing out that this needs to be done)
11988 * doc/tutorial/images/callouts/*.png:
11989 added image files so the callouts are graphical, making it
11990 easier to read ( use "--param callout.graphics 1" to generate
11991 html with graphical callouts)
11992
11993Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11994
11995 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
11996 nice logos generated by Marc Liyanage
11997 * doc/site.xsl *.html: changed the stylesheet to show the new
11998 logo and regenerated the pages
11999
12000Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12001
12002 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12003
12004Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12005
12006 * xpath.c: possible mem leak patch from Jason Adams
12007
12008Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12009
12010 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12011 in the XQuery namespace
12012 * configure.in: preparing 2.4.24
12013 * doc/*.html: updated the web pages
12014
12015Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * python/generator.py: closing bug #85258 by generating conditional
12018 compile check to avoid linking to routines not configured in.
12019
120202002-08-22 Havoc Pennington <hp@pobox.com>
12021
12022 * autogen.sh: update error message for missing automake
12023
12024Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12025
12026 * python/Makefile.am: typo in target name resulted in libxml2.py
12027 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12028
12029Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12030
12031 * win32/win32/Makefile.mingw: updated with version from
12032 Elizabeth Barham at http://soggytrousers.net/repository/
12033
12034Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12035
12036 * win32/Makefile.msvc: added the prefix location to the include
12037 and lib search path.
12038
120392002-08-18 Havoc Pennington <hp@pobox.com>
12040
12041 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12042 both automake 1.6 and 1.4 installed get the right automake. Means
12043 compilation from CVS will now require the latest automake 1.4
12044 release, or manually creating symlinks called "automake-1.4" and
12045 "aclocal-1.4"
12046
12047Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12048
12049 * configure.in python/Makefile.am: more AMD 64 induced changes from
12050 Frederic Crozat
12051
12052Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12053
12054 * xinclude.c: oops I was missing the xml:base fixup too
12055 * result/XInclude/*.xml: this adds xml:base attributes to most
12056 results of the tests
12057
12058Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * xinclude.c: quick but apparently working implementation of
12061 xi:fallback, should close bug #89684
12062 * Makefile.am test/XInclude/docs/fallback.xml
12063 result/XInclude/fallback.xml: added a basic test for fallback,
12064 and run with --nowarning to avoid a spurious warning
12065 * configure.in: applied patch from Frederic Crozat for python
12066 bindings on AMD 64bits machines.
12067
12068Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12069
12070 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12071 the caller don't pass a SAX callback block.
12072
12073Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12074
12075 * tree.c: applied the same fix for the XML-1.0 namespace to
12076 xmlSearchNsByHref() as was done for xmlSearchNs()
12077
12078Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12079
12080 * libxml.3: small cleanup of the man page
12081 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12082 when serializing HREF attributes generated by XSLT.
12083
12084Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12085
12086 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12087 version of Marc Liyanage' patch for boolean attributes in HTML
12088 output
12089
12090Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12091
12092 * python/tests/serialize.py: fixed the test results, indenting
12093 behaviour changed slightly
12094
12095Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12096
12097 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12098 new c14n function to Windows def files
12099
12100Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12101
12102 * c14n.c: fixed a memory leak in c14n code
12103
12104Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * parser.c include/libxml/parser.h: adding a new API for Christian
12107 Glahn: xmlParseBalancedChunkMemoryRecover
12108 * valid.c: patch from Rick Jones for some grammar cleanup in
12109 validation messages
12110 * result/VC/* result/valid/*: this slightly change some of the
12111 regression tests outputs
12112
12113Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12114
12115 * tree.c: trying to fix a problem in namespaced attribute handling
12116 raised by Christian Glahn
12117
12118Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12119
12120 * encoding.c include/libxml/encoding.h: Opening the interface
12121 xmlNewCharEncodingHandler as requested in #89415
12122 * python/generator.py python/setup.py.in: applied cleanup
12123 patches from Marc-Andre Lemburg
12124 * tree.c: fixing bug #89332 on a specific case of loosing
12125 the XML-1.0 namespace on xml:xxx attributes
12126
12127Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12128
12129 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12130 corner case from new Merlin's test suite and added a callback
12131 that will be used to improve xmlsec performance
12132
12133Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12134
12135 * HTMLtree.c: trying to fix the <style> escaping problem in
12136 HTML serialization bug #89342
12137
12138Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12139
12140 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12141 and rebuilt the web site.
12142
12143Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12144
12145 * include/libxml/tree.h: added _private member to xmlNs struct
12146
12147Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12148
12149 * HTMLparser.c: fixing bug #84876 based on the xml working
12150 code.
12151
12152Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12153
12154 * python/Makefile.am: enhanced to fix bug 72012 (errors
12155 when using '-jX' make parameter)
12156
12157Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12158
12159 * xpath.c: small additional enhancement for booleans
12160 compared to nodesets
12161
12162Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12163
12164 * HTMLtree.c: changed the order of the encoding declaration
12165 attributes in the meta tags due to a bug in IE/Mac
12166
12167Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12168
12169 * xpath.c: enhanced handling of booleans (especially '='
12170 and '!=' for nodesets) - fixes bug 85256. Added new
12171 routine xmlXPathNotEqualValues for more proper handling
12172 of '!=' when nodesets are involved.
12173
12174Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12175
12176 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12177 doc/xmlcatalog_man.xml to the source distribution
12178
12179Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12180
12181 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12182 asked for this.
12183
12184Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12185
12186 * configure.in: preparing 2.4.23
12187 * doc/*: rebuilt the docs
12188
12189Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12190
12191 * parser.c: fixing bug #84169 by fixing the
12192 comment of xmlCreatePushParserCtxt to describe the
12193 encoding detection parameters better.
12194
12195Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * valid.c: fixing bug #79331 in one path the lookup for
12198 ID attributes on a namespaced node wasn't handled correctly :-\
12199
12200Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12201
12202 * HTMLparser.c: trying to fix 87235 about discarded white
12203 spaces in the HTML parser.
12204 * result/HTML/*: this changes the output of a number of HTML
12205 regression tests
12206
12207Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12208
12209 * xpath.c: applied patch from Richard Jinks for the namespace
12210 axis + fixed a memory error.
12211 * parser.c parserInternals.c: applied patches from Peter Jacobi
12212 removing ctxt->token for good.
12213 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12214 popped out by the regression tests.
12215 * Makefile.am: patch for threads makefile from Gary Pennington
12216
12217Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12218
12219 * xpath.c: enhanced behaviour of position() after usage of
12220 expressions involving preceding-sibling (et al).
12221
12222Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12223
12224 * hash.c: applied a patch from Peter Jacobi to solve a problem
12225 when compiling with the Watcom C on Win32
12226 * result/schemas/*.err: the change of hashing algo generated
12227 permutations in the output
12228
12229Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12230
12231 * hash.c: applied patch from Sander Vesik improving the quality of
12232 the hash function.
12233
122342002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12235
12236 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12237 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12238 xmllint.c xpath.c: replaced sprintf() with snprintf()
12239 to prevent possible buffer overflow (the bug was pointed
12240 out by Anju Premachandran)
12241
12242Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12243
12244 * parser.c: removed an uninitialized data error popped by valgrind
12245 on PE references
12246
12247Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12248
12249 * doc/xml.html
12250 adding tutorial reference to the web page
12251
12252Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12253
12254 * doc/tutorial/xmltutorial.xml
12255 * doc/tutorial/ar01s07.html
12256 * doc/tutorial/ape.html
12257 * doc/tutorial/includegetattribute.c
12258 adding section to tutorial about retrieving an attribute
12259 value
12260
12261Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12262
12263 * parser.c: applied a couple of patches from Peter Jacobi to start
12264 to get rid of ctxt->token, with a possible significant speed
12265 improvement to be gained once done. Better compliance with PE
12266 references constructs in DTDs too.
12267 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12268 from Peter too
12269
12270Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12271
12272 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12273 xmlParseElement was likely to have been deallocated at the
12274 time of the report, possibly leading to segfault. Just report
12275 the tag name now.
12276
12277Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12278
12279 * xpath.c: patch from Richard Jinks for XPath substring() function
12280 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12281
122822002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12283
12284 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12285
12286Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12287
12288 *doc/FAQ.html
12289 fixing typos in FAQ, thanks to Robert Funnell for the
12290 editing help
12291
12292Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12293
12294 * NEWS: got complaints from rpmlint that it was empty
12295
12296Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12297
12298 * added doc/tutorial, including:
12299 apa.html
12300 apb.html
12301 apc.html
12302 apd.html
12303 ar01s02.html
12304 ar01s03.html
12305 ar01s04.html
12306 ar01s05.html
12307 ar01s06.html
12308 includeaddattribute.c
12309 includeaddkeyword.c
12310 includekeyword.c
12311 includestory.xml
12312 index.html
12313 xmltutorial.xml
12314 libxml tutorial, including generated html
12315
12316Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12317
12318 * result/c14n/exc-without-comments/merlin-c14n-two-*
12319 result/c14n/without-comments/merlin-c14n-two-*
12320 test/c14n/exc-without-comments/merlin-c14n-two-*
12321 test/c14n/without-comments/merlin-c14n-two-*
12322 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12323 c14n/exc-c14n and slightly modified test script to handle
12324 these test cases
12325 * c14n.c: fixed bugs for complicated nodes set (namespace
12326 without node and others from merlin-c14n-two.tar.gz)
12327 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12328 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12329 for xmlsec performance patch
12330 * xpath.c: fixed self::node() for namespaces and attributes
12331
12332Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12333
12334 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12335 but with the format parameter
12336 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12337
12338Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12339
12340 * Makefile.am: updated c14n tests suite
12341 * c14n.c: performance improvement for previous c14n patch
12342
12343Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12344
12345 * parser.c: another peroformance patch from Peter Jacobi, that
12346 time on parsing attribute values.
12347
12348Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12349
12350 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12351 into LibXML2 test suite
12352
12353Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12354
12355 * c14n.c: propagating xpath ancesstors node fix to c14n
12356 plus small performance improvement to reduce number of
12357 mallocs
12358 * xpath.c: fixed ancestors axis processing for namespace nodes
12359
12360Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12361
12362 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12363 Peter Jacobi
12364
12365Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12366
12367 * configure.in: preparing 2.4.22
12368
12369Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12370
12371 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12372 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12373 a public entry point.
12374 * doc/*: rebuilt the API and docs
12375
12376Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12377
12378 * xpath.c: patch from Richard Jinks to fix a problem introduced
12379 in the previous patch and pointed by Norm
12380
12381Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12382
12383 * libxml.spec.in: fixing bug #81112
12384
12385Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12386
12387 * uri.c: fixing bug #82848
12388
12389Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12390
12391 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12392 output of one catalog test
12393
12394Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12395
12396 * global.data globals.c tree.c include/libxml/globals.h
12397 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12398 default value for global parameter xmlIndentTreeOutput to 1 and
12399 introduced new global parameter xmlTreeIndentString (the string
12400 used to do one-level indent) with default value " " (as it was
12401 in tree.c)
12402
12403Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12404
12405 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12406 with trio and schemas.
12407
12408Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12409
12410 * xpath.c: patch from Richard Jinks to fix the problem raised in
12411 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12412
12413Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12414
12415 * xmlschemas.c: a bit of work on import.
12416 * xmlschemastypes.c: Charles Bozeman provided a compare function
12417 for date/time types so min/max facet restrictions should work,
12418 indeterminate comparisons return an error instead of equal.
12419 * test/schemas/date_0* result/schemas/date_0_0: specific test
12420 from Charles Bozeman too
12421
12422Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12425 from Christian Cornelssen fixing the man pages and the Catalog
12426 building script.
12427 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12428 next step is <xs:import> I now have a reasonable understanding
12429 of how it works.
12430
12431Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12432
12433 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12434
12435Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12436
12437 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12438
12439Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12440
12441 * xpath.c: fixing an XPath function evalutation bug pointed out
12442 by Alexey Efimov where the context was lost when evaluating
12443 the function arguments
12444
12445Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12446
12447 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12448 function public for XMLSec performance optimizations
12449
12450Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12451
12452 * python/generator.py python/libxml2class.txt : fixed a problem
12453 with the HTML parser pointed by Gary Benson
12454 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12455 example
12456
12457Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12458 * parser.c: fixed bug #81159 (memory growth in SAX)
12459
12460Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12461 * xpath.c: fixed bug #78858 (the real fix)
12462
12463Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12464 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12465
12466Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12467
12468 * tree.c: modified xmlNodeSetBase to allow changing the
12469 base of a document.
12470
12471Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12472
12473 * xmlschemastypes.c: patch Charles Bozeman for validation of
12474 all the date, time, and duration types
12475 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12476 * configure.in: fixed an error pointed by an user
12477 * xml2-config.in: fixed an error pointed by an user
12478
12479Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12480
12481 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12482 win32/libxml2.def.src xmlIO.c: exported default
12483 'file:', 'http:' and 'ftp:' protocols input handlers
12484 and maked protocols comparisson case insensitive
12485
12486Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12487
12488 * configure.in: Neven Has detected a typo
12489
12490Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12491
12492 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12493 as one of the persons allowed to commit directly to the
12494 module.
12495
12496Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12497
12498 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12499 * valid.c: raised a too low limit
12500 * doc/*: rebuilt the docs
12501
12502Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12503
12504 * test/XPath/expr/floats test/XPath/expr/functions
12505 result/XPath/expr/floats result/XPath/expr/functions
12506 xpath.c: another XPath conformance patch from Richard Jinks
12507
12508Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12509
12510 * xmlschemas.c: fixed validation of attribute groups.
12511 * test/schemas result/schemas: added an example from the primer
12512
12513Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12514
12515 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12516 * test/schemas result/schemas: updated the test list
12517
12518Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12519
12520 * TODO: updated a bit
12521 * parser.c: made a comment more specific
12522 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12523 Schemas conformance.
12524 * test/schemas result/schemas: updated the test list
12525
12526Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12527
12528 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12529 implementing xs:all with minOccurs = 0
12530 * tes/schemas/* result/schemas/*: added more tests covering
12531 xs:all
12532
12533Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12534
12535 * xmlregexp.c: first implementation of the all particle, this
12536 may need to be revisited for case where not all transitions
12537 must be crossed.
12538
12539Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12540
12541 * tree.c: another entity processing update from Markus Henke
12542
12543Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12544
12545 * trionan.c: fixed crash on OSF/1
12546
12547Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12548
12549 * xmlschemas.c: more Schemas work
12550 * test/schemas/* result/schemas/*: added more tests coming
12551 from the spec.
12552
12553Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12554
12555 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12556 ExcC14N specification
12557
12558Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12559
12560 * tree.c: patch from Markus Henke, fix for recursive entities.
12561
12562Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12563
12564 * xpath.c: fix a problem with string() on a document node.
12565
12566Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12567
12568 * Makefile.am xmlschemas.c: more Schemas work
12569 * test/schemas/* result/schemas/*: added more tests coming
12570 from the spec.
12571
12572Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12573
12574 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
12575 * result/HTML/*: this changes a few things in the results
12576
12577Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12578
12579 * include/libxml/tree.h: eliminated 'declaration different than
12580 prototype' warning
12581 * include/win32config.h: "resolved" conflicts with errno.h
12582
12583Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12584
12585 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
12586 on the automata interfaces and debug of counted choices
12587 * test/schemas/* result/schemas/*: added a number of tests
12588
12589Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12590
12591 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
12592 a bit of work on Schemas
12593 * testSchemas.c: try to make it more useful
12594 * test/schemas/* result/schemas/* Makefile.am: changed the
12595 Schemas regression test procedure, started adding a few samples
12596
12597Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12598
12599 * include/libxml/encoding.h: Patch for the Borland C++ builder
12600 * include/libxml/tree.h: Patch for the Borland C++ builder
12601 * threads.c: Patch for the Borland C++ builder
12602 * win32/bcb5: New directory for the Borland C++ builder
12603 project files
12604
12605Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12606
12607 * win32/Makefile.msvc: Update for XML Schema support
12608 * win32/configure.js: Update for XML Schema support
12609 * win32/libxml2.def.src: Update for XML Schema support
12610
12611Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12612
12613 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
12614 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
12615 xmlunicode.c include/libxml/Makefile.am
12616 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
12617 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
12618 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
12619 include/libxml/xmlversion.h.in : merged the current state of
12620 XML Schemas implementation, it is not configured in by default,
12621 a specific --schemas configure option has been added.
12622 * test/automata test/regexp test/schemas Makefile.am
12623 result/automata result/regexp result/schemas:
12624 merged automata/regexp/schemas regression tests
12625
12626Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
12627
12628 * xpath.c: Gary found a compile time problem, fixes #78823
12629
12630Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12631
12632 * configure.in: release of 2.4.20
12633 * doc/*: updated and rebuilt the docs
12634
12635Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * python/Makefile.am: patch from Cristian Gafton to build on
12638 Red Hat 6.2, should also fix #75779
12639
12640Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12641
12642 * valid.c: first part of fixing #78729
12643
12644Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
12645
12646 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
12647 escaping of URI when saving HTML files.
12648 * result/HTML/*: this impacted some tests
12649
12650Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
12651
12652 * configure.in: trying to fix #77441
12653
12654Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * include/libxml/xmlIO.h: Hallski complained it could not be
12657 included by itself.
12658
12659Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12660
12661 * configure.in: applied an IEEE flag patch for OSF/1 #77825
12662
12663Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12664
12665 * win32/configure.js: patch from Nilo for the c14n option
12666 * win32/Makefile.msvc: fixed libxml2.def generation with threads
12667
12668Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12669
12670 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
12671 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
12672 LIBXML_THREAD_ENABLED
12673
12674Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12675
12676 * xpath.c: another patch from Richard Jinks for substring conformance
12677 * test/XPath/expr/floats test/XPath/expr/strings
12678 result/XPath/expr/floats result/XPath/expr/strings: update of the
12679 test suite to check those.
12680
12681Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12682
12683 * xpath.c: patch from Richard Jinks for .x float parsing.
12684
12685Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12686
12687 * parser.c: patch from Markus Henke when an encoding ain't recognized
12688
12689Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12690
12691 * libxml.m4: got a report that #include <string.h> was needed
12692
12693Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12694
12695 * xmllint.c: applied a fix from Anthony Jones for -o /--output
12696
12697Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
12698
12699 * doc/example.html: fixing typo
12700
12701Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12702
12703 * xpath.c: fixed a bug in the nodeset to boolean comparison code
12704 pointed out by Melvyn Sopacua.
12705
12706Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12707
12708 * libxml.m4: Frédéric Crozat gave a patch related to the change
12709 of Include paths breaking the libxml.m4
12710
12711Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12712
12713 * xpath.c: Fix bug #76927 forgot to save some context
12714 when evaluating binary expressions
12715
12716Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12717
12718 * configure.in: fixed configure for MPE/iX from Markus Henke
12719 * xmlmemory.c: fixed initialization problems
12720 * xpath.c: another set of patches from Richard Jinks this
12721 fixes "make XPathtests" on linux
12722
12723Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12724
12725 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
12726 * test/XPath/expr/compare test/XPath/expr/equality
12727 test/XPath/expr/floats test/XPath/expr/functions
12728 test/XPath/expr/strings result/XPath/expr/compare
12729 result/XPath/expr/equality result/XPath/expr/floats
12730 result/XPath/expr/functions result/XPath/expr/strings: Updated
12731 tests though they show a divergence on Linux
12732
12733Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12734
12735 * xpath.c trionan.c: previous commit also included patches
12736 from Richard Jinks on some IEEE support corner case
12737
12738Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12739
12740 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
12741 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
12742 that $(datadir) should be used for docs
12743
12744Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12745
12746 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
12747 could leak filedescriptors
12748
12749Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12750
12751 * configure.in nanohttp.c: applied patch from Allan Clark for
12752 UnixWare/OpenServer
12753
12754Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12755
12756 * configure.in: preparing 2.4.19
12757 * doc/*: rebuilt the docs
12758
12759Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12760
12761 * nanohttp.c: fixing #76043, got fed up with non-portability
12762 of that piece of code.
12763
12764Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12765
12766 * valid.c SAX.c: Never commit without running "make tests" :-(
12767 fix a couple of stupidities in the previous commit
12768 * result/*: a few changes in some attribute order result of previous
12769 commit.
12770
12771Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12772
12773 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
12774 the internal subset should not raise duplicate ID errors,
12775 also there was a small bug in conjunction to namespace
12776 declarations defaulted and xml:xxx attributes DTD definitions.
12777
12778Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12779
12780 * xpath.c: Richard Jinks also raised some rounding problems
12781 this tries to fix them
12782
12783Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
12784
12785 * xpath.c: Richard Jinks spotted an incoherent memory allocation
12786 behaviour in xmlXPathCastToString()
12787
12788Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12789
12790 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
12791 raised by Morus Walter
12792
12793Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
12796 from Igor
12797
12798Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12799
12800 * xpath.c: fixing #75619, related to a problem when trying
12801 to evaluate condition when the current node set resulting
12802 from that sub-step evaluation is empty. Also fixes 2 potential
12803 problem with previous-sibling and next-siblings axis.
12804
12805Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12806
12807 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
12808 HTML support is not configured in.
12809
12810Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12811
12812 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
12813 include/libxml/tree.h: dohh I really didn't intended to commit
12814 this test version :-(
12815
12816Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * testSAX.c: I wanted to see the real speed at the SAX interface
12819 after a little too many Ximianer started complaining about the
12820 parser speed.
12821 added a --quiet option:
12822 paphio:~/XML -> ls -l db100000.xml
12823 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
12824 paphio:~/XML -> time ./testSAX --quiet db100000.xml
12825 3200006 callbacks generated
12826 real 0m1.270s
12827 Which means 16MBytes/s and 3Mcallback/s
12828
12829Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12830
12831 * xpath.c: valgrind spotted another error that time when running
12832 on libxslt regression tests
12833
12834Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12835
12836 * Makefile.am: adding "make valgrind" running the full regression
12837 tests (except python ones) under Valgrind (using valgrind -q
12838 which was kindly added by the author).
12839 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
12840 passes cleanly now except an obcure floating point initialization
12841 raised in log10() in one XPath regression test ???
12842 * tree.c: edited some comments to close #75244
12843
12844Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12845
12846 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
12847 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
12848 context of ScrollKeeper, made sure that if the number is
12849 an integer, the serialization follows the description at
12850 http://www.w3.org/TR/xpath#section-String-Functions
12851
12852Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12853
12854 * configure.in: preparing 2.4.18
12855 * doc/*: updated and rebuilt the web site
12856 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
12857 the Windows and Cygwin maintainers.
12858 * parser.c: humm, changed the way the SAX parser work when
12859 xmlSubstituteEntitiesDefault(1) is set, it will then
12860 do the entity registration and loading by itself in case the
12861 user provided SAX getEntity() returns NULL.
12862 * testSAX.c: added --noent to test the behaviour.
12863
12864Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12865
12866 * parser.c: Wilfried Teiken provided a hackish but working
12867 way to get context reported back on entities when parsing
12868 with SAX and without breaking the DOM build.
12869
12870Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12871
12872 * c14n.c: applied a new patch from Aleksey Sanin
12873 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
12874 to reference Aleksey implementation of XML digital Signatures
12875
12876Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12877
12878 * xpath.c: small fix to avoid potential problem due to
12879 ordering of freeing data
12880 * python/Makefile.am: people were complaining about
12881 the generated file in python dir not being built
12882
12883Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12884
12885 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
12886 python/generator.py python/libxml.c python/types.c: Cleanup
12887 of the python Makefiles based on Jacob and James feedback,
12888 fixed the spec file accordingly, fixed the number of warning
12889 that passing my pedantic CFLAGS was generating. Conclusion
12890 is that Python includes are real crap.
12891
12892Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12893
12894 * configure,in: it was reported quite a few times that
12895 xml2-config --cflags should not output
12896 -I$includeprefix/libxml2/libxml because libxml2 header names
12897 clashes with existing names like list.h from C++ stl.
12898 Includes should be #include<libxml/xxx.h> so ...
12899
12900Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12901
12902 * c14n.c: another patch from Aleksey Sanin
12903
12904Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12905
12906 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
12907 canonicalization algorithm
12908 * doc/xml.html doc/index.html: added the C14N references on the
12909 index page.
12910
129112002-03-13 jacob berkman <jacob@ximian.com>
12912
12913 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
12914 usage, redundant, and gcc specific
12915
12916Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12917
12918 * xpath.c: speedup some node selection operations, this can
12919 have a significant impact on DocBook Norm's stylesheets
12920 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
12921 make sure it's always the case
12922 * debugXML.c: distinguish CDATA and comments in ls operations
12923
12924Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12925
12926 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
12927 to generate better API descriptions etc...
12928
12929Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12930
12931 * c14n.c: Fixing #74186, made sure all boolean expressions
12932 get fully parenthesized, ran indent on the output
12933 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
12934 include/libxml/tree.h: also #74186 related, removed the
12935 --with-buffers option, and all the preprocessor conditional
12936 sections that were resulting from it.
12937
12938Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12939
12940 * valid.c: applied patch from Dodji Seketeli fixing an
12941 uninitailized variable in xmlValidGetValidElements()
12942
12943Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12944
12945 * c14n.c: fixed a few comments
12946 * doc/*.html doc/*/*.html: regenerated the docs and added
12947 the C14N API
12948 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
12949
12950Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12951
12952 * check-xml-test-suite.py: fix to adapt varaiations in the
12953 bindings
12954 * configure.in python/setup.py python/setup.py.in: fixed to
12955 have the version of the python scripts automatically updated
12956
12957Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12958
12959 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
12960 in xmlCopyProp()
12961
12962Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12963
12964 * configure.in: preparing 2.4.17 release
12965 * doc/*: updated and rebuilt the docs
12966 * xpath.c: fixed a comment
12967 * python/libxml.c: fixed a possible reentrancy problem
12968
12969Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12970
12971 * tree.c python/tests/Makefile.am python/tests/attribs.py:
12972 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
12973 added a specific regression test
12974 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
12975 not raise exceptions when failing to find the attribute.
12976
12977Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12978
12979 * configure.in xmllint.c: owen pointed out a problem with the
12980 ftme fix, gettimeofday() was not detected by configure and
12981 the ftime header wasn't included, dohhh
12982
12983Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12984
12985 * configure.in xmllint.c: trying to fix #71457 for timing
12986 precision when gettimeofday() is not availble but ftime() is
12987
12988Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12989
12990 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
12991 are now copied on install and part of the -devel RPM
12992
12993Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12994
12995 * xpath.c: trying to avoid bug #72150 which was apparently
12996 caused by a gcc bug (or a processor problem) as detailed
12997 at http://veillard.com/gcc.bug
12998
12999Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13000
13001 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13002 fixed xmlReconciliateNs(), added a Python test/example for
13003 inter-document cut'n paste
13004 * python/libxml.py: fixed node.doc on document nodes and added
13005 xpathEval() onto node objects
13006
13007Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13008
13009 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13010 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13011 fixup and integrated tests for the serialization stuff
13012
13013Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13014
13015 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13016 moved the libxml man page to section 3
13017
13018Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13019
13020 * tree.c: fix bug #72490
13021 * python/libxml.c python/libxml.py: added methods serialize()
13022 and saveTo() to all node elements.
13023
13024Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13025
13026 * xmlIO.c: closed #73430, don't read from an input source
13027 which indicated an end-of-file or an error.
13028
13029Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13030
13031 * parser.c: make sure SAX endDocument is always called as
13032 this could result in a Python memory leak otherwise (it's
13033 used to decrement ref-counting)
13034 * python/generator.py python/libxml.c python/libxml.py
13035 python/libxml2-python-api.xml python/libxml2class.txt
13036 python/tests/error.py python/tests/xpath.py: implemented
13037 the suggestions made by Gary Benson and extended the tests
13038 to match it.
13039
13040Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13041
13042 * python/generator.py: applied patch fixing #73450
13043
13044Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13045
13046 * xpath.c: fixing #61290 "namespace nodes have no parent"
13047 long standing divergence from the XPath REC. NodeSets
13048 simply hold a copy of namespace nodes and those node ->next
13049 points to the parent (which may not be the node carrying the
13050 definition).
13051 * include/libxml/xpath.h: flagged but didn't added a possible
13052 speedup
13053 * DOCBparser.c HTMLparser.c: removed some warnings from push
13054 parser due to new state being added.
13055 * tree.c: new fix from Boris Erdmann
13056 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13057 the XML Canonalization support from Aleksey Sanin
13058
13059Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * tree.c: patch from Boris Erdmann fixing some namespace odities
13062 with xmlCopyNode()
13063
13064Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13065
13066 * xmlIO.c: fix bug #72706 when loading a NULL entity
13067
13068Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13069
13070 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13071 actually change in a future XML Namespace revision.
13072
13073Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13074
13075 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13076 added the possibility of returning nodesets from XPath extension
13077 functions written in Python
13078
13079Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13080
13081 * python/*: commiting some Python bindings work done while travelling
13082
13083Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13084
13085 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13086 explicitely with memory debugging switched on
13087
13088Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13089
13090 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13091 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13092 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13093 the accessor generator for strings
13094 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13095 regression test.
13096
13097Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13098
13099 * python/README python/generator.py python/libxml.c python/setup.py:
13100 added the 'usual' setup.py to allow building a libxml2-python
13101 module based on the same code. The initialization is however
13102 different the 2 .so files fo libxml2 and libxslt are identical and
13103 they entry point initialize both libraries. this is done to avoid
13104 some possible nasty problem since the Python don't merge the maps
13105 of all shared modules.
13106
13107Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13108
13109 * parser.c: fixed a push/encoding bug reported by Michael
13110 on librsvg
13111
13112Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13113
13114 * include/libxml/parserInternals.h: fixes a misplaced #endif
13115
13116Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13117
13118 * parser.c valid.c: found and fixed a couple of allocation bugs
13119
13120Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13121
13122 * doc/xml.html doc/python.html doc/*: added a Python and binding
13123 page describing the current state of the Python bindings and
13124 giving pointers to the other languages wrappers.
13125
13126Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13127
13128 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13129 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13130 rebuilt the API and web site
13131 * xpath.c: fixed #71978 portability bugs
13132
13133Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13134
13135 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13136
13137Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13138
13139 * include/libxml/parserInternals.h parser.c: had to change
13140 2 internal parsing API when processing document content
13141 to check the start and end of element content are defined
13142 in the same entity
13143 * valid.c include/libxml/valid.h: attribute normalization can
13144 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13145 with the context to report it.
13146 * SAX.c: fixed the last known bugs, crazy validation constraints
13147 when a document is standalone seems correctly handled. There
13148 is a couple of open issues left which need consideration especially
13149 PE93 on external unparsed entities and standalone status.
13150 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13151 The 2 tests left failing are actually in error. Cleanup done.
13152
13153Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13154
13155 * valid.c: implemented E59 spaces in CDATA does not match the
13156 nonterminal S
13157
13158Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13159
13160 * SAX.c parser.c valid.c: more validation test fixups
13161 * check-xml-test-suite.py: added duration info for the tests
13162
13163Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13164
13165 * parser.c valid.c: a couple of errors were reported but not
13166 saved back as such in the parsing context. Down to 1% failure rate
13167 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13168
13169Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13170
13171 * xmlInternald.c: isExtender was missing a char
13172 * parser.c include/libxml/parser.h: % are acceptable in the
13173 internal subset if within a PUBLIC ID
13174
13175Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13176
13177 * SAX.c parserInternals.c valid.c: more work on the conformance
13178 suite. Took the step to finally block documents with encoding
13179 errors. It's a fatal error per the spec, people should have fixed
13180 their documents by now.
13181
13182Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13183
13184 * check-xml-test-suite.py: fixed the test script after some discussion
13185 on the semantic of TYPE="error"
13186 * Makefile.am: added the script to the distrib
13187
13188Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13189
13190 * SAX.c entities.c: fixed a couple of conformances issues deep
13191 into the validation code (standalone and undeclared Notations)
13192
13193Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13194
13195 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13196 stayed there for years !
13197
13198Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13199
13200 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13201 missing
13202
13203Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13204
13205 * check-xml-test-suite.py: improved the behaviour a bit as
13206 well as the logs
13207 * parser.c valid.c SAX.c: fixed a few more bugs
13208 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13209
13210Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13211
13212 * check-xml-test-suite.py: python script to run regression tests
13213 against the XML Test suite of W3C/OASis
13214 * SAX.c: fixed a validation bug
13215 * parser.c: fixed 3 errors pointed by the test suite
13216 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13217 * python/Makefile.am: fixed a dependendy
13218
13219Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13220
13221 * xmlmemory.c: avoid a warning bug #71594
13222
13223Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13224
13225 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13226 warning on alpha/Tru64
13227
13228Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13229
13230 * include/libxml/entities.h: fixing a comment
13231 * valid.c: fixing some troubles with validity check on namespaces
13232 * result/VC/NS3 test/VC/NS3: added a specific regression test
13233
13234Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13235
13236 * tree.c: Fixing #71342 serializing '\n' in attribute values
13237 * result/noent/att3 result/att3 test/att3: added a specific
13238 test.
13239
13240Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13241
13242 * python/libxml.c: couple of bug fixes
13243
13244Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13245
13246 * python/*.py: removed tabs and used spaces.
13247
13248Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13249
13250 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13251 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13252
13253Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13256 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13257
13258Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13259
13260 * include/libxml/encoding.h include/libxml/entities.h
13261 include/libxml/globals.h include/libxml/parser.h
13262 include/libxml/threads.h include/libxml/tree.h
13263 include/libxml/xmlmemory.h: trying to fix the include mess
13264
13265Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13266
13267 * include/libxml/xmlmemory.h: reverted part of the previous
13268 attempt to provide #69655, this was breaking the build.
13269
13270Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13271
13272 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13273 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13274 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13275 include/libxml/parserInternals.h include/libxml/tree.h
13276 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13277 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13278 clean.
13279 * python/libxml.c: fixed a warning.
13280
13281Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13282
13283 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13284 copying of node, merge back IDs in the target document.
13285 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13286 test/XInclude/ents/ids.xml: test case
13287 * result/VC/ElementValid4: output changed due to a typo fix
13288
13289Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13290
13291 * python/Makefile.am: seems some version of automake didn't
13292 generate the dependencies right as Jacob found out. Add
13293 an extra dependency rule.
13294
13295Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13296
13297 * parserInternals.c valid.c: Justin Fletcher found some parts
13298 of the code needing cleanup
13299 * libxml.spec.in python/Makefile.am python/generator.py
13300 python/libxml.c python/libxml.py: Fixed the python Makefiles
13301 corrected a bug showing up on ia64, changed the name of the
13302 python internal module too
13303
13304Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13305
13306 * Makefile.am: applied patch from Andris Pavenis for binary
13307 name suffixes
13308
13309Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13310
13311 * xmllint.c win32/win32config.h: fixing #68748
13312
13313Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13314
13315 * valid.c: fixing #70166
13316
13317Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13318
13319 * valid.c: fixing #70077
13320
13321Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13322
13323 * Copyright Makefile.am README configure.in libxml.spec.in:
13324 Changed to the MIT Licence
13325 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13326 doc/xmlio.html: updated the doc accordingly
13327 * include/libxml/xmlwin32version.h configure.in: preparing
13328 2.4.14 release
13329 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13330 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13331 fixed the const xmlChar * wrapper and generator, XPath extension
13332 functions now use the context as first argument
13333 * python/tests/tstxpath.py python/tests/xpath.py
13334 python/tests/xpathext.py: Updated the tests accordingly
13335 * tree.c: fixed bug #70067
13336
13337Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13338
13339 * Makefile.am: cleanup
13340 * debugXML.c: always use stdout if output is NULL
13341 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13342 * python/Makefile.am python/generator.py python/libxml2class.txt
13343 python/libxml_wrap.h python/types.c: augmented the number of bindings
13344 handling FILE * and XPath contexts
13345 * python/tests/Makefile.am: avoid a stupid problem due to the
13346 use of TEST.
13347
13348Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13349
13350 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13351
13352Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13353
13354 * python/TODO python/libxml.c: cleanup the extension function lookup
13355 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13356
13357Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13358
13359 * configure.in python/Makefile.am: do not install outside
13360 of prefix
13361
13362Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13363
13364 * python/TODO python/libxml.c: started adding SAX interfaces
13365 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13366 SAX test
13367
13368Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13369
13370 * tree.c: hardened the addChild function
13371 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13372 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13373 added accessors needed for xmlNode, a bit more testing and
13374 extension of interfaces
13375 * python/tests/Makefile.am python/tests/build.py: added a test
13376 build from scratch/save/load/check
13377
13378Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13379
13380 * parserInternals.c: change a small bit in the way valididy
13381 error messages get initialized
13382 * python/TODO python/libxml.c python/libxml2-python-api.xml
13383 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13384 added some memory debugging to track leaks at the libxml2 level
13385 * python/tests/*.py: changed all tests to check for leaks,
13386 there is just one left in XPath extension registrations.
13387
13388Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13389
13390 * python/TODO python/generator.py python/libxml2-python-api.xml
13391 python/libxml2class.txt: more accessor classes for the parser
13392 context, allow to switch on and check validity
13393 * python/tests/Makefile.am python/tests/error.py
13394 python/tests/invalid.xml python/tests/valid.xml
13395 python/tests/validate.py: attded more test and and added error.py
13396 which I forgot to commit in the last step
13397
13398Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13399
13400 * python/Makefile.am python/types.c: cleanup
13401 * python/libxml.c python/libxml.py python/libxml_wrap.h
13402 python/generator.py python/libxml2-python-api.xml
13403 python/libxml2class.txt: added class for parser context, added
13404 first cut for push mode support. Added a framework to generate
13405 accessors functions.
13406 * python/tests/Makefile.am python/tests/push.py: added a push
13407 test
13408
13409Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13410
13411 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13412 bug a bit of cleanup.
13413
13414Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13415
13416 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13417 python/libxml2class.txt: adding error redirections and preformat
13418 to a python handler
13419 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13420 tests self checking
13421
13422Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13423
13424 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13425 a function
13426
13427Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13428
13429 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13430 python/libxml.c python/libxml2-python-api.xml
13431 python/libxml2class.txt: Progressing through the TODOs, class
13432 description output, extra XML API, RPM now builds the wrappers
13433 for all python installed versions
13434
13435Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13436
13437 * configure.in libxml.spec.in python/Makefile.am python/TODO
13438 python/generator.py python/libxml2class.txt: added more informations
13439 in the libxml2-python package including docs. Slightly changed
13440 the class hierarchy
13441 * python/tests/*: added basic regression tests infrastructure too
13442
13443Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13444
13445 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13446 added libxml2-python as part of the packages installed
13447
13448Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13449
13450 * python/Makefile.am python/generator.py python/libxml.c
13451 python/libxml.py: more work, now able to extend the
13452 XPath interpreter with functions written in python.
13453
13454Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13455
13456 * python/Makefile.am: Jacob sent a patch to allow building from
13457 tarfile.
13458
13459Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13460
13461 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13462 inserted the python wrappers build, I hope this won't be too
13463 unportable
13464
13465Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * xpath.c: minor optimization
13468 * python/generator.py python/libxml.c python/libxml.py
13469 python/libxml_wrap.h: more work on the python bindings,
13470 they now support XPath and there is no evident leak
13471
13472Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13473
13474 * python/generator.py python/libxml.c python/libxml.py:
13475 more work on the python bindings generator.
13476
13477Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13478
13479 * python/generator.py python/libxml.c python/libxml_wrap.h:
13480 more work on the python bindings.
13481
13482Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13483
13484 * python/generator.py python/libxml.c python/libxml.py
13485 python/libxml_wrap.h: commited early version of a python binding
13486 for private use only ATM
13487
13488Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13489
13490 * entities.c tree.c include/libxml/entities.h: applied patch
13491 from Anthony Jones to implement copy of DTD subtree too. Had
13492 just to keep 2 function private which really ought to become
13493 public ones.
13494
13495Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13496
13497 * xmllint.c: added pointers to the web pages in the usage()
13498
13499Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13500
13501 * tree.c: more fixes from Petr Kozelka for attribute handling
13502 in the tree API to align the semantic with DOM.
13503
13504Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13505
13506 * valid.c tree.c entities.c: another set of patches from
13507 Anthony Jones for copy operations cleanup and robustness
13508
13509Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13510
13511 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13512 an alphabetic index based on comments content
13513 * doc/*: rebuilt the web site with the new references
13514
13515Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13516
13517 * parserInternals.h: Greg Sjaardema suggested to use an
13518 eponential buffer groth policy in xmlParserAddNodeInfo()
13519
13520Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13521
13522 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13523 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13524 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13525 to generate cross-references, and added/updated the stylesheets
13526 to generate and link API indexes. The generic keyword index
13527 is not done yet.
13528 * doc/*.html: regenerated all the usual docs too
13529
13530Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13531
13532 * debugXML.c: added an xpath function to the shell for T. V. Raman
13533
13534Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13535
13536 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13537 debug routines.
13538
13539Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13540
13541 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13542 support of attribute nodes
13543
13544Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13545
13546 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13547 hopefully near complete and fully documented of the API in XML
13548 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13549 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13550 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13551 include/libxml/parserInternals.h include/libxml/valid.hi
13552 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13553 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13554 include/libxml/xpath.h include/libxml/xpathInternals.h:
13555 Cleaned up the doc comments a lot in the process, the interface
13556 coverage is now 100%
13557
13558Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13559
13560 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13561 extracts comments from the gtk-doc DocBook output (a bit
13562 convoluted but seems to work).
13563
13564Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13565
13566 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13567 added an XML description of the API, moved the script generating
13568 it here. Added a "make api" target
13569
13570Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13571
13572 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
13573
13574Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13575
13576 * xpath.c include/libxml/xpathInternals.h: the change made to
13577 xmlXPathFuncLookupFunc was incompatible roll it back
13578
13579Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13580
13581 * SAX.c: cleanup patch from Anthony Jones
13582 * doc/Makefile.am: fix the headers to avoid in make scan
13583 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
13584 includes, * vs Ptr and general cleanup
13585 * parsedecl.py: first version of a script to extract the
13586 module interfaces, the goal will be to provide .decl or XML
13587 specification of the interfaces to build wrappers.
13588
13589Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13590
13591 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
13592 now provides return codes in case of errors
13593
13594Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
13595
13596 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
13597 Upgraded to trio baseline 1.6
13598 * strio.h strio.c: Replaced by triostr.h and triostr.c
13599
13600Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13601
13602 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
13603 of strdup usage in the code
13604
13605Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13606
13607 * parser.c error.c: Keith Isdale complained rightly that
13608 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
13609
13610Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13611
13612 * tree.c: fixed the funxtion to set the xml: attributes
13613 * debugXML.c: added "setbase" to test it.
13614
13615Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13616
13617 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
13618 to allow updating an attribute content
13619
13620Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13621
13622 * libxml.h: try to avoid problems when compiling on Windows
13623
13624Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13625
13626 * hash.c: patch from Anthony Jones for hash.c allocation size
13627 * Makefile.am: trying to work around Yet Another Libtool Madness
13628 and build the 2.4.13 release finally ...
13629
13630Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13631
13632 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
13633 * doc/* : update of the documentation
13634
13635Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13636
13637 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
13638 at fixing #61290 :-(
13639
13640Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13641
13642 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
13643 Fixes bug #67229
13644
13645Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13646
13647 * tree.c: trying to avoid troubles when a subtree is copied
13648 and coalesced in part with the target tree. Should fix
13649 bug #67407
13650
13651Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13652
13653 * valid.c: fixed validation of attributes content of type
13654 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
13655 values, very old bug. Fixes #67671
13656
13657Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13658
13659 * parser.c include/libxml/parserInternals.h tree.c: integrated
13660 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
13661 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
13662
13663Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13664
13665 * threads.c: applied Serguei Narojnyi's patch to add native
13666 thread support on the Win32 platform
13667 * testThreadsWin32.c Makefile.am: added the test program also
13668 from Serguei, Win32 specific
13669 * include/win32config.h include/libxml/xmlwin32version.h.in:
13670 added patch from Igor for the Windows thread specific defines.
13671
13672Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13673
13674 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
13675
13676Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13677
13678 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
13679 output page into XMLinfo.html. Close bug #66951 and
13680 raised by Robert Collins too.
13681
13682Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
13683
13684 * encoding.c: Paul Keogh pointed out a possibility of segfault
13685 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
13686 Closes bug # 68238
13687
13688Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
13689
13690 * doc/*.html: updated the Gdome2 links
13691
13692Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * libxml.h: Applied following patches from Robert Collins
13695 and make sure IN_LIBXML is defined when compiling it
13696 -------
13697 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
13698 as well as Visual C.
13699 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13700 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13701 * strio.c (PLATFORM_UNIX): Define for Cygwin.
13702 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
13703 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
13704 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
13705 xmlSysIDExists xmlNoNetExists).
13706 * xmllint.c: Don't include winsock2.h for Cygwin.
13707
13708Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13709
13710 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
13711 when the version info is not present.
13712
13713Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13714
13715 * tree.c: Anthony Jones pointed out a problem in
13716 xmlStringGetNodeList() and provided a fix for it
13717
13718Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13719
13720 * parser.c: patch from Frank J Franklin to remove a bug in
13721 xmlCreatePushParserCtxt() when the initial buffer passed
13722 is large.
13723
13724Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13725
13726 * win32/*: big cleanup of the Windows/MSVC project files
13727 from Igor Zlatkovic
13728
13729Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13730
13731 * doc/Makefile.am: should fix #67674 and avoid troubles if
13732 xsltproc is not available or fails in the prefix provided
13733
13734Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
13735
13736 * xmlmemory.c: one more doc patch from Charlie Bozeman.
13737
13738Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13739
13740 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
13741 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
13742 Fixed a few other problems raised by Charlie Bozeman.
13743 * result/VC/ElementValid[5-7]: fixed the output
13744
13745Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13746
13747 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
13748 patches from Charlie Bozeman. Regenerated the HTML docs.
13749
13750Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
13751
13752 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
13753 for Windows from Igor
13754
13755Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13756
13757 * xmllint.c: applied Justin Fletcher patch for --output or -o
13758
13759Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
13760
13761 * win32/libxml2/libxml2.def.src: close #67019
13762
13763Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13764
13765 * xmllint.c: applied Justin Fletcher generic timing patch
13766 similar to the one already applied to xsltproc.
13767
13768Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
13769
13770 * include/libxml/tree.h tree.c: applied documentation patches
13771 from Charlie Bozeman
13772
13773Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
13774
13775 *doc/xmllint.xml, xmllint.1 - document --dropdtd
13776
13777Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
13778
13779 * valid.c: fix the xmlStrdup() used in the previous patch.
13780 * valid.c: added --dropdtd
13781 * tree.c: fixed xmlUnlinkNode so it also removes the references
13782 from the document if the node is a DTD
13783
13784Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
13785
13786 * HTMLtree.c valid.c: cleanup some static declarations
13787
13788Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13789
13790 * xmllint.c: removed another strdup()
13791 * doc/FAQ: removed the HP/UX entry
13792
13793Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
13794
13795 * valid.c: fix bug #66816 when validating.
13796 * xmllint.c: don't use sys/time.h if configure did not found it
13797
13798Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
13799
13800 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
13801 xmlcatalog_man.xml
13802
13803Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13804
13805 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
13806 xmlInitMemory() was declared twice
13807
13808Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
13809
13810 * globals.c: do not reference strdup() !
13811 * configure.in libxml-2.0.pc.in: trying to fix the libs
13812 of the various config extraction modules
13813
13814Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13815
13816 * configure.in : preparing 2.4.12
13817 * doc/* : updated and rebuilt the docs
13818
13819Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13820
13821 * uri.c: closed bug #66159
13822 * testURI.c: added --escape option
13823 * configure.in: some cleanup for xml2-config --cflags
13824
13825Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
13826
13827 * globals.c testThreads.c: removed some misplaced includes
13828 of xmlversion.h
13829
13830Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
13831
13832 * threads.c: patch from Gary Pennington fixing a possible
13833 problem at initialization time.
13834
13835Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
13836
13837 * configure.in libxml.h parser.c testThreads.c macos/: integrated
13838 Eric Lavigne contribution to build libxml2 on MacOS using
13839 CodeWarrior.
13840
13841Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
13842
13843 * xmllint.c: applied Geert Kloosterman's patch to fix
13844 --repeat --timing output
13845
13846Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13847
13848 * parser.c: Robin Berjon <robin@knowscape.com> found a case
13849 where non-wellformed XML declaractions were not detected.
13850
13851Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13852
13853 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
13854
13855Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13856
13857 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
13858 gets reset by xmlCleanupInputCallbacks() and this makes the
13859 function useless. Same for output.
13860
13861Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13862
13863 * xmlIO.c: robert pointed out a loop error in callback cleanups
13864
13865Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13866
13867 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
13868 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
13869 they are not really tied to debugging
13870
13871Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13872
13873 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
13874 * xmllint.c: better --catalogs description
13875
13876Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
13877
13878 * tree.c: fixed a couple of problems in xmlSetProp()
13879
13880Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
13881
13882 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
13883 unappropriate stdout output.
13884
13885Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
13886
13887 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
13888 by Denis Beurive, closes #65111
13889
13890Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
13891
13892 * valid.c: in case of content model validity error, don't
13893 print it if validity warnings were not requested.
13894
13895Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13896
13897 * nanoftp.c: applied a couple of patches from Brian D Ripley.
13898 * parserInternals.c: removed the last exit() call. Print an
13899 unmaskable error on stderr instead (library mismatch detection)
13900
13901Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
13902
13903 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
13904 shell instructions from Heiko Rupp
13905
13906Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13907
13908 * catalog.c: use the URL notation file:// for default catalog paths
13909
13910Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13911
13912 * include/libxml/tree.h: better comments for _private fields
13913 * tree.c: removed a problem when copying an entity reference.
13914
13915Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13916
13917 * vms/*: updated instructions and diffs from John A Fotheringham
13918
13919Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13920
13921 * include/libxml/xmlerror.h: avoid an include problem if
13922 #include <libxml/xmlerror.h> happens first in code
13923 seems to be the case in KDE libs
13924
13925Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13926
13927 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
13928 from Igor for Windows
13929
13930Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13931
13932 * Makefile.am: Gary Pennington pointed out a missing prefix
13933
13934Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13935
13936 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
13937 * doc/*: upgraded and rebuilt the docs
13938
13939Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13940
13941 * HTMLparser.c: fix comment in scripts element parsing.
13942 * result/HTML/doc3*: updated the results.
13943
13944Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13945
13946 * uri.c: another URI bug fix #63336, using Joel Young patch.
13947
13948Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
13949
13950 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
13951 a cleaned up version of the Pwd shell string generation.
13952
13953Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13954
13955 * valid.c include/libxml/tree.h: trying to fix namespaces +
13956 validation problems for good, closing #63619 in the process
13957 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
13958 wrong in this respect, fixed it.
13959
13960Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13961
13962 * xmllint.c: Morus Walter patch to allow --format and --encode
13963
13964Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13965
13966 * debugXML.c: Stefan Kost provided an help command for the shell
13967
13968Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
13969
13970 * debugXML.c: Heiko Rupp pointed that the shell would crash
13971 on empty nodesets returns.
13972
13973Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13974
13975 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
13976 migh need the history libraries
13977
13978Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
13979
13980 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
13981 handle the case of < in quoted attributes, Bastian Kleineidam
13982
13983Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13984
13985 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
13986 fixing catalog breakages
13987 * Makefile.am catalog.c result/catalogs/catal
13988 result/catalogs/mycatalog.* test/catalogs/catal*:
13989 fixed more problems in catalog support, added more regression tests
13990 for both XML and SGML catalog handling
13991
13992Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13993
13994 * debugXML.c: applied an improvement to xmlGetLineNo() from
13995 Keith Isdale
13996
13997Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13998
13999 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14000 Side effect of the progressive catalog loading
14001
14002Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14003
14004 * Makefile.am: confexecdir and confexec_DATA were defined twice
14005 pointed out by Karl Eichwalder
14006
14007Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14008
14009 * xmlcatalog.c: avoid unlink() and use remove() instead.
14010
14011Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14012
14013 * libxml.spec.in: cleanup
14014 * include/libxml/xmlwin32version.h: updated with 2.4.8
14015
14016Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14017
14018 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14019 of compiling libxml with a non standard set of options
14020
14021Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14022
14023 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14024 document --sgml option, fixing gnome bugzilla #63382
14025
14026Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14027
14028 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14029 breakage of 2.4.7, added a couple of really needed APIs
14030 like xmlCatalogIsEmpty() and xmlNewCatalog()
14031 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14032 for install-catalog
14033 * configure.in: preparing 2.4.8
14034
14035Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14036
14037 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14038 include/libxml/tree.h include/libxml/xmlIO.h: more include
14039 cleanups, export cleanly one html output + format function.
14040
14041Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14042
14043 * parser.c: removed initGenericErrorDefaultFunc call from
14044 xmlInitParser() since it could destroy previous calls to
14045 xsltSetGenericErrorFunc() effects
14046
14047Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14048
14049 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14050 keyword.
14051
14052Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14053
14054 * Makefile.am: cleanup
14055 * threads.c: cleanup too
14056 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14057 from xsltproc
14058 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14059 dependency loop.
14060
14061Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14062
14063 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14064 was not used anymore !
14065
14066Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14067
14068 * configure.in: preparing 2.4.7
14069 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14070 manual page from John
14071 * doc/*: updated the doc and rebuilt the generated pages
14072
14073Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14074
14075 * xmlIO.c: closing bug #62711, the library should never
14076 close stdin or stdout.
14077
14078Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14079
14080 * uri.c: second pass at fixing #63336, using Joel Young
14081 final patch. looks okay.
14082
14083Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14084
14085 * uri.c include/libxml/uri.h: trying to clear #63336
14086 allowing the escaping routine to parse unconformant
14087 URI-References.
14088
14089Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14090
14091 * vms/readme.vms vms/build_libxml.com nanoftp.c
14092 include/libxml/xmlversion.h.in: a few VMS updates from
14093 John A Fotheringham
14094 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14095 and xmlCleanupOutputCallbacks() for the Perl binding people.
14096
14097Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14098
14099 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14100 apply fixes to close #63271 and avoid segfaults when
14101 the error routine gets callbed before xmlInitParser()
14102 get called.
14103 * nanoftp.c error.c: Applied patches from Justin Fletcher
14104 correcting some xmlGenericError misuses.
14105
14106Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14107
14108 *doc/xmllint.xml, doc/xmllint.1
14109 New and improved man page for xmllint - .xml is the original, .1
14110 is the generated man page
14111
14112Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14113
14114 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14115 the web site from the main HTML document.
14116
14117Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14118
14119 * parser.c: fixed an erroneous validation bug when PE refs
14120 occurs in external parsed entities referenced from the
14121 internals subset
14122 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14123 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14124 added the associated testcase, it's a nice one.
14125 * HTMLparser.c: generate the DTD node as HTML still ...
14126 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14127
14128Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14129
14130 * HTMLparser.c: fixed a bug in htmlNewDoc()
14131
14132Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14133
14134 * test/threads/*: added entities testing to the Thread test
14135 * testThreads.c: make the test reasonable
14136 * DOCBparser.c: fix the DTD public and system ID
14137 * xmllint.c: added --sgml for SGML DocBook importing
14138 * Makefile.am: added Docbtests target
14139
14140Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14141
14142 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14143 * testThreads.c: removed bogus include
14144
14145Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14146
14147 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14148 fixed a very serious (looping) validation bug
14149
14150Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14151
14152 * include/libxml/globals.h include/libxml/threads.h threads.c
14153 testThreads.c: far more testing, cleaning up bugs
14154 * *.c : make sure globals.h is always included.
14155
14156Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14157
14158 * HTMLparser.c: try to get rid of parser loops for good.
14159
14160Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14161
14162 * configure.in: fixed some bugs in CFLAGS passing.
14163 * test/threads Makefile.am testThreads.c: added a specific
14164 threaded test case (really nasty, guaranteed).
14165
14166Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14167
14168 * catalog.c: serious cleanup on the management of the
14169 XML catalog tree, more tests done, especially with
14170 the catalog PI.
14171
14172Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14173
14174 * catalog.c: avoid a problem in catalog cleanup on SMP if
14175 catalogs were not initialized.
14176
14177Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14178
14179 * catalog.c xpath.c: trying to cleanup the not thread safe
14180 parts of the library.
14181
14182Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14183
14184 * include/libxml/globals.h configure.in global.data: make
14185 the allocation be per-thread a configure option
14186 * encoding.c include/libxml/parser.h: fixed compilation
14187 errors
14188
14189Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14190
14191 * include/libxml/parser.h: Norm reported that a few lines
14192 added were breaking libxslt compile, removed them for now
14193
14194Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14195
14196 * parser.c parserInternals.c threads.c: debugged and fixed
14197 initialization problems which were giving troubles on SMP
14198 boxes.
14199
14200Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14201
14202 * include/libxml/Makefile.am: missing globals.h
14203
14204Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14205
14206 * globals.c: added a couple of standard includes.
14207
14208Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14209
14210 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14211 include/libxml/parserInternals.h include/libxml/tree.h
14212 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14213 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14214 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14215 Applied the last patches from Gary, cleanup, activated threading
14216 all user accessible global variables are now handled in globals.[ch]
14217 Still a bit rought but make tests passes with either
14218 --with-threads defined at configure time or not.
14219 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14220 linking options
14221
14222Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14223
14224 * Makefile.am include/libxml/Makefile.am
14225 include/libxml/globals.h globals.c include/libxml/threads.h
14226 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14227 configure.in: started integrating the core of the thread support
14228 not activated yet but half integrated. The code should still
14229 compile and work anyway.
14230
14231Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14232
14233 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14234 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14235 integrating the non-controversial parts of Gary Pennington
14236 multithread patches
14237 * catalog.c: corrected a small bug introduced
14238
14239Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14240
14241 * catalog.c include/libxml/catalog.h: very serious cleanup,
14242 isolating unportable code and as much as possible the accesses
14243 to the global shared catalog. May need more testing !
14244
14245Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14246
14247 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14248 Keith Isdale patches for the XSLT debugger interfaces. Some
14249 cleanup
14250
14251Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14252
14253 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14254 * DOCBparser.c: generate line nubers in elements
14255
14256Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14257
14258 * configure.in: preparing 2.4.6 release
14259 * doc/xml.html doc/html/*: updated and rebuilt the docs
14260 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14261
14262Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14263
14264 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14265 adding documentation for DV's supercatalog support
14266
14267Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14268
14269 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14270 super catalog support adding one API and one flag --sgml to
14271 xmlcatalog
14272
14273Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14274
14275 * doc/xmlcatalog_man.xml, xmlcatalog.1
14276 One more crack at
14277 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14278
14279Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14280
14281 * xpath.c: implemented xmlXPathObjectCopy for external objects
14282 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14283
14284Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14285
14286 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14287 finishing up fix to
14288 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14289 the xmlcatalog man page display more elegantly
14290
14291Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14292
14293 * configure.in: closing bug #61832
14294 * HTMLparser.c: removed a warning
14295
14296Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14297
14298 * xpath.c: fixing #61673 part I, do not loose doc information
14299 when copying result value trees.
14300
14301Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14302
14303 * xpath.c: trying to harden the XPath interpreter
14304
14305Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14306
14307 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14308 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14309
14310Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14311
14312 * HTMLparser: repaired another loop problem
14313
14314Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14315
14316 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14317 parsing.
14318 * xpath.c: fix bug #61291 the default XML namespace node is
14319 missing from the namespace axis.
14320 * tree.c: refuse to create namespaces nodes with prefix "xml"
14321
14322Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14323
14324 * SAX.c: ouch a non-defined namespace could lead to a crash,
14325 fixed #61215
14326
14327Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14328
14329 * parserInternals.c: closed bug #61054
14330
14331Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14332
14333 * include/libxml/Makefile.am: closing #60708
14334
14335Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14336
14337 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14338 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14339
14340Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14341
14342 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14343
14344Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14345
14346 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14347 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14348
14349Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14350
14351 * catalog.c: Justin Fletcher provided cleaup code in case
14352 HAVE_STAT is not defined
14353 * include/win32config.h: Igor Zlatkovic suggested to have
14354 HAVE_STAT defined there
14355
14356Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14357
14358 * catalog.c - fixed typing error reported by M. Barros
14359
14360Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14361
14362 * xmllint.c - fixing typo
14363
14364Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14365
14366 * HTMLparser.c: small enhancement to prevent loop on
14367 unrecognizable data
14368
14369Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14370
14371 * parserInternals.c: applying patch from bug #60757 this
14372 should close it
14373
14374Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14375
14376 * catalog.c xmlcatalog.c: removed a couple of warning
14377 * xpath.c: try to solve the linking problem on platforms
14378 needing trio to compile
14379
14380Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14381
14382 * Makefile.am libxml.spec.in: backing up non-documented changes
14383 commited without review or aproval by Jens Finke <jens@gnome.org>
14384 * HACKING: made 100% clear that no commit should be done directly
14385
14386Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14387
14388 * configure.in: Joe Orton provided a patch fixing a problem
14389 when iconv is specified to be in a non-standard directory
14390 but wasn't exported in xml2-config --cflags
14391
14392Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14393
14394 * configure.in: let's ship 2.4.5 before getting too much
14395 troubles with 2.4.4 errors.
14396
14397Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14398
14399 * encoding.c entities.c: do not output hexadecimal charrefs
14400 when serializing HTML since some version of Netscape can't
14401 grok it, generate decimal ones.
14402 * result/HTML/doc3.htm: output changed due to previous test
14403 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14404
14405Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14406
14407 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14408 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14409
14410Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14411 Released 2.4.4
14412
14413 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14414 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14415 updated the configuration scripts systems accordingly
14416
14417Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14418
14419 * configure.in: preparing for 2.4.4
14420 * doc/xml.html doc/html/*: updated and rebuilt the docs
14421
14422Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14423
14424 * win32/dsp/libxml2.def.src: tried to incorporate comments
14425 from bug #59220
14426
14427Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14428
14429 * parser.c result/noent/wml.xml: fixed bug #59981 related
14430 to handling of '&' in attributes when entities are substitued
14431
14432Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14433
14434 * libxml.h include/libxml/xmlversion.h.in
14435 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14436 Tried to close bug #60131
14437
14438Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14439
14440 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14441
14442Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14443
14444 * SAX.c: fixing bug #59946 on xmlns=""
14445
14446Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14447
14448 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14449 but allocates a new error code.
14450
14451Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14452
14453 * xmllint.c: John Fleck fixed typos in the options output
14454 * parser.c SAX.c: fix ignorable white space SAX selection
14455
14456Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14457
14458 * entities.c: Steve Underwood found the possibility of an
14459 ininite loop in case of error.
14460
14461Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14462
14463 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14464
14465Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14466
14467 * parser.c: warn if version is not 1.0 but it's not
14468 strictly speaking an error after analyzing the spec
14469
14470Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14471
14472 *doc/catalog.html - add link to the html version of the
14473 man page, other linguistic cleanups
14474
14475Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14476
14477 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14478 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14479 file, has not yet been included in the build.
14480
14481Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14482
14483 * catalog.c: removed a duplicate affectation Justin Fletcher
14484
14485Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14486
14487 * tree.c: Armin Sander pointed a possible text coalescing
14488 problem, completed his patch.
14489
14490Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14491
14492 * trionan.c: Fixed const and volatile re-definition problem
14493
14494Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14495
14496 * libxml.4 parser.c: doc updates from Heiko Rupp
14497 * parserInternals.c: 2 sanity checks from Heiko Rupp
14498
14499Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14500
14501 * tree.c: applied patch from Armin Sander to make some pointers
14502 const in xmlCopyNode()
14503 * include/libxml/tree.h: added fix to the header
14504
14505Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14506
14507 * xpath.c: hum, restrict the integer usage gcc bug workaround
14508 to only gcc compilers so that other architecture don't get
14509 penalized by this limitation.
14510 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14511
14512Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14513
14514 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14515 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14516
14517Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14518
14519 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14520 --convert option to xmlcatalog to convert SGML ones to
14521 the XML syntax.
14522 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14523
14524 2.4.3 got released at that point
14525Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14526
14527 * catalog.c xmlIO.c: started some serious testing and fixed
14528 a few bug and optmization needs.
14529
14530Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14531
14532 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14533 preparing for a 2.4.3 release even if it may not be ready yet
14534 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14535 all file parsing lookup to go through the entity resolver, add
14536 to add an API to bypass it (needed to load catalogs themselves),
14537 some cleanup on the catalog code too.
14538 * nanoftp.c: small cleanup
14539 * doc/catalog.html: small update
14540
14541Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14542
14543 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14544 Jun Kuriyama
14545
14546Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14547
14548 * doc/catalog.html: finished the catalog documentation
14549
14550Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14551
14552 * doc/catalog.html doc/xml.html: added documentation about
14553 Catalog support, misses an API description
14554 * doc/html/*: reextracted the API pages
14555
14556Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14557
14558 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14559 Added the part about section 7.2 on URI resolution,
14560 fixed a side effect in the HTML parser, look complete
14561 and ready to rock except the URI/SystemID part!
14562
14563Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14564
14565 * include/libxml/catalog.h include/libxml/parser.h
14566 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14567 xmlIO.c: added support and APIs needed for the catalog PI
14568 * include/libxml/xmlIO.h: cleanup
14569
14570Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14571
14572 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
14573 include/libxml/catalog.h: starts to look okay, really
14574 plugged the new framework, cleaned a lot of stuff,
14575 added some APIs, except the PI's support missing this
14576 should be mostly complete
14577 * result/catalogs/* test/catalogs/*: added new test, enriched
14578 the existing one with URN ID tests
14579
14580Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14581
14582 * catalog.c: fixed nextCatalog
14583 * result/catalogs/docbook test/catalogs/*: started adding
14584 a small regression test
14585
14586Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
14587
14588 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
14589 more work on the XML catalog support.
14590 * parser.c include/libxml/parser.h: small cleanup seems using
14591 list as a public parameter name can give portability troubles
14592 * trionan.c trionan.h xpath.c include/libxml/trionan.h
14593 include/libxml/xpath.h include/libxml/Makefile.am: removed
14594 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
14595 wrappers
14596
14597Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14598
14599 * Makefile.am trio.c triodef.h trionan.c xpath.c
14600 include/libxml/Makefile.am include/libxml/trionan.h:
14601 Re-worked Not-A-Number and Infinity support.
14602 * xmlcatalog.c: added readline include files
14603
14604Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14605
14606 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
14607 testCatalog as xmlcatalog, making it an installed app
14608 adding a shell, and preparing it to be a /etc/xml/catalog
14609 management tool, though not ready yet
14610 * catalog.c include/libxml/catalog.h: adding support for
14611 XML Catalogs http://www.oasis-open.org/committees/entity/
14612 not finished, there is some interesting tradeoffs and a
14613 few open questions left.
14614
14615Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
14616
14617 * xmllint.c: fixed a line formatting problem
14618
14619Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14620
14621 * SAX.c: removed a couple of unused variable (Albert Chin)
14622
14623Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14624
14625 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
14626 trying to fix some troubles w.r.t. function returning
14627 const xxxPtr.
14628
14629Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14630
14631 * win32/dsp/libxml2.def.src: another set of symbols conditionally
14632 defined
14633
14634Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14635
14636 * xpointer.c: removed unused var
14637
14638Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14639
14640 * testXPath.c: another small cleanup closing bug #59110
14641
14642Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14643
14644 * win32/dsp/libxml2.def.src: small cleanup closing bug
14645 #59108
14646
14647Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14648
14649 * example/gjobread.c: add xmlCleanupParser() before leaving
14650
14651Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
14652
14653 * config.h.in configure.in include/libxml/xmlwin32version.h:
14654 released 2.4.2
14655
14656Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
14657
14658 * include/libxml/valid.h debugXML.c valid.c: deprecate
14659 the non-boundchecking Sprintf functions, add Snprintf
14660 this should close bug #57984
14661
14662Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
14663
14664 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
14665 URIs before doing the lookups (pointed by Mark Vakoc)
14666
14667Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14668
14669 * xpath.c: serious changes on Result Value Trees and NodeSets
14670 w.r.t. deallocation and collect operations. Probably not
14671 100% clean (merge of allocated trees smells like a problem).
14672 Seems sufficient to close #58943
14673
14674Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14675
14676 * xmllint.c: adding a --format option
14677
14678Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
14679
14680 * xpath.c: count() was broken on Result Value Tree
14681 * xmlIO.c: fixed file:/// accesses on _WIN32
14682
14683Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14684
14685 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
14686 macro was renamed, this should close bug #58683
14687
14688Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14689
14690 * SAX.c: small fix fixing bug #58539 reported by coolo, in
14691 entity substitution mode text at the end of the entity might
14692 be added due to text coalescing.
14693 * nanoftp.c parser.c: small cleanup
14694
14695Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14696
14697 * HACKING: added John Fleck right to commit in the doc subdir
14698
14699Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14700
14701 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
14702 allow to inherit attributes from the DTD directly in the
14703 tree, this is needed for XPath and can be a useful feature.
14704 Inherited namespaces are always provided at the tree level now
14705 * test/defattr* result/defattr* result/noent/defattr*: added a couple
14706 of tests for this feature (XSLT being the prime user).
14707
14708Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14709
14710 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
14711 testSAX.c xmlIO.c xmllint.c include/win32config.h
14712 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
14713 include/libxml/xmlwin32version.h.in win32/README.MSDev
14714 win32/dsp/*: applied Win32 Facelift No.2 patches from
14715 Igor Zlatkovic for Windows/MSC
14716
14717Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
14718
14719 * SAX.c: unparsedEntityDecl() the URI computation of the
14720 entity wasn't done breaking XSLT unparsed-entity-uri()
14721
14722Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
14723
14724 * xpath.c: fixed a bug when walking the descendants and
14725 the current node has no children
14726 * debugXML.c: show up when a text node is supposed to not be escaped
14727
14728Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14729
14730 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
14731 worked like the set:leading() function)
14732 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
14733
14734Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14735
14736 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
14737
14738Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14739
14740 * include/libxml/xmlIO.h: apply change to close #58141
14741 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
14742
14743Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14744
14745 * parser.c: when the internal subset uses a PE, then the
14746 included entity can use conditional sections.
14747
14748Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14749
14750 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
14751 when walking the namespace axis showing up in
14752 libxst/tests/general/bug-12
14753 * xmlmemory.c: added the possibility to trace a given block
14754 defined by its address
14755
14756Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14757
14758 * parser.c: don't override existing encoding specified before
14759 starting xmlParseDocument()
14760
14761Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14762
14763 * include/libxml/xmlwin32version.h: reinserted, needed for
14764 Windows users of CVS
14765
147662001-07-27 Darin Adler <darin@bentspoon.com>
14767
14768 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
14769 * testCatalog.c: Add include of <libxml/parser.h>.
14770
147712001-07-27 Darin Adler <darin@bentspoon.com>
14772
14773 * include/libxml/.cvsignore:
14774 * include/libxml/xmlwin32version.h:
14775 Remove this file from CVS because it's generated.
14776
14777Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14778
14779 * parser.c include/libxml/parser.h: applied const patches from
14780 Tom Moog #58002
14781
14782Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14783
14784 * xpath.c include/libxml/xpath{,Internals}.h: added a function
14785 lookup framework
14786
14787Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14788
14789 * tree.c: fixed xmlCopyNode() for documents
14790
14791Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14792
14793 * parser.c: fixed bugs #58073 reported by Greg Shtilman
14794
14795Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14796
14797 * parser.c: fixes bug #57652 reported by Morus Walter
14798
14799Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14800
14801 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
14802
14803Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14804
14805 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
14806 errors, lesson don't add new functions at 1am before a release
14807 * xpath.c: integrated fix from Bjorn to avoid divide by zero
14808 from XPath initialization when possible.
14809
14810Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14811
14812 * result/scripts/base*: removing history/readline changed
14813 this slightly
14814 * include/libxml/parser.h SAX.c parser.c parserInternals.c
14815 xmllint.c: make element content line number generation
14816 optionnal to avoid breaking old apps added interface to switch
14817
14818Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14819
14820 * configure.in: get rid of the readline and libhistory
14821 dependencies by default, release 2.4.1 with IA64 fix
14822 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
14823 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
14824 John Kroll fixes to allow saving to HTTP via PUT (or
14825 POST of needed).
14826 * doc/html/*.html: regenerated the docs
14827
14828Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14829
14830 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
14831 xmlHashScanFull and xmlHashScannFull3 to get passed the
14832 three keys as arguments to the callback function
14833
14834Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14835
14836 * configure.in Makefile.am: removed libxml softlink for good
14837 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
14838 100% coverage by gtk-doc
14839
14840Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14841
14842 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
14843 fixed serious troubles due to size_t vs. int mismatch
14844
14845Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14846
14847 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
14848
14849Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14850
14851 * include/libxml/xpath{,Internals}.h xpath.c: added a more
14852 convenient extension API for value and context managing
14853 Now handles external objects through xmlXPathPopExternal,
14854 xmlXPathWrapExternal and xmlXPathReturnExternal.
14855 Added functions for sets operations (intersection, etc.)
14856
14857Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14858
14859 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
14860 xmlIO.c tree.c parserInternals.c entities.c encoding.c
14861 HTMLparser.c: cleanup of global variables, marking some
14862 const or private.
14863
14864Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14865
14866 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
14867 fixed xmlXPathNodeSetItem when passing index=0
14868
14869Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14870
14871 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
14872
14873Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14874
14875 * xmllint.c: fixed compilation under Cygwin #57503
14876 * TODO: update
14877
148782001-07-13 Peter Williams <peterw@ximian.com>
14879
14880 * config.h.in: add #undef HAVE_DLFCN_H
14881
14882 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
14883 builddir.
14884
14885Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14886
14887 * win32/libxml2/libxml2.def.src: added a couple of exported entries
14888 raised by #57348 and #57381
14889
14890Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14891
14892 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
14893 tree.c xpointer.c: store the line numbder in element->content,
14894 may break some software, need a configuration mechanism
14895
148962001-07-10 Darin Adler <darin@bentspoon.com>
14897
14898 * .cvsignore:
14899 * example/.cvsignore:
14900 * include/.cvsignore:
14901 * include/libxml/.cvsignore:
14902 Various things that are generated and should be ignored.
14903
14904Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14905
14906 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
14907 * doc/xml.html doc/html/*: updated the docs
14908
14909Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14910
14911 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
14912 validation occured on content with element child
14913
14914Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14915
14916 * tree.c: fixed XML Base computation which was broken
14917 * debugXML.c: added a base function to the shell
14918 * Makefile.am result/scripts/* test/scripts/*: added scripts
14919 based regression tests, and adding 2 XML Base tests
14920
14921Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14922
14923 * tree.c: set properties doc and call xmlSetListDoc for properties
14924 content when grafting them in a different tree.
14925 * aclocal.m4: remove from CVS
14926
14927Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14928
14929 * win32/libxml2/libxml2.def.src: added some missing entry point
14930 for XPath (Mark Vakoc)
14931
14932Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14933
14934 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
14935 layer should URI-Unescape before trying to open resources.
14936
14937Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14938
14939 * xpath.c: fix the name() bug for elements in the default
14940 namespace reported by Charlie Bozeman
14941
14942Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14943
14944 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
14945 led to an XPath fix, improvements of SAX initialization, and
14946 an added option --nocdata to testXPath
14947
14948Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14949
14950 * doc/libxml-doc.el: Felix Natter provided anew version working
14951 with XEmacs too
14952
14953Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14954
14955 * include/libxml/xpath.h: small cleanup
14956 * doc/xml.html: update
14957
14958Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14959
14960 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14961 released 2.3.14
14962
14963Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14964
14965 * doc/html/*: rebuilt the docs for the release
14966 * doc/xml.html: added 2.3.14 release.
14967
14968Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14969
14970 * xpath.c: a bug reported by Stephan Kulow empty nodesets
14971 were not equal to empty strings
14972
14973Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14974
14975 * SAX.c: fixed a URI-Reference computation problem when validating
14976 * xmlIO.c: small cleanup
14977
14978Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14979
14980 * parser.c: improved the description of a couple of interfaces
14981 upon Larry Stamper suggestion
14982
14983Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14984
14985 * SAX.c entities.c parser.c: changed completely the way entities
14986 are handled when running the parser in entity substitution mode.
14987 This fixes a bug reported by Stephan Kulow and nearly divides
14988 by 3 the amount of memory required by libxslt to load and process
14989 DocBook TDG.
14990
14991Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14992
14993 * HTMLparser.c: fixing a too early root closing problem raised
14994 byt Prashanth Naidu
14995
14996Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14997
14998 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
14999 raised by Mark Vakoc.
15000
15001Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15002
15003 * example/Makefile.am: fixed the include path to add srcdir/include
15004 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15005 and some cleanup
15006
15007Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15008
15009 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15010 lot of optimization work, results in significant improvements
15011 when handling really complex XPath queries. Add a small optimizer
15012 for unions, improve [n] and [last()], avoid some costly ops.
15013
15014Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15015
15016 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15017 * xpath.c: small cleanup
15018 * xmlGetNsList: reformated, fixed problems if used on Entities
15019
15020Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15021
15022 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15023
15024Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15025
15026 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15027 * Makefile.am example/Makefile.am: workaround automake generating
15028 erroneous deps
15029
15030Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15031
15032 * include/win32config.h: bug #56801 Yon Derek provided a patch
15033 to the windows config file.
15034
15035Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15036
15037 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15038 libxml.h : Yon Derek provided a set of changes to compile from
15039 CVS on Windows/MSC
15040
15041Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15042
15043 * parser.c: fixed UTF8 BOM support in push mode
15044 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15045 added a specific testcase
15046
15047Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15048
15049 * Makefile.am: added --push regression tests
15050 * parserInternals.c: the XML parser segfaulted in --push mode
15051
15052Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15053
15054 * configure.in: moved the symlinks detection within a CVS
15055 check, this is not portable and will be removed soon.
15056 * xpath.c: small cleanup/speedup
15057
15058Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15059
15060 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15061 release of 2.3.12
15062 * parser.c: make an error message if unknow entities in all cases
15063
15064Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15065
15066 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15067
15068Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15069
15070 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15071 includes were installed in the wrong dir
15072
15073Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15074
15075 * doc/html.xml: warn against sending code to exhibit bugs.
15076
15077Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15078
15079 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15080 Tru64 from Thomas Leitner
15081
15082Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15083
15084 * AUTHORS: added William and Bjorn
15085 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15086 daniel@veillard.com hopefully I won't have to do this again
15087 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15088 docs can be rebuilt cleanly now
15089 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15090 from CVs it's generated, added include/libxml/xmlwin32version.h
15091 also generated but which should change far less frequently.
15092 * catalog.c nanoftp.c: made sure to include libxml.h not
15093 libxml/xmlversion.h directly
15094 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15095 when compiling on WIN32 and MSC
15096
15097Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15098
15099 * include/Makefile.am include/libxml/Makefile.am configure.in:
15100 fixed make distcheck and rebuilding the rpms
15101
15102Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15103
15104 * configure.in: should finish the migration of exported includes
15105 into a real include/libxml in CVS, at least for CVS users.
15106 * removed the exported headers, added in include/libxml (as well
15107 as xmlversion.h.in).
15108
15109Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15110
15111 * configure.in: fixed the way to detect symlink
15112
15113Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15114
15115 * configure.in: updated, include/libxml is now a real CVS dir
15116
15117Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15118
15119 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15120 version works with both libxml1 and libxml2 (it autodetects
15121 the prefix of the html-files) from Felix Natter.
15122 * doc/xml.html: updated doc accordingly
15123
15124Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15125
15126 * xpath.c: fixed the bug generating a template loop in libxslt
15127 when using docbook-xsl-1.4, * should filter out document nodes
15128 * HACKING: added William
15129 * TODO: updated
15130
15131Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15132
15133 * doc/FAQ.html: added a warning about gcc-3.0
15134 * doc/xml.html: added reference to gdome2 and removed a confusing
15135 sentence
15136
15137Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15138
15139 * xmlversion.h: okay this is a generated file, but Windows
15140 users need it and they can't generate it, and I want CVS
15141 Windows users ...
15142 * win32/libxml2/libxml2_so.dsp: Windows project file for
15143 the shared lib version of libxml2
15144 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15145 resources needed for libxslt/xsltproc by Yon Derek
15146
15147Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15148
15149 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15150
15151Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15152
15153 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15154
15155Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15156
15157 * include/win32config.h: Yon Derek provided a first fix
15158 to be able to compile libxslt/xsltproc on Windows
15159
15160Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15161
15162 * xpath.c: attempt to work around what seemed a gcc optimizer
15163 bug when handling floats on i386 http://veillard.com/gcc.bug
15164 * tree.c entities.c encoding.c: doing some cleanups while
15165 chasing it
15166
15167Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15168
15169 * Makefile.am: cleanup when --without-debug is specified
15170 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15171 w.r.t. --without-debug and other include points
15172 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15173 Catalogs
15174 * configure.in entities.h tree.h HTMLparser.c: removed
15175 --without-corba, made the _private field mandatory
15176
15177Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15178
15179 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15180 outputs a BOM in UTF8, an errata has been issued to avoid the
15181 problem, that was the most reasonable solution... Add support
15182 for a leading UTF8 BOM in entities.
15183
15184Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15185
15186 * valid.c: fixed a bug found when post validating an entity ref
15187 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15188 activate it too
15189
15190Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15191
15192 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15193 weakness in the node copy the XPointer and the XInclude
15194 implementations. Serious cleanup.
15195
15196Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15197
15198 * Makefile.am: Kjartan Maraas provided a small patch to
15199 add xml2-config.in to EXTRA_DIST
15200
15201Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15202
15203 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15204 provided another failing case found in KDE, the way the
15205 ctxt->vctxt.nodeTab was allocated and freed changed over
15206 time but it wasn't completely cleaned up. This should fix it.
15207
15208Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15209
15210 * parser.c: Stephan Kulow also raised the fact that line number
15211 could get miscounted making debug harder, fixed the problem
15212 in xmlParseCharData()
15213
15214Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15215
15216 * valid.c: Stephan Kulow pointed out a problem when validating
15217 and using an empty entity, forgot a 'break' in a case.
15218
15219Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15220
15221 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15222 * doc/xml.html: updated with 2.3.11
15223
15224Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15225
15226 * TODO: updated adding cleanup of generated doc
15227 * configure.in: prepared to release 2.3.11
15228 * xmllint.c: added --version for bug reporting
15229 * doc/html/*.html: rebuilt the doc
15230
15231Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15232
15233 * xpath.c: first part of the work on selecting namespace to
15234 fix bug #56115
15235
15236Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15237
15238 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15239 when using -liconv
15240 * TODO: updated
15241
15242Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15243
15244 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15245 cleanup, encoding support.
15246
15247Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15248
15249 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15250
15251Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15252
15253 * xpath.c: bug detected by Ankh when / is used as a function arg
15254
15255Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15256
15257 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15258 of element and use it to avoid outputting formatting spaces at
15259 the wrong place. Implemented the format parameter for HTML save.
15260 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15261 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15262 result/HTML/wired.html: of course this impact the result of a
15263 number of HTML tests
15264
15265Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15266
15267 * HTMLtree.[ch]: started augmenting the HTML save API with
15268 encoding and formatting parameters
15269
15270Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15271
15272 * HTMLtree.h: cleanup and started evaluating the work needed on
15273 revamping the HTML output code
15274
15275Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15276
15277 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15278
15279Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15280
15281 * valid.c: fixed bug #56049, forgot one check in the
15282 validation routine
15283
15284Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15285
15286 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15287
15288Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15289
15290 * libxml.h: fixed an error in last commit
15291 * doc/FAQ.html: added an entry for compilation from CVS
15292
15293Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15294
15295 * xmlversion.h.in libxml.h: Cygwin patches
15296 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15297 * tree.h: cleanup
15298
15299Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15300
15301 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15302 memory block in a strange case where libxml is linked twice
15303 in the binary.
15304
15305Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15306
15307 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15308 state far too often, simple fix used to avoid it.
15309
15310Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15311
15312 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15313 being processed, applied his patch
15314 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15315
15316Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15317
15318 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15319 provided fixes to compile on MSCC again
15320 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15321 also provided an update for the project files.
15322
15323Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15324
15325 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15326 bug #55810
15327
15328Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15329
15330 * tree.c: fixed xmlGetNsProp() to close bug #55683
15331 Note this requires libxslt to use it's own function instead.
15332
15333Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15334
15335 * HTMLtree.c: when in a pre element no formatting space should
15336 be added.
15337 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15338
15339Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15340
15341 * configure.in: added tests for signal() and signal.h
15342
15343Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15344
15345 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15346
15347Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15348
15349 * doc/libxml-doc.el: Felix Natter provided a new version for
15350 libxml2
15351
15352Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15353
15354 * HTMLtree.c: when in a pre element no formatting space should
15355 be added.
15356
15357Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15358
15359 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15360
15361Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15362
15363 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15364 hack
15365 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15366 * uri.c: fixed a warning
15367
15368Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15369
15370 * HTMLtree.c: trying to close bug #55772 escaping in script
15371 elements
15372 * doc/xml.html: suggest to send mail to the list
15373
15374Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15375
15376 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15377 good. Use a macro and based on the solution provided in
15378 vsnprintf manual page from GNU.
15379
15380Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15381
15382 * error.c: Workaround for non-preserving variadic list.
15383 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15384
15385Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15386
15387 * doc/xml.html: added 2.3.10 release
15388
15389Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15390
15391 * configure.in: releasing 2.3.10
15392
15393Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15394
15395 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15396
15397Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15398
15399 * encoding.c: Robert Collins provided a patch to add the
15400 "US-ASCII" encoding alias
15401
15402Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15403
15404 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15405 string oriented functions and started cleaning the related areas
15406 in xpath.c which needed fixing in this respect
15407
15408Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15409
15410 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15411 #55380
15412 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15413
15414Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15415
15416 * TODO: updated
15417 * nanohttp.[ch] : started adding APIs to get the redirected URL
15418 when this occurs (needed for further base computation
15419 * tree.h: cleanup
15420 * encoding.c: cleanup
15421 * SAX.c: minor change around ctxt->loadsubset
15422
15423Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15424
15425 * Makefile.am include/Makefile.am: small change to have
15426 include/libxml rebuilt if working from CVS.
15427 * uri.c: applied another patch from Carl Douglas for URI escaping,
15428 this should close bug #51876
15429
15430Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15431
15432 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15433 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15434 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15435 added specific regression test
15436 * parser.h: preparing for the XSLT mode where DTD inherited
15437 attributes are added to the tree.
15438
15439Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15440
15441 * xinclude.[ch]: Updated the namespace for the Last Call version
15442 * result/XInclude/include test/XInclude/include: updated the
15443 testsuite accordingly
15444
15445Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15446
15447 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15448 related to bug #51876
15449
15450Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15451
15452 * tree.c: fixed a gross mistake in base computation, xml:base is
15453 not completely correct yet (need cascade).
15454 * xpath.[ch]: added the few things needed to find a function name
15455 and URI from the XPath context when it is called.
15456
15457Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15458
15459 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15460 * DOCBparser.c: small cleanup
15461 * xmllint.c: added a --catalogs option to load catalogs from
15462 $SGML_CATALOG_FILES
15463 * tree.c: cleanup
15464 * configure.in: iconv library fixup, ICONV_LIBS
15465
15466Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15467
15468 * catalog.c: handling of CATALOG entries. detection of recursion,
15469 and a few bugfixes
15470 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15471 against the default namespace
15472
15473Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15474
15475 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15476
15477Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15478
15479 * parser.c: fixed propagation context info when parsing an
15480 external entity.
15481 * doc/html/*.html: regenerated a couple of docs
15482
15483Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15484
15485 * doc/xml.html: update with 2.3.9 informations
15486
15487Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15488
15489 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15490 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15491 * doc/html/* : rebuilt the docs
15492 * valid.c: small patch which may improve some case when
15493 validating.
15494
15495Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15496
15497 * HTMLparser.c: Closed bug #54891
15498 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15499 to the suite
15500
15501Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15502
15503 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15504 applied a documentation patch from LotR and filled in a few missing
15505 descriptions
15506
15507Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15508
15509 * xpath.c tree.c parser.c: speed optimizations at the parser level
15510 document tree freeing and xpath evaluation
15511
15512Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15513
15514 * parser.c parser.h parserInternals.h: fixed a couple of
15515 interfaces for handling memory buffer input to const char *
15516 upon suggestion of JamesH.
15517
15518Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15519
15520 * configure.in: LoTR sent a patch fixing the previous commit
15521
15522Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15523
15524 * configure.in: trying to deal again with the stoopid -R linking
15525 flag of Solaris
15526
15527Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15528
15529 * xpath.h: two nodeset access macros from Thomas Broyer
15530
15531Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15532
15533 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15534 patch from Thomas Broyer
15535
15536Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15537
15538 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15539 case
15540 * INSTALL: was empty added stuff from the FAQ
15541
15542Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15543
15544 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15545 attributes handling and #54433 by adding xmlUnsetProp()
15546 and xmlUnsetNsProp()
15547
15548Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15549
15550 * HTMLparser.c: Patch from Jonas Borgström
15551 (htmlGetEndPriority): New function, returns
15552 the priority of a certain element.
15553 (htmlAutoCloseOnClose): Only close inline elements if they
15554 all have lower or equal priority.
15555 * result/HTML: this of course changed a number of tests results.
15556
15557Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15558
15559 * xmlIO.c catalog.c: plugged in the default catalog resolution
15560 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15561 documentations
15562 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15563
15564Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15565
15566 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15567 integrating catalogs
15568 * catalog.[ch] testCatalog.c: adding a small catalo API
15569 (only SGML catalog support).
15570 * parser.c: restaured xmlKeepBlanksDefault(0) API
15571
15572Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15573
15574 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
15575
15576Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15577
15578 * parser.c: added xmlParseExternalEntityPrivate() to allow
15579 propagation of ctxt->_private when parsing external entities
15580
15581Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15582
15583 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
15584
15585Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15586
15587 * configure.in: fixed a small portability problem with AM_CONDITIONAL
15588
15589Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15590
15591 * valid.c: warn when indeterminist content model is detected
15592 * result/VC/ElementValid8: this adds a message
15593 * Makefile.am: add --novalid for VCM tests
15594 * parserInternals.c: added a call to Init memory
15595
15596Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15597
15598 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
15599 when both parameters are NULL.
15600
15601Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15602
15603 * valid.c: applied small patch from Gary Pennington, reindented
15604 some part of the code.
15605
15606Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15607
15608 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
15609 release, updated and regenerated the docs
15610
15611Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15612
15613 * xpath.c result/XPath/expr/floats : clarified and cleanup
15614 printing of abnormal floats in tests.
15615
15616Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15617
15618 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
15619 * results/HTML/ : a few changes in the output of the HTML tests as
15620 a result.
15621 * configure.in: tying to fix -liconv where needed
15622
15623Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15624
15625 * Makefile.am: fixed a stupid error
15626
15627Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15628
15629 * configure.in Makefile.am: make the inclusion of the trio
15630 modules in the library conditional
15631
15632Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15633
15634 * DOCBparser.c: patche from LĂĄszlĂł KovĂĄcs, fixed entities refs
15635 in attributes handling
15636
15637Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15638
15639 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
15640 flushing
15641
15642Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15643
15644 * xpath.c: fix of an XSLT namespace bug reported on the list
15645 general/bug-8-
15646
15647Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15648
15649 * strio.h trio.c: Dan McNichol suggested a couple of small
15650 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
15651
15652Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15653
15654 * tree.c parser.c encoding.c: spent a bit more time looking
15655 at the parsing speed and DOM handling. Added a few more
15656 speedups.
15657
15658Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15659
15660 * parser.c: small but effective parsing speed improvement
15661
15662Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15663
15664 * configure.in: default on the DocBook parser inclusion (for Gnome)
15665 * DOCBparser.h: fixed a header reference
15666
15667Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15668
15669 * configure.in xpath.c: applied Bjorn patches for FPE on the
15670 alpha
15671
15672Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15673
15674 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
15675 xmlSaveFormatFileTo()
15676
15677Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15678
15679 * xpath.c: simple and efficient optimization, XPath functions
15680 aways bind to the same code, cache this
15681 * TODO: updated (by saying some is obsolete)
15682
15683Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15684
15685 * xpath.c: more cleanup work on XPath name parsing routines
15686
15687Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15688
15689 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
15690 xmlXPathParseName
15691 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
15692 * debugXML.c: avoid compilation problems if compiling without
15693 HTML support, Igor Zlatkovic
15694 * win32/libxml2/libxml2.def.src: being able to compile without
15695 XPath on Windows
15696
15697Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15698
15699 * libxml.m4: yet another patch from Toshio Kuratomi
15700
15701Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15702
15703 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
15704
15705Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15706
15707 * tree.[ch]: added xmlSaveFormatFile interface for saving
15708 and indenting a file.
15709
15710Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15711
15712 * xpath.c: fixed bug #53689 related to processing-instruction()
15713
15714Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15715
15716 * DOCBparser.c: patche from LĂĄszlĂł KovĂĄcs
15717
15718Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15719
15720 * parser.c: applied fixes from Christian Glahn bug report #53391
15721
15722Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15723
15724 * error.c: Jean François Lecomte provided a complete description
15725 and a fix to bug #53537
15726
15727Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15728
15729 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
15730
15731Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15732
15733 * DOCBparser.c SAX.c: a bit more work on entities processing.
15734 Still Need to cleanup XML output and references in attributes
15735
15736Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15737
15738 * DOCBparser.c include/Makefile.am: two patches from LĂĄszlĂł KovĂĄcs
15739
15740Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15741
15742 * tree.c: trying to fix #53574, not completely complete,
15743 I would like xmllint --copy --debug test/ent1 and
15744 xmllint --debug test/ent1 to show the same result.
15745 * xpath.c: fix a bug when trying to sort namespace nodes
15746
15747Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15748
15749 * HTMLtree.c: real fix for #53402
15750
15751Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15752
15753 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
15754 PIs when using xsl:output
15755 * valid.c: closing #53537 some case generate segfaults if there
15756 is validity errors
15757
15758Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15759
15760 * SAX.c testDocbook.c DOCBparser.c: more work on the support
15761 of external parsed entities, added --noent to testDocbook
15762 * valid.c: Garry Pennington found an uninitialized variable
15763 access in xmlValidateElementContent()
15764
15765Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15766
15767 * HTMLparser.c : HTML parsing still sucks ... trying to deal
15768 with madness
15769 * result/HTML/ : this modified the result of the regression tests
15770 a lot.
15771
15772Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15773
15774 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
15775 to doc where it wasn't checked against NULL reported by
15776 Jens Laas
15777
15778Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15779
15780 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
15781 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
15782
15783Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15784
15785 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
15786 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
15787 * SAX.[ch]: cleanup and updates for DocBook
15788 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
15789 ex SGML identifier changes
15790 * valid.c: removed a static unused function.
15791
15792Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15793
15794 * HTMLtree.c: applied change for Paul Sponagl on script saving
15795 * Makefile.am: the warning about entity title.xml are normal.
15796
15797Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15798
15799 * configure.in: release of 2.3.7
15800 * Makefile.am: fixing make distcheck
15801
15802Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15803
15804 * doc/html/* doc/xml.html: updated and regenerated the docs
15805
15806Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15807
15808 * xpath.c: fixed the XPointer problem introduced in 2.3.6
15809
15810Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15811
15812 * tree.c: fixed #53388 with the provided patch
15813
15814Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15815
15816 * valid.c: Bjorn detected an invalid memory access. Fixed
15817 vstateVPush()
15818
15819Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15820
15821 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
15822
15823Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15824
15825 * libxml.h: new header used only for the compilation of libxml
15826 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
15827 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
15828 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
15829 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
15830 xmlmemory.c xpath.c xpointer.c: libxml.h integration
15831 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
15832 baseline (version 1.2 plus a single patch).
15833 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
15834 scientific notation for numbers. Tests added.
15835 * xpath.c: formatting of numbers changed to use sprintf
15836 (contribution from William Brack)
15837
15838Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15839
15840 * valid.c: cleanup, more useful debugging
15841 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
15842 * xmlIO.c: entity loading is printed as an error when validating
15843
15844Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15845
15846 * valid.c: fixed to validate within entities
15847 * test/VCM/v22.xml: added a specific testcase
15848
15849Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15850
15851 * valid.c: forgot an epsilon transition in for ()+
15852 * test/VCM/v21.xml : added a specific test case
15853
15854Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15855
15856 * valid.c: removed a state explosion exhibited by RSS
15857 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
15858 from bug #51872
15859
15860Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15861
15862 * valid.[ch] tree.h: worked *hard* to get non-determinist content
15863 validation without using an ugly NFA -> DFA algo in the source.
15864 Made a specific algorithm easier to maintain, using a single
15865 stack and without recursion.
15866 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
15867 * hash.c: made the growing routine static
15868 * tree.h parser.c: added the parent information to an
15869 xmlElementContent node.
15870
15871Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15872
15873 * SAX.c parser.c xpath.c: generating IDs when not validating
15874 from an external parsed entity was poisoning the ID has table
15875 with removed values. This was killing XSLT on the KDE help
15876 browser.
15877
15878Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15879
15880 * entities.h: andrew@ugh.net.au detected a double declaration
15881
15882Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15883
15884 * debugXML.c hash.c tree.h valid.c : some changes related to
15885 the validation suport to improve speed with DocBook
15886 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
15887 the way validation errors get reported
15888
15889Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15890
15891 * HTMLparser.c HTMLtree.c: applied part of the patches provided
15892 by P C Chow and William M. Brack for XSLT HTML output
15893
15894Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15895
15896 * xmlversion.h.in win32config.h win32/libxml2/*: applied
15897 Igor Zlatkovic patches for MSC compilation and added his
15898 updates
15899
15900Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15901
15902 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
15903 prefix lookup.
15904 * parserInternals.c: fixed the bug reported by Morus Walter
15905 due to an off by one typo in xmlStringCurrentChar()
15906
15907Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15908
15909 * HTMLparser.c result/HTML/*: revamped the way the HTML
15910 parser handles end of tags or end of input
15911
15912Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * tree.[ch] : added xmlDocCopyNode for gdome2 support
15915
15916Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15917
15918 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
15919 bug where the linktime verions of free() won't work ...
15920
15921Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15922
15923 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
15924
15925Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15926
15927 * doc/xml.html: added 2.3.6 release
15928
15929Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
15932 * result/wml.xml: resulted in a small output change
15933
15934Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15935
15936 * tree.c: xmlNewDoc was missing the charset initialization
15937 * xmllint.c: added --auto to autogenerate a doc, allow to
15938 reproduce the problem fixed on xmlNewDoc
15939
15940Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15941
15942 * xpath.c: trying to get 52979 solved
15943 * tree.c result/ result/noent/: trying to get 52712 solved, this
15944 also made me clean up the fact that XML output in general should
15945 not add formating blanks by default, this changed the output of
15946 a few tests
15947
15948Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15949
15950 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
15951
15952Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15953
15954 * configure.in: finally released 2.3.6
15955
15956Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * xpath.c: checking for null pointer generated by new code
15959
15960Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15961
15962 * xpath.c: fixed a [] evaluation problem reported
15963 * test/XPath/tests/simpleaddr: extended test
15964 * result/XPath/simpleaddr: updated result
15965
15966Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15967
15968 * xmllint.c: Dan Timis reported a portability problem
15969 on Macs without mmap, fixed it.
15970
15971Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15972
15973 * testXPath.c : added a --tree option allowing to display the
15974 tree dump of the XPath expression
15975
15976Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15977
15978 * xpath.c: fixed a memleak when comparing nodesets
15979 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
15980 * tree.c: added a TODO
15981
15982Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15983
15984 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
15985 we need string functions
15986 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
15987 to be able to use them where needed. Applied some changes
15988 to reduce name linking pollution and compile in only what's
15989 needed.
15990 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
15991 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
15992 for the string manipulation functions
15993 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
15994 to the free() function of xmlmemory.c
15995 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
15996 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
15997 usage.
15998
15999Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16000
16001 * error.c: applied the context output patch of the error
16002 handling submitted by Chuck Griffith
16003 * error/VC/*: this slightly change some error logs
16004
16005Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16006
16007 * parser.c: fixed line number reporting on error
16008
16009Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16010
16011 * parser.c: Sullivan and Darin found a parser bug,
16012 applied the patch.
16013
16014Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16015
16016 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16017 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16018 xmlversion.h.in xpointer.c: of course the way I defined
16019 UNUSED breaks on old gcc version. Try to be smart and
16020 also define it directly in xmlversion.h
16021 * configure.in: removed -ansi flag from the pedantic set
16022
16023Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16024 Huge cleanup, I switched to compile with
16025 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16026 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16027 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16028 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16029 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16030 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16031 encoding.h entities.c error.c list.[ch] nanoftp.c
16032 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16033 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16034 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16035 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16036 Cleanup, staticfied a number of non-exported functions,
16037 detected and cleaned up a dozen of problem found this way,
16038 avoided a lot of public function name/typedef/system names clashes
16039 * doc/xml.html: updated
16040 * configure.in: switched private flags to the really pedantic ones.
16041
16042Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16043
16044 * configure.in: 2.3.5
16045 * doc/html/*: rebuilt the docs
16046
16047Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16048
16049 * parser.c: fixed a reported bug in NOTATION parsing
16050 * uri.c: accepted but not fixed bug 51876, added TODO
16051 * Makefile.am: fixed bug 51876
16052
16053Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16054
16055 * config.h.in configure.in error.c: fix a compilation problem
16056 on platforms without vsnprintf (xml@thewrittenword.com)
16057
16058Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16059
16060 * parser.c: fixed a function name header typo
16061 * SAX.c: notations can also occur in external subset.
16062
16063Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16064
16065 * error.c: removed a C++ like comment
16066
16067Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16068
16069 * parser.c: fixing bug 52299 strange condition leading
16070 to a parser crash due to a buffer overflow
16071 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16072 added the specific test case
16073
16074Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16075
16076 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16077 xmlXPathConvert{String,Number,Boolean} to be able to make
16078 type casts without a context stack, fixed some implementation
16079 problems related to the absence of context at parse-time,
16080 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16081 in the public API too
16082 * xpointer.c xpathInternals.h: we need to know at parse time
16083 whether we are compiling an XPointer
16084
16085Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16086
16087 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16088 cleaned up the parser internals, refactored XPath code, added
16089 new compilation based APIs and cleanly separated public and
16090 private APIs.
16091
16092Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16093
16094 * xpath.h: the comp field must be added at the end to avoid
16095 killing binary compat.
16096
16097Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16098
16099 * Makefile.am: detect XPath memleaks in regreson tests
16100 * error.c: fixed and error w.r.t. error reporting still using
16101 stderr
16102 * hash.c: added new line at end of file
16103 * tree.h: minor cleanup
16104 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16105 expression parsing from evaluation, resulted in a number of
16106 changes internally, and in XPointer. Likely to break stuff
16107 using xpathInternals.h but should remain binary compatible,
16108 new interfaces will be added.
16109
16110Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16111
16112 * configure.in: fixed a couple of problems reported by
16113 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16114 without gcc on non linux platforms.
16115
16116Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16117
16118 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16119 a fix for --with-html-dir= configure support. I hope it won't
16120 break rpm generation
16121
16122Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16123
16124 * xmlIO.c: one function comment cleanup.
16125
16126Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16127
16128 * SAX.c: external subset notations were improperly registered
16129 in the internal subset.
16130
16131Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16132
16133 * README.cvs-commits: added, pointing to HACKING
16134 * HACKING: updated
16135
16136Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16137
16138 * parser.c: and Matt Sergeant found one in the XML push
16139 parser (erroneous check I forgot to remove when I fixed the
16140 main parser).
16141
16142Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16143
16144 * xpath.c: ptittom found a small bug in UnaryExpr
16145
16146Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16147
16148 * configure.in: bumped to 2.3.4
16149 * error.c: fixed bug #51860
16150 * tree.c: fixed bug #51861
16151 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16152 * tree.[ch] : added xmlDefaultBufferSize
16153 * nanoftp.c: typo in function name header block
16154 * doc/xml.html : updated, added link to XML::LibXSLT
16155 * doc/html/* : rebuilt the docs
16156
16157Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16158
16159 * parser.c SAX.c: the new content parsing code raised an
16160 ugly bug in the characters() SAX callback. Found it
16161 just because of strangeness in XSLT XML Rec ouptut :-(
16162
16163Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16164
16165 * Makefile.am: Martin Baulig suggested to add -lm
16166 * tree.c: found another bug in xmlNodeGetContent()
16167
16168Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16169
16170 * xpath.c: Bjorn found the error related to strictness of comparison.
16171
16172Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16173
16174 * parser.c: trying to fix the Dtd parsing problem reported
16175 by Gary, side effect of last week speed optimizations.
16176
16177Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16178
16179 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16180 * parserInternals.c: removed unneeded test raised by Stric
16181
16182Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16183
16184 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16185 and fixed by William Brack). Added xmlXPathFormatNumber.
16186 Changed the sorting slightly.
16187 * configure.in Makefile.am example/Makefile.am: Added -lm.
16188 Please note that applications linking with libxml2, must
16189 also like with the math library from now on.
16190
16191Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16192
16193 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16194
16195Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16196
16197 * parser.c: one must report spaces even if the Dtd element
16198 content proves that this is not part of the element content.
16199 * result/valid/*.xml: this changed the ouptu slightly
16200
16201Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16202
16203 * configure.in: bumped to 2.3.3
16204 * doc/xml.html: updated
16205
16206Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * tree.c: minor doc fix
16209 * xpath.c: deallocation issues when a result tree has been
16210 converted to a node-set
16211
16212Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16213
16214 * doc/xml.html: oops corrected dates s/2000/2001
16215
16216Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16217
16218 * valid.c: new patch from Gary Pennington
16219
16220Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * doc/xml.html: applied patch from Ankh
16223
16224Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16225
16226 * xinclude.c: fixed a problem building on Mac
16227
16228Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16229
16230 * parser.c: more work on increasing parsing ferformances
16231
16232Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16233
16234 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16235 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16236 avoiding memcpy in production builds MEM_CLEANUP macro use
16237 * parser.[ch] parserInternals.c: optimizations of the tightest
16238 internal loops inside the parser. Better checking of I/O
16239 flushing/loading conditions
16240 * xmllint.c : added --timing
16241
16242Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16243
16244 * configure.in: bumped to 2.3.2
16245 * doc/xml.html: updated for release
16246
16247Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16248
16249 * xpath.c: found a memleak and fixed a nasty bug
16250
16251Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16252
16253 * xmllint.[c1] : added return code errors for xmllint
16254 * xpath.c: specific debug dump function for result value trees
16255
16256Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16257
16258 * xpath.c: finally implemented xmlXPathCompareNodeSets
16259 * test/XPath/expr/floats results/XPath/expr/floats: added
16260 a test for float expressions
16261
16262Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16263
16264 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16265 * parserInternals.[ch]: trying to speed up parsing
16266 * xpath.c : speeded up node set equality op
16267
16268Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16269
16270 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16271 better handling of ID/IDREF and the list modules associated
16272 * configure.in: small CFLAGS cleanup
16273
16274Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16275
16276 * configure.in: fixed iconv detection on AIX (stric)
16277
16278Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16279
16280 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16281
16282Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16283
16284 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16285 and optimized xmlXPathNodeSetSort
16286
16287Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16288
16289 * xpath.c: bug fix when context size is 0
16290 * parser.c: I like Norm's Dtd because they still manage to break
16291 the parser occasionally
16292
16293Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16294
16295 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16296
16297Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16298
16299 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16300 attributes within the XML-1.0 namespace
16301
16302Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16303
16304 * xpathInternals.h: exported a few axis functions
16305 * doc/xml.html: updated the doc
16306
16307Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16308
16309 * configure.in: applied patch from Daniel van Balen for OpenBSD
16310 and bumped version to 2.3.1
16311 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16312 attempt to find autoclosing was simply broken, removed it,
16313 updated the examples, this is better
16314
16315Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16316
16317 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16318 hash functionnalities.
16319 * doc/html/* : rebuild the doc
16320
16321Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16322
16323 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16324 on predicate
16325 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16326 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16327 really want to have tags closed on output even if we accept
16328 unclosed ones on input
16329
16330Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16331
16332 * xpath.c: ouch don't free NULL, rare case fixed
16333 * tree.c: don't coalesce text nodes if they don't have the
16334 same behaviour wrt escaping on output
16335
16336Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16337
16338 * xpath.c: small fixup
16339 * SAX.c: don't warn on empty namespaces.
16340
16341Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16342
16343 * README: a bit of cleanup
16344 * configure.in: preparing for 2.3.0 release
16345
16346Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16347
16348 * hash.[ch]: added a first version of xmlHashSize()
16349 * valid.c: another bug fix from Gary Pennington
16350
16351Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16352
16353 * valid.c: couple of bug fixes pointed by Gary Pennington
16354 * HTMLtree.c: #if 0 cleanup
16355
16356Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16357
16358 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16359 which removes a time consuming check of xmlXPathNodeSetAdd()
16360 and use it in places where we are sure to not break unicity
16361
16362Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16363
16364 * xpath.c: bug fixes found from XSLT
16365 * tree.c: preserve node->name special values when copying nodes.
16366 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16367 external subset are fetched when available but without full
16368 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16369 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16370 output with encoding disabled.
16371
16372Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16373
16374 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16375 xmlCheckFilename should not be called from xmlFileOpenW
16376 and xmlGzfileOpenW
16377
16378Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16379
16380 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16381 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16382 added the new tests for URI normalization
16383 * testURI.c: fixed stoopid bugs
16384 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16385 the URI in the error messages are now properly normalized
16386
16387Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16388
16389 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16390
16391Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16392
16393 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16394
16395Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16396
16397 * xpath.c: fixed mod operator
16398
16399Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16400
16401 * parser.c: fixed xmlStrcat doc
16402 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16403 trees.
16404
16405Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16406
16407 * xpath.c result/XPath/tests/chaptersbase
16408 result/XPath/tests/simplebase: fixed XPath node()
16409 * tree.c: small fix in xmlNewNs()
16410 * Makefile.am: removed extraneous xml2Conf.sh rule
16411
16412Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16413
16414 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16415 Changed the library name, in order to get libxml-devel and
16416 libxml2-devel to coexist on a single system
16417 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16418 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16419
16420Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16421
16422 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16423 libxml2-devel installable in // as libxml-devel.
16424
16425Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16426
16427 * doc/Makefile.am: fixed make rebuild in doc
16428 * doc/html/*.html: rebuilt the docs
16429
16430Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16431
16432 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16433
16434Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16435
16436 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16437 the HTML doc to go into the -devel RPM ...
16438 * aclocal.m4 config.h.in: some updates due to auto* magic
16439
16440Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16441
16442 * xpath.h: added a hook in the context structure allowing to
16443 link to extra support, needed for XSLT
16444
16445Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16446
16447 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16448 xmlXPtrCmpPoints to use it.
16449 * propagated the following patch from Alejandro Forero
16450 * include/win32config.h xmlIO.c: applied further suggestions
16451 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16452 * example/gjobread.c: fixed warnings, now that it builds
16453
16454Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16455
16456 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16457
16458 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16459 filename points to a valid file (not a directory).
16460 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16461 Added calls to xmlCheckFilenameDir.
16462
16463 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16464 `path' (rather than `filename') as the parameter to gzopen and open.
16465
16466Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16467
16468 * Makefile.am: fixed a problem with EXTRA_DIST
16469
16470Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16471
16472 * Makefile.am example/Makefile.am: finally found the trick
16473 to build the example, i.e. add "." in SUBDIRS before example
16474 in the list <grin/>
16475
16476Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16477
16478 * doc/xml.html: updated with an XSLT section, removed pointer to
16479 W3C CVS base.
16480
16481Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16482
16483 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16484 too, and deallocation need to occur the same way.
16485
16486Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16487
16488 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16489 type correponding to an XSLT result tree fragment. Share most
16490 of the data format with node set, as well as operators.
16491 * HTMLtree.c: added a newline at the end of the doctype output
16492 whe this one is not present initially.
16493 * tree.c: make sure taht the parent and doc pointers are properly
16494 set when copying attributes (lists).
16495
16496Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16497
16498 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16499
16500Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16501
16502 * xpath.c: seems I finally killed that ugly path evaluation
16503 context bug (tagged 9999 in case is is wrong)
16504
16505Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16506
16507 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16508 for XSLT
16509
16510Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16511
16512 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16513 for xmlGzfileOpen() bug
16514
16515Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16516
16517 * xpath.c: removed an error found by XSLT usage
16518 * tree.c parserInternals.h: use a predefined static string
16519 for text and comment nodes, avoid freeing them in xmlFreeNode,
16520 exported the string name in parserInternals.h and added
16521 another value to disable encoding at output (for XSLT),
16522 gain memory, time.
16523
16524Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16525
16526 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16527 win32/libxml2/libxml2_so.dsp: new makefiles and update
16528 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16529
16530Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16531
16532 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16533 Gary Pennington
16534
16535Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16536
16537 * xpath.c: fixed the comaprision of values and nodelists,
16538 need to compare nodelist still ...
16539 * debugXML.c: avoided a possible core dump
16540 * HTMLparser.c: cleanup
16541 * nanohttp.c: contributed fix.
16542 * tree.c: fixes in properties handling added xmlSetNsProp
16543 needed by libxslt
16544 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16545 comment
16546 * TODO: updated
16547
16548Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16549
16550 * parser.c parserInternals.c: applied Bjorn Reese optimization
16551 patch
16552
16553Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16554
16555 * Makefile.am: applied patch fro make check from Martin Vidner
16556
16557Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16558
16559 * configure.in: preparing 2.2.11
16560 * doc/html/*: rebuild the HTML files
16561 * doc/xml.html : updated
16562
16563Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16564
16565 * tree.c: fixed a stupid bug
16566 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16567 patches related to validation of an XInclude processing result
16568 * TODO: updated
16569
16570Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16571
16572 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
16573 on large files
16574
16575Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16576
16577 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
16578
16579Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16580
16581 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
16582 reported by Jonas Borgström
16583 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
16584
16585Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16586
16587 * testXPath.c xpath.c: fixing the XPath union expressions problem
16588 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
16589
16590Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16591
16592 * xmllint.c: Made is so if the file name is "-" is will read form
16593 standard input. Sven Heinicke <sven@zen.org>
16594 * tree.c: fixed a problem when growing buffer
16595 * tree.h: fixed the comment of the node types following andersca
16596 comment
16597 * TODO: updated
16598
16599Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16600
16601 * HTMLparser.[ch]: added a way to avoid adding automatically
16602 omitted tags. htmlHandleOmittedElem() allows to change the
16603 default handling.
16604 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
16605 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
16606 of xmllint too when using --memory flag, added a memory test
16607 suite at the Makefile level.
16608 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
16609 with namespace use when encountering QNames in XPath evalation,
16610 added xmlns() scheme in XPointer.
16611 * nanoftp.c : incorporated a fix
16612 * parser.c xmlIO.c: fixed problems raised with encoding when using
16613 the memory I/O
16614 * parserInternals.c: closed bug 25934 reported by
16615 torsten.landschoff@innominate.de
16616 * TODO: updated
16617
16618Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16619
16620 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
16621 on a non-updated tree :-(, made a 2.2.10 release to correct the
16622 situation
16623
16624Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16625
16626 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
16627 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
16628 integrated a set of OpenVMS changes from Howard Taylor
16629 <Howard.Taylor@pacoast.com>
16630
16631Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16632
16633 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
16634 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
16635
16636Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16637
16638 * HTMLparser.c: some fixes on auto-open of html/head/body
16639 * encoding.c: fixed a compilation error on some gcc env
16640 * xpath.c xpointer.[ch] xpathInternals.h: improved the
16641 XPointer implementation
16642 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
16643 related XPointer tests and associated results
16644
16645Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16646
16647 * doc/xmldtd.html doc/xml.html: following a short step by step
16648 guidance on IRC to help maciej with DTDs I started a small
16649 page on the subject.
16650
16651Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16652
16653 * HTMLparser.c: fixed handling of broken charrefs
16654 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
16655 patches
16656
16657Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16658
16659 * doc/xml.html doc/html/* : rebuilt the docs after adding
16660 xinclude and updated page for 2.2.7 and 2.2.8
16661 * configure.in: releasing 2.2.8
16662
16663Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16664
16665 * parser.[ch] parserInternals.c: applied the conditional
16666 section processing fix from Jonathan P Springer
16667 <jonathan.springer2@gte.net>
16668 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
16669 project file, fixed iconv default non support
16670 * xpath.c: fixed the problem of evaluating relative expressions
16671 when a node context is provided.
16672
16673Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16674
16675 * nanoftp.c: fixed gcc 2.95 new warnings
16676 * SAX.c: fixed a stupid bug
16677 * tree.c: fixed a formatting problem when round-tripping
16678 from/to memory
16679 * xinclude.c: chased memleak, fixed a base problem
16680 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
16681 xmlXPtrBuildNodeList()
16682 * TODO: updated
16683 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
16684 adding a first small set of regression tests for XInclude
16685
16686Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16687
16688 * nanohttp.[ch]: applied Wayne Davison patches to access
16689 the WWW-Authorization header.
16690 * parser.c: Closed Bug#30847: Problems when switching encoding
16691 in short files by applying Simon Berg's patch.
16692 * valid.c: fixed a validation problem
16693 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
16694 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
16695 Wayne Davison
16696 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
16697 need to be extended to non full nodes selections.
16698 * xinclude.c: starts to work decently
16699
16700Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16701
16702 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
16703 debugXML.c xmlversion.h.in: Started adding XInclude support,
16704 this is a new xmllint option
16705 * tree.c xpath.c: applied TOM patches for XPath
16706 * xpointer.c: fixed a couple of errors.
16707 * uri.c: added an escaping function needed for xinclude
16708 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
16709 new warning from RH70 gcc's version
16710
16711Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16712
16713 * HTMLparser.c: fixed loop on invalid char in scripts
16714 * parser.c: update to description of xmlIOParseDTD()
16715 * libxml.m4 xmlversion.h.in: changes contributed by
16716 Michael Schmeing <m.schmeing@internet-factory.de>
16717 * configure.in: preparing for 2.2.7
16718 * Makefile.am: trying to avoid config.h and acconfig.h
16719 being included in the distrib
16720 * configure.in: released 2.2.7
16721
16722Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16723
16724 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
16725 like namespaces for good. Unified xmlNs and xmlNode somewhat.
16726
16727Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16728
16729 * parser.[ch]: added xmlIOParseDTD()
16730 * xpointer.c: added support for the 2 extra parameters of
16731 string-range, fixed a stoopid error when '0' was present
16732 in XPointer expressions
16733 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
16734 testsuite for the above
16735
16736Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16737
16738 * libxml.spec.in: improved package descriptions
16739
16740Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16741
16742 * xpath.c xpathInternals.h: applied a large cleaning patch
16743 from TOM <ptittom@free.fr>, it also add namespace support
16744 for function and variables registration.
16745
16746Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16747
16748 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
16749 * Makefile.mingw: Wayne Davison's update adding hash.c
16750
16751Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16752
16753 * xpath.c: fixed the root evaluation problems
16754 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
16755 ignorable spaces with <b> <bold> <em>
16756 * tree.c: fixed a loop in xmlSearchNsByHref()
16757
16758Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16759
16760 * xpath.c: applied another XPath patch from TOM
16761 * xpath.c include/makefile.am: applied another patch from
16762 china@thewrittenword.com (cleanup on IRIX).
16763
16764Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16765
16766 * xml-config.1: received a fixed version from Fredrik Hallenberg
16767 <hallon@lysator.liu.se>
16768
16769Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16770
16771 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
16772 cleanup patch for XPath
16773
16774Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16775
16776 * patched to redirrect all "out of context" error messages to
16777 a reconfigurable routine. The changes are:
16778 * xmlerror.h : added the export of an error context type (void *)
16779 an error handler type xmlGenericErrorFunc there is an interface
16780 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
16781 to reset the error handling routine and its argument
16782 (by default it's equivalent to respectively fprintf and stderr.
16783 * all the c files: all wild accesses to stderr or stdout within
16784 the library have been replaced to calls to the handler.
16785
16786Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16787
16788 * configure.in: release 2.2.6
16789 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
16790 exporting the inner functions of xpath for extension modules
16791 * doc/*: updated and rebuilt the doc
16792
16793Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16794
16795 * nanohttp.c : applied Wayne HTTP cleanup patch
16796 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
16797 and xmlNodeSetSpacePreserve()
16798
16799Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16800
16801 * xpath.c: closing bug #29260
16802
16803Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16804
16805 * hash.[ch] debugXML.c: expanded/enhanced the API, added
16806 multikey tuples, made hash structure opaque
16807 * valid.[ch]: moved elements, attributes, notations decalarations
16808 as well as ID and refs to hash tables.
16809 * entities.c: hash cleanup
16810 * xmlmemory.c: fixed a dump problem in debug mode
16811 * include/Makefile.am: problem passing in DESTDIR= values patch
16812 from Marc Christensen <marc@calderasystems.com>
16813 * nanohttp.c: removed debugging remains
16814 * HTMLparser.c: the bogus tag should be ignored (Wayne)
16815 * HTMLparser.c parser.c: fixing a number of problems with the
16816 macros in the *parser.c files (Wayne).
16817 * HTMLparser.c: close the previous option when opening a new one
16818 (Marc Sanfacon).
16819 * result/HTML/*: updated the HTML results accordingly
16820
16821Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16822
16823 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
16824 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
16825 XPath functions and XML entities table to them. More to come...
16826 * xmlIO.c: fixed libxml closing FILEs it didn't open.
16827
16828Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16829
16830 * tree.c: coalesce adjacent text nodes
16831 * valid.c: handling of blank nodes in DTd validation (raised
16832 by problems with a posteriori validation).
16833 * nanohttp.c: changing behaviour on HTTP write stuff.
16834 * HTMLtree.c: forced body and html to be explicitely closed.
16835 * xpath.h: exported more XPath functions.
16836
16837Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16838
16839 * Release of 2.2.5
16840 * xpointer.c: range() range-inside and other helper functions
16841 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
16842
16843Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16844
16845 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
16846 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
16847
16848Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16849
16850 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
16851 and XPointer modules
16852
16853Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16854
16855 * SAX.h: closed #25107
16856
16857Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16858
16859 * testSAX.c: fixed problem with cdata reporting
16860 * SAXresult/* : updated
16861
16862Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16863
16864 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
16865 Closed bug #27499, added to regression tests
16866 * TODO: updated
16867
16868Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16869
16870 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
16871 support for SCRIPT and STYLE with help from Bjorn Reese
16872 * test/HTML/* result/HTML/*: added simple testcase and updated
16873 the existing ones.
16874
16875Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16876
16877 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
16878 string-range for empty strings
16879 * test/XPath/docs/str test/XPath/xptr/chaptersrange
16880 test/XPath/xptr/strrange: augmented the XPointer testsuite
16881
16882Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16883
16884 * doc/xml.html doc/xmlmem.html: added a module describing memory
16885 interfaces and use, updated the main page.
16886
16887Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16888
16889 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
16890 nanoftp code work on Windows too now
16891
16892Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16893
16894 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
16895 * xpointer.c: implemented string-range() at least a good first version
16896 * test/XPath/docs/str test/XPath/xptr/strrange
16897 result/XPath/xptr/strrange: the string-range() tests
16898
16899Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16900
16901 * Makefile.am include/Makefile.am include/win32config.h
16902 win32/Makefile.mingw: fixed problems reported by Wayne Davison
16903 and make distcheck
16904
16905Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16906
16907 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
16908 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
16909 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
16910
16911Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16912
16913 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
16914 patch for socklen_t detection by
16915 Albert Chin-A-Young <china@thewrittenword.com>
16916
16917Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16918
16919 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
16920 and added a --dtdvalid option to xmllint used to test it
16921
16922Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16923
16924 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
16925 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
16926
16927Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16928
16929 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
16930 handlings (registration, lookup, cleanup)
16931
16932Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16933
16934 * configure.in Makefile.am include/makefile.am: adding XPointer
16935 and XPtrtests target
16936 * xpointer.[ch] : new files for XPointer support
16937 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
16938 more XPath tests
16939
16940Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16941
16942 * configure.in: fixed, very broken, make distcheck works again
16943
16944Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16945
16946 * More work toward 2.2.5, integrated a number of patches
16947 * configure.in Makefile.am win32config.h.in: trying to cleanup
16948 make distcheck .... huh ...
16949 * include/Makefile.am include/win32config.h: new directory
16950 for includes
16951 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
16952 updated teh makefiles and instructions for WIN32
16953 * xpath.c: small fixes
16954 * test/XPath/ results/XPath: updated the testcases and results
16955 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
16956 suggested patches
16957 * valid.c: fixed an ID bug
16958
16959Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16960
16961 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
16962 the automake bug where wrong dependencies were generated.
16963 * xpath.[ch]: worked on XPointer
16964
16965Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16966
16967 * configure.in Makefile.am: 2.2.5, ship the include in an
16968 include/libxml subdirectory, use symlinks when using CVS
16969 * testSAX.c: fixed small bug
16970 * testXPath.c: changed the way testfiles are parsed
16971 * debugXML.c: same kind of cleanup when parsing an argument expression
16972 XPath/XPointers can have blanks embedded
16973 * xpath.[ch]: more cleanup, reorgs for XPointer work
16974 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
16975 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
16976
16977Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16978
16979 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
16980 in the XPath engine, rewrote large parts of it, now it's far
16981 cleaner and in sync with the REC not an old WD. Fixed a parsing
16982 problem in the interactive XML shell found when testing XPath.
16983
16984Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16985
16986 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
16987 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
16988 examples with the extra test
16989
16990Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16991
16992 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
16993 the global init function.
16994
16995Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16996
16997 * HTMLparser.c: Doohhh, attribute name parsing was still case
16998 sensitive ! Fixed this ...
16999 * result/HTML/* : updated the tests results accordingly
17000
17001Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17002
17003 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17004 engine, should be far more stable, incorporated a new version of
17005 preceding/following axis, need testing
17006 * uri.c: fixed file:///c:/a/b/c problem
17007 * test/XPath/tests/idsimple: augmented the XPath tests
17008
17009Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17010
17011 * doc/* rebuilding docs for 2.2.4 release
17012
17013Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17014
17015 * configure.in: releasing 2.2.4
17016 * parser.[ch]: added xmlStrEqual()
17017 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17018 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17019 use xmlStrEqual instead
17020 * TODO: updated
17021 * added an XPath test
17022
17023Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17024
17025 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17026 * entities.h: exported xmlInitializePredefinedEntities
17027 * parser.[ch] : added xmlInitParser()
17028 * parserInternals.h : had to export htmlInitAutoClose()
17029
17030Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17031
17032 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17033 problems
17034 * Makefile.am : added XPath regression tests to normal tests
17035 * uri.c: fixed a problem with local paths, cleanup
17036 * parser.c: fixed a problem with large CData sections
17037
17038Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17039
17040 * configure.in xml-config.in: patch from "Ben Taylor"
17041 <sol7x86@hotmail.com> for solaris shared libs lookup
17042
170432000-09-30 Martin Baulig <baulig@suse.de>
17044
17045 * libxml-2.0.pc.in: Provide pkg-config script.
17046
17047 * configure.in: Create the libxml-2.0.pc script from the
17048 libxml-2.0.pc.in templates.
17049 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17050 script in `$(libdir)/pkgconfig'.
17051
17052Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17053
17054 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17055 when compiling with MSC
17056
17057Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17058
17059 * xpath.c: patch for normalize-string() substring-before(),
17060 substring-after() and translate() functions from Bjorn Reese
17061 <breese@mail1.stofanet.dk>
17062 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17063 Fredrik Hallenberg <hallon@lysator.liu.se>
17064 * TODO: updated
17065
17066Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17067
17068 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17069 problem of socklen_t being undefined on a number of platforms
17070 * debugXML.c: fixed a compilation problem when without snprintf
17071
17072Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17073
17074 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17075 an URI bug and a fix for the control-character-induced infinite loop
17076 * nanohttp.c: preventive fix for compiling on WIN32
17077
17078Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17079
17080 * xmlint.c: closing bug #25000
17081
17082Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17083
17084 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17085 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17086 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17087 related function, fixing xmlStrncmp(), and associated cleanup
17088 * result/HTML/entities.html.sax: updating result
17089
17090Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17091
17092 * uri.c: applied patch for URI escaping from Wayne Davison
17093 <wayned@blorf.net>
17094 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17095 from Denis Barbier <barbier@imacs.polytechnique.fr>
17096 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17097 patch from Wayne Davison
17098
17099Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17100
17101 * doc/xml.html : updated with new releases, adding "how to help"
17102
17103Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17104
17105 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17106 removed a few warnings in pedantic mode ...
17107 * parserInternals.c parser.c: moved encoding switching function
17108 to parserInternals.c
17109 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17110
17111Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17112
17113 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17114 error or warning handlers
17115
17116Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17117
17118 * parserInternals.c parserInternals.h parser.c Makefile.am:
17119 created a new module parserInternals.c, moved most of the
17120 code shared by the various parsers there, as well as
17121 deprecated code from parser.c. More cleanup of parser.c
17122 * uri.c: fixed a problem when URI is NULL
17123 * valid.c: speedup when looking for an attribute declaration
17124
17125Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17126
17127 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17128 the cleanup of the computation of URI references when seeking
17129 external entities. The URI reference string and the resulting
17130 URI are both stored now.
17131 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17132 large s(n)printf checks and cleanup from Denis Barbier
17133 <barbier@imacs.polytechnique.fr>
17134 * xmlversion.h.in tree.h: couple of SGML declarations for a
17135 possible docbook module.
17136 * result/VC/ : a couple of test output changed due to the change
17137 of the entities URI
17138
17139Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17140
17141 * parser.h: added a _private field for linking user's data
17142
17143Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17144
17145 * parser.c parserInternals.h: demacroified most of the IS_XXX
17146 the gain in size is significant so ...
17147
17148Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17149
17150 * entities.c: cases where looking up entities with doc==NULL
17151 covered
17152
17153Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17154
17155 * uri.c: applied Wayne Davison patch
17156 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17157
17158Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17159
17160 * uri.c testUri.c: applied Wayne Davison patches
17161 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17162 * Makefile.in: added URItest and included thenin "make tests"
17163
17164Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17165
17166 * xmlversion.h.in: closed bug 22941
17167
17168Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17169
17170 * doc/xmlio.html: added doc and example for entity loader
17171 redefinition.
17172
17173Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17174
17175 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17176 used by libxml
17177
17178Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17179
17180 * parser.c: Fixed bug on invalid ontent characters and when using
17181 push.
17182 * xmllint.c: fixed xmllint endling of errors in push mode
17183
17184Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17185
17186 * HTMLparser.c testHTML.c: applied two new patches from
17187 Wayne Davison <wayned@users.sourceforge.net>
17188 * result/HTML/*.sax: regenerated HTML SAX output
17189 * parser.c: more cleanup.
17190
17191Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17192
17193 * HTMLparser.[ch] testHTML.c: applied the second set of
17194 patches from Wayne Davison <wayned@users.sourceforge.net>,
17195 adding htmlEncodeEntities()
17196 * HTMLparser.c: fixed an ignorable white space detection bug
17197 occuring when parsing with SAX only
17198 * result/HTML/*.sax: updated since the output is now HTML
17199 encoded...
17200
17201Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17202
17203 * HTMLparser.[ch]: applied some of Wayne Davison
17204 <wayned@users.sourceforge.net> patches
17205
17206Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17207
17208 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17209 undeclared namespace prefix was used, added a warning.
17210 Cleaned up support w.r.t. entities, spilling out a warning
17211 and being pedantic on lookups.
17212 * test/warning/ent9 : added testcase for previous example.
17213 * TODO: updated
17214 * parserInternals.h parser.c: changed the way names are parsed
17215 now allow infinite size and decrease penalty for normal use
17216 * parser.c: Started a big cleanup/check of the parser code,
17217 fixed some of the most tortuous entity code, spotted code
17218 unused anymore
17219 * test/*: added tests for very long names and related nasty
17220 things.
17221
17222Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17223
17224 * doc/encoding.html: added encoding aliases doc
17225 * doc/xml.html: updates
17226 * encoding.[ch]: added EncodingAliases functions
17227 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17228 bottleneck affecting large DTDs like Docbook
17229 * parser.[ch] xmllint.c: added a pedantic option, will be
17230 useful
17231 * SAX.c: redefinition of entities is reported in pedantic mode
17232 * testHTML.c: uninitialized warning from gcc
17233 * uri.c: fixed a couple of bugs
17234 * TODO: added issue raised by Michael
17235
17236Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17237
17238 * doc/encoding.html: propagated Martin Duerst suggestions
17239
17240Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17241
17242 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17243 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17244 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17245 by Wayne Davison
17246
17247Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17248
17249 * nanoftp.c nanohttp.c: small cleanup
17250 * TODO: updated
17251
17252Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17253
17254 * added an old VC testcase and updated title.xml entity
17255
17256Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17257
17258 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17259 done on auto-opening of <p> tags and cleanup of SAX output
17260
17261Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17262
17263 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17264
17265Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17266
17267 * doc/xml.html libxml.* structure.*: updated the doc a bit
17268
17269Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17270
17271 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17272 of SAX tests
17273
17274Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17275
17276 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17277 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17278
17279Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17280
17281 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17282 * testHTML.c: fix core dump on Solaris 2.x systems
17283 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17284 * result/HTML/*.sax: previous bug fix lead to new results
17285
17286Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17287
17288 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17289 * configure.in: added --with-readline=DIR to accept alternate
17290 path for readline include/library
17291 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17292 for ANSI under HP-UX
17293 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17294 includes @LIBS@
17295
17296Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17297
17298 * doc/* : rebuilt the docs
17299 * getting ready for 2.2.2 release
17300
17301Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17302
17303 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17304 and xmlAddFeature()
17305 * tree.[ch]: added xmlAddChildList()
17306 * xmllint.c: MAP_FAILED macro test
17307 * parser.h: added xmlParseCtxtExternalEntity()
17308 * valid.c: applied bug fixes removed warning
17309 * tree.c: added CDATA block to elements content
17310 * testSAX.c: cleanup of output
17311 * testHTML.c: added SAX testing
17312 * encoding.c: better error recovery
17313 * SAX.c, parser.c: fixed one of the external entity processing
17314 of the OASis testsuite
17315 * Makefile.am: added HTML SAX regression tests
17316 * configure.in: bumped to 2.2.2
17317 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17318 SAX results
17319
17320Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17321
17322 * configure.in: patch for HP compiler
17323
173242000-08-04 Sven Heinicke <sven@zen.org>
17325
17326 * xmllint.c: Was coredumping sometimes when the file given didn't
17327 exist.
17328
17329Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17330
17331 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17332
17333 when using in memory parsing. Need some cleanup.
17334 * xmllint.c configure.in: added a --memory flag to test memory
17335 parsing
17336
17337Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17338
17339 * nanohttp.c: fixed socklen_t replacement to unsigned int
17340 * parser.c: fixed a space handdling missing at the end of
17341 production 28 DOCTYPE.
17342 * xmlmemory.c: fixed a stupid bug on the routine to override
17343 allocation functions
17344 * TODO: updated
17345
17346Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17347
17348 * doc/ regenerated the docs
17349
17350Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17351
17352 * doc/encoding.html doc/xml.html: added I18N doc
17353 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17354 improvements, both parser and filters, added ASCII & HTML,
17355 fixed the ISO-Latin-1 one
17356 * xmllint.c testHTML.c: added/made visible --encode
17357 * debugXML.c : cleanup
17358 * most .c files: applied patches due to warning on Windows and
17359 when using Sun Pro cc compiler
17360 * xpath.c : cleanup memleaks
17361 * nanoftp.c : added a TESTING preprocessor flag for standalong
17362 compile so that people can report bugs more easilly
17363 * nanohttp.c : ditched socklen_t which was a portability mess
17364 and replaced it with unsigned int.
17365 * tree.[ch]: added xmlHasProp()
17366 * TODO: updated
17367 * test/ : added more test for entities, NS, encoding, HTML, wap
17368 * configure.in: preparing for 2.2.0 release
17369
17370Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17371
17372 * nanoftp.c: fixed the way the control connection is handled
17373 * libxml.spec.in: fixed the dependencies and cleanup
17374
17375Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17376
17377 * doc/xml.html: changed the xmlsoft.org structure, updated the
17378 examples w.r.t. root and childs
17379
17380Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17381
17382 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17383
17384Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17385
17386 * HTMLparser.c: Work on character encoding support for the HTML parser
17387 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17388 * encoding.c: Fixed a potential memleak in the encoding stuff
17389
17390Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17391
17392 * doc/FAQ.html doc/Makefile.am : added a FAQ
17393
17394Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17395
17396 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17397 of the HTML parser to force it to not bypass SAX
17398
17399Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17400
17401 * win32config.h.in: updated
17402 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17403 lacks iconv support :-( need to release 2.1.1
17404 * configure.in: release 2.1.1
17405 * HTMLparser: fixed bug #14784
17406 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17407 by Windows compiler
17408 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17409 the SAX startDocument() callback.
17410 * TODO: updated
17411
17412Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17413
17414 * added xmlStopParser()
17415
17416Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17417
17418 * configure.in: 2.1.0 prerelease
17419 * Large resync between W3C and Gnome tree
17420 * nanoftp, nanohttp.c: fixed stalled connections probs
17421 * HTMLtree.c SAX.c : support for attribute without values in
17422 HTML for andersca
17423 * valid.c: Fixed most validation + namespace problems
17424 * HTMLparser.c: start document callback for andersca
17425 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17426 * parser.h, SAX.c: serious speed improvement for large
17427 CDATA blocks
17428 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17429 different encoding
17430 * example/Makefile.am example/gjobread.c tree.h: work on
17431 libxml1 libxml2 convergence.
17432 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17433 and the LIBXML_TEST_VERSION macro
17434
17435Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17436
17437 * doc/xml.html: various patches and improvements typo fixed by
17438 Felix Natter
17439 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17440 from Felix Natter <fnatter@gmx.net>
17441
17442Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17443
17444 * doc/upgrade.html: updated with instructions for support of both
17445 libxml-1.x and libxml-2.x
17446 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17447 for 2.x support and also fixed includes
17448
17449Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17450
17451 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17452 the encoding support, added iconv support, so now libxml if
17453 compiled with iconv automatically support japanese encodings
17454 among others. Work based on initial patch from Yuan-Chen Cheng
17455 I may have broken binary compat in the encoding handler
17456 registration scheme, but that was so utterly broken I don't
17457 expect anybody to have used this feature until now.
17458 * parserInternals.h: fixup on the CHAR range macro
17459 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17460 code.
17461 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17462 * uri.c: added xmlParseURI() I can't believe I forgot to
17463 implement this one in 2.0 !!!
17464 * SAX.c: moved doc->encoding update in the endDocument() call.
17465 * TODO: updated.
17466
17467Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17468
17469 * tree.h: removed extraneous xmlRemoveProp definition
17470 * TODO: added item about --disable-corba configure switch
17471 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17472 * nanoftp.c: fixed include problems giving troubles on AIX and
17473 slowlaris
17474 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17475 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17476 comment and headers changes to lower gtk-doc number of warnings
17477 * doc/html/*: rebuilt docs
17478
17479Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17480
17481 * HACKING: documented the tag for 1.x and instructions
17482
17483Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17484
17485 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17486 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17487 xmlCreateIOParserCtxt
17488 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17489 significant overall improvement
17490 * xmllint.c: added I/O test to xmllint
17491 * testSAX.c: added a speed test
17492 * doc/* : updated/regenerated
17493
17494Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17495
17496 * xpath.c uri.h parserInternals.h: cosmetic changes from
17497 "Timur I. Bakeyev" <timur@bat.ru>, including making
17498 xmlCreateURI() public
17499
17500Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17501
17502 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17503 and the code at the same time. Added a clean mechanism for
17504 overload or added input methods: xmlRegisterInputCallbacks()
17505 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17506 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17507 * TODO: updated
17508 * doc/* : updated/regenerated
17509 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17510 source dir
17511
17512Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17513
17514 * testURI.c: yet another forgotten commit, I should get some sleep !
17515
17516Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17517
17518 * xmllint.c: forgot to commit this too ?
17519
17520Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17521
17522 * xmlversion.h.in : forgot to commit this previously
17523
17524Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17525
17526 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17527 * README TODO: updated for release
17528 * uri.c uri.h: added authority parsing/saving
17529 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17530 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17531 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17532 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17533 Makefile.am : added compile-time customization of libxml
17534 --with-ftp --with-http --with-html --with-xpath --with-debug
17535 --with-mem-debug
17536 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17537 #include <libxml/xxx.h> I hope it won't break too much stuff
17538 and will be manageable in the future...
17539 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17540 and added xmllint to the installed programs
17541 * uri.h: added xmlFreeURI()
17542
17543Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17544
17545 * uri.c uri.h: finished the escaping handling, the base support
17546 and the URI path normalization. Looks good just lacks the
17547 authority content parsing code.
17548 * Makefile.am: added instructions to generate testURI
17549 * TODO: updated
17550 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17551 added links and icons for W3C and Gnome
17552
17553Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17554
17555 * xmlmemory.[ch] : seems I forgot to actually update the files in
17556 the last commit :-)
17557 * doc/xml.html doc/html/* : updated and uploaded the docs
17558
17559Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17560
17561 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17562 * TODO: updated
17563 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
17564 libxml default allocation function with another set (like gmalloc/
17565 gfree).
17566 * Makefile.am, uri.c, uri.h: added a set of functions to do
17567 exact (litteraly copied from the RFC 2396 productions) parsing
17568 and handling of URI. Will be needed for XLink, one XML WFC,
17569 XML Base and reused in the nano[ftp/http] modules. Still work
17570 to be done.
17571
17572Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17573
17574 * configure.in, libxml.spec.in : libxml2
17575 * doc/* : updated the doc page, rebuilt the docs
17576
17577Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17578
17579 * all: tagged LIB_XML_1_X
17580 * *.c *.h : updated from W3C CVS tree
17581 * configure.in : 2.0.0-beta
17582 * libxml.spec.in : libxml2 package nam
17583 * result/* : new version of the tests output
17584
17585Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17586
17587 * doc/xml.html, doc/update.html: updated docs, 1.8.7
17588
17589Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17590
17591 * doc/* : rebuilt the docs
17592 * parser.c: final patch on #6766
17593 * valid.c: small patch on validity checks.
17594
17595Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17596
17597 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
17598 added
17599 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
17600 compatibility w.r.t. XML spec and existing code.
17601
17602Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17603
17604 * parser.c: seems a better solution to <a> </a> exists,
17605 will try it for a while
17606
17607Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17608
17609 * parser.c: tried to remove the <a> </a> generating <a/>
17610 this is hard. Left a flag for that purpose. Fixed bug #6766
17611 * configure.in: prepared 1.8.7 not released, due to previous
17612 problem
17613
17614Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17615
17616 * doc/xml.html : applied second patch from Paul DuBois
17617
17618Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17619
17620 * doc/xml.html : applied patch from Paul DuBois
17621
17622Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17623
17624 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
17625
17626Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
17629 compilation warnings on various platforms.
17630 * parser.c: Fixed #5281 validity error callbacks are now desactived
17631 by default if not validating.
17632
17633Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17634
17635 * nanoftp.c, win32config.h.in: patches to compile on WIN32
17636
17637Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17638
17639 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
17640 <gkatsi@cs.toronto.edu>
17641
17642Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17643
17644 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
17645 processing URLs
17646
17647Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17648
17649 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
17650 xmlNanoFTPUpdateURL for persistent control connections.
17651 * configure.in: 1.8.6
17652
17653Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17654
17655 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
17656 * tree.[ch] : added xmlSaveNoEmptyTags
17657
176582000-01-29 James Henstridge <james@daa.com.au>
17659
17660 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
17661
17662 * Makefile.am: added nanoftp.[ch] to the build.
17663
17664Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17665
17666 * nanoftp.[ch]: cleanup, comments, API
17667 * debugXML.c : fixed a bug in the cat command
17668 * doc/*: regenerated the docs
17669
17670Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17671
17672 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
17673 * debugXML.c : fixed a bug in the cat command
17674 * valid.c: fixing some small probs
17675 * libxml.spec.in: get rid of the SNAP suffix
17676 * doc/xml.html: updated the status
17677
17678Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17679
17680 * xml-config.in: xml-config --version to just return the
17681 version number
17682 * xpath.c: some cleanup w.r.t. axis when the current node is
17683 an attribute.
17684 * TODO: updated
17685
17686Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17687
17688 * configure.in: prepared for libxml-1.8.5
17689 * doc/* recompiled the documentation
17690
176912000-01-17 Jody Goldberg <jgoldberg@home.com>
17692
17693 * configure.in : WARNING autoconf subtlety alert :
17694 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
17695 when looking for zlib.h so that HAVE_ZLIB_H is defined.
17696 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
17697 get defined by AC_CHECK_HEADERS.
17698
17699Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17700
17701 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
17702 Rune.Djurhuus@fast.no
17703
17704Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17705
17706 * TODO: updated
17707 * tree.c, parser.c: made sure that only memory alloc problems
17708 and internal parser errors are allowed to write to stdout or
17709 stderr.
17710
17711Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17712
17713 * tree.c : restored xmlNewGlobalNs since this seems used by
17714 a lot of existing code :-(, fixed a bug in xmlNewNs
17715 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
17716 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
17717 to exit() from the library code.
17718 * xpath.c, parser.c: removed bugs or unused code detected by
17719 Windows compilers
17720 * parser.c: started adding interfaces for parsing well balanced
17721 XML fragments
17722 * configure.in: releasing 1.8.4
17723 * doc/* : rebuilt the docs
17724
17725Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17726
17727 * tree.[ch] : added xmlNewDocFragment() for DOM
17728 * testHTML.c: uninitialized variable.
17729
17730Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17731
17732 * doc/* : rebuild the docs
17733
17734Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17735
17736 * acconfig.h: readline and history patch
17737 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
17738 * tree.c: added check and handling when possibly removing an ID
17739 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
17740 and saving.
17741 * test/HTML/entities.html result/HTML/entities.html* : test for
17742 various entities reference cases
17743 * result/HTML/* : as a result output of some testcase have
17744 changed
17745 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
17746 by previous example. added xmlParseTryOrFinish().
17747 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
17748 entities.h debugXML.h HTMLparser.h: changed the way struct are
17749 declared to allow gtk-doc to expose those
17750 * parser.c: closed bug #4960
17751 * Makefile.am configure.in: Applied patch from
17752 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
17753 and math/socket libs detection
17754
17755Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17756
17757 * configure.in, Makefile.am: link tester against readline
17758 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
17759
17760Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17761
17762 * tree.[ch]: added xmlRemoveProp
17763 * win32config.h.in nanohttp.c: avoid including the Windows
17764 socket stuff in every C files
17765 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
17766 the XmL parser(s)
17767 * test/ns4 result/ns4 etc...: added test case for previous prob
17768 * tree.c: xmlNewNs wasn't checking for double definition
17769 * Makefile.in: fixed a problem with dist-hook duplicates
17770 * parser.[hc], xmlIO.c: fixed the loading of external entities
17771 APIs, now xmlLoadExternalEntity() is used everywhere and
17772 setting up an app specific front-end using the
17773 * SAX.c parser.c: some fixes, now the xhtml spec validates
17774 with the xhtml DTD.
17775 * error.c: fixed crashes in case of no input stream
17776 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
17777 to the validation tests and results
17778
17779Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17780
17781 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
17782 too htmlCreatePushParserCtxt() and htmlParseChunk()
17783 * parser.c: a bit of cleanup.
17784 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
17785 to XML) removed the last mem leak known
17786 * HTMLtree.c: output message cleanup
17787 * xmlmemory.c: display content info about memory blocks
17788 * result/HTML/wired.* : missing att value warning change
17789
17790Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17791
17792 * doc/* : rebuilt the documentation
17793
17794Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17795
17796 * parser.[ch] parserInternals.h: Push parser for XML,
17797 seems to work fine now
17798 * tester.c debugXML.[ch]: Added an XML shell debug facility and
17799 --push for push testing
17800 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
17801 * testSAX.c: added --push
17802 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
17803 subtree
17804 * xmlIO.[ch] : enriched API + fixes for push mode
17805 * entities.[ch]: added the entity content length to the struct.
17806 * xmlmemory.[ch]: new API to show the last entries for the shell
17807 * valid.c: added required attribute testing
17808 * SAX.c: the cdata callback now merge contiguous fragments
17809 * HTMLparser.c: cleanup of some macros
17810
17811Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17812
17813 * parser.c: fix for PIs name starting with xml
17814 * tree.c: fixed a potential problem with || and && ops
17815 * *.c, configure.in win32config.h.in : generate win32config.h for
17816 those on the Other Side !
17817
17818Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17819
17820 * parser.c: fixed a stupid = vs. == bug :-(
17821 * doc/gnome-xml.sgml: s/glade/xml/
17822
17823Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17824
17825 * configure.in, doc/xml.html : bug fix release 1.8.2
17826 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
17827 Hopefully the end of that silly C++ include problem
17828 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
17829 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
17830 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
17831 troubles with autoclosed elements when the stree shape doesn't
17832 follow the DtD specs. Added htmlIsAutoClosed() and
17833 htmlAutoCloseTag()
17834 * result/HTML/*.htm*: Updated the HTML examples regression tests output
17835 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
17836 * debugXML.c: fixed a bug on printing default namespaces.
17837 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
17838
17839Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17840
17841 * result/HTML/*.htm[l] : updated the HTML regression tests according
17842 to the new output
17843 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
17844 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
17845 problem due to intermix of extern "C" { ... } declarations for C++
17846 and recursive includes in the headers
17847
178481999-12-20 Chris Lahey <clahey@umich.edu>
17849
17850 * HTMLtree.c: Made it so that html nodes with a single child do
17851 not insert a carriage return before or after the child node.
17852
17853Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * configure.in, doc/xml.html : bug fix release 1.8.1
17856 * parser.c: fixed bug #4344
17857 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
17858 added the glue to avoid C++ problems
17859 * doc/* : regenerated the documentation
17860
17861Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17862
17863 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
17864 namespace recognition, and Dia as a resul :-(
17865 * encoding.c: closed bug #3950
17866
17867Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17868
17869 * valid.c: debugging a posteriori validation, except URI expansion
17870 stuff this should be fixed now
17871 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
17872 Carl Nygard <cnygard@bellatlantic.net>
17873 * tester.c: added --postvalid, cleaning of the code
17874 * tree.[ch]: added xmlDocGetRootElement()
17875
17876Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
17877
17878 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
17879 c++ losage.
17880
17881Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17882
17883 * configure.in, doc/xml.html : bumped to 1.8.0
17884 * xlink.[ch], Makefile.am : added framework for link detection
17885 * parser.h: added nbChars to parser context, needed for cleanup.
17886 * xmlmemory.c: removed a nasty bug when out of mem
17887 * valid.[ch]: adding namespace support for attribute decl
17888 * tester.c: added --debugent option
17889 * debugXML.[ch]: added xmlDebugDumpEntities()
17890 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
17891 buffers instead, this was really needed, validation was breaking
17892 in strange ways due to that. Added xmlParseStringPEReference()
17893 and other parsing from strings functions. Entities processing
17894 modified again, but PERef are still not handled correcly but
17895 unless you're Eve Maller you won't notice :-)
17896 * HTMLparser.c: large changes toward reliability, and switched to
17897 lowercase internal tags, XHTML is lowercase, so it will help
17898 that output is closer to next version.
17899 * doc/* : regenerated the documentation, it is now hosted at
17900 http://xmlsoft.org/ (same bits I just bought the domain :-)
17901
17902Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17903
17904 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
17905 doc generation
17906 * parser.c: fixed bugs #3908 and #3937 and a memory leak
17907 in the SAX API
17908 * doc/*: rebuilt the doc making sure everything appears in the
17909 HTML files
17910
17911Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17912
17913 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
17914 added the patch from Carl Nygard <cnygard@bellatlantic.net>
17915 which allow impressive speed improvement on dataset with
17916 large text pieces, but at the cost of broken binary
17917 compatibility and slightly bigger memory usage.
17918 Configure with --with-buffers to activate them, they
17919 are protected with XML_USE_BUFFER_CONTENT define.
17920 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
17921 goal is 0 memory left allocated once parser is no more used
17922 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
17923 call xmlCleanupParser() and xmlMemoryDump()
17924
17925Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17926
17927 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
17928 * parser.[ch] encoding.[ch]: added memory cleanup routines
17929 * parser.c: closing bug #3788
17930 * doc/*: rebuilt the doc
17931
17932Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17933
17934 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
17935 xmlNewTextChild() and xmlSetCompressMode() behaviour.
17936 * tester.c: added --compress option
17937 * doc/*: rebuilt the documentation
17938
17939Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17940
17941 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
17942 if given /proc/kcore as input !
17943 * doc/xml.html doc/*: updated and rebuilt the documentation
17944
17945Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17946
17947 * parser.c: Fixed some wrongly space collapsing code due to
17948 a misreading of the spec.
17949 * result/*: fixed the output accordingly
17950
17951Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17952
17953 * encoding.c: bug fix and typos
17954 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
17955 * parser.c: added attribute normalization closing bug #3597
17956 * test/att* result/att* SAXresult/att*: testcase for attribute
17957 normalization
17958
17959Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17960
17961 * configure.in: closing bug #3163 by adding extra flags for the
17962 cc compiler on HP-UX
17963
17964Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17965
17966 * valid.[ch] : removed a typo and an enumerated type bug in the
17967 xmlAddElementDecl() function
17968 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
17969 call to xmlEncodeEntitiesReentrant() so that the functions
17970 New, Set and Get are at the same level.
17971 * parser.c HTMLparser.c: extra memory allocation bug for
17972 attributes detected by someone using libxml in embedded systems :-)
17973
17974Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17975
17976 * xmlmemory.h: turned off mem debug :-\
17977
17978Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17979
17980 * parser.c: closed bug #2784 a one line fix, but worth pushing
17981 a new release out
17982 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
17983 some structures, comments before and after the
17984 main element, and other nastyness
17985 * HTMLtree.c tree.c: accomodate the extended HTML supported
17986 * configure.in: pushing 1.7.4
17987 * test/ent8 and related outputs : added a new test for bug #2784
17988 * test/HTML/wired.html and related output: a nasty HTML example
17989 * Makefile.am: improved the test scripts
17990 * docs/* : reran the documentation extractor, updated xml.html
17991
17992Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17993
17994 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
17995 HTMLparser and debugged the HTML related code. HTML documents
17996 now have their own type
17997 * entities.c: do not dump &apos; for HTML output
17998 * xmlmemory.c: improvement, breakpoint mechanism
17999 * testHTML.c: added --sax --repeat ...
18000 * Makefile.am: improved the HTML tests
18001 * valid.[ch]: added xmlValidGetValidElements and
18002 xmlValidGetPotentialChildren
18003 * tester.c: added --insert to test the 2 new functions
18004 * test//* result//* SAXresult//* : regression test cleanup
18005 and extension.
18006 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18007 gnome-xml-nanohttp.html
18008
18009Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18010
18011 * HTMLparser.c: fixed problems with some autoclose tags
18012 * tree.c: fixed XML output problems.
18013 * result/* SAXresult/*: update of the tests output
18014
18015Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18016
18017 * Makefile.am: Arturo patch for xmlConf.sh version info
18018 * parser.c: Tim Josling patch for single quoted items
18019 * tester.c: Tim Josling patch for tester options usage
18020 * tree.h: indent cleanup
18021
18022Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18023
18024 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18025 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18026
18027Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18028
18029 * tree.c : Raph patch for initialization of CORBA fields
18030 * parser.c, xpath.c, ...: modification of doc comments
18031 * xpath.c : allow spaces in xpath expressions
18032
18033Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18034
18035 * xmlmemory.h: turning off memory debug :-(
18036
18037Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18038
18039 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18040 better SAX interfaces.
18041 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18042 entity.
18043 * configure.in: 1.7.2
18044
18045Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18046
18047 * libxml.spec.in: fixed the URL
18048 * doc/xml.html: improved the documentation front-end
18049
18050Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18051
18052 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18053
18054Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18055
18056 * libxml.spec.in: fixed the alpha compile problem
18057 * parser.[ch]: changed errno to errNo in the parser context :-(
18058 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18059 * doc/xml.html: changed CHAR to xmlChar
18060 * doc/html/*: recompiled the documentation
18061 * configure.in: 1.7.1
18062
18063Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18064
18065 * parser.h: modified the parser context struct to regain 1.4.0
18066 binary compatibility
18067 * parser.c, xml-error.h: added errno ot teh context and defined
18068 a set of errors values with update of errno
18069 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18070 DTDs and entities
18071 * *.h, *.c: complete cleanup of the use of config.h and include
18072 protection depending on the current setup.
18073 * overalll debugging, maintenance and bug-fixing on all modules
18074 * updated the documentation
18075 * ready for 1.7.0
18076
18077Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18078
18079 * HTMLparser.c : cleanup
18080 * SAX.c valid.c valid.h: added ID/IDREF checking
18081 * tree.c tree.h: extended doc structure for refs
18082 * configure.in: 1.6.2
18083 * parser.c: patched bug in SAX user arg call
18084 * parserInternals.h: patched missing close in C++ wrapping
18085 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18086 especially upcoming XPointer implementation.
18087 * doc/xml.html: augmented, typo
18088
18089Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18090
18091 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18092 not all invocations of install understand -d.
18093
18094Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18095
18096 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18097 to make 'check' works, when builddir != srcdir.
18098
18099Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18100
18101 * doc/xml.html : updated the documentation
18102
18103Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18104
18105 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18106 not deallocated memory blocks
18107 * *.c : replaces all calls to malloc() free() and realloc() to
18108 the wrapper functions/macros
18109 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18110 instead of xmlFreeNodeList()
18111
18112Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18113
18114 * HTMLparser.c: corrected a stupid bug leading to core dump at
18115 tree deallocation. Removed warnings indicated by
18116 Stephane.Conversy@lri.fr
18117 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18118 looked for in the external subset
18119
18120Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18121
18122 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18123 on SGI by Stephane.Conversy@lri.fr
18124
18125Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18126
18127 * all .h : changed the prototype declaration indent as in gtk
18128 * most .c : working on reducing the TODOs in the code
18129 * most .c : cleanup though -pedantic and Insure++
18130 * improvements on validation ID checkings.
18131 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18132 * xml-config.in: closed #1810
18133
18134Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18135
18136 * tree.h, valid.c, valid.h: more work on validity, IDs
18137 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18138 definition for AIX
18139
18140Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18141
18142 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18143 the distribution due to a cut'n paste error at last commit
18144
18145Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18146
18147 * configure.in: upgraded to version 1.4.0
18148 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18149 Big update, added a large part of the validation process,
18150 it should be usable, but some parts are missing
18151 * xpath.c: improved the implementation w.r.t. root.
18152 * Makefile.am: added more tests
18153 * test and result trees: added a lot of tests
18154 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18155
18156Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18157
18158 * Added an HACKING file
18159
18160Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18161
18162 * xpath.[ch] : improvements and debug of the XPath implementation
18163 * parser.c, HTMLparser.c : modified the parsers to be progressive
18164 * tree.[ch] : extended the Buffer promitives
18165 * xmlIO.[ch] : added basic I/O routines providing progressive
18166 parsing and ready for I18N conversion plugins
18167 * SAXresult/* : the SAX callback sequence maybe slightly different
18168 now
18169 * test*.c : improved/updated the tests programs
18170 * doc/* : recompiled the docs.
18171
181721999-07-26 Michael Meeks <michael@edenproject.org>
18173
18174 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18175
18176 * tree.c: Ditto.
18177
18178Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18179
18180 * configure.in: upgraded to version 1.4.0
18181 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18182 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18183 XML query language, see http://www.w3.org/TR/xpath for more details.
18184 * parser.c, parser.h: added CHAR* related string functions for XPath
18185 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18186 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18187 rebuild the docs.
18188 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18189 and regression testing capabilities for XPath.
18190
18191Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18192
18193 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18194 closing bug #1646
18195
18196Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18197
18198 * Makefile.am, example/Makefile.am: closed bug #1683
18199
18200Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18201
18202 * example/Makefile.am, configure.in: added the makefile for the
18203 gjobread example
18204
18205Sat Jul 10 14:19:11 CEST 1999 Tomasz KÂłoczko <kloczek@pld.org.pl>
18206
18207 * doc/Makefile.am:
18208 - fix which allow "make install DESTDIR=</install/prefix>".
18209
18210Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18211
18212 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18213 which fixed a problem on the file reading-code.
18214
18215Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18216
18217 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18218 output.
18219 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18220
18221Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18222
18223 * parser.h : Oops removed the binary compatibility problem
18224 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18225 * parser.c, HTMLparser.c: applied patches for reading from stdin
18226
18227Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18228
18229 * parser.c, entities.c, valid.c: cleanup bug #1591
18230 * configure.in: cleanup bug #1592
18231 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18232 the same tree back-end. Hence gdome will be available for it.
18233 * doc/Makefile.am: close bug #617
18234
18235Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18236
18237 * parser.c: alloctate a per parser context SAX interface block
18238
18239Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18242 and xmlEncodeEntitiesReentrant with the correct one :-\
18243
18244Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18245
18246 * commit of my internal XML base changes, quite a lot of
18247 changes, cleanups, better entities support, framework for
18248 new I/O and charset detection and handling
18249 * Fixed the configure/Makefile stuff to generate shared libs
18250 with the proper version info, so we jumped on rev from
18251 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18252 xmlEncodeEntities() result need to be freed now, and a string
18253 xmlParserVersion provide the current library version.
18254
18255Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18256
18257 * parser.c: fixed a buffer overrun for when you have a very long
18258 attribute with no entities in it.
18259
18260Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18261
18262 * added example directory
18263 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18264
18265Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18266
18267 * Release of libxml-1.1, nearly everything has been touched for
18268 this.
18269 * Added more regression tests
18270 * Updated the documentation
18271
18272Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18273
18274 * tree.[ch]: unified the XML_NO_CORBA defines.
18275 * parser.c encoding.[ch]: started plugging in char encoding detection
18276
18277Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18278
18279 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18280 Also freed allocated buffer.
18281
18282Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18283 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18284 reentrancy problem at printing. One is left in entities.c, to
18285 remove ASAP
18286 * testSAX.c : added a test example showing the use of the SAX
18287 interface if one doesn't want to build the DOM tree.
18288 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18289
18290Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18291
18292 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18293 large revamping of the parser to use SAX callbacks
18294 http://www.megginson.com/SAX/ (or at least a C like interface
18295 a la Expat). It's now possible to set up your own callbacks
18296 and the parser will not build a DOM tree.
18297 * test/* result/*: updated the test suite, I finally removed
18298 the old Namespace draft support (PI based).
18299
18300Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18301
18302 * Makefile.am: added test result to EXTRA_DIST for make tests
18303
18304Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18305
18306 * parser.c, parserInternals.h: moved the chars macro definitions
18307 to parserInternals.h
18308 * parser.c, error.c: applied patches from "Knut Åkesson"
18309 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18310
18311Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18312
18313 * xml-config.in : applied patch to make --version work
18314
183151999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18316
18317 * Makefile.am (check-local): Alias for `tests' target. This will
18318 cause `make check' to do the right thing.
18319 (tests): Don't run tests in srcdir. Also, replaced calls to
18320 basename with a `sed' "equivalent".
18321
18322Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18323
18324 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18325 it in the header and not the sources, updated the doc.
18326 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18327 pointing this out.
18328
18329Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18330
18331 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18332 exported the inputStream routines.
18333 * doc/html/* : updated accordingly
18334
18335Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18336
18337 * parser.c, parser.h, parserInternals.h: added a few extra
18338 internal calls to allocate and free parser contexts ...
18339 * doc/html/* : updated accordingly
18340
18341Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18342
18343 * configure.in, Makefile.am, doc/makefile.am : General changes for
18344 1.0.0 release and including the generated HTML documentation.
18345
18346Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18347
18348 * makefile.am : added parserInternals.h, oops.
18349
18350Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18351
18352 * parserInternals.h: added this header giving access to the parser
18353 internal functions.
18354 * doc/Makefile.am : added a rebuild target which rebuilds the full
18355 set of documentations
18356 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18357 the internal subset.
18358 * *.c *.h: modifications needed to generate the documentation using
18359 gtk-doc, cleanup of functions blocks, reorganisation of struct
18360 declarations.
18361
18362Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18363
18364 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18365 the tar and spec file to include the beginning of the doc.
18366
183671999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18368
18369 * doc/.cvsignore: Added this file.
18370
18371Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18372
18373 * tree.c: fixed xmlGetProp to return "" when the attribute
18374 exists, even if the node-list is NULL.
18375
18376Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18377
18378 * tree.c: patched an error outputting empty attribute values.
18379 * Makefile.am and doc/makefile.am: have been updated during the
18380 week-end. Sorry for an empty CVS log, I got a shell problem.
18381
18382Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18383
18384 * tree.h: cleaned up using enums instead of defines
18385 * parser.c, valid.[ch]: more work on parsing/output of element
18386 declarations
18387
18388Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18389
18390 * valid.[ch], tree.c, parser.c : more work toward full parsing
18391 of XML DTDs.
18392 * README: added informations about mailing-list and on-line
18393 documentation
18394
183951999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18396
18397 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18398
18399Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18400
18401 * parser.c, tree.[ch] : more work toward conformance testing,
18402 added a last element to accelerate parsing of very flat structures
18403 started working on internal subset Element content declaration.
18404 * valid.[ch] : first cut at adding code toward validation.
18405 * previous changes had also small impact on most files, especially
18406 the conformance testing using James Clark test suite.
18407
18408Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18409
18410 * test/* : updated the examples, most of them were not well
18411 formed (humm), and added rdf2.
18412 * result/* : resulting changes in the output.
18413
18414Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18415
18416 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18417
18418Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18419
18420 * tree.c: patched a bug in the generation of empty attributes
18421
18422Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18423
18424 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18425 for node/trees/documents/... Biggest problem is namespace
18426 support when copying subtrees.
18427
18428Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18429
18430 * parser.c, entities.c: improve entities and char ref encoding,
18431 and cleanups of error messages.
18432
18433Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18434
18435 * parser.c, entities.c: simple bug hunting done during rpm2html and
18436 rpmfind integration.
18437
18438Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18439
18440 * parser.[ch]: Added interfaces allowing to specify a SAX
18441 handler before parsing.
18442
18443Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18444
18445 * parser.c: redirrect all errors reporting through the SAX
18446 error function
18447
18448Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18449
18450 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18451 * libtool, tlmain ...: update of the libtool files
18452
184531998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18454
18455 * entities.c: Use g_snprintf insteda of snprintf.
18456
18457Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18458
18459 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18460 added ent5 test for this purpose.
18461 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18462
18463Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18464
18465 * parser.c: fixed? a strange error due to compression on a GWP
18466 document.
18467
18468Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18469
18470 * tree.[ch]: bug fixing
18471 * entities.[ch]: defined a specific type for predefined entities
18472 * doc/xml.html: more documentation on the library, how to use it,
18473 overview of the interfaces.
18474
18475Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18476
18477 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18478
18479Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18480
18481 * tree.c: corrected a small bug
18482 * doc/xml.html: continuing writing documentation.
18483
18484Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18485
18486 * debugXML.h debugXML.c: added debugging utilities.
18487 * tester.c: added --debug switch.
18488 * tree.c: patched an incorrect node->type assignment.
18489 * parser.c: formatting, ensure that node->doc != NULL in attributes
18490
18491Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18492
18493 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18494 entity support and provide an internal representation close to
18495 DOM one (entity ref nodes, and attribute value as tree). I tried
18496 to preserve the interface but this will surely break some apps
18497 (I have to change rpm2html/rpmfind for example). I had to change
18498 two interfaces, and the generated tree is somewhat different.
18499 * doc/* : started documenting the XML library, the tree and
18500 DOM/Corba. This is a first step.
18501
18502Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18503
18504 * parser.c: Set up the fonctions comment block, boring but useful.
18505 * parser.h, SAX.c, parser.c: now attributes are processed through
18506 the SAX interface. The problem is that my SAX interface diverged
18507 quite a bit from the original one, well this is not an official
18508 spec, and translating it from Java to C is hairy anyway...
18509
18510Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18511
18512 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18513 fonctions comment block, boring but useful.
18514
18515Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18516
18517 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18518 conversion routines. However they are not yet used to convert the
18519 inputs. The core will run with UTF-8.
18520
18521Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18522
18523 * tree.c : make sure that the type id is properly set-up when
18524 a new object is allocated, needed for DOM.
18525
18526Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18527
18528 * tree.h, tree.c: Ok, the main objects in the tree will be native
18529 corba objects, it costs 8 bytes per Node, Attribute and Document
18530 but it simplifies the Corba integration a lot (no extra interface
18531 objects to allocate/free).
18532
18533Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18534
18535 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18536 and changed NODEs contants for conformity with DOM Level 1
18537
18538Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18539
18540 * added hooks to keep track of servants when creating objects
18541 xmlDoc and xmlNode (for Corba export).
18542
18543Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18544
18545 * added xml-config script.
18546
18547Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18548
18549 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18550 to autoupdate libtool and automake conf files.
18551
185521998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18553
18554 * Makefile.am: Use '?' to separate the sed
18555 commands as ',' is used when people pass -Wl,something.
18556
18557Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18558
18559 * tree.c, tree.h: added a per-document compression interface.
18560
18561Tue Sep 22 20:47:38 EDT 1998
18562
18563 * tree.c, tree.h: added saving with compression and added interfaces
18564 to control the compression level (xmlGetCompressMode,
18565 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18566
18567Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18568
18569 * parser.c: corrected a loop for files of size 0
18570
185711998-08-20 Raja R Harinath <harinath@cs.umn.edu>
18572
18573 * error.h: New file. Contains prototyes from `error.c'.
18574
18575Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
18576
18577 * Makefile.am (xmlincdir): New macro.
18578 (xmlinc_HEADERS): Renamed from include_HEADERS.
18579
18580Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18581
18582 * applied small patch on numeric entities from
18583 Christopher Blizzard <blizzard@appliedtheory.com>
18584
18585Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18586
18587 * New release 0.2, removed the old xml_* files so that it's
18588 coherent with the other CVS base (W3C), far better conformance
18589 to standard, new namespaces, decent entities support, beginning
18590 of a SAX-like interface. Nearly nothing left intact, even the
18591 test examples ...
18592
185931998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
18594
18595 * .cvsignore: Add .deps dir
18596
18597Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18598
18599 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
18600
18601Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18602
18603 * configure.in: added test for CPP
18604 * AUTHORS, Changelog: the original ones didn't get commited but the
18605 glib ones instead, fixed.
18606 * Makefile.am: corrected an error in library naming
18607
18608Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18609
18610 * integrated code developped at W3C
18611 * changed the original Copyright
18612 * migrated to automake
18613 * prefixed the filenames by xml_ to avoid filename clashes
18614