blob: 060c053fca3145f5ab24e694d1fc2f5c5aa98c9e [file] [log] [blame]
William M. Brackf1794562007-08-23 12:58:13 +00001Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
2
3 * xpath.c: fixed mlXPathCompOpEvalPositionalPredicate problem
4 with object caching (bug #469410)
5
Daniel Veillard3888f472007-08-23 09:29:03 +00006Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
7
8 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
9 applied patch from Frank Gross fixing Schemas IDC import bug
10 #455953 and also add the test to the regression suite
11
Daniel Veillard76d59b62007-08-22 16:29:21 +000012Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
13
14 * xmlregexp.c: try to fix for the nth time the automata generation
15 in case of complex ranges. I suppose that time it is actually okay
16
Daniel Veillard3dcd3192007-08-14 13:46:54 +000017Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
18
19 * parser.c: aligned xmlSAXUserParseMemory() to match
20 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
21 cleanup
22
Rob Richardsf779da32007-08-14 09:41:21 +000023Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
24
25 * xmlIO.c: fixed windows path determination (patch from
26 Roland Schwarz, bug #462877)
27 * win32/Makefile.mingw win32/configure.js: fixed mingw build
28 (patch from Roland Schwarz, bug #462877)
29
Daniel Veillardda629342007-08-01 07:49:06 +000030Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
31
32 * parser.c: fixed a parser bug where invalid char in comment may
33 not be detected, reported by Ashwin Sinha
34 * test/errors/comment1.xml result/errors/comment1.xml*: added
35 the example to the regression suite
36
Daniel Veillard3814a362007-07-26 11:41:46 +000037Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
38
39 * xmlsave.c: fixed problem reported on bug #460415
40
William M. Brack50420192007-07-20 01:09:08 +000041Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
42
43 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
44
William M. Brackb0a94e82007-07-18 18:04:55 +000045Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
46
47 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
48 Fixes bug #454608.
49
Daniel Veillard65fcf272007-07-11 17:55:30 +000050Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
51
52 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
53 should fix bug #358125
54
Daniel Veillardcaa19512007-07-04 15:42:46 +000055Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
56
57 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
58 uses of xmlTextWriterStartDocument()
59
Daniel Veillard734e7662007-06-26 11:30:31 +000060Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
61
62 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
63 argument occurs, should fix #450936
64
William M. Brack31700e62007-06-13 20:33:02 +000065Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
66
67 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
68
Daniel Veillard38431c32007-06-12 16:20:09 +000069Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
70
71 * doc/* configure.in NEWS: release of libxml2 2.6.28
72 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
73 in HTML, c.f. bug #305885.
74
Daniel Veillarddbbd72b2007-06-12 15:15:52 +000075Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
76
77 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
78 should not have namespace processing.
79
Daniel Veillarddfac9462007-06-12 14:44:32 +000080Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
81
82 * parser.c: fixed the push mode when a big comment occurs before
83 an internal subset, should close bug #438835
84 * test/comment6.xml result//comment6.xml*: added a special
85 test in the regression suite
86
Daniel Veillardb9e5acc2007-06-12 13:43:00 +000087Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
88
89 * parser.c: fix bug #414846 where invalid characters in attributes
90 would sometimes not be detected.
91 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
92 test case to the regression tests
93
Daniel Veillard3130fe92007-06-12 12:24:54 +000094Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
95
96 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
97 in GNU tar, should fix #396751
98
Daniel Veillarddb670152007-06-12 10:04:37 +000099Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
100
101 * python/types.c: try to allow compilation on old python version
102 should fix #398125
103
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000104Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
105
106 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
107 fixes bug #438390
108
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000109Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
110
111 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
112
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000113Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
114
115 * relaxng.c: fixed bug #407436 a crash in a specific case of
116 Relax-NG validation
117
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000118Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
119
120 * catalog.c: fixed bug #383687, some case of recursion on next
121 were not caught in the catalog code.
122
Daniel Veillard861101d2007-06-12 08:38:57 +0000123Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
124
125 * HTMLparser.c: fixed bug #381877, avoid reading over the end
126 of stream when generating an UTF-8 encoding error.
127
Daniel Veillard2e620862007-06-12 08:18:21 +0000128Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
129
130 * parser.c: fixed bug #366161, trivially added the check in
131 xmlCtxtReset()
132
Rob Richards90ee8df2007-06-08 19:47:37 +0000133Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
134
135 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
136 for VC8 build support to embed manifest within files. Under MS VC, build
137 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
138
Rob Richardse967f0b2007-06-08 19:36:04 +0000139Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
140
141 * threads.c include/libxml/threads.h: use specified calling convention
142 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
143 add xmlDllMain to header for win32 when building for static dll
144
Rob Richardsb8769d62007-06-08 08:50:47 +0000145Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
146
147 * xmlwriter.c: fixed problem with namespace declaration being
148 written more than once per element start tag
149
William M. Brack97ac8192007-06-06 17:19:24 +0000150Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
151
152 * xpath.c: fixed problem with xmlXPathNodeSetSort;
153 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
154
William M. Brackd611c882007-05-31 05:07:17 +0000155Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
156
157 * xpath.c: fixed problem with string value for PI node
158 (bug #442275)
159
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000160Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
161
162 * uri.c: fix bug reported by François Delyon
163
William M. Brack38d452a2007-05-22 16:00:06 +0000164Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
165
166 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
167 by Mark Rowe (bug #440159)
168 * include/libxml/xmlversion.h.in: Added check for definition of
169 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
170 Wendy Doyle and Mark Rowe, bug #346675)
171 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
172 changes to fix compilation warnings - no change to logic.
173
William M. Bracke8827652007-05-16 05:19:13 +0000174Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
175
176 * nanohttp.c: small enhancement to last fix, pointed out
177 by Alex Cornejo
178
William M. Brackd2f682a2007-05-15 19:42:08 +0000179Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
180
181 * nanohttp.c: fixed problem on gzip streams (bug #438045)
182 * xpath.c: fixed minor spot of redundant code - no logic change.
183
William M. Brackca797882007-05-11 14:45:53 +0000184Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
185
186 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
187 in order to produce the required number of significant digits
188 (bug #437179)
189
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000190Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
191
192 * list.c: applied patch to fix xmlListAppend() from
193 Georges-André SILBER
194 * valid.c: also fix the place wher it was called.
195
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000196Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
197
198 * parser.c: tried to fix an error problem on entity content failure
199 reported by Michael Day
200
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000201Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
202
203 * configure.in: typo patch from Bjorn Reese
204
Daniel Veillard491e58e2007-05-02 16:15:18 +0000205Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
206
207 * HTMLparser.c: applied patch from Michael Day to add support for
208 <embed>
209
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000210Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
211
212 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
213 in htmlCreateDocParserCtxt.
214
Daniel Veillarda1413b82007-04-26 08:33:28 +0000215Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
216
217 * uri.c include/libxml/uri.h: patch from Richard Jones to save
218 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000219 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000220
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000221Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
222
223 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
224 patch from Richard Jones to for the silent flag on valgrind
225 when doing "make valgrind"
226 * xmlregexp.c: raise a regexp error when '\' is misused to escape
227 a standard character.
228
Daniel Veillardc9923322007-04-24 18:12:06 +0000229Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
230
231 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
232
Daniel Veillarda44294f2007-04-24 08:57:54 +0000233Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
234
235 * uri.c: fix xmlURIUnescapeString comments which was confusing
236
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000237Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
238
239 * include/win32config.h libxml.h: new patch from Andreas Stricke to
240 better integrate support for Windows CE
241
Daniel Veillard39bcf942007-04-17 14:47:05 +0000242Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
243
244 * doc/* configure.in NEWS: release of libxml2 2.6.28
245
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000246Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
247
248 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
249 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
250 patch from Andreas Stricke to ease the compilation on Windows CE
251
Daniel Veillarded121382007-04-17 12:33:19 +0000252Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
253
254 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
255 a libxml2 patch from Christian Ehrlicher
256
Daniel Veillard42720242007-04-16 07:02:31 +0000257Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
258
259 * HTMLparser.c: change the way script/style are parsed to
260 not try to detect comments, reported by Mike Day
261 * result/HTML/doc3.*: affects the result of that test
262
William M. Brack56578372007-04-11 14:33:46 +0000263Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
264
265 * xmlregexp.c: small enhancement for quantifier range with
266 min occurs of 0; fixes bug 425542.
267
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000268Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
269
270 * xmlIO.c: applied change from Michael Day to avoid a problem when
271 compiled without zlib support.
272
Daniel Veillard7ef51692007-03-21 16:47:12 +0000273Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
274
275 * include/libxml/xpath.h: applied documentation patch from James Dennett
276
William M. Bracka9cbf282007-03-21 13:16:33 +0000277Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
278
279 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
280 * test/regexp/bug420596, result/regexp/bug420596: added regression
281 test for this
282
William M. Bracke978ae22007-03-21 06:16:02 +0000283Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
284
285 * HTMLparser.c: fixed memory access error on parsing of meta data
286 which had errors (bug #382206). Also cleaned up a few warnings
287 by adding some additional DECL macros.
288
Daniel Veillardbd444842007-03-20 08:47:29 +0000289Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
290
291 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
292 the silly __ss_familly problem on various AIXes, should fix #420184
293
William M. Brack0c1e3012007-03-14 12:40:21 +0000294Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
295
296 * configure.in: corrected small error in last commit
297 * xmlreader.c: corrected small typo in last commit
298
William M. Brack06559b32007-03-14 09:34:15 +0000299Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
300
301 * xmlschemas.c: fixed problem with referenced attribute groups
302 (bug #417621)
303 * configure.in: re-ordered some includes for types.h / socket.h
304 (bug #416001)
305
Daniel Veillarda9c56772007-03-09 16:59:05 +0000306Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
307
308 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
309 and state internal flags mixups
310
William M. Brackee0b9822007-03-07 08:15:01 +0000311Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
312
313 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
314 cases when comparing identical nodes (bug #415567) with patch
315 from Oleg Paraschenko
316
William M. Brack7a12e572007-02-16 17:11:09 +0000317Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
318
319 * python/libxml.py: fixed tab problem with patch from
320 Andreas Hanke (bug #408626)
321
322Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000323
324 * doc/xml.html: Changed all references to libxml2 CVS over to
325 the corresponding SVN. A few other spelling/grammar/links
326 also changed.
327 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
328
William M. Brack0bcec062007-02-14 02:15:19 +0000329Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
330
331 * xpath.c: Fixed memory bug with invalid function reported by
332 Francois Delyon on mailing list
333
William M. Brack53ce98c2007-02-13 00:37:20 +0000334Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
335
336 * xinclude.c: fixed problem with invalid char encountered
337 during text include (reported on xslt mailing list)
338
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000339Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
340
341 * Makefile.am: small cleanup to avoid packaging .svn
342 * libxml.h threads.c parser.c: applied patch to avoid a problem
343 in concurrent threaded initialization fix from Ted Phelps
344
William M. Brackd46c1ca2007-02-08 23:34:34 +0000345Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
346
347 * parser.c: added a GROW when parsing complex comments (bug #405666)
348 * gentest.py, testapi.c: added a hack to prevent destruction of any
349 param with 'destroy' in it's description (i.e. param destroyed by
350 the routine under test, so shouldn't be destroyed by testapi)
351 * xmlreader.c: added freeing of 'input' param even on error
352 (fixes leak detected by testapi)
353
William M. Brackc1099be2007-01-31 18:38:56 +0000354Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
355
356 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
357 xmlwriter.c: repositioned #include for libxml.h to avoid
358 compilation error on some architectures (bug #398277)
359 * fixed screwed-up ChangeLog (deleted some duplicate entries)
360
William M. Brack72239ba2007-01-31 18:25:12 +0000361Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000362
363 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
364
William M. Brack72239ba2007-01-31 18:25:12 +0000365Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000366
367 * xpath.c: added checks for alloc fail on calls to
368 xmlXPathNewContext (libxslt bug #400242)
369
370Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
371
372 * Re-generated the documentation (API chunks 27-29 were missing)
373 (also causes changes to testapi.c, elfgcchack.h and
374 win32/libxml2.def.src)
375
376Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
377
378 * python/libxml.c: fix a memory leak in the python string handling
379 when SAX event are passed back to the python handlers
380
381Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
382
383 * xmlreader.c: fix xmlTextReaderSetup() description
384 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
385 test/relaxng/empty1_0.xml test/relaxng/comps.rng
386 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
387 test/relaxng/empty1_1.xml: tests which were apparently
388 never commited to CVS
389
390Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
391
392 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
393 expose xmlTextReaderSetup() function
394
395Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
396
397 * configure.in: adapt the extra versioning code to SVN
398
399Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
400
401 * python/generator.py python/libxml.py: apparently id() sometimes
402 generate negative values and %X outputs -XXXX :-(
403
404Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
405
406 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
407 and XML declaration detection, and associated documentation change
408
409Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
410
411 * xinclude.c: another XInclude user data propagation patch from
412 Michael Day
413
414Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
415
416 * HTMLparser.c: applied patch from Steven Rainwater to fix
417 UTF8ToHtml behaviour on code points which are not mappable to
418 predefined HTML entities, fixes #377544
419
420Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
421
422 * xpath.c: fixed a bug where the principal node type of an axis
423 wasn't tested on name check, fixes bug #377432
424
425Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
426
427 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
428 report and suggestion.
429
430Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
431
432 * uri.c: applied patch from Igor for path conversion on Windows
433
434Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
435
436 * xmlregexp.c: another small change on the algorithm for the
437 elimination of epsilon transitions, should help on #362989 too
438
439Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
440
441 * tree.c: applied documentation patches from Markus Keim
442 * xmlregexp.c: fixed one bug and added a couple of optimisations
443 while working on bug #362989
444
445Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
446
447 * HTMLparser.c: applied a reworked version of Usamah Malik patch
448 to avoid growing the parser stack in some autoclose cases, should
449 fix #361221
450
451Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
452
453 * xpath.c: William spotted an obvious bug
454
455Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
456
457 * NEWS configure.in testapi.c doc//*: preparing release of
458 libxml2-2.6.27
459 * include/libxml/tree.h: fix a small problem with preproc flags
460
461Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
462
463 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
464 * xmllint.c: order XPath elements when using --shell
465
466Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
467
468 * xmlregexp.c: applied fix from Christopher Boumenot for bug
469 #362714 on regexps missing ']'
470
471Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
472
473 * parserInternals.c: applied patch from Marius Konitzer to avoid
474 leaking in xmlNewInputFromFile() in case of HTTP redirection
475
476Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
477
478 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
479 and pointed in #340591
480
481Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
482
483 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
484 htmlReadIO() this should fix #340322
485
486Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
487
488 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
489
490Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
491
492 * HTMLparser.c: fixing HTML minimized attribute values to be generated
493 internally if not present, fixes bug #332124
494 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
495 result/HTML/wired.html.sax: this affects the SAX event strem for
496 a few test cases
497
498Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
499
500 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
501 * result/HTML/entities2.html* test/HTML/entities2.html: added to
502 the regression suite
503
504Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
505
506 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
507 #342556
508 * xmlsave.c: fixed #342556 easy and a whole set of problems with
509 encodings, BOM and xmlSaveDoc()
510
511Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
512
513 * HTMLparser.c: fix #348252 if the document clains to be in a
514 different encoding in the meta tag and it's obviously wrong,
515 don't screw up the end of the content.
516
517Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
518
519 * HTMLparser.c: fix a chunking and script bug #347708
520
521Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
522
523 * HTMLparser.c: remove a warning
524 * encoding.c: check with uppercase for AIX iconv() should fix #352644
525 * doc/examples/Makefile.am: partially handle one bug report
526
527Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
528
529 * parser.c: fix the patch for unreproductable #343000 but
530 also fix a line/column keeping error
531 * result/errors/attr1.xml.err result/errors/attr2.xml.err
532 result/errors/name.xml.err result/errors/name2.xml.err
533 result/schemas/anyAttr-processContents-err1_0_0.err
534 result/schemas/bug312957_1_0.err: affected lines in error output
535 of the regression tests
536
537Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
538
539 * tree.c: fixing bug #344390 with xmlReconciliateNs
540
541Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
542
543 * xmllint.c: added --html --memory to test htmlReadMemory to
544 test #321632
545 * HTMLparser.c: added various initialization calls which may help
546 #321632 but not conclusive
547 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
548 --with-minimum --with-sax1 and --with-minimum --with-schemas
549 fixing #326442
550
551Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
552
553 * relaxng.c: fix a Relax-NG bug related to element content processing,
554 fixes bug #302836
555 * test/relaxng/302836.rng test/relaxng/302836_0.xml
556 result/relaxng/302836*: added to regression tests
557
558Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
559
560 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
561
562Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
563
564 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
565 Should fix #335085
566 * testapi.c: reset the http_proxy env variable to not waste time
567 on regression tests
568
569Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
570
571 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
572
573Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
574
575 * parser.c: fixed the heuristic used when trying to detect mixed-content
576 elememts if the parser wants to treat ignorable whitespaces
577 in a non-standard way, should fix bug #300263
578
579Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
580
581 * parser.c: fix a first arg error in SAX callback pointed out by
582 Mike Hommey, and another one still hanging around. Should fix #342737
583
584Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
585
586 * include/libxml/xmlversion.h.in: fix comment on versions
587 * xmlmemory.c: do not spend too much time digging in dumped memory
588
589Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
590
591 * valid.c: fixed a weird error where validity context whould not
592 show up if warnings were disabled pointed out by Bob Stayton
593 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
594 * doc//* testapi.c: rebuilt the docs
595
596Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
597
598 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
599 library flags for shared and static builds, fixes #344594. If this
600 bites you, use xml2-config.
601
602Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
603
604 * python/Makefile.am: remove the build path recorded in the python
605 shared module as Peter Breitenlohner pointed out, should fix #346022
606
607Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
608
609 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
610 of unescaping from URL to filepath, should fix #344588.
611
612Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
613
614 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
615 for wget detection and fix of a Python path problem, should fix
616 #340993
617
618Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
619
620 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
621 fix entities behaviour when using SAX, had to extend entities
622 content and hack on the entities processing code, but that should
623 fix the long standing bug #159219
624
625Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
626
627 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
628 to provide a clean conversion when setting up a base
629 * SAX2.c tree.c: use said function when setting up doc->URL
630 or using the xmlSetBase function. Should fix #346261
631
632Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
633
634 * xmlIO.c: applied a portability patch from Emelyanov Alexey
635
636Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
637
638 * parser.c: applied and slightly modified a patch from Michael Day to
639 keep _private in the parser context when parsing external entities
640
641Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
642
643 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
644 Brian West and Stefan Anca to add XPointer suport to the Python bindings
645
646Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
647
648 * xmlsave.c: fixed a comment
649 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
650 to add a new function providing the _private field for the generated
651 parser contexts xmlXIncludeProcessFlagsData()
652
653Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
654
655 * xmlIO.c: applied patch from Michael Day doing some refactoring
656 for the catalog entity loaders.
657
658Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
659
660 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
661 as Michael Day pointed out this is needed to use htmlCtxtRead*()
662
663Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
664
665 * parser.c: applied patch from Ben Darnell on #321545, I could not
666 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
667
668Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
669
670 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
671 * parser.c: fix resulting tree corruption when using XML namespace
672 with existing doc in xmlParseBalancedChunkMemoryRecover.
673
674Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
675
676 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
677 in the previous patch.
678
679Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
680
681 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
682 with file names in UTF-8 on Windows, and compat on older win9x
683 versions.
684
685Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
686
687 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
688 on validation errors, the heuristic to guess is a vctxt user
689 pointer is the parsing context was insufficient.
690
691Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
692
693 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
694 applied patch to man pages from Daniel Leidert and regenerated
695
696Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
697
698 * xmlwriter.c: Add a document to the xmlwriter structure and
699 pass document when writing attribute content for encoding support.
700
701Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
702
703 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
704 for consistant handling.
705
706Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
707
708 * xpath.c: Applied the proposed fix for the documentation
709 of xmlXPathCastToString(); see bug #346202.
710
711Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
712
713 * xmlschemas.c: While investigating bug #350247, I noticed
714 that xmlSchemaIDCMatcher structs are massively recreated
715 although only a maximum of 3 structs is used at the same
716 time; added a cache for those structures to the
717 validation context.
718
719Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
720
721 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
722 bug in xmlSchemaXPathEvaluate should close #351032
723
724Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
725
726 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
727 xmlSchemaClearValidCtxt
728
729Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
730
731 * python/generator.py: fixed the conversion of long parameters
732
733Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
734
735 * xmlsave.c: Removed the automatic generation of CDATA sections
736 for the content of the "script" and "style" elements when
737 serializing XHTML. The issue was reported by Vincent Lefevre,
738 bug #345147.
739 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
740 results due to the serialization change described above.
741
742Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
743
744 * configure.in parser.c xmllint.c include/libxml/parser.h
745 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
746 to expose if zlib support was compiled in, in the header, in the
747 feature API and in the xmllint --version output.
748
749Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
750
751 * SAX2.c: refactor to use normal warnings for entities problem
752 and not straight SAX callbacks.
753
754Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
755
756 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
757 The simple type, which was the content type definition
758 of a complex type, which in turn was the base type of a
759 extending complex type, was missed to be set on this
760 extending complex type in the derivation machinery.
761
762Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
763
764 * xpath.c: Changed xmlXPathCollectAndTest() to use
765 xmlXPathNodeSetAddNs() when adding a ns-node in case of
766 NODE_TEST_TYPE (the ns-node was previously added plainly
767 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
768 this specialized ns-addition function was already used,
769 I assume it was missed to be used with NODE_TEST_TYPE.
770
771Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
772
773 * HTMLparser.c: applied const'ification of strings patch from
774 Matthias Clasen
775
776Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
777
778 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
779 destroy the condition associated to the mutex.
780
781Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
782
783 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
784 revealed by a Libxslt regression test.
785
786Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
787
788 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
789 usable outside predicate evaluation; the intention is to
790 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
791 like in <xsl:if test="/foo">.
792
793Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
794
795 * xpath.c: Fix a memory leak which occurred when using
796 xmlXPathCompiledEvalToBoolean().
797
798Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
799
800 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
801 python/tests/Makefile.am:
802 Added code submitted by Andreas Pakulat to provide node
803 equality, inequality and hash functions, plus a single
804 test program to check the functions (bugs 345779 + 345961).
805
806Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
807
808 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
809 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
810 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
811 to be aware of a boolean result request. The new function
812 is now used to evaluate predicates.
813
814Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
815
816 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
817 introduced field @rewriteType on xmlXPathStepOp was not
818 initialized to zero here; this could lead to the activation
819 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
820 @rewriteType is randomly set to the value 1. A test
821 (hardcoding the intial value to 1) revealed that the
822 resulting incorrect behaviour is similar to the behaviour
823 as described by Arnold Hendriks on the mailing list; so I
824 hope that will fix the issue.
825
826Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
827
828 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
829 was introduced with the addition of the d-o-s rewrite
830 and made xpath.c unable to compile if XPATH_STREAMING
831 was not defined (reported by Kupriyanov Anatolij -
832 #345752). Fixed the check for d-o-s rewrite
833 to work on the correct XPath string, which is ctxt->base
834 and not comp->expr in this case.
835
836Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
837
838 * xpath.c: Added optimization for positional predicates
839 (only short-hand form "[n]"), which have a preceding
840 predicate: "/foo[descendant::bar][3]".
841
842Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
843
844 * parser.c: try to fix the crash raised by the parser in
845 recover mode as pointed by Ryan Phillips
846
847Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
848
849 * python/types.c: patch from Nic Ferrier to provide a better type
850 mapping from XPath to python
851
852Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
853
854 * runtest.c: applied patch from Boz for VMS and reporting
855 Schemas errors.
856
857Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
858
859 * testapi.c: applied patch from Felipe Contreras when compiling
860 with --with-minimum
861
862Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
863
864 * tree.c include/libxml/tree.h: Fixed a bug in
865 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
866 very first given node had an attribute node :-( This was due
867 to a missed check in the traversal mechanism.
868 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
869 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
870 reusal; so the map-items don't need to be created for every
871 cloning/adoption. Added a callback function to it for
872 retrieval of xmlNsPtr to be set on node->ns; this is needed
873 for my custom handling of ns-references in my DOM wrapper.
874 Substituted code which created the XML namespace decl on
875 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
876 those nastly "warnigns" from the docs of the clone/adopt
877 functions; they work fine on my side.
878
879Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
880
881 * result/pattern/namespaces: Adjusted the result of a
882 regression test, since the fix of xmlGetNodePath() revealed a
883 bug in this test result.
884
885Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
886
887 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
888
889Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
890
891 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
892 for elements in the default namespace, rather than generating
893 an unprefixed named node test and loosing the namespace
894 information.
895
896Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
897
898 * include/libxml/parser.h: Clarified in the docs that the tree
899 must not be tried to be modified if using the parser flag
900 XML_PARSE_COMPACT as suggested by Stefan Behnel
901 (#344390).
902
903Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
904
905 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
906
907Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
908
909 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
910 when the expression was not valid and @comp was NULL and I
911 tried to do the d-o-s rewrite.
912
913Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
914
915 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
916
917Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
918
919 * xpath.c: Enabled the compound traversal again; I added a
920 check to use this only if the have an expression starting
921 with the document node; so in the case of "//foo", we
922 already know at compilation-time, that there will be only
923 1 initial context node. Added the rewrite also to
924 xmlXPathEvalExpr().
925
926Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
927
928 * xinclude.c: fix bug #343968, include='text' can't lead to a
929 recursion.
930
931Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
932
933 * xpath.c: Disabled the compound traversal for the release;
934 I need first to assure that this is done only if we have
935 1 initial node.
936
937Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
938
939 * xpath.c: fixed memory leak in xpath error reporting
940
941Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
942
943 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
944
945Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
946
947 * xpath.c include/libxml/xpath.h runsuite.c:
948 Changed the name of the recently added public function
949 xmlXPathContextSetObjectCache() to
950 xmlXPathContextSetCache(); so a more generic one, in
951 case we decide to cache more things than only XPath
952 objects.
953
954Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
955
956 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
957 xmlXPathNodeCollectAndTestNth() to evaluate a compound
958 traversal of 2 axes when we have a "//foo" expression.
959 This is done with a rewrite of the XPath AST in
960 xmlXPathRewriteDOSExpression(); I added an additional field
961 to xmlXPathStepOp for this (but the field's name should be
962 changed). The mechanism: the embracing descendant-or-self
963 axis traversal (also optimized to return only nodes which
964 can hold elements), will produce context nodes for the
965 inner traversal of the child axis. This way we avoid a full
966 node-collecting traversal of the descendant-or-self axis.
967 Some tests indicate that this can reduce execution time of
968 "//foo" to 50%. Together with the XPath object cache this
969 all significantly speeds up libxslt.
970
971Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
972
973 * xmlschemas.c: A warning will now be reported in the value of
974 the XSD attribute 'schemaLocation' does not consist of tuples
975 (namespace-name, document-URI). A warning will be reported
976 if a schema document could not be found at the specified
977 location (via 'schemaLocation' or
978 'noNamespaceSchemaLocation').
979 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
980 xmlParserErrors.
981
982Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
983
984 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
985 recreation (if possible) of the node-set which is used to
986 collect the nodes in the current axis for the currect context
987 node. Especially for "//foo" this will decrease dramatically
988 the number of created node-sets, since for each node in the
989 result node-set of the evaluation of descendant-or-self::node()
990 a new temporary node-set was created. Added node iterator
991 xmlXPathNextChildElement() as a tiny optimization for
992 child::foo.
993
994Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
995
996 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
997 It sits on an xmlXPathContext and need to be explicitely
998 activated (or deactivated again) with
999 xmlXPathContextSetObjectCache(). The cache consists of 5
1000 lists for node-set, string, number, boolean and misc XPath
1001 objects. Internally the xpath.c module will use object-
1002 deposition and -acquisition functions which will try to reuse
1003 as many XPath objects as possible, and fallback to normal
1004 free/create behaviour if no cache is available or if the cache
1005 is full.
1006 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1007 tests if a cache-creation is turned on by default for the whole
1008 library, e.g. for testing purposes of the cache. It is
1009 deactivated here in order to avoid confusion of the memory leak
1010 detection in runsuite.c.
1011
1012Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1013
1014 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1015 seems we really need to walk the whole list, since those
1016 nastly namespace nodes need to be added with
1017 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1018 A flag on the node-set indicating if namespace nodes are in
1019 the set would help here; this is the 3rd flag which would
1020 be usefull with node-sets. The current flags I have in mind:
1021 1) Is a node-set already sorted?
1022 This would allow for rebust and optimizable sorting
1023 behaviour.
1024 2) Of what type are the nodes in the set (or of mixed type)?
1025 This would allow for faster merging of node-sets.
1026 3) Are namespace nodes in the set?
1027 This would allow to skipp all the namespace node specific
1028 special handling. Faster node-set merging if the first
1029 set is empty; just memcpy the set.
1030
1031Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1032
1033 * xpath.c: Optimization of count(): eliminated sorting
1034 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1035 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1036 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1037
1038Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1039
1040 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1041 with colons in name and no namespace.
1042
1043Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1044
1045 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1046 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1047 xmlXPathCmpNodesExt(). Added additional checks in various code
1048 parts to avoid calling sorting or merging functions if the
1049 node-set(s) don't need them; i.e., if they are empty or contain
1050 just one node.
1051
1052Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1053
1054 * xpath.c: Optimized the comparison for non-element nodes
1055 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1056 of node-sets. This enhancement is related to bug #165547.
1057 There are other places where the old comparison function
1058 xmlXPathCmpNodes() is still called, but I currently don't
1059 know exactly what those calls are for; thus if they can be
1060 substituted (if it makes sense) for the new function.
1061
1062Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1063
1064 * xpath.c: Applied patch from Rob Richards, fixing a potential
1065 memory leak in xmlXPathTryStreamCompile(), when a list of
1066 namespaces was assigned to the XPath compilation context;
1067 here a new namespace list was created and passed to
1068 xmlPatterncompile(); but this list was not freed afterwards.
1069 Additionally we avoid now in xmlXPathTryStreamCompile() to
1070 compile the expression, if it has a colon - indicating
1071 prefixed name tests - and no namespace list was given. The
1072 streaming XPath mechanism needs a namespace list at
1073 compilation time (unlike normal XPath, where we can bind
1074 namespace names to prefixes at execution time).
1075 * pattern.c: Enhanced to use a string dict for local-names,
1076 ns-prefixes and and namespace-names.
1077 Fixed xmlStreamPushInternal() not to use string-pointer
1078 comparison if a dict is available; this won't work, since
1079 one does not know it the given strings originate from the
1080 same dict - and they normally don't do, since e.g.
1081 namespaces are hold on xmlNs->href. I think this would be
1082 worth an investigation: if we can add a @doc field to xmlNs
1083 and put the @href in to a additionan namespace dict hold
1084 in xmlDoc. Daniel will surely not like this idea :-) But
1085 evaluation of tons of elements/attributes in namespaces
1086 with xmlStrEqual() isn't the way we should go forever.
1087
1088Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1089
1090 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1091 The code expected a node (xmlNodePtr) on the info for a
1092 non-existent default attribute, which clearly cannot be
1093 expected, since the attribute does not exist. I can only
1094 guess that this sneaked trying to eliminate the query
1095 for the owner-element, which is unavoidable actually.
1096 Note that creation of default attributes won't have an
1097 effect if validating via SAX/XMLReader; i.e., the processor
1098 won't fire additional start-attribute events (I'm not even
1099 sure if Libxml2 has such a SAX-event; I think it hands them
1100 all over in the start-element event).
1101
1102Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1103
1104 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1105 In xmlSchemaBuildContentModelForSubstGroup(),
1106 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1107 xmlAutomataNewTransition2() to mimic a xs:choice for
1108 substitution-groups.
1109 * test/schemas/subst-group-1_1.xsd
1110 test/schemas/subst-group-1_0.xml
1111 result/schemas/subst-group-1_0_1
1112 result/schemas/subst-group-1_0_1.err: Added regression test
1113 supplied by Michael Romer for bug #341150.
1114
1115Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1116
1117 * relaxng.c: Fixed compilation error with patch supplied by
1118 Graham Bennett.
1119
1120Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1121
1122 * xmlschemas.c: We'll raise an internal error and stop
1123 validation now when an entity is found in the instance
1124 document, since we don't support automatic entity
1125 substitution by the schema processor (yet?) -
1126 see bug #340316, reported by Nick Wellnhofer.
1127
1128Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1129
1130 * configure.in: applied another Python detection patch from Joseph Sacco
1131 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1132 too
1133
1134Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1135
1136 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1137 patch from Kjartan Maraas, fixing #340404
1138
1139Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1140
1141 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1142 input buffer
1143
1144Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1145
1146 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1147 paths at the last moment
1148 * relaxng.c testapi.c tree.c: fix some comments
1149
1150Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1151
1152 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1153 file paths on Windows
1154
1155Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1156
1157 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1158
1159Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1160
1161 * tree.c: fix compilation without tree
1162
1163Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1164
1165 * xmllint.c: applied patch from Gary Coady to really make sure
1166 xmllint --nonet would not reach the network, should fix #337483.
1167
1168Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1169
1170 * configure.in: applied patch from Joseph Sacco changing slightly
1171 the python detection scheme should fix bug #338526
1172
1173Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1174
1175 * parser.c: fix the error message for invalid code point in content
1176 c.f. bug #339311
1177
1178Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1179
1180 * xmlschemas.c test/schemas/restriction-enum-1*
1181 result/schemas/restriction-enum-1*: Fixed incorrect
1182 validation of restricted enumerations. Added related
1183 regression tests.
1184
1185Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1186
1187 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1188 in case of errors, should fix bug #338303
1189
1190Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1191
1192 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1193 in case of errors, should fix bug #338306
1194
1195Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1196
1197 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1198 applied man page improvements from Daniel Leidert
1199
1200Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1201
1202 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1203 fixing #336163 and #336164
1204
1205Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1206
1207 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1208
1209Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1210
1211 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1212 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1213 patches from Aivars Kalvans to make unicode tables const, fixes
1214 bug #336096, this also updates to Unicode 4.01 final with a couple
1215 of character ranges fixes.
1216
1217Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1218
1219 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1220 #335603 and resync'ed genChRanges.py to the expected output.
1221
1222Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1223
1224 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1225 #316338 and adding a couple of optimizations in the regexp
1226 compilation engine.
1227 * test/regexp/bug316338 result/regexp/bug316338: added regression
1228 tests based on the examples provided in the bug report.
1229
1230Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1231
1232 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1233 warning raised by gcc-4.1 and latests changes
1234
1235Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1236
1237 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1238 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1239 pass on coverity reports.
1240
1241Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1242
1243 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1244 on coverity reports.
1245
1246Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1247
1248 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1249 python/libxml.c: more cleanups based on coverity reports.
1250
1251Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1252
1253 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1254 of small cleanups based on coverity reports.
1255
1256Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1257
1258 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1259
1260Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1261
1262 * xml2-config.in: fix Red Hat bug #184170
1263
1264Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1265
1266 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1267 "strict" lookup for namespaces based on a prefix. Fixed a
1268 namespace processing issue in the clone-node function, which
1269 occured if a @ctxt argument was given.
1270
1271Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1272
1273 * valid.c: fix HTML attribute ID checking for input element.
1274 Maintain current attribute "name" behavior for now.
1275
1276Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1277
1278 * tree.c: Bundled lookup of attr-nodes and retrieving their
1279 values into the functions xmlGetPropNodeInternal() and
1280 xmlGetPropNodeValueInternal(). Changed relevant code
1281 to use those functions.
1282
1283Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1284
1285 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1286
1287Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1288
1289 * python/libxml2.py: remove a tab, as pointed out on IRC
1290
1291Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1292
1293 * tree.c: Fix the add sibling functions when passing attributes.
1294 Modify testing for ID in xmlSetProp.
1295 No longer remove IDness when unlinking or replacing an attribute.
1296
1297Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1298
1299 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1300 if /etc/xml/catalog doesn't exist.
1301
1302Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1303
1304 * doc//*: updated the Ruby bindings links, and regenerated the
1305 docs.
1306
1307Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1308
1309 * catalog.c: improve catalog debugging message patch from Rick Jones
1310
1311Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1312
1313 * python/types.c: Nic Ferrier found debug statement left in the
1314 XPath conversion code
1315
1316Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1317
1318 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1319 Daniel Leidert
1320
1321Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1322
1323 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1324 The constructor needs a bucket to be assigned during component
1325 fixup.
1326
1327Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1328
1329 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1330 the empty string (reported by Bas Driessen on the mailing-list).
1331 Fixed schema XSI-acquisition and construction: the schemata
1332 (xmlSchema) didn't get the targetNamespace in some cases, thus
1333 the component resolution mechanism failed to work. The XSI
1334 stuff needs to be tested more intensively; think about how
1335 to test this for regression.
1336
1337Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1338
1339 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1340 Daniel Leidert
1341
1342Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1343
1344 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1345 Leidert, c.f. #331290
1346
1347Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1348
1349 * xmllint.c: fix an error report when using --path and --valid
1350 closes bug #331290
1351
1352Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1353
1354 * relaxng.c: trying to fix #331062, this is again a problem
1355 around interleave, there is no good fix unless reimplementing
1356 but this works around some cases and allow to validate in that
1357 case.
1358
1359Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1360
1361 * tree.c: Fixed bug #328896 reported by Liron. The path
1362 for text- and CDATA-section-nodes was computed incorrectly
1363 in xmlGetNodePath().
1364
1365Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1366
1367 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1368 and more thorough tests on atoms comparisons.
1369
1370Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1371
1372 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1373 Borland C++ 6
1374
1375Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1376
1377 * parser.c: bill pointed out a missing block in xmlParseComment
1378 trying to fill with a normal processing of the given character.
1379
1380Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1381
1382 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1383 * test/badcomment.xml result//badcomment.xml*: added to the regression
1384 suite.
1385
1386Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1387
1388 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1389 the header file.
1390
1391Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1392
1393 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1394 the API. It will be used to reflect DOM's Node.cloneNode and
1395 Document.importNode methods.
1396 The pros: 1) non-recursive, 2) optimized ns-lookup
1397 (mostly pointer comparison), 3) user defined ns-lookup,
1398 4) save ns-processing. The function is in an unfinished
1399 and experimental state and should be only used to test it.
1400
1401Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1402
1403 * uri.c: applied patch from Rob Richards fixing the URI regressions
1404 tests on Windows which seems to indicate bad escaping.
1405
1406Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1407
1408 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1409 the previous addition of the removal of redundant ns-decls.
1410
1411Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1412
1413 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1414 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1415 was given. Note that I haven't moved this option to the
1416 header file yet; so just call this function with an @option
1417 of 1 to test the behaviour.
1418
1419Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1420
1421 * tapi.c win32/Makefile.*: Added changed as proposed on
1422 the mailing list by venkat naidu in order to compile
1423 testapi.c on windows.
1424
1425Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1426
1427 * configure.in xml2-config.in: trying to fix windows/configure
1428 issues reported by Tim Van Holder
1429
1430Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1431
1432 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1433 when operating on an HTML document.
1434
1435Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1436
1437 * relaxng.c include/libxml/relaxng.h: Added
1438 xmlRelaxNGSetParserStructuredErrors() to the API.
1439
1440Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1441
1442 * parser.c: reverted first patches for #319279 which led to #326295
1443 and fixed the problem in xmlParseChunk() instead
1444 * test/ent11 result//ent11*: added test for #326295 to the regression
1445 suite
1446
1447Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1448
1449 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1450 regenerated the docs, preparing for release of 2.6.23
1451 * pattern.c xmlschemas.c: fixed some comments
1452
1453Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1454
1455 * test/XPath/docs/nodes test/XPath/tests/nodespat
1456 result/XPath/tests/nodespat: Added regression tests for
1457 the latest XPath/pattern fixes.
1458
1459Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1460
1461 * pattern.c: Another fix to handle "foo//.": "foo" was not
1462 included in the resulting node-set.
1463
1464Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1465
1466 * pattern.c xpath.c include/libxml/pattern.h:
1467 Fixed bug #322928, reported by Erich Schubert: The bug was
1468 in pattern.c, which is used for a tiny subset of xpath
1469 expression which can be evaluated in an optimized way.
1470 The doc-node was never considered when evaluating "//"
1471 expressions. Additionally, we fixed resolution
1472 to nodes of any type in pattern.c; i.e. a "//." didn't work
1473 yet, as it did select only element-nodes. Due to this
1474 issue the pushing of nodes in xpath.c needed to be adjusted
1475 as well.
1476
1477Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1478
1479 * parser.c: tiny refactoring patch from Bjorn Reese
1480
1481Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1482
1483 * SAX2.c: fix bug #324432 with <xml:foo/>
1484 * test/ns7 resul//ns7*: added to the regression tests
1485
1486Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1487
1488 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1489 MinGW compilation problem, should close bug #324943
1490
1491Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1492
1493 * xmlschemas.c: Removed last dependency on the obsolete enum
1494 xmlSchemaValidError.
1495
1496Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1497
1498 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1499 and doc build fixes from Michael Day
1500
1501Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1502
1503 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1504 Sreeni Nair.
1505
1506Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1507
1508 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1509 a child of an element (fix by Oleksandr Kononenko).
1510 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1511
1512Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1513
1514 * xmlschemas.c xmlstring.c: Fixed a segfault during
1515 text concatenation when validating a node tree:
1516 xmlStrncat was called with a @len of -1; but unlike
1517 xmlStrncatNew, it does not calculate the length
1518 automatically in such a case (reported by Judy Hay
1519 on the mailing list).
1520 Updated the descriptions of the involved string
1521 functions to note this.
1522
1523Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1524
1525 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1526 http resources.
1527
1528Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1529
1530 * win32/configure.js: Added enable/disable of runtime
1531 debugging (LIBXML_DEBUG_RUNTIME).
1532
1533Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1534
1535 * include/libxml/xmlversion.h.in: Fixed to define
1536 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1537
1538Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1539
1540 * test/schemas/bug321475* result/schemas/bug321475*:
1541 Added regression test for bug #321475 (reported by
1542 Gabor Nagy). Fixing of bug #323510 seemed to have
1543 fixed this bug as well.
1544
1545Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1546
1547 * test/schemas/bug323510* result/schemas/bug323510*:
1548 Added regression test for bug #323510.
1549
1550Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1551
1552 * xmlschemas.c: Workaround for bug #323510 (reported by
1553 Jonathan Filiatrault): substituted the epsilon transition
1554 for a labelled transition, in order to avoid a bug in
1555 xmlregexp.c which eliminated the epsilon transition and
1556 marked the initial state as final.
1557
1558Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
1559
1560 * xmlreader.c: Gary Coady pointed a memory leak in
1561 xmlTextReaderReadInnerXml() applied patch fixing #323864
1562
1563Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1564
1565 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
1566 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
1567 of warnings shown by HP-UX compiler and reported by Rick Jones
1568
1569Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1570
1571 * xmlwriter.c: Insert space between pubid and sysid when both
1572 passed to xmlTextWriterStartDTD and indenting not being used.
1573 Remove no longer used Mem callbacks.
1574
1575Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1576
1577 * runsuite.c: Changed to instantly mark instance-tests as
1578 failed if the corresponding schema was invalid. This
1579 reflects the side of the Python code for the XML Schema test
1580 suite. We now get the same number of failed tests on both
1581 sides.
1582
1583Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1584
1585 * xmlreader.c include/libxml/xmlreader.h: Added
1586 xmlTextReaderSchemaValidateCtxt() to the API.
1587
1588Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1589
1590 * xmlschemas.c: Fixed a segfault: the instance document was
1591 still tried to be validated, if the schema, dynamically
1592 acquired using XSI was invalid, thus mangled. The
1593 validation will stop (or rather won't validate) now in
1594 such a case. The schema parser error code will be set
1595 on the validion context now; this is somehow not nice,
1596 but it assures that the validation context indicates an
1597 error in there was a parser error.
1598
1599Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
1600
1601 * xmlreader.c: small doc patch from Aron Stansvik
1602 * legacy.c: another doc patch for a deprecated API
1603
1604Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1605
1606 * Makefile.am: Tiny change for 'make tests': raised
1607 the number of expected failures for James Clark's
1608 XML Schema datatype tests from 10 to 11. The additional
1609 reported error was agreed to be correct long time ago,
1610 but we missed to adjust the message reported by
1611 the testing script.
1612
1613Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1614
1615 * result/schemas/decimal* result/schemas/bug322411*:
1616 Added missing regression test results for the latest IDC
1617 and xs:decimal bugs.
1618
1619Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1620
1621 * test/schemas/decimal* test/schemas/bug322411*: Added
1622 regression tests for the latest IDC and xs:decimal bugs.
1623
1624Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1625
1626 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
1627 parent's list of duplicates was filled with NULLs instead
1628 of the nodes under certain conditions. This lead to a
1629 segfault when the list's entries were accessed.
1630
1631Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1632
1633 * xmlschemastypes.c: Fixed parsing of xs:decimal to
1634 allow/deny special lexical forms. Fixed the totalDigits
1635 for values in the range (x < 1) && (x > -1) && (x != 0);
1636 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
1637 Adjusted the comparison function for decimals due to this
1638 change. As a side effect comparison against zeroes was
1639 optimized.
1640
1641Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1642
1643 * xmlschemas.c: An assignment to a local variable, which was
1644 used to access the IDC node list, was missing after the
1645 reallocation of the list (reported by Fabrice GUY
1646 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
1647 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
1648 it is used to force bubbling of IDC node tables even
1649 if not necessary; this was intended to be used for test
1650 purposes, but I obviously missed to disable it (although
1651 it apparently helped finding the bug).
1652
1653Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1654
1655 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
1656 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
1657 this caused XSI-driven-dynamic schema acquisition to fail
1658 with @noNamespaceSchemaLocation (reported by Julien Lamy
1659 on the mailing list).
1660
1661Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1662
1663 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
1664 which caused the search for components to stop at the
1665 first encountered attribute group component.
1666 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
1667 designation of a not-found component was not reported.
1668
1669Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1670
1671 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
1672 in the date and time code raised on IRIX 6.5
1673
1674Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1675
1676 * xmlschemas.c include/libxml/xmlschemas.h:
1677 Added xmlSchemaSetParserStructuredErrors() to the API.
1678 Fixed channeling of error relevant information to
1679 subsequent parser/validation contexts.
1680
1681Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
1682
1683 * parserInternals.c: removed unreachable code pointed out by
1684 Oleksandr Kononenko, fixes bug #321695
1685
1686Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
1687
1688 * parser.c: use ctxt->standalone = -2 to indicate that the
1689 XMLDecl was parsed but no standalone attribute was found,
1690 suggested by Michael Day to detect if an XMLDecl was found.
1691
1692Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
1693
1694 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
1695 were not properly reported.
1696
1697Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
1698
1699 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
1700 which is not needed.
1701
1702Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1703
1704 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
1705 to use xmlSchemaGetCanonValueWhtspExt() in order to
1706 correctly report values for xs:anySimpleType.
1707 * test/schemas/idc-keyref-err1*
1708 result/schemas/idc-keyref-err1*: Added a test for this change.
1709
1710Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
1711
1712 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
1713 Return error condition not len if xmlwriter fails writing to buffer.
1714
1715Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
1716
1717 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
1718 applied patch from Geert Jansen to implement the save function to
1719 a xmlBuffer, and a bit of cleanup.
1720
1721Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1722
1723 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
1724 totalDigits value to be positiveInteger.
1725 Fixed crash in an error report function when we gave it
1726 the document node; only element and attribute nodes are
1727 processed now (reported by Rob Richards).
1728
1729Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
1730
1731 * xmlregexp.c: fix bug #319897, problem with counted atoms
1732 when the transition itself is counted too
1733 * result/regexp/hard test/regexp/hard: augmented the regression
1734 tests with the problem exposed.
1735
1736Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
1737
1738 * win32/Makefile.mingw include/win32config.h: applied patch from
1739 Mark Junker to fix compilation with MinGW
1740
1741Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
1742
1743 * libxml.3: tiny fix from Albert Chin
1744 * runsuite.c runtest.c testapi.c: portability cleanup for arch
1745 needing trio for *printf
1746
1747Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1748
1749 * tree.c: add additional checks to prevent tree corruption. fix problem
1750 copying attribute using xmlDocCopyNode from one document to another.
1751
1752Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
1753
1754 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
1755 cleanup from Albert Chin
1756 * doc/Makefile.am: html/index.sgml doesn't exist anymore
1757
1758Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
1759
1760 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
1761 HP-UX and AIX
1762
1763Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
1764
1765 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
1766 module portability
1767
1768Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
1769
1770 * error.c: fixing a portability problem on some old Unices with
1771 patch from Albert Chin
1772
17732005-10-27 Aleksey Sanin <aleksey@aleksey.com>
1774
1775 * c14n.c result/c14n/exc-without-comments/test-2
1776 test/c14n/exc-without-comments/test-2.xml
1777 test/c14n/exc-without-comments/test-2.xpath: fixing
1778 bug in exc-c14n namespace visibility + test case (bug #319367)
1779
1780Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
1781
1782 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
1783
1784Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
1785
1786 * valid.c xmlregexp.c include/libxml/valid.h
1787 include/libxml/xmlregexp.h: avoid function parameters names 'list'
1788 as this seems to give troubles with VC6 and stl as reported by
1789 Samuel Diaz Garcia.
1790
1791Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
1792
1793 * parserInternals.c: fix a problem in some error case on Solaris
1794 when passed a NULL filename, pointed by Albert Chin.
1795
1796Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
1797
1798 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
1799 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
1800 to the regression suite
1801
1802Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
1803
1804 * HTMLparser.c: typo fix from Michael Day
1805
1806Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1807
1808 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
1809 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
1810
1811Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
1812
1813 * parser.c: fixed second spot where CRLF split between chunks
1814 could cause trouble (bug #319279)
1815 * gentest.py, testapi.c: fixed two problems involved with
1816 --with-minimum compilation (compilation errors with schematron
1817 and formal expressions tests)
1818
1819Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1820
1821 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
1822
1823Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
1824
1825 * xmlregexp.c: commiting a some fixes and debug done yesterday in
1826 the London airport.
1827
1828Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1829
1830 * xmlschemas.c: Removed creation of a temporary parser context
1831 during validation when processing xsi:type; this previously
1832 added a string to the dict of the schema - to assure thread
1833 safety, we don't want to modify a given schema during
1834 validation.
1835
1836Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
1837
1838 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
1839 misuse of vsnprintf
1840 * configure.in, config.h.in: added a configuration check for
1841 va_copy and added a define for VA_COPY for xmlwriter.c fix
1842 * parser.c: fixed problem with CRLF split between chunks (bug
1843 #319279) (fix provided by Brion Vibber)
1844
1845Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1846
1847 * xmlschemas.c: Fixed a potential memory leak in
1848 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
1849 Fixed setting of ctxt->err to the given error code in
1850 the parsing error functions.
1851 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
1852 starting point for IDC XPath compilation; this and some other
1853 tiny changes fixes issues regarding whitespace in the
1854 expressions and IDC selector/field relevant restrictions of
1855 the subset of XPath. Fixed a missing blocking of attributes
1856 in xmlStreamPushInternal().
1857
1858Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
1859
1860 * runtest.c: removed the error message
1861 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
1862 documentation
1863 * include/libxml/schemasInternals.h: changed warning about API stability
1864 * xmlregexp.c: trying to improve runtime execution of non-deterministic
1865 regexps and automata. Not fully finished but should be way better.
1866
1867Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1868
1869 * xmlschemas.c: Fixed a memory leak in
1870 xmlSchemaContentModelDump(). Added output of local types
1871 in xmlSchemaElementDump(). Tiny cosmetical changes to the
1872 dump output.
1873
1874Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1875
1876 * tree.c pattern.c: Silenced intel compiler warnings (reported
1877 by Kjartan Maraas, bug #318517).
1878 * xmlschemas.c: The above changes in pattern.c revealed an
1879 inconsistency wrt IDCs: we now _only_ pop XPath states, if
1880 we really pushed them beforehand; this was previously not
1881 checked for the case when we discover an element node to be
1882 invalid wrt the content model.
1883 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
1884
1885Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1886
1887 * result/schemas/*.err: Adapted regression test results.
1888
1889Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1890
1891 * xmlschemas.c: Fixed some identity-constraint issues:
1892 Restructured IDC node-tables
1893 Allowed IDCs to resolve also to nodes of complex type with
1894 simple content.
1895 Added check for keyrefs with references to keyrefs.
1896 IDC target-nodes were interferring with IDC node-tables,
1897 since they used one list of entries only. I separated this
1898 one big list into 3 lists: 1 for IDC node-table entries,
1899 1 for _duplicates_ of IDC node-table entries and 1 for
1900 IDC target-nodes. More code, but cleaner and it works at last.
1901 Keyrefs will fail to resolve to duplicate key/unique entries.
1902 I thought this was already working this way, but it didn't.
1903 The wording of the definition for [node table] in the spec
1904 can lead to a scenario, where keyrefs resolve perfectly, even
1905 if the relevant key-sequences of the referenced key/unique have
1906 duplicates in the subtree. Currently only Saxon 8.5.1 is
1907 dissallowing resolution to duplicate entries correctly - we
1908 will follow Saxon here.
1909 Removed some intel compiler warnings (reported by
1910 Kjartan Maraas, bug #318517).
1911 * pattern.c: Fixed an IDC-XPath problem when resolving to
1912 attributes.
1913
1914Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
1915 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
1916 to use getaddrinfo() if supported in Windows build (bug# 317431).
1917
1918Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1919
1920 * result/schemas/*: Adapted regression test results.
1921
1922Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1923
1924 * xmlschemas.c include/libxml/schemasInternals.h
1925 include/libxml/xmlerror.h: Initial implementation for
1926 redefinitions; this still misses checks for restrictions
1927 of the content model of complex types.
1928 Fixed default/fixed values for attributes (looks like they
1929 did not work in the last releases).
1930 Completed constraints for attribute uses.
1931 Seperated attribute derivation from attribute constraints.
1932 Completed constraints for attribute group definitions.
1933 Disallowing <import>s of schemas in no target namespace if the
1934 importing schema is a chameleon schema. This contradicts
1935 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
1936 W3C XML Schema WG, thinks it is correct to dissalow such
1937 imports.
1938 Added cos-all-limited constraints.
1939 Restructured reference resolution to model groups and element
1940 declarations.
1941 Misc cleanup.
1942
1943Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
1944
1945 * schematron.c xmlregexp.c: remove warnings under Windows.
1946
1947Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
1948
1949 * parser.c: applied patch from Massimo Morara fixing bug #317447
1950 about risk of invalid write in xmlStringLenDecodeEntities
1951
1952Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
1953
1954 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
1955
1956Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
1957
1958 * xmlregexp.c: seems a test to avoid duplicate transition is
1959 really needed at all times. Luka Por gave an example hitting
1960 this. Changed back the internal API.
1961
1962Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
1963
1964 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
1965
1966Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
1967
1968 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
1969
1970Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
1971
1972 * xmlregexp.c: detect combinatory explosion and return with
1973 a runtime error in those case, c.f. #316338 though maybe we
1974 should not see such an explosion with that specific regexp,
1975 more checking needs to be done.
1976
1977Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1978
1979 * include/libxml/schemasInternals.h: Added some comments for the
1980 struct fields.
1981
1982Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
1983
1984 * uri.c: fixed problem when xmlBuildRelativeURI was given a
1985 blank path (bug 316224)
1986
1987Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
1988
1989 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
1990 rebuild.
1991 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
1992 xmlSaveOption
1993 * xmlschemas.c: minor cleanups
1994
1995Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1996
1997 * test/schemas/import1_0.xsd: And adapting another one.
1998
1999Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2000
2001 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2002
2003Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2004
2005 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2006 result/schemas/changelog093_1_0.err
2007 result/schemas/derivation-ok-extension_0_0.err
2008 result/schemas/import1_0_0.err
2009 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2010 Adapted regression results.
2011
2012Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2013
2014 * xmlschemas.c include/libxml/schemasInternals.h
2015 include/libxml/xmlerror.h: Completion of the schema graph.
2016 Centralisation, more robustness of the schema document
2017 aquisition story. Centralised and restructured component fixup.
2018 Fixed attribute derivation when 'prohibiting' attribute uses.
2019 Added warnings: when schema documents cannot be localized
2020 during imports; when we get duplicate and pointless attribute
2021 prohibitions. Changed error reports for IDCs to report
2022 the relevant IDC designation as well (requested by GUY Fabrice).
2023 Misc code-cleanup.
2024
2025Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2026
2027 * xmlsave.c: applied second patch from David Madore to be less intrusive
2028 when handling scripts and style elements in XHTML1 should fix #316041
2029 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2030
2031Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2032
2033 * libxml.spec.in doc/devhelp/*: finished the integration with
2034 devhelp, completing the index and inserted into the gtk-doc
2035 database at "make install" stage
2036
2037Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2038
2039 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2040 and use option from xmlSaveCtxtPtr rather than global during output.
2041 * xmlsave.c: fix some output formatting for meta element under XHTML.
2042
2043Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2044
2045 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2046 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2047 * doc/Makefile.am: build devhelp before the examples.
2048 * doc/*: regenerated the API
2049
2050Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2051
2052 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2053 given a document pointer instead of an element
2054
2055Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2056
2057 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2058 should be complete with navigation, what is left done is glueing
2059
2060Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2061
2062 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2063 doc/devhelp/*: started work needed to generate devhelp content,
2064 not too hard based on the existing format and extractor.
2065
2066Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2067
2068 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2069
2070Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2071
2072 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2073
2074Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2075
2076 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2077 when handled a namespace node.
2078
2079Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2080
2081 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2082 releasing 2.6.21
2083 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2084 * threads.c include/libxml/threads.h xmllint.c: added the more
2085 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2086
2087Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2088
2089 * configure.in doc/* configure.in: prepare for release
2090 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2091
2092Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2093
2094 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2095 than initially expected as ctxt->error == NULL had behaviour side
2096 effects at the compilation level itself.
2097
2098Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2099
2100 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2101 pattern induced XPath bug #314282
2102 * relaxng.c: reverted back last change it was seriously broken
2103
2104Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2105
2106 * xmlsave.c: check for NULL to prevent crash with meta elements
2107
2108Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2109
2110 * relaxng.c: structured error reporting problem with Relax-NG
2111 should fix #314881 and #314759
2112
2113Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2114
2115 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2116
2117Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2118
2119 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2120 but more generally related to attributes and ID handling, fixes
2121 #314358 among other things
2122
2123Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2124
2125 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2126 first argument.
2127 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2128 based on Andrew W. Nosenko idea.
2129 * doc/* elfgcchack.h: regenerated the API
2130
2131Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2132
2133 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2134 reverting back to AM_PATH_PROG
2135
2136Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2137
2138 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2139 changing the behaviour when text nodes are found in body
2140 * result/HTML/*: this changes the output of some tests
2141
2142Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2143
2144 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2145 c.f. #160598
2146
2147Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2148
2149 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2150 bug #314853
2151
2152Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2153
2154 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2155 to serialization and no longer modify internal tree.
2156
2157Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2158
2159 * libxml.spec.in: the profiling usually don't work, disabled
2160 * doc/*: rebuilt
2161
2162Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2163
2164 * configure.in: trying to fix the first part of #310033 by
2165 detecting gcc <= 3.2
2166
2167Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2168
2169 * error.c: fixed bug #310033, the URI extraction code given a
2170 node is a bit twisted and broke in the last months.
2171
2172Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2173
2174 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2175 fix on test.
2176
2177Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2178
2179 * debugXML.c: change verbosity depending on API
2180 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2181 to previous outputs
2182
2183Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2184
2185 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2186 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2187 added a parser XML_PARSE_COMPACT option to allocate small
2188 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2189 directly within the node, various changes to cope with this.
2190 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2191 slightly change the output
2192
2193Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2194
2195 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2196 instead of $CC = 'gcc' because GCC may have a different name
2197
2198Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2199
2200 * configure.in: changes the way the python binary is found, should
2201 also fix bug #308004
2202
2203Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2204
2205 * parser.c: found another bug while looking at #309616 on missing
2206 entities.
2207 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2208 SAX stream in missing conditions for a few tests
2209
2210Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2211
2212 * encoding.c: applied the patch suggested #309565 which can avoid
2213 looping in error conditions.
2214
2215Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2216
2217 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2218 xmlGetLineNo() c.f. bug #309205
2219
2220Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2221
2222 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2223 the encoding module to the common error reporting mechanism
2224 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2225
2226Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2227
2228 * xpath.c: removed a potentially uninitialized variable error
2229 * python/generator.py: fixed a deprecation warning
2230 * python/tests/tstLastError.py: silent the damn test when Okay !
2231
2232Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2233
2234 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2235 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2236 when configured --without-sax1 and other cleanups fixes bug #172683
2237 * doc/* elfgcchack.h: regenerated
2238
2239Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2240
2241 * parser.c: fixed bug #170489 reported by Jirka Kosek
2242 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2243 result/valid/objednavka*: added the test to the regression suite.
2244
2245Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2246
2247 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2248 for the HTML parser based on the suggestions of bug #169834 by
2249 Paul Loberg
2250
2251Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2252
2253 * elfgcchack.h testapi.c doc/*: regenerated
2254 * schematron.c: fixed a compilation problem
2255 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2256 * result/expr/base: slightly changes the number of Cons.
2257
2258Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2259
2260 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2261 * xmlregexp.c: small cleanup
2262 * include/libxml/schematron.h include/libxml/xmlexports.h
2263 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2264
2265Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2266
2267 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2268 #313982
2269 * result/schemas/bug313982* test/schemas/bug313982*: also added
2270 the test case to the regression suite.
2271
2272Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2273
2274 * testRegexp.c: printed the wrong string
2275
2276Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2277
2278 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2279 xmlExpExpDerive(), added it to the testRegexp command line
2280 tool when providing multiple expressions.
2281
2282Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2283
2284 * Makefile.am result/expr/base test/expr/base: added the first
2285 regression test suite set for the new expression support
2286
2287Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2288
2289 * valid.c: fixed an uninitialized variable
2290 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2291 add the parser, serializer and some debugging
2292 * include/libxml/xmlversion.h.in: made the new support compiled
2293 by default if Schemas is included
2294 * testRegexp.c: cleanup and integration of the first part of the
2295 new code with a special switch
2296 * xmllint.c: show up Expr in --version if compiled in
2297 * include/libxml/tree.h: moved the xmlBuffer definition up
2298
2299Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2300
2301 * xmlschemas.c: Some preparation for the creation of a graph
2302 of imported/included/redefined schemas; this is needed for
2303 at least the redefinitions.
2304 Centralized the creation of the parser context in one function.
2305
2306Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2307
2308 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2309 handling code to have it in CVs from now. Not plugged, and misses
2310 APIs it's not compiled in yet.
2311
2312Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2313
2314 * xmlreader.c: applied another patch from Rob Richards to fix
2315 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2316
2317Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2318
2319 * xmlreader.c: applied patch from Rob Richards to fix
2320 xmlTextReaderGetAttribute behaviour with namespace declarations
2321
2322Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2323
2324 * xmlschemas.c include/libxml/xmlerror.h:
2325 Changed output for keyref-match errors; the target-node will
2326 be now reported rather than the scope-node of the keyref
2327 definition - allowing easier chasing of instance errors.
2328 This was reported by Guy Fabrice to the mailing list.
2329 Some initial parsing code for schema redefinitions.
2330 * result/schemas/bug303566_1_1.err
2331 result/schemas/bug312957_1_0.err: Adapted test results due
2332 to the keyref changes.
2333
2334Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2335
2336 * valid.c: applied patch from Derek Poon fixing bug #310692
2337
2338Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2339
2340 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2341 context type was not always properly initialized.
2342
2343Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2344
2345 * relaxng.c: fixed bug #307377 about validation of choices in
2346 list values.
2347 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2348 added examples to the regression tests, problem is that streaming
2349 version gives slightly more informations.
2350
2351Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2352
2353 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2354
2355Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2356
2357 * result/schemas/any6_1_0*: Added missing test results.
2358
2359Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2360
2361 * xmlregexp.c: fixed a determinism detection problem exposed by
2362 ##other tests commited by Kasimier, also added a small speedup
2363 of determinism detection.
2364 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2365 the results to the regression tests now
2366
2367Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2368
2369 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2370 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2371 Added some more tests for element wildcards.
2372
2373Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2374
2375 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2376 streaming XPath states were not popped in every case,
2377 thus failed to resolve correctly for subsequent input.
2378 * test/schemas/bug312957* result/schemas/bug312957*:
2379 Added the test submitted by Carol Hunter.
2380
2381Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2382
2383 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2384 ##other issues
2385 * result/schemas/any7* test/schemas/any7: completed the tests
2386 and added the results
2387 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2388 result/schemas/any5_1_0.err: this slightly chnages the output
2389 from 3 existing tests
2390
2391Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2392
2393 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2394 Marcus Boerger to remove warnings on Windows.
2395
2396Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2397
2398 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2399 an xmlSaveOption to omit XML declaration
2400
2401Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2402
2403 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2404 patch for HTML UTF-8 serialization
2405 * result/HTML/script2.html: this changed the output of that test
2406
2407Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2408
2409 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2410 of count based transition, when going though the counter must
2411 be reset to 0
2412 * test/schemas/bug310264* result/schemas/bug310264*: added the
2413 regression test.
2414
2415Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2416
2417 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2418 only freeing the first annotation in the list.
2419
2420Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2421
2422 * xmlreader.c: applied patch from Rob Richards fixing
2423 xmlTextReaderGetAttribute
2424
2425Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2426
2427 * HTMLparser.c: fixed an uninitialized memory access spotted by
2428 valgrind
2429
2430Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2431
2432 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2433 installed DTD
2434 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2435 cleanup the Path/URI conversion mess, needed fixing in various
2436 layers and a new API to the uri module which also fixes #306861
2437 * runtest.c: integrated a regression test specific to check the
2438 URI conversions done before calling the I/O handlers.
2439
2440Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2441
2442 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2443
2444Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2445
2446 * win32/configure.js: applied patch from Rob Richards to allow
2447 disabling modules in win32, fixes #304071
2448
2449Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2450
2451 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2452 xmlAttr.parent(), closing #312181
2453
2454Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2455
2456 * schematron.c: report improvement
2457 * test/schematron/zvon* result/schematron/zvon*: more tests
2458
2459Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2460
2461 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2462 Richards to add schematron to the build on Windows
2463 * test/schematron/zvon3* result/schematron/zvon3*: second test
2464 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2465 real second test 10 and 2 are swapped.
2466
2467Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2468
2469 * schematron.c: more bug fixes, improve the error reporting.
2470 * test/schematron/zvon2* result/schematron/zvon2*: second test
2471
2472Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2473
2474 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2475 text error rendering
2476 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2477 started integrating within "make tests"
2478
2479Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2480
2481 * test/schematron/*: a few first tests from Zvon unfortunately
2482 with the old syntax
2483
2484Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2485
2486 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2487 work done on the plane last week-end
2488
2489Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2490
2491 * runtest.c: allows an extra argument to subset the tests
2492 * xmlregexp.c: big speedup for validation, basically avoided
2493 transition creation explosion when removing epsilon transition
2494
2495Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2496
2497 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2498 xmlwriter.c: more cleanups based on sparse reports, added
2499 "make sparse"
2500
2501Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2502
2503 * python/libxml.c: don't output any message on failed resolver lookups,
2504 better done by the python user provided resolver layer.
2505
2506Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2507
2508 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2509 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2510 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2511 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2512 small cleanups based on Linus' sparse check output.
2513
2514Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2515
2516 * include/libxml/Makefile.am: added schematron.h, oops ...
2517
2518Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2519
2520 * xmlschemastypes.c: Added creation of the content type of
2521 xs:anyType. This is needed when trying to extend xs:anyType
2522 (although it makes no sense to extend it; IMHO the schema
2523 people should have ruled this out). This was reported
2524 by Yong Chen to the mailing list.
2525 * xmlschemas.c: Fixed handling of xs:anyType in
2526 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2527 adjustment to an error report output.
2528 * test/schemas/extension2* result/schemas/extension2*:
2529 Added a test case provided by Young Chen.
2530
2531Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2532
2533 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2534 base to be in "relative" form
2535
2536Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2537
2538 * schematron.c xmllint.c: started adding schematron to the xmllint
2539 tool, the report infrastructure is gonna be fun.
2540
2541Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2542
2543 * test/schemas/any6* test/schemas/any7*: Added regression tests
2544 (they fail currently), but did not added results yet.
2545
2546Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2547
2548 * xmlschemas.c: Removed the workaround code in
2549 xmlSchemaValidateElemWildcard() for the <any> wildcard
2550 with namespace == ##other. Support for such wildcards was
2551 implemented by Daniel at the automaton level recently, and
2552 the workaround code iterfered with it.
2553
2554Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
2555
2556 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
2557 signature to pass an int and not an enum since it can generate
2558 ABI compat troubles.
2559 * include/libxml/schematron.h schematron.c: adding the new
2560 schematron code, work in progress lots to be left and needing
2561 testing
2562 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
2563 Makefile.am configure.in: integration of schematron into the
2564 build
2565 * xpath.c include/libxml/xpath.h: adding flags to control compilation
2566 options right now just XML_XPATH_CHECKNS.
2567
2568Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2569
2570 * xmlschemas.c: Removed an "internal error" message from
2571 xmlSchemaBuildAContentModel() when an empty model group
2572 definition is hit.
2573
2574Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2575
2576 * pattern.c: Changed xmlCompileStepPattern() and
2577 xmlCompileAttributeTest() to handle the "xml" prefix without
2578 caring if the XML namespace was supplied by the user.
2579
2580Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2581
2582 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
2583 output the given string arguments correctly.
2584
2585Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
2586
2587 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
2588 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
2589 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
2590 include/libxml/valid.h include/libxml/xmlIO.h
2591 include/libxml/xmlerror.h include/libxml/xmlexports.h
2592 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
2593 to fix problems with calling conventions on Windows this should
2594 fix #309757
2595
2596Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2597
2598 * parser.c: an optimization of the char data inner loop,
2599 can gain up to 10% in pure SAX2 parsing speed
2600 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
2601 a bug in XML Schemas facet comparison #310893
2602
2603Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2604
2605 * xmlregexp.c xmlschemas.c: fixed the error reporting for
2606 not transitions
2607 * result/schemas/any5_0_0* result/schemas/any5_0_2*
2608 result/schemas/any5_1_0*: fixed output
2609
2610Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2611
2612 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
2613 bug #172215 about foreign namespaces by adding support for
2614 negated string transitions. Error messages still need to be
2615 improved.
2616 * test/schemas/any5* result/schemas/any5*: adding regression
2617 tests for this.
2618
2619Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2620
2621 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
2622 on namespaced attributes #310417.
2623
2624Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2625
2626 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
2627 ducplicated
2628
2629Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2630
2631 * xmlschemas.c: fixed xsd:all when used in conjunction with
2632 substitution groups
2633 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
2634 regression tests, strangely missing from NIST/Sun/Microsoft
2635 testsuites
2636
2637Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2638
2639 * xmlschemas.c: fixed bug #307508, a bad automata was built but
2640 this showed as an indeterminist result
2641
2642Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2643
2644 * xmlschemastypes.c: found the last bug raised by NIST tests in
2645 comparing base64 strings, result from runsuite:
2646 ## NIST test suite for Schemas version NIST2004-01-14
2647 Ran 23170 tests (3953 schemata), no errors
2648
2649Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2650
2651 * testRegexp.c: fixed where xmlMemoryDump() should be called.
2652 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
2653 affecting NIST regression tests
2654
2655Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2656
2657 * configure.in: applied a patch from Gerrit P. Haase to add
2658 module support on cygwin
2659
2660Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2661
2662 * HTMLparser.c: fixed a potential buffer overrun error introduced
2663 on last commit to htmlParseScript() c.f. #310229
2664
2665Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
2666
2667 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
2668 return TRUE if a nodeset with a numeric value of NaN is compared
2669 for inequality with any numeric value (bug 309914).
2670
2671Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2672
2673 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
2674 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
2675 to route relaxng and schemas error messages when using the reader
2676 through the structured interface if activated.
2677 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
2678 to test.
2679
2680Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2681
2682 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
2683 Jiri Netolicky
2684 * result/HTML/script2.html* test/HTML/script2.html: added the test
2685 case from the regression suite
2686
2687Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2688
2689 * nanohttp.c: fixed bug #310105 with http_proxy environments with
2690 patch provided by Peter Breitenlohner
2691
2692Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2693
2694 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
2695 * xmllint.c: removed a compilation problem
2696
2697Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2698
2699 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
2700 preparing to make testsuite releases along with code source releases
2701 * gentest.py testapi.c: fixed a couple of problem introduced by
2702 the new Schemas support for Readers
2703 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
2704 but simple way.
2705 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
2706 raised by the doc builder.
2707 * doc/*: made rebuild
2708
2709Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2710
2711 * xmlschemas.c: fixed a bug introduced on last commit
2712
2713Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2714
2715 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
2716 pointed by Jeroen Ruigrok
2717 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
2718 the APIs for xmlReader schemas validation support
2719 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
2720 implementation and testing as xmllint --stream --schema ...
2721
2722Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2723
2724 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
2725
2726Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2727
2728 * parser.c: fix for #309761 from Dylan Shell
2729 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
2730 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
2731 * xmllint.c: couple of fixes plus added descriptions for --sax and
2732 --sax1
2733
2734Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2735
2736 * xmlschemas.c: Added c-props-correct constraint to check
2737 for equal cardinality of keyref/key.
2738 * include/libxml/xmlerror.h: Added an error code.
2739
2740Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2741
2742 * pattern.c: Fixed evaluation of attributes. Actually only
2743 attribute at the first level were evaluated (e.g. "@attr");
2744 expression like "foo/@attr" always failed.
2745
2746Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2747
2748 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
2749 user-provided SAX handler is given.
2750
2751Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2752
2753 * parser.c: fix some potential leaks in error cases.
2754 * xmllint.c: added --sax, to allow testing of --schemas --sax and
2755 various other combinations.
2756 * xmlschemas.c: fix a couple of tiny problems in
2757 xmlSchemaValidateStream()
2758
2759Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2760
2761 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
2762 xmlSchemaValidateStream() internally.
2763
2764Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2765
2766 * test/relaxng/docbook_0.xml: added the missing entity to the
2767 document internal subset to avoid errors if the DocBook catalogs
2768 are not there
2769 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
2770 untested yet
2771
2772Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
2773
2774 * parser.c: fixed problem with free on dupl attribute in
2775 dtd (bug309637).
2776 * test/errors/attr3.xml, result/errors/attr3.*: added
2777 regression test for this
2778
2779Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
2780
2781 * win32/Makefile.msvc: try again to fix file format for Windows
2782
2783Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
2784
2785 * win32/Makefile.msvc: removed spurious ^M
2786 * runtest.c: added check for option O_BINARY
2787 * test/schemas/bug309338*, result/schemas/bug309338*: changed
2788 sticky tag to 'binary'
2789
2790Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
2791
2792 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
2793 in xmlCtxtGenericNodeCheck
2794 * runtest.c: changed "open" calls to include O_BINARY for Windows
2795
2796Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2797
2798 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
2799 in areBlanks which failed.
2800 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
2801 added the input file to the regression tests
2802
2803Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2804
2805 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
2806 Anotolij.
2807 * test/schemas/bug309338* result/schemas/bug309338*:
2808 Added a regression test for the above bug.
2809
2810Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2811
2812 * Makefile.am: first steps toward a testsuite dist
2813 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
2814
2815Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2816
2817 * runsuite.c runtest.c: Tiny portability adjustment for win.
2818 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
2819 be created.
2820
2821Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2822
2823 * runsuite.c: first stb at unimplemnted detection
2824 * runtest.c: fixing Windows code
2825
2826Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2827
2828 * runsuite.c: fix on schemas error
2829 * runtest.c: portability glob() on Windows
2830
2831Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2832
2833 * runsuite.c runtest.c: cleanups, logfile and portability
2834 * xmllint.c: fixed a memory leak
2835
2836Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2837
2838 * parser.c: fixed a bug failing to detect UTF-8 violations in
2839 CData in push mode.
2840 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
2841 to the regressions
2842
2843Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2844
2845 * debugXML.c: added enhancement for #309057 in xmllint shell
2846
2847Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2848
2849 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
2850 bug in push mode
2851 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
2852 regression suite
2853
2854Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2855
2856 * testapi.c tree.c: fixing a leak detected by testapi in
2857 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
2858 seems to pass tests fine now.
2859 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
2860 to push mode
2861 * error.c: remove a warning
2862 * runtest.c xmllint.c: avoid compilation errors if only some parts
2863 of the library are compiled in.
2864
2865Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2866
2867 * gentest.py testapi.c: fix a problem with previous patch to
2868 testapi.c
2869
2870Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2871
2872 * runsuite.c runtest.c tree.c: fixing compilations when
2873 disabling parts of the library at configure time.
2874
2875Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2876
2877 * parserInternals.c: fix bug raised by zamez on IRC
2878 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
2879 * tree.c: added comments missing.
2880 * doc/*: regenerated
2881
2882Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2883
2884 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
2885 assorted bugs
2886 * python/generator.py python/libxml2-python-api.xml: fixed
2887 conditionals in generator too
2888 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
2889 cleanups too and rebuilt
2890
2891Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2892
2893 * xmlIO.c: fixed bug #307503 misplaced #ifdef
2894
2895Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * runsuite.c: expanded test
2898 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
2899
2900Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2901
2902 * runsuite.c: a bit of progresses on xstc
2903
2904Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2905
2906 * runsuite.c: completed the simple checks for Relax-NG suites
2907 back to the same 11 errors as in the Python runs.
2908
2909Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2910
2911 * runtest.c: complete, checking on other platforms is needed
2912 * README: updated
2913 * debugXML.c: fix a bug raised by bill on IRC
2914 * relaxng.c: fix a leak in weird circumstances
2915 * runsuite.c Makefile.am: standalone test tool agaisnt
2916 the regression suites, work in progress
2917
2918Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2919
2920 * runtest.c: adding URI tests
2921
2922Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2923
2924 * runtest.c: adding xml:id
2925
2926Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2927
2928 * runtest.c: finishing XPath, adding XPointer
2929
2930Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2931
2932 * runtest.c: adding more coverage, XInclude and starting XPath
2933
2934Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2935
2936 * tree.c include/libxml/tree.h: Added allocation/deallocation
2937 functions for the DOM-wrapper context.
2938
2939Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2940
2941 * tree.c: Commented the new functions to be experimental.
2942
2943Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2944
2945 * error.c valid.c: working some weird error reporting problem for
2946 DTD validation.
2947 * runtest.c: augmented with DTD validation tests
2948 * result/VC/OneID*: slight change in validation output.
2949
2950Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2951
2952 * runtest.c: added most HTML tests
2953
2954Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2955
2956 * test/namespaces/reconcile/tests.xml
2957 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
2958 for some new DOM-wrapper helping functions.
2959
2960Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2961
2962 * xstc/xstc-to-python.xsl: Cleanup.
2963 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
2964 Removed, those are not needed anymore due to the new test suite.
2965
2966Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2967
2968 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
2969 missing.
2970 * runtest.c: added SAX1/SAX2 checks.
2971
2972Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2973
2974 * tree.c include/libxml/tree.h: Added
2975 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
2976 xmlDOMWrapRemoveNode() to the API. These are functions intended
2977 to be used with DOM-wrappers.
2978
2979Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2980
2981 * runtest.c: continue to increase the tests
2982
2983Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2984
2985 * runtest.c: continue to increase the tests
2986
2987Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
2988
2989 * runtest.c: continue to increase the tests
2990
2991Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2992
2993 * include/libxml/valid.h valid.c: avoid name glob in agruments as
2994 it matches the glob() routine.
2995 * runtest.c Makefile.am: first steps toward a C regression test
2996 framework.
2997
2998Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
2999
3000 * configure.in: fixed a problem with the detection of
3001 ss_family for ipV6, as reported on the mailing list by
3002 Doug Orleans.
3003
3004Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3005
3006 * test/schemas/empty-value* result/schemas/empty-value*:
3007 Added regression tests (from Dhyanesh).
3008
3009Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3010
3011 * xmlschemas.c: Fixed NULL values to be validated as empty
3012 string values (reported by Dhyanesh to the mailing list).
3013 Adjusted text concatenation of mixed content.
3014
3015Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3016
3017 * tree.c valid.c: applied patch from Rob Richards for removal
3018 of ID (and xml:id)
3019 * xmlreader.c: applied patch from James Wert implementing
3020 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3021
3022Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3023
3024 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3025 namespace list, appending of element character content.
3026 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3027
3028Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3029
3030 * xmlschemastypes.c: Added missing function descriptions.
3031
3032Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3033
3034 * xmllint.c: if sax1 is used and input is a file use the old
3035 API xmlParseFile()
3036 * xmlschemas.c: cleanups
3037 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3038 for the new functions in Schemas.
3039
3040Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3041
3042 * xmlschemas.c include/libxml/xmlschemas.h: Added
3043 xmlSchemaValidateFile() to the public API. This will use
3044 SAX2-driven validation.
3045
3046Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3047
3048 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3049 Added schema test results (Tom Browder, bug #306806).
3050
3051Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3052
3053 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3054 Added schema tests submitted by Tom Browder (bug #306806).
3055
3056Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3057
3058 * pattern.c: adjusted last change to xmlCompilePathPattern,
3059 fixed one compilation warning
3060
3061Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3062
3063 * pattern.c: Some changes/fixes to the streaming evaluation.
3064 * xmlschemas.c: A bit of support for parsing the schema for
3065 schema. Fixed attribute derivation when the use is
3066 "prohibited" and was "optional". Fixed an attribute construction
3067 bug, a left-over from the time, where <complexContent>,
3068 <extension>, etc. where created as structs.
3069
3070Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3071
3072 * libxml-2.0.pc.in: removed a redundant include path
3073
3074Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3075
3076 * xstc/Makefile.am: Some more adjustments.
3077
3078Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3079
3080 * xstc/Makefile.am: Changed test extraction process, since some
3081 boxes don't know about "tar --strip-path".
3082
3083Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3084
3085 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3086 * result//compare0* test//compare0*: added the regression test in
3087 the suite as this went unnoticed !
3088
3089Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3090
3091 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3092 enhancement for XPath streaming, consolidated with
3093 schemas usage of pattern.c. Added a new enum
3094 xmlPatternFlags.
3095 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3096 enum.
3097 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3098 result/XPath/mixedpat: added regression test for problems
3099 reported in bug306348
3100
3101Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3102
3103 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3104 default namespace if existent.
3105
3106Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3107
3108 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3109 values were not duplicated corrently when creating a computed value
3110 in xmlSchemaValAtomicType.
3111
3112Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3113
3114 * xmlschemas.c result/schemas/include1_0_0.err:
3115 Fixed an attribute fixed/default value constraint error.
3116
3117Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3118
3119 * result/schemas/*: Adapted regression test results.
3120
3121Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3122
3123 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3124 include/libxml/xmlschemastypes.h: Changed the validation process
3125 to be able to work in streaming mode. Some datatype fixes,
3126 especially for list and union types. Due to the changes the
3127 error report output has changed in most cases. Initial migration to
3128 functions usable by both, the parser and the validator. This should
3129 ease a yet-to-come XS construction API in the long term as well.
3130
3131Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3132
3133 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3134 troubles on rollback parsing of elements start #304761
3135 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3136 added it to the regression tests.
3137
3138Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3139
3140 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3141 for xml:space and xml:lang handling with SAX2 api.
3142
3143Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3144
3145 * globals.c: applied patch from Morten Welinder, closing bug #306901
3146 on compiling subsets of the library
3147
3148Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3149
3150 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3151 XS tests to use the new release of tests and test-definitions.
3152
31532005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3154
3155 * c14n.c: fix rendering of attributes when parent node
3156 is not in the node set
3157
31582005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3159
3160 * c14n.c: fixed xml attributes processing bug in exc c14n
3161 * xmllint.c: added --exc-c14n command line option
3162
3163Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3164
3165 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3166 handling of depth/level for cases like union operator
3167 (bug #306348 reported by Bob Stayton). Also enhanced
3168 several comments throughout pattern.c.
3169 * doc/apibuild.py: fixed problem in handling of
3170 'signed' declaration. Rebuilt the docs.
3171
3172Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3173
3174 * xinclude.c: Enhanced handling of xml:base for included
3175 elements, fixing bugs 169209 and 302353.
3176
3177Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3178
3179 * xmlschemas.c: Fixed facet errors to be channelled back for
3180 union type members; facet-validation will stop now on the
3181 first error. Reported by GUY Fabrice to the mailing-list.
3182 * xmlschemastypes.c: Changed to ignore lengh-related facet
3183 validation for QNames and NOTATIONs as proposed by the
3184 schema people.
3185 * test/schemas/union2* result/schemas/union2*: Added
3186 regression tests for union types (by GUY Fabrice).
3187
3188Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3189
3190 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3191 CDATA with NULL content.
3192
3193Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3194
3195 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3196 the timezone to -840 to 840.
3197
3198Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3199
3200 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3201 for "signed int" of the date-time timezone field. Silenced
3202 a warning.
3203
3204Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3205
3206 * tree.c: applied patch for replaceNode from Brent Hendricks
3207
3208Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3209
3210 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3211
3212Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3213
3214 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3215 problem exposed in bug #303640
3216
3217Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3218
3219 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3220 Added regression a test provided by Heiko Oberdiek (bug #303566).
3221
3222Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3223
3224 * pattern.c: Changed the XPath "." to resolve only on the first
3225 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3226 This should not affect pattern-like resolution on every level.
3227
3228Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3229
3230 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3231
3232Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3233
3234 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3235 * doc/apibuild.py: fixed __attribute() parsing problem
3236 * doc/* testapi.c: regenerated the descriptions and docs.
3237
3238Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3239
3240 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3241 to avoid linking with pthread library on non-threaded environments.
3242 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3243 list allocation.
3244
3245Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3246
3247 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3248 attributes were treated as being bound to the default namespace.
3249
3250Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3251
3252 * xmlschemastypes.c: Fixed date-time related validation
3253 (reported by David Crossley, bug #300576).
3254
3255Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3256
3257 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3258 dereferences (reported by Andriy, bug #301074).
3259
3260Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3261
3262 * xpath.c: Added some code to avoid integer overflow for
3263 ceil, floor and round functions (bug 301162)
3264
3265Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3266
3267 * xmlschemas.c: Removed workaround for bug #172215, since it
3268 does more harm in some scenarios. Added some of the
3269 "Particle Restriction OK" constraints - not yet enabled.
3270
3271Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3272
3273 * result/schemas/changelog093*: Added test results.
3274
3275Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3276
3277 * xmlschemas.c: Added output of canonical values in
3278 identity-constraint error messages.
3279 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3280 Added xmlSchemaGetCanonValueWhtsp() to the API.
3281 Further enhancement of the canonical value
3282 conversion.
3283 * test/schemas/changelog093_0.*: Added test with an XSD
3284 submitted by Randy J. Ray.
3285
3286Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3287
3288 * valid.c: Applied Daniel's fix for memory leak in dtd
3289 prefix (bug 300550).
3290 * xpath.c: minor change to comment only
3291
3292Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3293
3294 * xmlmemory.c: added the call to the breakpoint routine
3295 when a monitored block is reallocated or freed
3296
3297Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3298
3299 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3300 about HTTP query string parameter being lost
3301
3302Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3303
3304 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3305 adding namespace removal at the python level #300209
3306 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3307 test
3308
3309Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3310
3311 * xpath.c: fixed several places where memory cleanup was not
3312 properly done after an error was detected (problem was
3313 reported on the mailing list by Pawel Palucha)
3314
3315Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3316
3317 * xmlschemas.c: Added substitution group constraints; changed
3318 the build of the pre-computed substitution groups. Channeled
3319 errors during xsi assembling of schemas to the validation
3320 context. Fixed a big memory leak, which occured when using
3321 IDCs: the precomputed value of attributes was not freed if
3322 the attribute did not resolve to an IDC field (discovered
3323 with the help of Randy J. Ray's schema, posted to the
3324 xmlschema-dev maling list).
3325
3326Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3327
3328 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3329 Added handling substitution groups inside <choice> and <sequence>;
3330 for <all> this is not supported yet. Changed circular checks for
3331 model groups definitions. "memberTypes" are processed at different
3332 levels now: component resolution first, construction later; this
3333 goes hand in hand with a global change to handle component
3334 resolution in a distinct phase. Fixed invalid default values for
3335 elements to mark the schema as invalid; this just resulted in an
3336 error report previously, but the schema was handled as valid.
3337 Separated the assignment of the model groups to referencing
3338 model group definition references (i.e. particles); this was
3339 needed to perform the circularity check for model group definitions.
3340 Added "Element Declaration Properties Correct (e-props-correct)"
3341 constraints. Separated component resolution for simple/complex
3342 types.
3343 * include/libxml/schemasInternals.h: Added a flag for substitution
3344 group heads.
3345
3346Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3347
3348 * win32/Makefile.*: make install cleanup
3349
3350Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3351
3352 * win32/Makefile.mingw: fixed mingw compilation
3353 * testModule.c: removed mingw warnings
3354
3355Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3356
3357 * .cvsignore: added Eclipse project files to ignore list
3358
3359Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3360
3361 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3362 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3363 test/XPath/docs/lang: added a regression test
3364
3365Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3366
3367 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3368
3369Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3370
3371 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3372 and anchored them in the "Element Locally Valid (Element)"
3373 constraints. This restricts the type substitution via "xsi:type".
3374
3375Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3376
3377 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3378 facets validation messages.
3379
3380Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3381
3382 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3383 rebuilding.
3384
3385Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3386
3387 * xstc/Makefile.am: integrated fixup-tests.py
3388
3389Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3390
3391 * xmlschemastypes.c: fixed a lack of comment and missing test for
3392 a pointer in the API.
3393
3394Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3395
3396 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3397 files used for the tests.
3398
3399Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3400
3401 * xmlschemas.c include/libxml/schemasInternals.h
3402 result/schemas/src-element2-*.err result/schemas/element-*.err:
3403 Committing again, since the CVS server aborted.
3404
3405Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3406
3407 * xmlschemastypes.c: Corrected 'length' facet validation for
3408 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3409 data types did not return a value if already in normalized
3410 form.
3411 * xmlschemas.c include/libxml/schemasInternals.h:
3412 Eliminated creation of structs for <restriction>, <extension>,
3413 <simpleContent>, <complexContent>, <list> and <union>: the
3414 information is now set directly on the corresponding simple/
3415 complex type. Added some more complex type constraints.
3416 Added facet derivation constraints. Introduced "particle"
3417 components, which seem to be really needed if applying
3418 constraints. Corrected/change some of the parsing functions.
3419 This is all a bit scary, since a significant change to the code.
3420 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3421 Adapted regression test results.
3422
3423Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3424
3425 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3426 format to cope with gcc4 change of aliasing allowed scopes, had
3427 to add extra informations to doc/libxml2-api.xml to separate
3428 the header from the c module source.
3429 * *.c: updated all c library files to add a #define bottom_xxx
3430 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3431 * doc//* testapi.c: regenerated when rebuilding the API
3432
3433Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3434
3435 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3436 encoding UTF-8 should really be assumed. This may break if
3437 the HTTP headers indicates for example ISO-8859-1 since this
3438 then becomes a well formedness error.
3439
3440Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3441
3442 * SAX.c: fixed #172260 redundant assignment.
3443 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3444 xmlParseDoc() signatures #172257.
3445
3446Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3447
3448 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3449 is NULL as reported by bug #172255
3450
3451Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3452
3453 * relaxng.c: fixed a problem in Relax-NG validation #159968
3454 * test/relaxng/list.* result/relaxng/list_*: added the test
3455 to the regression suite
3456
3457Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3458
3459 * python/libxml.c: fixed bug #168504
3460
3461Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3462
3463 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3464 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3465 since apparently IBM can't avoid breaking common defines #166922
3466
3467Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3468
3469 * encoding.c: fix unitinialized variable in not frequently used
3470 code bug #172182
3471
3472Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3473
3474 * python/generator.py python/libxml.py: another patch from Brent
3475 Hendricks to add new handlers with the various validity contexts
3476 * python/tests/Makefile.am python/tests/validDTD.py
3477 python/tests/validRNG.py python/tests/validSchemas.py: also
3478 added the regression tests he provided
3479
3480Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3481
3482 * python/generator.py python/libxml.c: applied patch from Brent
3483 Hendricks to avoid leak in python bindings when using schemas
3484 error handlers.
3485
3486Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3487
3488 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3489
3490Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3491
3492 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3493 by Rob Richards
3494
3495Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3496
3497 * gentest.py, testapi.c: fixed problem with 'minimal library'
3498 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3499 by Greg Morgan
3500
3501Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3502
3503 * xmlschemas.c: Fixed call to a facet error report: the type of
3504 the error was wrong, resulting in a segfault (bug #171220, reported
3505 by GUY Fabrice).
3506
3507Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3508
3509 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3510 failing to build a linked list correctly (bug #169898, reported
3511 by bing song, hmm...).
3512
3513Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3514
3515 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3516 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3517 a variable was missed to be reset in a loop. Deactivated bubbling,
3518 if not referenced by a keyref.
3519
3520Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3521
3522 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3523 in c14n relative namespaces check and add structured error messages
3524 to c14n code
3525
3526Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3527
3528 * xmlschemas.c: Removed inheritance of "mixed" content type for
3529 short-hand restrictions of "anyType" (reported by Guy Fabrice
3530 to the mailing list). Added the namespace conversion (chameleon
3531 includes) for the base type reference of <restriction> and
3532 <extension>.
3533 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3534 of "mixed" inheritance.
3535
3536Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3537
3538 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3539
3540Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3541
3542 * xmlschemas.c: more debug messages from Matthew Burgess
3543 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3544
3545Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3546
3547 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3548 by Daniel, which I overwrote with the previous commit.
3549
3550Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3551
3552 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
3553 Hopefully finished validation against facets to use the normalized
3554 value of both, the facets and instance values. Added
3555 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
3556 and xmlSchemaGetValType() to the schema API.
3557
3558Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3559
3560 * libxml.spec.in: do not package .la files
3561 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
3562 * xmlschemastypes.c: fixed a couple of missing tests of parameters
3563 at public API entry points.
3564
3565Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
3566
3567 * xmlschemastypes.c: a couple of more changes to various
3568 decimal-handling routines. Fixes python some problems
3569 turned up by the python tests.
3570 * Makefile.am: change SchemasPythonTests message to warn
3571 that there are 10 'expected' errors (rather than 6) since
3572 we now reject a '+' sign on an unsigned.
3573
3574Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3575
3576 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
3577 normalized values of facets during validation: changed the
3578 arguments of some string comparison functions; added a static
3579 xmlSchemaValidateFacetInternal() with more arguments to be
3580 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
3581 to use the comparison functions. Fixed some assignments in
3582 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
3583
3584Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3585
3586 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
3587 updated docs and rebuilt
3588 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
3589
3590Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3591
3592 * encoding.c: removed a static buffer in xmlByteConsumed(),
3593 as pointed by Ben Maurer, fixes #170086
3594 * xmlschemas.c: remove a potentially uninitialized pointer warning
3595
3596Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
3597
3598 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
3599 and much of the routine xmlSchemaCompareDecimals. The
3600 changes were necessary to fix a problem reported on the
3601 mailing list by John Hockaday.
3602
3603Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3604
3605 * xmlschemas.c: The schema parser will stop if components could
3606 not be resolved. This is not conforming to the spec but for now
3607 will avoid internal errors during type fixup and content model
3608 creation. Restructured inclusion/import of schemata: this avoids
3609 duplicate, self and circular inclusion. Chameleon includes are
3610 still workarounded. Added restriction to disallow references to
3611 non-imported namespaces. Corrected parsing of <group>.
3612 * result/schemas/bug167754_0_0*: Added a missing test result.
3613
3614Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
3615
3616 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
3617 link and foreword warning to avoid problem with ignorant
3618 programmers, c.f #169721
3619
3620Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
3621
3622 * python/tests/Makefile.am python/tests/readernext.py: added
3623 a regression test from Rob Richards for the previous bug
3624
3625Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
3626
3627 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
3628 Rob Richards
3629
3630Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3631
3632 * xmlmodule.c: second patch from Rick Jones, portability fix for
3633 HP-UX
3634 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
3635 to avoid warnings.
3636
3637Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3638
3639 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
3640 patches, including a serious aliasing bug exposed in s390
3641 when trying to convert data pointer to code pointer.
3642
3643Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3644
3645 * xmlschemas.c: Tiny restructuring of the validation start-up
3646 functions. Added cleanup of the validation context at the
3647 end of validation. This takes care of the validation context
3648 being reused.
3649
3650Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3651
3652 * xmlschemastypes.c: Tiny changes in the comparison functions
3653 I forgot to commit last time.
3654
3655Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3656
3657 * xmlschemas.c: Added IDC validation of anySimpleType attribute
3658 values; anyway the IDC key comparison is restricted to
3659 anySimpleType <--> string based types. For other types we
3660 would possibly need the canonical lexical representation of
3661 them; this sounds not performant, since we would need to
3662 build such a representation each time we want to compare against
3663 anySimpleType. TODO: think about buffering the canonical values
3664 somewhere. Fixed error reports for default attributes to work
3665 without a node being specified. This all and the enabling of IDC
3666 validation fixes bug #165346 (reported by Benoit Gr?goire - could
3667 not read his last name correctly from bugzilla).
3668
3669Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3670
3671 * xmlschemas.c: Enabled IDC parsing and validation.
3672 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3673 Added xmlSchemaCopyValue to the API; this was done due to
3674 validation of default attributes against IDCs: since IDC keys
3675 consume the precomputed value, one needs a copy.
3676 * pattern.c: Enabled IDC support; this is currently done
3677 via calling xmlPatterncompile with a flag arg of 1.
3678
3679Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3680
3681 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
3682 xstc/Makefile.am: try to fix a problem with valgrind.
3683 * python/generator.py python/libxml.c python/tests/Makefile.am
3684 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
3685 c.f. bug #165349
3686
3687Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3688
3689 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
3690 the prefix instead of the namespace name.
3691 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
3692 Adapted invalid values of the "id" attribute, since they are
3693 validated now.
3694
3695Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
3696
3697 * threads.c: new version with fixes from Rob Richards
3698
3699Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
3700
3701 * threads.c: applied patch from Rich Salz for multithreading on
3702 Windows.
3703
3704Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3705
3706 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
3707 of bugs in the writer
3708
3709Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3710
3711 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
3712 * xpath.c: fixed compilation warning, no change to logic.
3713 * xmlschemastypes.c: fixed compilation warning, no change to logic.
3714
3715Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3716
3717 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
3718 xmlTextWriterStartAttributeNS
3719
3720Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3721
3722 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
3723 and switched XPath to use it by default when possible
3724
3725Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
3726
3727 * xmlschemastypes.c: a bit of cleanup
3728 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
3729 the documentation as a result.
3730
3731Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3732
3733 * xmlreader.c include/libxml/xmlreader.h: applied patch from
3734 Aron Stansvik to add xmlTextReaderByteConsumed()
3735 * testReader.c: added a test option
3736 * xmlschemastypes.c: fix a lack of pointer checking in APIs
3737
3738Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3739
3740 * test/schemas/bug167754_0*: Added the regression test of Frans
3741 Englich for bug #167754.
3742
3743Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3744
3745 * xmlschemas.c: Started support for IDC resolution to default
3746 attributes. If building the content model for <all>: ensured
3747 to put element declarations and not the particles into the
3748 content model automaton (this was bug #167754, reported by
3749 Frans Englich).
3750
3751Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3752
3753 * pattern.c pattern.h: Some experimental addition for parsing
3754 of expressions and streamable validation.
3755 Added xmlStreamPushAttr to the API.
3756
3757Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3758
3759 * xmlschemas.c: Added validation for the attribute "id" in the
3760 schemata; doing this needed error report fixes for notations,
3761 facets and group. Changed NOTATION validation to work with the
3762 declared NOTATIONs in the schema; this does have no impact on
3763 the validation via the relaxng module.
3764 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3765 Added xmlSchemaNewNOTATIONValue to the API to be able to do
3766 the NOTATION validation described above.
3767 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
3768 Fixed the values of the "id" attributes, which were not validated
3769 previously.
3770
3771Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3772
3773 * xmlschemas.c: Fixed comparison for default/fixed attribute
3774 values, if the type was 'xsd:string'. Changed the comparison
3775 for IDCs to use the whitespace aware comparison function.
3776 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3777 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
3778 xmlSchemaCompareValuesWhtsp to the API. Added functions
3779 to compare strings with whitespace combinations of "preserve",
3780 "replace" and "collapse".
3781
3782Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3783
3784 * xmlschemas.c: Further work on IDCs, especially evaluation for
3785 attribute nodes.
3786
3787Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3788
3789 * encoding.c: fix the comment to describe the real return values
3790 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
3791 the patterns, pluggin in the XPath default evaluation, but
3792 disabled right now because it's not yet good enough for XSLT.
3793 pattern.h streaming API are likely to be changed to handle
3794 relative and absolute paths in the same expression.
3795
3796Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3797
3798 * xmlschemas.c: Added IDC evaluation for attribute nodes.
3799 Made 'nil'ed elements work. Added a specific error message
3800 for 'strict' attribute wildcards.
3801 * include/libxml/xmlerror.h: Added an error code for
3802 wildcards.
3803 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
3804
3805Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3806
3807 This change started out as a simple desire to speed up the
3808 execution time of testapi.c, which was being delayed by
3809 nameserver requests for non-existent URL's. From there it
3810 just sort of grew, and grew....
3811 * nanohttp.c, nanoftp.c: changed the processing of URL's
3812 to use the uri.c routines instead of custom code.
3813 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
3814 * uri.c: added accepting ipV6 addresses, in accordance with
3815 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
3816 * gentest.py, testapi.c: fixed a few problems with the
3817 testing of the nanoftp and nanohttp routines.
3818 * include/libxml/xmlversion.h: minor change to fix a
3819 warning on the docs generation
3820 * regenerated the docs
3821
3822Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
3823
3824 * xinclude.c: fixed xmlXIncludeParseFile to prevent
3825 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
3826 (bug 166199)
3827 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
3828 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
3829 PYTHONPATH is set, to assure new libxml2 routines are used.
3830
3831Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
3832
3833 * parser.c: fixed problem when no initial "chunk" was
3834 given to xmlCreatePushParser (bug 162613)
3835
3836Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3837
3838 * dict.c: fixed compilation warning
3839 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
3840 * xmllint.c: changed to return non-zero status if error
3841 on xinclude processing
3842 * xmlsave.c: minor deletion of a redundant condition statement
3843
3844Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
3845
3846 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
3847
3848Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3849
3850 * pattern.c xmllint.c: fixed implementation for |
3851 * test/pattern/conj.* result/pattern/conj: added a specific regression
3852 test
3853
3854Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
3855
3856 * pattern.c: first implementation for | support
3857
3858Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3859
3860 * pattern.c: fixed the namespaces support
3861 * tree.c: fixed xmlGetNodePath when namespaces are used
3862 * result/pattern/multiple result/pattern/namespaces
3863 test/pattern/multiple.* test/pattern/namespaces.*: added
3864 more regression tests
3865
3866Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
3867
3868 * xmlschemas.c: fixed one internal function
3869 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
3870 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
3871
3872Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
3873
3874 * Makefile.am: use the walker to test the patterns instead of
3875 the normal reader
3876 * pattern.c xmllint.c: bug fixes in the train including fixing the
3877 stupid build break.
3878
3879Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
3880
3881 * pattern.c: more bug fixes for the XPath streaming code.
3882
3883Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3884
3885 * xmlschemas.c: Integrated the streaming pattern from the
3886 pattern module. Fixed some IDC code bugs. Changed
3887 fallback for attribute declaration addition to work like for
3888 element declarations.
3889
3890Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3891
3892 * pattern.c xmllint.c: bugfixes around the streaming patterns
3893
3894Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
3895
3896 * Makefile.am configure.in result/pattern/simple
3897 test/pattern/simple.*: added first test for the patterns
3898 * pattern.c xmllint.c: a few fixes
3899
3900Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3901
3902 * pattern.c include/libxml/pattern.h xmllint.c: added a
3903 streaming pattern detector for a subset of XPath, should
3904 help Kasimier for identity constraints
3905 * python/generator.py: applied Stephane Bidoul patch to find
3906 paths without breaking.
3907
3908Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
3909
3910 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
3911
3912Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3913
3914 * xmlreader.c: implementation of xmlTextReaderReadString by
3915 Bjorn Reese
3916
3917Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3918
3919 * xmlschemas.c: Corrected an ambigious symbol-space for
3920 local attribute declarations. IFDEFed more IDC code to
3921 surpress compiler warnings.
3922
3923Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
3924
3925 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
3926 files for the Bakefile generator for Makefiles from Francesco
3927 Montorsi
3928 * win32/configure.js: fixes for Windows compilation with non-default
3929 flags by Joel Reed
3930
3931Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
3932
3933 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
3934 by Martijn Faassen
3935
3936Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3937
3938 * xmlschemas.c include/libxml/schemasInternals.h:
3939 Added an initial skeleton for indentity-constraints. This is all
3940 defined out, since not complete, plus it needs support from other
3941 modules.
3942 Added machanism to store element information for the
3943 ancestor-or-self axis; this is needed for identity-constraints
3944 and should be helpfull for a future streamable validation.
3945 * include/libxml/xmlerror.h: Added an error code for
3946 identity-constraints.
3947
3948Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
3949
3950 * gentest.py testapi.c: had to fix generation and rebuild.
3951 * valid.c: the testapi found a bug in the last code of course !
3952
3953Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
3954
3955 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
3956 is generated, fixes bug #161386
3957 * dict.c: fix a comment typo
3958 * elfgcchack.h doc/*: regenerated
3959
3960Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
3961
3962 * parser.c: found and fixed 2 problems in the internal subset scanning
3963 code affecting the push parser (and the reader), fixes #165126
3964 * test/intsubset2.xml result//intsubset2.xml*: added the test case
3965 to the regression tests.
3966
3967Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
3968
3969 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
3970 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
3971 speedups, start to deprecate 3 ElementDef related entry point
3972 and replace them with better ones.
3973
3974Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3975
3976 * xmlschemas.c: more hash dictionary interning changes
3977
3978Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
3979
3980 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
3981 the hash reuses the dictionnary for internal strings
3982 * entities.c valid.c parser.c: reuse that new API, leads to a decent
3983 speedup when parsing for example DocBook documents.
3984
3985Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
3986
3987 * parser.c: small speedup in skipping blanks characters
3988 * entities.c: interning the entities strings
3989
3990Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
3991
3992 * parser.c: boosting common commnent parsing code, it was really
3993 slow.
3994 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
3995 regression tests
3996
3997Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
3998
3999 * parser.c: small optimization back.
4000
4001Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4002
4003 * dict.c parser.c include/libxml/dict.h: a single lock version
4004 mostly avoid the cost penalty of the lock in case of low
4005 parallelism, so applying that version instead.
4006
4007Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4008
4009 * dict.c: patch from Gary Coady to fix a race in dict reference
4010 counting in multithreaded apps.
4011
4012Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4013
4014 * parser.c: fixed bug #164556 where non-fatal errors stopped
4015 push parsing and xmlreader.
4016 * Makefile.am: fixup
4017 * test/errors/webdav.xml result/errors/webdav*: adding regression
4018 test for this problem.
4019
4020Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4021
4022 * xmlschemas.c: Corrected targetNamespace in
4023 xmlSchemaElementDump. Cosmetic changes to the dump output.
4024
4025Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4026
4027 * configure.in NEWS doc/*: preparing release of 2.6.17,
4028 updated and rebuilt the docs
4029
4030Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4031
4032 * parser.c: better fix for #151694 not killing c14n regression tests
4033 * xmlschemastypes.c: fixing bug #157653
4034
4035Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4036
4037 * parser.c: fixing bug #151694, line should always be set in the
4038 elements.
4039
4040Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4041
4042 * xmlschemastypes.c: trying to fix at least the message from
4043 bug #158628
4044 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4045 for format, c.f. bug #159997
4046
4047Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4048
4049 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4050 bug #157872
4051
4052Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4053
4054 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4055
4056Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4057
4058 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4059 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4060 tests about it.
4061 * doc/*: rebuilt
4062 * testdso.c: removed a warning due to a missing void in signature.
4063
4064Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4065
4066 * include/libxml/schemasInternals.h xmlschemas.c:
4067 Exposed targetNamespace for simple/complex types, model groups,
4068 attribute groups and notations (reported by Michael Hewarth
4069 to the mailing list). Added targetNamespace to xmlSchemaType,
4070 xmlSchemaAttributeGroup and xmlSchemaNotation.
4071 Tiny cosmetic change to the content model error report output.
4072 * result//all_*.err result//any3_0_0.err result//choice_*.err
4073 result//list0_0_1.err result//list0_1_1.err: Adapted output
4074 of regression tests.
4075
4076Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4077
4078 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4079 back in, since I missed to update xmlschemas.c before doing
4080 the previous commit.
4081
4082Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4083
4084 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4085 from xmlregexp.c to report expected elements on content model errors.
4086 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4087 Adapted output of regression tests.
4088
4089Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4090
4091 * config.h.in configure.in xmlmodule.c: trying to work around
4092 the compilation problem on HP-UX
4093
4094Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4095
4096 * pattern.c: fixed the fixed size array structure problem reported by
4097 Patrick Streule
4098
4099Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4100
4101 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4102 the API description, rebuilt, improved navigation in documentation
4103 a bit.
4104
4105Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4106
4107 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4108 and xmlRegExecNextValues() to return error transition strings too,
4109 and sink state detection and handling.
4110
4111Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4112
4113 * xmlschemas.c: fixed bug #163641 when the value passed for
4114 an atomic list type is NULL.
4115
4116Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4117
4118 * Makefile.am configure.in: fixed dependency on python 2.3,
4119 also small improvement for cygwin (bug 163273)
4120
4121Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4122
4123 * gentest.py testapi.c: William noticed I forgot to add special
4124 support for xmlmodules.c define
4125 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4126 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4127 entry point and refactored to use both code.
4128
4129Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4130
4131 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4132 setting up a "private" library (after some list posts about
4133 people having trouble doing it)
4134
4135Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4136
4137 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4138 rollback
4139
4140Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4141
4142 * TODO: small update
4143 * xmlregexp.c: trying to add an API to get useful error informations
4144 back from a failing regexp context.
4145
4146Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4147
4148 * xpath.c: fixed problem with xmlXPathErr when error number
4149 subscript was out of range (bug 163055)
4150
4151Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4152
4153 * uri.c: fixed problem with xmlURIEscape when query part was
4154 empty (actually fixed xmlURIEscapeStr to return an empty
4155 string rather than NULL for empty string input) (bug 163079)
4156
4157Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4158
4159 * parser.c, parserInternal.c: fixed "col" calculation for
4160 struct _xmlParserInput (based on patch from Rob Richards)
4161 * include/libxml/xmlerror.h, error.c: propagated error column
4162 number in the xmlError structure
4163
4164Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4165
4166 * parser.c: fixed namespace bug in push mode reported by
4167 Rob Richards
4168 * test/ns6 result//ns6*: added it to the regression tests
4169 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4170 added an extra option argument to module opening and defined
4171 a couple of flags to the API.
4172
4173Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4174
4175 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4176 Bjorn Reese, plus some cleanups
4177 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4178 add the new header
4179 * doc/* testapi.c: regenerated the API
4180
4181Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4182
4183 * configure.in: making DSO support an option
4184 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4185 and documentation cleanups
4186 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4187 checks for new module
4188 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4189 previously
4190
4191Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4192
4193 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4194 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4195 include/libxml/Makefile.am include/libxml/xmlerror.h
4196 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4197 include/libxml/xmlwin32version.h.in: applied DSO support
4198 patch 2 from Joel Reed
4199
4200Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4201
4202 * configure.in: applied patch from Marcin Konicki for BeOS
4203
4204Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4205
4206 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4207
4208Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4209
4210 Re-examined the problems of configuring a "minimal" library.
4211 Synchronized the header files with the library code in order
4212 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4213 were the same in both. Modified the API database content to more
4214 accurately reflect the conditionals. Enhanced the generation
4215 of that database. Although there was no substantial change to
4216 any of the library code's logic, a large number of files were
4217 modified to achieve the above, and the configuration script
4218 was enhanced to do some automatic enabling of features (e.g.
4219 --with-xinclude forces --with-xpath). Additionally, all the format
4220 errors discovered by apibuild.py were corrected.
4221 * configure.in: enhanced cross-checking of options
4222 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4223 doc/libxml2-api.xml, gentest.py: changed the usage of the
4224 <cond> element in module descriptions
4225 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4226 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4227 testSAX.c: cleaned up conditionals
4228 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4229 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4230 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4231 synchronized the conditionals with the corresponding module code
4232 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4233 added additional conditions required for compilation
4234 * doc/*.html, doc/html/*.html: rebuilt the docs
4235
4236Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4237
4238 * parserInternals.c: fixed to skip (if necessary) the BOM for
4239 encoding 'utf-16'. Completes the fix for bug #152286.
4240 * tree.c, parser.c: minor warning cleanup, no change to logic
4241
4242Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4243
4244 * python/generator.py: added most required entires to
4245 foreign encoding table, plus some additional logic to
4246 assure only the 1st param uses the 't#' format. Fixes
4247 bug #152286, but may still have some other UTF-16 problems.
4248
4249Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4250
4251 * Makefile.am, gentest.py: enhanced for enabling build in
4252 a different directory. Added (optional) param to gentest.py
4253 to specify the source directory (bug #155468)
4254 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4255 to (top_builddir) (bug #155468)
4256 * python/Makefile.am, python/generator.py: enhanced for enabling
4257 build in a different directory(bug #155468). Added (optional)
4258 param to generator.py to specify the source directory. Added
4259 a new table of functions which have possible "foreign" encodings
4260 (e.g. UTF16), and code to use python 't' format instead of
4261 'z' format (mostly solving bug #152286, but still need to
4262 populate the table).
4263
4264Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4265
4266 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4267 Change reference to new site for Solaris binaries, fixing bug
4268 160598
4269
4270
4271Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4272
4273 * parser.c: reset input->base within xmlStopParser
4274 * xmlstring.c: removed call to xmlUTF8Strlen from within
4275 xmlUTF8Strpos (Bill Moseley pointed out it was not
4276 useful)
4277
4278Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4279
4280 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4281 instead of ctxt->error for its reports (bug #160662)
4282
4283Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4284
4285 * python/generator.py: modified to allow the ns and nsDefs
4286 accessors to return None instead of error when no namespace
4287 is present (bug #)
4288
4289Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4290
4291 * doc/Makefile.am: changed maintainer-clean dependency with
4292 suggestion from Crispin Flowerday (bug #157634)
4293 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4294 were specified with debugDumpNode (bug #160621)
4295
4296Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4297
4298 * valid.c: fixed ID deallocation problem based on patch from
4299 Steve Shepard fixes bug #160893
4300 * xmlmemory.c: improving comment.
4301 * testapi.c: new test for xmlDictExists() is generated.
4302
4303Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4304
4305 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4306 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4307 warnings on function pointer <-> object pointer (a hack).
4308
4309Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4310
4311 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4312
4313Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4314
4315 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4316 a dead loop on bad data (bug 159550)
4317
4318Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4319
4320 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4321 of elements for which a declaration existed were still processed
4322 by the wildcard mechanism (reported by philippe ventrillon to the
4323 mailing list).
4324 Changed the import and include machanism to share dictionaries.
4325
4326Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4327
4328 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4329 go through the catalog resolution.
4330 * gentest.py testapi.c: fix a side effect wrning of the change
4331
4332Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4333
4334 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4335 dictionnary interface.
4336 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4337 from Rob Richards
4338
4339Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4340
4341 * xmlschemas.c: tiny enhancement for content model error reports
4342 (#157190, #143948). Removed abbreviations: CT, ST and WC
4343 (#157190, reported by Frans Englich).
4344 Initial: no report of local components.
4345 * result/schemas/all* result/schemas/any3_0_0.err
4346 result/schemas/choice*
4347 result/schemas/cos-st-restricts-1-2-err_0_0.err
4348 result/schemas/derivation-ok-extension-err_0_0.err
4349 result/schemas/derivation-ok-extension_0_0.err
4350 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4351 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4352 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4353 result/schemas/facet-unionST-err1_0_0.err
4354 result/schemas/hexbinary_0_1.err
4355 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4356 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4357 Adapted output.
4358
4359Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4360
4361 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4362 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4363 checked prior to facets of derived types - which caused a seg
4364 fault otherwise (bug #158216, reported by Frans Englich).
4365
4366Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4367
4368 * gentest.py, testapi.c: further enhancement, now all
4369 compilation warnings have been fixed.
4370 * xmlschemastypes.c: added NULL check for one function
4371
4372Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4373
4374 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4375 on a couple of lines)
4376 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4377
4378Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4379
4380 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4381
4382Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4383
4384 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4385 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4386 normalization for 'normalizedString'.
4387 Added xmlSchemaWhiteSpaceReplace to the API.
4388
4389Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4390
4391 * Makefile.am: forgot a $(srcdir)
4392 * encoding.c: stupid error wrong name #157976
4393
4394Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4395
4396 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4397
4398Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4399
4400 * python/generator.py python/libxml.c python/libxml2class.txt
4401 python/libxml_wrap.h python/types.c: Applied patch from Brent
4402 Hendricks adding support for late DTD validation.
4403 * python/tests/Makefile.am python/tests/dtdvalid.py
4404 python/tests/test.dtd: integrated the provided regression test
4405
4406Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4407
4408 * configure.in: detect when struct sockaddr_storage
4409 has the __ss_family member instead of ss_family and
4410 behave accordingly. We now can use ipv6 on aix.
4411
4412Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4413
4414 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4415 added -q option, and more conditional features fixes
4416 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4417 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4418 include/libxml/debugXML.h: various compilation and conditional
4419 cleanups.
4420 * doc/*: regenerated
4421
4422Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4423
4424 * gentest.py testapi.c: better handling of conditional features
4425 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4426 on parser contexts closed leaks, error messages
4427
4428Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4429
4430 * xpath.c: fixed problem concerning XPath context corruption
4431 during function argument evaluation (bug 157652)
4432
4433Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4434
4435 * testapi.c: more types.
4436 * parserInternals.c xpath.c: more fixes
4437
4438Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4439
4440 * gentest.py testapi.c: better parser options coverage
4441 * SAX2.c xpath.c: more cleanups.
4442
4443Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4444
4445 * testapi.c: trying to fix some optional support brokenness
4446
4447Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4448
4449 * gentest.py testapi.c: more coverage
4450 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4451
4452Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4453
4454 * gentest.py testapi.c: more coverage
4455 * SAX2.c parser.c parserInternals.c: more fixes
4456
4457Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4458
4459 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4460
4461Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4462
4463 * gentest.py testapi.c: more types, more coverage
4464 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4465 xmlschemastypes.c: more problems fixed
4466
4467Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4468
4469 * gentest.py: fixed test file corruption problem
4470
4471Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4472
4473 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4474
4475Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4476
4477 * testapi.c: augmented the number of types
4478
4479Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4480
4481 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4482 bug fixes and documentation updates.
4483
4484Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4485
4486 * gentest.py testapi.c: augmented type autogeneration for enums
4487 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4488
4489Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4490
4491 * encoding.c: fixed a regression in iconv support.
4492
4493Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4494
4495 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4496 for unknown pointer types
4497 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4498 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4499 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4500 xpointer.c: This uncovered an impressive amount of entry points
4501 not checking for NULL pointers when they ought to, closing all
4502 the open gaps.
4503
4504Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4505
4506 * catalog.c: fixed problem with NULL entry (bug 157407)
4507 * xpath.c: fixed a couple of warnings (no change to logic)
4508
4509Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4510
4511 * gentest.py testapi.c: more coverage
4512 * xmlunicode.c: one fix
4513
4514Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4515
4516 * entities.c: fixed a compilation problem on a recent change
4517
4518Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4519
4520 * gentest.py testapi.c: more coverage
4521 * nanoftp.c tree.c: more fixes
4522
4523Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4524
4525 * gentest.py testapi.c: fixed the way the generator works,
4526 extended the testing, especially with more real trees and nodes.
4527 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4528 of real problems found and fixed.
4529 * entities.c: fix error reporting to go through the new handlers
4530
4531Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4532
4533 * parser.c: dohh ... stupid change killing xmlParseDoc()
4534
4535Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4536
4537 * gentest.py testapi.c: changing the way the .c is generated,
4538 extending the tests coverage
4539 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4540 function signatures, regenerating stuff
4541 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4542
4543Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4544
4545 * gentest.py testapi.c: extending the tests coverage
4546
4547Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4548
4549 * Makefile.am: gentest.py was missing from the EXTRA_DIST
4550
4551Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
4552
4553 * gentest.py testapi.c: extending the tests coverage
4554 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
4555
4556Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4557
4558 * gentest.py testapi.c: more fixes and extending the tests coverage
4559 * nanoftp.c xmlIO.c: more fixes and hardening
4560
4561Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
4562
4563 * gentest.py testapi.c: more fixes and extending the tests coverage
4564 * valid.c: bunch of cleanups and 2 leaks removed
4565
4566Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
4567
4568 * gentest.py testapi.c: more fixes and extending the tests coverage
4569 * list.c tree.c: more fixes and hardening
4570
4571Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4572
4573 * gentest.py testapi.c: more fixes and extending the tests coverage
4574 * relaxng.c include/libxml/relaxng.h: adding a type init interface
4575 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
4576 cleanups and bug fixes raised by the regression tests
4577
4578Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
4579
4580 * gentest.py testapi.c: more fixes and extending the tests coverage
4581 * xmlwriter.c list.c: more hardeing of APIs
4582 * doc/apibuild.py: skip testapi.c when scanning the C files.
4583
4584Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
4585
4586 * gentest.py testapi.c: more testing and coverage
4587 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
4588 * doc/*: rebuilt
4589
4590Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
4591
4592 * gentest.py testapi.c: more developments on the API testing
4593 * HTMLparser.c tree.c: more cleanups
4594 * doc/*: rebuilt
4595
4596Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
4597
4598 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
4599 * Makefile.am gentest.py testapi.c: work on generator of an
4600 automatic API regression test tool.
4601 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
4602 xmlstring.c: various API hardeing changes as a result of running
4603 teh first set of automatic API regression tests.
4604 * test/slashdot16.xml: apparently missing from CVS, commited it
4605
4606Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4607
4608 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
4609 on #fedora-devel
4610
4611Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
4612
4613 * parser.c: fixed a bug reported by Petr Pajas on the list and
4614 affecting XML::Libxml
4615
4616Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
4617
4618 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
4619 sure the conversion functions return the number of byte written.
4620 Had to fix one of the examples.
4621
4622Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4623
4624 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
4625
4626Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4627
4628 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
4629 Brent Hendricks in the mailing-list
4630 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
4631 parserInternals.c: fix #156626 and more generally how to find out
4632 if a validation contect is part of a parsing context or not. This
4633 can probably be improved to make 100% sure that vctxt->userData
4634 is the parser context too. It's a bit hairy because we can't
4635 change the xmlValidCtxt structure without breaking the ABI since
4636 this change xmlParserCtxt information indexes.
4637
4638Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4639
4640 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
4641 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
4642
4643Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
4644
4645 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
4646 (bug 156527)
4647
4648Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
4649
4650 * nanoftp.c nanohttp.c: second part of the security fix for
4651 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
4652
4653Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
4654
4655 * nanoftp.c: applied fixes for a couple of potential security problems
4656 * tree.c valid.c xmllint.c: more fixes on the string interning checks
4657
4658Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
4659
4660 * debugXML.c include/libxml/xmlerror.h: added checking for names
4661 values and dictionnaries generates a tons of errors
4662 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
4663 include/libxml/tree.h: fixing the errors in the regression tests
4664
4665Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4666
4667 * parser.c: modified the handling of _private for entity
4668 expansion (bug 155816)
4669
4670Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4671
4672 * parser.c: fixed the leak reported by Volker Roth on the list
4673 * test/ent10 result//ent10*: added a specific test for the problem
4674
4675Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
4676
4677 * valid.c: unlinked the internal subset within xmlValidateDtd
4678 (bug 141827)
4679 * configure.in: added -Wall to developer's flags
4680 * doc/examples/reader4.res: added to CVS
4681
4682Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
4683
4684 * HTMLparser.c: added support for HTML PIs #156087
4685 * test/HTML/python.html result/HTML/python.html*: added specific tests
4686
4687Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4688
4689 * threads.c: fixed nasty bug #156087
4690
4691Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4692
4693 * python/libxml.c: fixed a problem occuring only in x86_64 when
4694 very large error messages are raised to the Python handlers.
4695
4696Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4697
4698 * xmlschemas.c: fixed a memory bug
4699 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
4700 and regenerated the directory
4701
4702Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4703
4704 * include/libxml/xmlreader.h xmlreader.c: applied patch from
4705 Graham Bennett adding 4 convenience functions to the reader API.
4706
4707Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
4708
4709 * debugXML.c: excluded a few nodes (with no content) from the
4710 string check routine.
4711
4712Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
4713
4714 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
4715 raise a problem, need debug
4716
4717Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4718
4719 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
4720 #155240 building outside the source tree. but make tests fails.
4721
4722Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
4723
4724 * debugXML.c include/libxml/xmlerror.h: added namespace checking
4725
4726Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4727
4728 * debugXML.c: some framework preparation to add namespace checkings
4729
4730Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
4731
4732 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
4733 adding the tree debug mode
4734 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
4735 by the debug mode.
4736 * SAX2.c: another tree fix from Rob Richards
4737
4738Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
4739
4740 * catalog.c: small change to last fix, to get xml:base right
4741
4742Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4743
4744 * catalog.c: added code to handle <group>, including dumping
4745 to output (bug 151924).
4746 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
4747 cleanup (no change to logic)
4748
4749Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
4750
4751 * configure.in debugXML.c include/libxml/xmlversion.h.in
4752 include/libxml/xmlwin32version.h.in: revamped the XML debugging
4753 module and prepare for a new checking mode
4754
4755Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4756
4757 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
4758
4759Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4760
4761 * python/generator.py python/libxml.c python/tests/outbuf.py:
4762 applied patch from Malcolm Tredinnick fixing bug #154294
4763 related to saving to python file objects.
4764
4765Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4766
4767 * tree.c: changed xmlHasNsProp to properly handle a request for
4768 the default namespace (bug 153557)
4769
4770Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
4771
4772 * parser.c: fixed problem with dictionary handling within
4773 xmlParseInNodeContext (bug 153175)
4774
4775Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
4776
4777 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
4778 check-xinclude-test-suite.py, check-xml-test-suite.py,
4779 check-xsddata-test-suite.py, doc/examples/index.py: changed
4780 changed sys.path setting from 'append' to 'insert' (patch
4781 supplied by Malcolm Tredinnick) (bug 153716)
4782
4783Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
4784
4785 * include/libxml/parserInternals.h: added two new macros
4786 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
4787 parsing and xpath for testing data not necessarily
4788 unicode.
4789 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
4790 IS_DIGIT_CH macros to ascii versions (bug 153936).
4791
4792Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
4793
4794 * error.c: added some coding to attempt to display which file
4795 contains an error when using XInclude (bug 152623)
4796
4797Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
4798
4799 * configure.in: stupid cut'n paste bug in xmllint detection
4800
4801Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4802
4803 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
4804
4805Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4806
4807 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
4808 include/libxml/schemasInternals.h: Parsing of <complexContent>
4809 - handle attribute 'mixed', catch illegal attributes.
4810 Parsing of <complexType> - handle attributes 'abstract',
4811 'final' and 'block', catch illegal attributes.
4812 Validation of complex types - handle abstract types.
4813 Added handling of default/fixed attributes and element values.
4814 Per validation option attribute nodes/text nodes are created
4815 on the instance.
4816 Added the corresponding constraints for fixed/default.
4817 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
4818 to the external API.
4819 Extended element declaration constraints.
4820 Got rid of perseverative creation of temporery validation/parser
4821 contexts.
4822 Added handling of xsi:schemaLocation and
4823 xsi:noNamespaceSchemaLocation.
4824 Fixed xsi:type component resolution if using non-prefixed
4825 QNames.
4826 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
4827 Enabled namespace awareness of the content model if using the
4828 model group "all".
4829 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
4830 which broke the test.
4831 * xstc/xstc.py: Workaround to accomodate case insensitive
4832 test definitions in ms-test.def.xml (was missing in a previous
4833 commit).
4834
4835Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
4836
4837 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
4838 adding option not to load dtd from the drv_libxml2.py module
4839 #134633
4840
4841Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
4842
4843 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
4844 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
4845 warning generated by the Nonstop Kernel Open System Services
4846 compiler #151710
4847
4848Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4849
4850 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
4851 python exception hierarchy #139824
4852
4853Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4854
4855 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
4856 E20 concerning NMTOKENS and co. validation #153722
4857 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
4858 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
4859
4860Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
4861
4862 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
4863 #153713
4864 * xpath.c: fixed a realloc potential problem
4865
4866Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
4867
4868 * Makefile.am: fixed make valgrind xstc
4869
4870Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
4871
4872 * xmlschemastypes.c: fixing an out of bound adressing issue
4873
4874Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
4875
4876 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
4877 code cleanups.
4878
4879Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
4880
4881 * parser.c: fixed a bunch of errors when realloc failed.
4882
4883Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
4884
4885 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
4886 by Purify on Windows.
4887
4888Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
4889
4890 * xmllint.c: added --timing --copy timing for the copy
4891 * vms/build_libxml.com: applied patch from Craig Berry
4892 to build with recent releases
4893
4894Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
4895
4896 * nanohttp.c, include/libxml/nanohttp.h: added the routine
4897 xmlNanoHTTPContentLength to the external API (bug151968).
4898 * parser.c: fixed unnecessary internal error message (bug152060);
4899 also changed call to strncmp over to xmlStrncmp.
4900 * encoding.c: fixed compilation warning (bug152307).
4901 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
4902 a couple of compilation warnings.
4903 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
4904 warnings; no change to logic.
4905
4906Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4907
4908 * parser.c: removed some extern before function code reported by
4909 Kjartan Maraas on IRC
4910 * legacy.c: fixed compiling when configuring out the HTML parser
4911 * Makefile.am: added a declaration for CVS_EXTRA_DIST
4912 * HTMLparser.c: beginning of an attempt at cleaning up the construction
4913 of the HTML parser data structures, current data generate a huge
4914 amount of ELF relocations at loading time.
4915
4916Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4917
4918 * ChangeLog: applied fix from Stepan Kasal to fix duplication
4919 in the change log and cleanup of space/tabs issues.
4920
4921Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4922
4923 * xmlschemas.c include/libxml/schemasInternals.h
4924 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
4925 Simpified attribute wildcard creation and assignment to get rid
4926 of memory leaks.
4927 Restructured the validation process.
4928 Restructured and expanded parsing of <attributeGroup>.
4929 Added initial handing of xsi:type.
4930 Advanced handling of xsi:nil (should work now for simple types).
4931 Added construction of schemata using xsi:schemaLocation and
4932 xsi:noNamespaceSchemaLocation; this is not enabled, since
4933 no corresponding API exists yet.
4934 Moved the content model to complex type components.
4935 Resolution of types for attributes will look for simple types
4936 only (incl. all the built-in simple types).
4937 Extended parsing of 'anyAttribute'.
4938 Fixed content-type type for complex types if derived from
4939 'anyType' using the short-hand form (see bug # 152470,
4940 submitted by Thilo Jeremias).
4941 * include/libxml/xmlschematypes.h: Cleaned up some comments.
4942 * xstc/xstc.py: Workaround to accomodate case insensitive
4943 test definitions in ms-test.def.xml.
4944 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
4945 result/schemas/ns0_1_2.err: Adapted.
4946
4947Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4948
4949 * xmlwriter.c: changed char array initialisation to avoid a
4950 complaint from some compiler(s) (bug 152308)
4951
4952Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
4953
4954 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
4955 routine suggested by Mark Itzcovitz
4956
4957Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
4958
4959 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
4960 which is that notation not in the internal subset should
4961 not be saved, and the second more nasty on an error saving
4962 NOTATIONs, if there is a proof that nobody uses notations !
4963
4964Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4965
4966 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
4967 xmlSchemaValidateOneElement to the XML Schema validation API,
4968 as proposed by Jeffrey Fink - see bug # 152073.
4969
4970Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4971
4972 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
4973 checking for xmllint and xsltproc in configure.in, fixed
4974 make dist w.r.t. the new xstc subdir.
4975 * doc/*: rebuilt
4976
4977Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4978
4979 * xstc/xstc.py: Changed to finally validate instance documents.
4980
4981Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
4982
4983 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
4984 heavy ... weight 250MB of VM !
4985
4986Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4987
4988 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
4989 more cleanup in integrating the xstc testsuite
4990
4991Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4992
4993 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
4994 starting to integrate the xstc suite in the normal regression
4995 tests
4996
4997Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4998
4999 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5000 set correctly.
5001
5002Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5003
5004 * check-xinclude-test-suite.py: when output and expected do not match
5005 exactly run diff to put the differences in the log c.f. #148691
5006
5007Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5008
5009 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5010 xstc/sun-test-def.xml: Initial release of generation files to
5011 create python test scripts, which will run the W3C XML Schema Test
5012 Collection. The ms-test-def.xml and sun-test-def.xml files
5013 were extracted from the online HTML XSTC results [1], since they did
5014 not exist for the SUN tests, and only partially did exist for the
5015 MS tests. The NIST definition file was created by concatenation
5016 of the existing definition files for each single datatype.
5017 The stylesheet "xstc-to-python.xslt" should be run against the
5018 definition files to produce the python scripts.
5019 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5020 results-master.html"
5021
5022Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5023
5024 * xmlschemas.c include/libxml/schemasInternals.h
5025 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5026 a format argument was missing.
5027 Fixed wrong assignment of the owner of a wildcard in
5028 xmlSchemaBuildAttributeValidation (in the shorthandform of
5029 <complexType>; this caused a seg fault, due to a double-free
5030 of the wildcard.
5031 Added a check for circular attribute group references.
5032 Added a check for circular model group definition references.
5033 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5034
5035Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5036
5037 * xmlstring.c: modified comments on xmlGetUTF8Char in
5038 response to bug 151760 (no change to logic)
5039
5040Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5041
5042 * xmlstring.c: fixed error reported on the list caused by
5043 my last change
5044
5045Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5046
5047 * NEWS configure.in doc/*: release of libxml2-2.6.13
5048
5049Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5050
5051 * xmlIO.c: fixing #151456, an encoding error could generate
5052 a serialization loop.
5053
5054Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5055
5056 * Makefile.am: also produce a tar ball with just the sources
5057 * xmllint.c: added --path option and --load-trace options to
5058 xmllint, RFE #147740 based on xsltproc versions
5059 * doc/xmllint.* doc/*: updated the man page and rebuilt
5060
5061Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5062
5063 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5064 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5065 update the test.
5066 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5067 in previous commit.
5068 * Makefile.am: added a message in the regression tests
5069
5070Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5071
5072 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5073 with default namespace when a named prefix with the same href
5074 was present (reported on the mailing list by Karl Eichwalder.
5075 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5076 Julius Mittenzwei.
5077 * dict.c: added a typecast to try to avoid problem reported by
5078 Pascal Rodes.
5079
5080Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5081
5082 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5083 not create a computed value on a facet and thus crashed during
5084 validation of instances.
5085 Expanded validity checks for min/maxOccurs attributes.
5086 Expanded validity checks for the value of the attribute "form".
5087
5088Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5089
5090 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5091 mailing list by Julius Mittenzwei
5092
5093Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5094
5095 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5096 Red Hat bug #124942
5097
5098Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5099
5100 * parser.c: remove a warning on Solaris
5101 * xmlschemastype.c: fix a crashing bug #151111
5102
5103Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5104
5105 * test/schemas/import-bad-1_0.imp: Added missing test file.
5106 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5107 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5108 - see #150840.
5109 Changed the import of schemas to allow failure of location
5110 of a resource to be imported.
5111 * result/schemas/all_* result/schemas/any3_0_0.err
5112 result/schemas/choice_* result/schemas/import1_0_0.err
5113 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5114 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5115 result/schemas/ns0_1_2.err: Adapted regression test results.
5116
5117Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5118
5119 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5120 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5121
5122Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5123
5124 * parser.c: fixed path problem in DTD loading reported by
5125 Sameer Abhinkar
5126
5127Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5128
5129 * win32/configure.js: added support for version extra
5130 * win32/Makefile.*: upgraded to zlib 1.2.1
5131
5132Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5133
5134 * configure.in: removing -O -g from default gcc flags #150828
5135
5136Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5137
5138 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5139 and rebuilt the docs.
5140
5141Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5142
5143 * python/libxml.c: fix a problem on last commit
5144
5145Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5146
5147 * xmllint.c xpath.c include/libxml/xpath.h
5148 include/libxml/xpathInternals.h python/libxml.c
5149 python/libxml_wrap.h: trying to remove some warning when compiling
5150 on Fedora Core 3 and 64bits
5151
5152Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5153
5154 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5155 <sequence>, <choice>, <include>, <import>.
5156 Fixed schema defaults (elementFormDefault, etc.) for included
5157 schemas.
5158 Fixed a bug which reported attributes as invalid on
5159 elements declarations with the built-in type 'anyType'.
5160 Added "lax" validation of the content of elements of type
5161 'anyType'.
5162 Fixed: element declarations with the same name were treated
5163 as duplicate if located in the subtree of <choice> -> <sequence>.
5164 (This was bug 150623, submitted by Roland Lezuo)
5165 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5166 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5167 Kapitanker)
5168 * xmlschemastypes.c: Changed the type of anyType to
5169 XML_SCHEMAS_ANYTYPE.
5170 * include/libxml/xmlerror.h: Added schema parser errors.
5171 * result/schemas/bug145246_0_0*
5172 result/schemas/extension1_0_2.err: Changed test results.
5173 * result/schemas/ct-sc-nobase_0_0*
5174 result/schemas/facet-whiteSpace_0_0*
5175 result/schemas/import1_0_0* result/schemas/import2_0_0*
5176 result/schemas/include2_0_0* result/schemas/include3_0_0*
5177 result/schemas/restriction-attr1_0_0*
5178 result/schemas/seq-dubl-elem1_0_0*
5179 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5180 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5181 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5182 test/schemas/import2_0* test/schemas/include2_0*
5183 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5184 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5185 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5186 files.
5187
5188Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5189
5190 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5191 CVS dist
5192
5193Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5194
5195 * doc/xmllint.xml, xmllint.1, xmllint.html:
5196 Edit and rebuild the man pages with Daniel's C14 update
5197
5198Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5199
5200 * parser.c: fixed missing line numbers on entity as reported
5201 on the list by Steve Cheng
5202
5203Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5204
5205 * configure.in globals.c include/libxml/xmlversion.h.in
5206 include/libxml/xmlwin32version.h.in: added some code to
5207 include the CVS ChangeLog version in the xmlParserVersion
5208 string (printed by xmllint with --version)
5209
5210Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5211
5212 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5213 python/libxml.c python/libxml_wrap.h python/types.c
5214 python/tests/schema.py python/tests/Makefile.am: Applied patch
5215 from Torkel Lyng to add Schemas support to the Python bindings
5216 and extend the schemas error API, registered a new test.
5217 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5218
5219Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5220
5221 * debugXML.c: added help for new set shell command
5222 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5223 added parser option to not generate XInclude start/end nodes,
5224 added a specific option to xmllint to test it fixes #130769
5225 * Makefile.am: regression test the new feature
5226 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5227
5228Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5229
5230 * xmlIO.c: small typo pointed out by Mike Hommey
5231 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5232 the --c14n description, c.f. #144675 .
5233 * nanohttp.c nanoftp.c: applied a first simple patch from
5234 Mike Hommey for $no_proxy, c.f. #133470
5235 * parserInternals.c include/libxml/parserInternals.h
5236 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5237 in includes #137414
5238 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5239 first version of the inplementation of parsing within
5240 the context of a node in the tree #142359, new function
5241 xmlParseInNodeContext(), added support at the xmllint --shell
5242 level as the "set" function
5243 * test/scripts/set* result/scripts/* Makefile.am: extended
5244 the script based regression tests to instrument the new function.
5245
5246Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5247
5248 * doc/xmllint.xml, xmllint.html, xmllint.1:
5249 add c14n to man page (man, it's hard to keep up with
5250 Daniel!)
5251
5252Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5253
5254 * doc/xmllint.xml, xmllint.html, xmllint.1:
5255 add pattern, walker, maxmem, output and xmlout to man page
5256 fixes #144675
5257
5258Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5259
5260 * xmllint.c: added a --c14n option to canonicalize the output
5261 should close the RFE #143226
5262
5263Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5264
5265 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5266 * xmlcatalog.c: applied patch from Albert Chin to add a
5267 --no-super-update option to xmlcatalog see #145461
5268 and another patch also from Albert Chin to not crash
5269 on -sgml --del without args see #145462
5270 * Makefile.am: applied another patch from Albert Chin to
5271 fix a problem with diff on Solaris #145511
5272 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5273 in bug #148115
5274 * python/libxml.py: apply fix from Marc-Antoine Parent about
5275 the errors in libxml(2).py on the node wrapper #135547
5276
5277Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5278
5279 * Makefile.am: added a dumb rule to able to compile tst.c
5280 when people submit a sample test program
5281 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5282 to document xmlSchemasSetValidErrors() limitations, #141827
5283 * error.c: Add information in generic and structured error
5284 setter functions that this need to be done per thread #144308
5285 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5286 bug #144162
5287 * doc/xmllint.xml: typo fix #144840
5288
5289Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5290
5291 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5292 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5293 include/libxml/xmlschemastypes.h: applied Schemas patches
5294 from Kasimier Buchcik
5295 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5296 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5297 lot of new tests for things fixed by the patch
5298
5299Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5300
5301 * valid.c: fixed my mis-handling of External ID on last
5302 change.
5303
5304Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5305
5306 * valid.c: changed the parsing of a document's DTD to use
5307 the proper base path (bug 144366)
5308
5309Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5310
5311 * Makefile.am config.h.in configure.in python/Makefile.am:
5312 applied a patch from Gerrit P. Haase to get python bindings
5313 on Cygwin
5314
5315Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5316
5317 * include/libxml/valid.h: elaborated on description of
5318 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5319 144760)
5320 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5321 minor fixes to comments for doc rebuilding errors.
5322 * doc/*.html: rebuilt the docs
5323
5324Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5325
5326 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5327 fixes documentation glitches raised by Oliver Stoeneberg
5328
5329Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5330
5331 * tree.c: fixed problem with memory leak on text nodes in DTD
5332 (bug 148965) with patch provided by Darrell Kindred
5333
5334Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5335
5336 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5337 (bug 149041)
5338
5339Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5340
5341 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5342 info posted to the mailing list.
5343
5344Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5345
5346 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5347 xmlreader.c, include/libxml/tree.h: many further little changes
5348 for OOM problems. Now seems to be getting closer to "ok".
5349 * testOOM.c: added code to intercept more errors, found more
5350 problems with library. Changed method of flagging / counting
5351 errors intercepted.
5352
5353Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5354
5355 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5356 and another one from Rob Richards fixing #148448
5357
5358Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5359
5360 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5361 setting doc->charset.
5362
5363Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5364
5365 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5366 fixes for out of memory condition, mostly from Olivier
5367 Andrieu.
5368 * testOOM.c: some further improvement by Olivier, with
5369 a further small enhancement for easier debugging.
5370
5371Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5372
5373 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5374 implemented patches supplied by Olivier Andrieu
5375 (bug 148588), plus made some further enhancements, to
5376 correct some problems with out of memory conditions.
5377 * testOOM.c: improved with patches from Olivier Andrieu
5378
5379Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5380
5381 * tree.c: put in patch for Windows buffer re-allocation
5382 submitted by Steve Hay (bug 146697)
5383
5384Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5385
5386 * xinclude.c: added some code to check, when an include is
5387 done, whether the requested URL gets mapped to some other
5388 location (e.g. with a catalog entry) and, if so, take care
5389 of the xml:base properly (bug 146988)
5390
5391Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5392
5393 * error.c: fixed to assure user data param is set correctly
5394 when user structured error handler is called (bug 144823)
5395
5396Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5397
5398 * xmlreader.c: fixed problem with reader state after
5399 processing attributes (bug 147993)
5400
5401Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5402
5403 * configure.in, Makefile.am: put in an auto* check for the
5404 path to perl (if it exists), and modified make Timingtests
5405 to use that path instead of just executing the dbgenattr.pl
5406 script (bug 148056)
5407
5408Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5409
5410 * python/generator.py: added a check on the argument for some
5411 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5412 reported on the list). Further enhancement should be done
5413 to auto-create the appropriate object.
5414 * python/libxml.c: minor fix for a warning message; added a
5415 routine, currently not used, to report the description of a
5416 PyCObject.
5417 * python/libxml2class.txt: regenerated
5418
5419Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5420
5421 * catalog.c test/catalogs/white* result/catalogs/white*:
5422 applied patches from Peter Breitenlohner to fix handling
5423 of white space normalization in public ids and add tests
5424
5425Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5426
5427 * xmlmemory.c: applied a small fix from Steve Hay
5428
5429Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5430
5431 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5432 the xpath context document pointer (part of fix to libxslt
5433 bug 147445)
5434
5435Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5436
5437 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5438 of tabs and spaces (bug 147424)
5439
5440Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5441
5442 * python/drv_libxml.py: added an encoding "special comment" to avoid
5443 warning message in python2.3 (bug 146889)
5444 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5445 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5446 * xpath.c: enhanced to take advantage of current libxslt handling
5447 of tmpRVT. Fixes bug 145547.
5448
5449Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5450
5451 * libxml.h uri.c: fixed a couple of problems in the new
5452 elfgcchack.h trick pointed by Peter Breitenlohner
5453
5454Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5455
5456 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5457 which prevented building with --with-minimum
5458
5459Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5460
5461 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5462 docs
5463
5464Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5465
5466 * parser.c: make the push interfaces synchronous
5467 * python/tests/sync.py: added a specific test
5468 * python/tests/Makefile.am doc/examples/Makefile.am
5469 doc/examples/index.py: added the new test, cleaning up
5470 "make tests" output
5471
5472Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5473
5474 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5475 datatype facet problem with recent changes.
5476
5477Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5478
5479 * python/libxml.c: Changed the number of XPath extension functions
5480 allowed to be variable-length (patch supplied by Marc-Antoine
5481 Parent, bug 143805). Added code to "unregister" the functions
5482 when the parser cleanup takes place.
5483
5484Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5485
5486 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5487 some updates with memory debugging facilities while messing
5488 with libxslt python bindings
5489
5490Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5491
5492 * python/libxml.c python/generator.py python/libxml.py
5493 python/libxml2-python-api.xml python/libxml2class.txt:
5494 applied patch from Stéphane Bidoul to fix some Python bindings
5495 initialization, then had to change the parserCleanup()
5496 to handle memory released there.
5497 * xmlmemory.c: added more debugging comments.
5498
5499Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5500
5501 * xmlreader.c: seems the reader buffer could be used while not
5502 allocated, fixes bug #145218
5503
5504Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * python/generator.py: do not provide functions used as destructor
5507 of classes as public methods to avoid double-free problem like
5508 in bug #145185
5509
5510Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5511
5512 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5513 Now compiles warning-free, all tests passed.
5514 * SAX2.c: small change to comments for documentation.
5515 No change to logic.
5516
5517Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5518
5519 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5520
5521Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5522
5523 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5524 allocation problem
5525
5526Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5527
5528 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5529 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5530 applied Schemas patches from Kasimier Buchcik, there is still
5531 one open issue about referencing freed memory.
5532 * test/schemas/* result/schemas/*: updated with new tests from
5533 Kasimier
5534
5535Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5536
5537 * include/libxml/globals.h include/libxml/xmlIO.h
5538 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5539 to globals.h to avoid some troubles pointed out by Rob Richards
5540
5541Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5542
5543 * libxml.m4: applied changes suggested by Mike Hommey, remove
5544 libxml1 support and use CPPFLAGS instead of CFLAGS
5545
5546Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5547
5548 * libxml.spec.in: another, more 'experimental' feature to
5549 get compiler optimization based on gcc runtime profiling
5550
5551Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5552
5553 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
5554 Ven suggestion to reduce ELF footprint and generated code. Based on
5555 aliasing of libraries function to generate direct call instead of
5556 indirect ones
5557 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
5558 generation of elfgcchack.h based on the API description, extended
5559 the API description to show the conditionals configuration flags
5560 required for symbols.
5561 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
5562 * doc/*: regenerated the docs.
5563
5564Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5565
5566 * regressions.py, regressions.xml: new files for running
5567 regression tests under Python. Not yet complete, but
5568 should provide good testing under both Linux and Windows.
5569 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
5570 for --push testing to include the 'rb' param when compiled
5571 under Windows.
5572
5573Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5574
5575 * uri.c: fixed a problem when base path was "./xxx"
5576 * result/XInclude/*: 5 test results changed by above.
5577 * Makefile.am: fixed a couple of spots where a new
5578 result file used different flags that the testing one.
5579
5580Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
5581
5582 * valid.c: suppressed warnings from within xmlValidGetValidElements
5583 (bug 144644)
5584 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
5585 (bug 144245)
5586
5587Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5588
5589 * valid.c: implemented bugfix from Massimo Morara for DTD
5590 dumping problem.
5591 * test/valid/t10.xml, result/valid/t10.*: added regression
5592 for above
5593 * configure.in: small change for my profile settings
5594
5595Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
5596
5597 * doc/xmlcatalog_man.xml, xmlcatalog.1
5598 Docs patch from Ville Skytta, bugzilla #144841
5599
5600Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
5601
5602 * doc/xmllint.xml, xmllint.html, xmllint.1
5603 update man page to reflect William's newly disciplined return
5604 code mojo
5605
5606Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5607
5608 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
5609 compilation errors when configured with --with-minimum
5610
5611Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5612
5613 * debugXML.c: applied patch from Stefano Debenedetti to register
5614 namespaces in the debug shell
5615
5616Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5617
5618 * xmlreader.c: fix from Steve Ball and update of the comment.
5619 * Makefile.am result/errors/*.str: William pointed out that
5620 the streaming error checking part wasn't streaming, fixing
5621
5622Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5623
5624 * catalog.c: patch from Igor for the default catalog path on Windows
5625
5626Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5627
5628 * configure.in: apparently wasn't updated last time
5629
5630Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5631
5632 * configure.in, xmlmemory.c, globals.c: fixed problem when
5633 configuring using --with-thread-alloc
5634
5635Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5636
5637 * win32/configure.js win32/Makefile.* minor changes for the new
5638 layout of the Windows binary package
5639
5640Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5641
5642 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
5643 from Kasimier Buchcik for Schema Component Constraints
5644 * test/schemas/* result/schemas/*: added the regression tests
5645
5646Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5647
5648 * xmllint.c: fixed missing error return code for schema
5649 validation (bug 143880), also changed over to an enum for
5650 defining the error return codes for all conditions.
5651
5652Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5653
5654 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
5655 problem when substituing entities using the Reader, the entities
5656 content might be freed and if rereferenced would crash
5657 * Makefile.am test/* result/*: added a new test case and a new
5658 test operation for the reader with substitution of entities.
5659
5660Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5661
5662 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
5663 applied patch from Rob Richards for the per thread I/O mappings
5664
5665Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5666
5667 * xinclude.c: some further enhancement to take care of
5668 xml:base for XPointer elements (bug 143886). Also fixed
5669 a problem when xml:base was already specified on an
5670 XInclude'd element.
5671
5672Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
5673
5674 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
5675 (bug 143738).
5676
5677Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
5678
5679 * uri.c, include/libxml/uri.h: added a new routine
5680 xmlBuildRelativeURI needed for enhancement of xinclude.c
5681 * xinclude.c: changed handling of xml:base (bug 135864)
5682 * result/XInclude/*: results of 5 tests changed as a result
5683 of the above change
5684
5685Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5686
5687 * test/schemas/* result/schemas/*: added a bunch of tests from
5688 Kasimier Buchcik posted on May 11
5689
5690Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5691
5692 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
5693 of wildcards attribute handling
5694 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
5695 regression tests
5696
5697Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5698
5699 * parser.c: fixed a bug where invalid charrefs may not be detected
5700 sometimes as pointed by Morus Walter.
5701 * test/errors/charref1.xm result/errors/charref1.xml*: added the
5702 test in the regression suite.
5703
5704Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5705
5706 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
5707 also corrected typo on error code enum.
5708 * include/libxml/xmlerror.h: corrected typo on schema error
5709 code enum
5710
5711Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
5712
5713 * xmlschemas.c: minor cosmetic changes, no change to logic.
5714 * result/schemas/attruse_0_[12].err: regenerated
5715 * globals.c: added a newline at end to make gcc happy
5716
5717Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
5718
5719 * xmlschemas.c include/libxml/schemasInternals.h
5720 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
5721 implementing attribute uses and wildcards.
5722 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
5723
5724Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5725
5726 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
5727 Rob Richards for custom I/O BufferCreateFilenane fixes bug
5728 #143366
5729
5730Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
5731
5732 * xpath.c: fixed problem with predicate evaluation on an
5733 empty nodeset (bug 143409)
5734
5735Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
5736
5737 * testSAX.c: fixed problem with attribute listing (bug 142674)
5738 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
5739 gets called (bug 142686)
5740
5741Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5742
5743 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
5744 Charles Bozeman fixing a side effect in date handling
5745
5746Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
5747
5748 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
5749 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
5750
57512004-05-25 Aleksey Sanin <aleksey@aleksey.com>
5752
5753 * c14n.c: fixed c14n bug with serializing attribute namespaces
5754
5755Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5756
5757 * xpath.c: fixed to allow '+' in exponent of number
5758 (bug 143005)
5759 * SAX2.c: fixed typo in last commit
5760
5761Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5762
5763 * SAX2.c: skipped call to xmlValidateNCName when compiling
5764 --with-minimum (bug 142917)
5765
5766Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5767
5768 * catalog.c: reverted the broken change.
5769
5770Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5771
5772 * NEWS doc/*: updated the docs for 2.6.10
5773
5774Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
5775
5776 * configure.in : releasing 2.6.10
5777
5778Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5779
5780 * tree.c: avoid returning default namespace when searching
5781 from an attribute
5782 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
5783 back to escaping " since the normal serialization routines do not
5784 use it anymore, should close bug #134477 . Tried to make
5785 the writer avoid it too but it didn't work.
5786
5787Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5788
5789 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
5790 handling and added direct links to bugzilla report for
5791 bug numbers.
5792
5793Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
5794
5795 * error.c: modified to assure proper user data is sent to
5796 structured error routine (bug 142598)
5797
5798Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5799
5800 * catalog.c: a couple of large static variable which should really
5801 not be declared as such cluttered the .bss section.
5802
5803Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5804
5805 * doc/ChangeLog.awk: fixed a couple of problems when parsing
5806 libxslt ChangeLog
5807
5808Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5809
5810 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
5811 ChangeLog page generation. The awk shoudl escape characters
5812 not okay in XML and the xslt should make links to functions
5813 or variables or bug reported in the entries.
5814
5815Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5816
5817 * xmlsave.c include/libxml/xmlsave.h: start adding API for
5818 escaping customization.
5819
5820Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5821
5822 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
5823
5824Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5825
5826 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
5827
5828Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5829
5830 * parser.c: enhanced the enhancement, fixed another couple of
5831 special cases.
5832
5833Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5834
5835 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
5836
5837Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5838
5839 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
5840 handling, start to looks better, need to be completed and added
5841 directly at the saving context level.
5842
5843Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5844
5845 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
5846 the escape on save routines for better performances (less malloc)
5847 and more flexibility using the new saving context. Preliminary
5848 work, interface will change.
5849
5850Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5851
5852 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
5853 element reference within the xs:all construct (bug 139897)
5854
5855Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5856
5857 * xinclude.c: a little further fixing of fallback processing, this
5858 time for fallback with children (bug 139520).
5859
5860Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5861
5862 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
5863 allow ref in group definition (bug 134411). Also fixed
5864 misc compilation warning messages.
5865 * result/schema/group0_0_0, result/schema/group0_0_0.err:
5866 regenerated (now no error reported).
5867
5868Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5869
5870 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
5871 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
5872 #141195 about text between comments.
5873
5874Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
5875
5876 * xmlschemas.c, include/libxml/schemasInternals.h,
5877 include/libxml/xmlerror.h: Applied patches supplied by
5878 Kasimier Buchcik.
5879 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
5880 changed test to account for above patch.
5881
5882Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5883
5884 * python/tests/tstLastError.py: better portability fix for f(*args),
5885 use apply(f, args) as Stephane Bidoul suggested
5886
5887Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5888
5889 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
5890 is already present and, if so, to ignore the request to add it.
5891 This has a very dramatic effect on memory requirements as well
5892 as efficiency. It also fixes bug 141762.
5893
5894Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5895
5896 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
5897 applied patch from Ed Davis to allow "make tests" to work
5898 with Python 1.5
5899
5900Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5901
5902 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
5903 fixes bug #141266
5904 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
5905 test
5906
5907Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5908
5909 * Makefile.am: fix for a pedantic make check without make all request
5910
5911Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5912
5913 * uri.c xmlIO.c: fixing some problems in URI unescaping
5914 and output buffer opening, this should fix #141864
5915
5916Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5917
5918 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
5919 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
5920 Matt Sergeant
5921
5922Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
5923
5924 * xmlregexp.c: enhanced the handling of subexpression ranges
5925 which have a minOccurs of 0 (bug 140478 again); cleaned up
5926 comments throughout the module.
5927
5928Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5929
5930 * xmllint.c: adding a --maxmem option to check memory used.
5931
5932Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5933
5934 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
5935 bug #141529 i.e. various problems when building with --without-html
5936
5937Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5938
5939 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
5940 call the deregistering functions. Also added the check to
5941 xmllint --stream --chkregister .
5942
5943Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5944
5945 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
5946 regression tests on Windows
5947
5948Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5949
5950 * xmlreader.c: never commit without running make tests first !
5951
5952Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5953
5954 * xmlreader.c: fix a nasty problem with reading over the end
5955 * xmlsave.c: fix a reported memory leak apparently
5956
5957Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5958
5959 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
5960 on Windows.
5961 * xpath.c: the NaN problem also shows up on Borland
5962
5963Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
5964
5965 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
5966 occurs 0 problems - fixes bug 140478.
5967
5968Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5969
5970 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
5971 from Kasimier Buchcik
5972 * xmlschemas.c: recursive xs:extension fix from taihei goi
5973
5974Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
5975
5976 * tree.c: small buffer resizing improvement from Morten Welinder
5977 closes #140629
5978
5979Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5980
5981 * xpath.c: last version of the fix for MSC version 1200
5982
5983Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5984
5985 * parser.c: killing the strncmp vs. memcmp controversy and #140593
5986
5987Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5988
5989 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
5990 inexistent functions, cleaned them out.
5991
5992Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5993
5994 * error.c: Johnson Cameron pointed out that
5995 initGenericErrorDefaultFunc() was really wrong.
5996 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
5997 must be made public, added some missing comments on the XMLReader
5998 header.
5999 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6000 from attributes
6001
6002Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6003
6004 * xpath.c: fixed a stupid () error + Mark name.
6005
6006Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6007
6008 * configure.in: preparing 2.6.9 release
6009 * doc/* News: updated and rebuilt the docs
6010
6011Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6012
6013 * xpath.c: relaxed id() to not check taht the name(s) passed
6014 are actually NCName, decided this in agreement with Aleksey Sanin
6015 since existing specs like Visa3D broke that conformance checking
6016 and other tools seems to not implement it sigh...
6017 * SAX2.c: check attribute decls for xml:id and the value is an
6018 NCName.
6019 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6020
6021Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6022
6023 * xpath.c: work around Microsoft compiler NaN bug raise reported
6024 by Mark Vakoc
6025 * xmlschemas.c include/libxml/schemasInternals.h
6026 include/libxml/xmlerror.h: fixed a recusive extention schemas
6027 compilation error raised by taihei goi
6028
6029Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6030
6031 * libxml.spec.in: keep the ChangeLog compressed
6032 * xmlreader.c: fix a segfault when using Close()
6033 * python/tests/Makefile.am python/tests/reader8.py: test for
6034 the Close() reader API.
6035
6036Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6037
6038 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6039 doc/examples/io2.c: minor warning cleanup (no change to logic)
6040 * xinclude: fixed return value for internal function
6041 xmlXIncludeLoadFallback (now always 0 or -1)
6042
6043Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6044
6045 * valid.c: small enhancement to fix bug 139791
6046
6047Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6048
6049 * xmlschemas.c include/libxml/schemasInternals.h
6050 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6051 for the attribute use support
6052 * test/schemas/attruse* result/schemas/attruse*: added the
6053 tests to the regression suite.
6054
6055Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6056
6057 * xmlsave.c: move the TODO as comments as the function while not
6058 finished are usable as-is
6059 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6060 implementing union
6061 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6062 * python/Makefile.am: applied fix from Mike Hommey
6063
6064Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6065
6066 * parser.c: fixed problem with detecting external dtd
6067 encoding (bug 135229).
6068 * Makefile.am: minor change to test label
6069
6070Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6071
6072 * xinclude.c: fixed problem causing duplicate fallback
6073 execution (bug 139520)
6074 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6075 added testcase
6076
6077Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6078
6079 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6080 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6081 4 first regression tests
6082
6083Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6084
6085 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6086 should depend on the version of python used to compile it.
6087
6088Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6089
6090 * HTMLparser.c: applied patch from James Bursa, frameset should
6091 close head.
6092
6093Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6094
6095 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6096 which was causing check-relaxng-test-suite.py test 351 to fail.
6097
6098Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6099
6100 * nanohttp.c: implemented fix for M$ IIS redirect provided
6101 by Ian Hummel
6102 * relaxng.c: fixed problem with notAllowed compilation
6103 (bug 138793)
6104
6105Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6106
6107 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6108 from Mark Vakoc.
6109
61102004-04-01 Johan Dahlin <johan@gnome.org>
6111
6112 * python/.cvsignore: Add generated files, to make cvs silent.
6113
6114Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6115
6116 * xmlschemas.c: small signed-ness patch from Steve Little
6117
6118Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6119
6120 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6121 xmlschemas regexp that William pointed out while working on
6122 #134120
6123 * test/regexp/branch result/regexp/branch: added a specific
6124 regression test
6125
6126Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6127
6128 * Makefile.am: added PYTHONPATH to python tests for Schemas
6129 and RelaxNG
6130 * test/xsdtest/xsdtestsuite.xml: added testfile for
6131 SchemasPythonTests
6132
6133Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6134
6135 * doc/examples/examples.xsl doc/examples/index.html: added
6136 information about compiling on Unix
6137
6138Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6139
6140 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6141 * doc/*: rebuilt to update
6142
6143Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6144
6145 * xmlsave.c: optimize indentation based on the new context
6146
6147Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6148
6149 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6150 a very tricky problem when modifying the tree based on an XPath
6151 result query.
6152
6153Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6154
6155 * relaxng.c: fixed problem with IS_COMPILABLE flag
6156 (bug 130216)
6157
6158Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6159
6160 * parser.c: applied patch from Dave Beckett to correct line number
6161 errors when using push with CDATA
6162
6163Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6164
6165 * doc/examples/xpath1.c: added a test template
6166 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6167 added a new example, and make valgrind target
6168
6169Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6170
6171 * parser.c: apply fix for #136693
6172
6173Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6174
6175 * doc/examples/io2.c
6176 * doc/examples/io2.res
6177 add xmlDocDumpMemory example in response to mailing list FAQ
6178 (rebuilt xml and html also)
6179
6180Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6181
6182 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6183 patch from Mark Vakoc avoiding using xmlParse* option and use
6184 xmlRead* instead
6185 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6186 to avoid problems with some pathnames.
6187
6188Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6189
6190 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6191 the docs.
6192 * Makefile.am: use valgring fro the new Python based regression tests
6193
6194Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6195
6196 * relaxng.c: remove a memory leak on schemas type facets.
6197 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6198 check-xsddata-test-suite.py: reduce verbosity
6199 * configure.in Makefile.am: incorporated the Python regressions
6200 tests for Relax-NG and Schemas Datatype to "make tests"
6201
6202Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6203
6204 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6205 Alfred Mickautsch for better DTD support.
6206 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6207 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6208 reference counting is handled in the XML parser which had the
6209 side effect of removing a lot of hazardous cruft added to try
6210 to fix the problems associated as they popped up.
6211 * xmlIO.c: FILE * close fixup for stderr/stdout
6212
6213Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6214
6215 * relaxng.c: added an error message when an element is not
6216 found within a <choice> (bug 126093)
6217
6218Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6219
6220 * xmlregexp.c: enhanced the logic of parsing char groups to
6221 better handle initial or ending '-' (bug 135972)
6222
6223Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6224
6225 * relaxng.c: added check for external reference in
6226 xmlRelaxNGGetElements (bug 137718)
6227 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6228 regression test for above
6229
6230Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6231
6232 * nanohttp.c: added a close for the local file descriptor
6233 (bug 137474)
6234
6235Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6236
6237 * xmlsave.c: switched the output routines to use the new context.
6238
6239Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6240
6241 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6242 nodes (bug 137153)
6243
6244Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6245
6246 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6247
6248Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6249
6250 * parser.c: fix bug reported by Holger Rauch
6251 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6252 result/att8.sax: added the test to th regression suite
6253
6254Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6255
6256 * doc/search.php: Minor change for later verson of php requiring
6257 $HTTP_GET_VARS.
6258
6259Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6260
6261 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6262 previously used only for recursion, to use a value of '2' to
6263 indicate copy properties & namespaces, but not children.
6264 * xinclude.c: changed the handling of ranges to use the above new
6265 facility. Fixes Bug 134268.
6266
6267Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6268
6269 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6270 added new module xmlsave with patch supplied by Eric Zurcher
6271 (second attempt - don't know what happened to the first one!)
6272
6273Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6274
6275 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6276 providing Python bindings for the Canonicalization C14N support.
6277
6278Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6279
6280 * .cvsignore and python/.cvsignore patched
6281
6282Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6283
6284 * xinclude.c: enhanced to assure that if xpointer is called
6285 for a document, the XML_PARSE_NOENT flag is set before parsing
6286 the included document so that entities will automatically get
6287 taken care of.
6288 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6289 is encountered, it will log it and not crash (bug 135713)
6290
6291Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6292
6293 * xinclude.c: modified to make sub-includes inherit the
6294 parse flags from the parent document (bug 132597)
6295
6296Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6297
6298 * xmlschemas.c: QName handling fixes for the XML Schemas
6299 support from Adam Dickmeiss
6300 * test/schemas/po1_0.xsd: also fix the schemas
6301 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6302 regression tests
6303
6304Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6305
6306 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6307 paalied patch from Julio M. Merino Vidal fixing bug #134751
6308 to fix --with-html-dir option.
6309 * doc/*: rebuilt fully the docs
6310 * doc/html/libxml-xmlsave.html: new file from new header.
6311
6312Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6313
6314 * debugXML.c testHTML.c tree.c doc/examples/*.c
6315 include/libxml/xmlsave.h: fixing compilation bug with some options
6316 disabled as well as --with-minimum should fix #134695
6317
6318Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6319
6320 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6321 should close #134092
6322
6323Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6324
6325 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6326 the new xmlsave module before the actuall big code change.
6327
6328Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6329
6330 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6331 * test/schemas/mixed* result/schemas/mixed*: added his regression
6332 tests too.
6333
6334Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6335
6336 * testSAX.c: fix a compilation problem about a missing timb include
6337
6338Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6339
6340 * testSAX.c: small enhancement to prevent trying to print
6341 strings with null pointers (caused "make tests" errors on
6342 HP-UX)
6343
6344Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6345
6346 * doc/xmllint.xml
6347 * doc/xmllint.1
6348 * doc/xmllint.html
6349 * doc/xmlcatalog_man.xml
6350 * doc/xmlcatalog.1
6351 * doc/xmlcatalog_man.html
6352 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6353 use
6354
6355Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6356
6357 * Makefile.am: patch for cross-compilation to Windows from
6358 Christophe de VIENNE.
6359
6360Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6361
6362 * doc/*.html, doc/html/*.html: regenerated docs using older
6363 version of xsltproc pending resolution of AVT problem
6364
6365Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6366
6367 * Makefile.am: applied patch from Charles Bozeman to not use
6368 the system xmllint.
6369
6370Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6371
6372 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6373 for MingW
6374
6375Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6376
6377 * Makefile.am catalog.c configure.in: applied a cleanup patch
6378 from Peter Breitenlohner
6379 * tree.c: removed a doc build warning by fixing a param comment
6380 * doc/* : rebuilt the docs
6381
6382Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6383
6384 * valid.c HTMLparser.c: avoid ID error message if using
6385 HTML_PARSE_NOERROR should fix #130762
6386
6387Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6388
6389 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6390 fixing compilation and link option when configuring with
6391 --without-valid should fix #135309
6392
6393Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6394
6395 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6396 * parser.c: cleanup
6397 * valid.c: speedup patch from Petr Pajas
6398
6399Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6400
6401 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6402 on the list by Mike Hommey
6403
6404Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6405
6406 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6407 rebuilt the documentation.
6408
6409Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6410
6411 * python/tests/*.py: applied patch from Malcolm Tredinnick
6412 to avoid tabs in python sources, should fix #135095
6413
6414Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6415
6416 * testSAX.c: add --timing option
6417 * relaxng.c: use the psvi field of the nodes instead of _private
6418 which may be used for other purposes.
6419
6420Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6421
6422 * encoding.c: small patch to try to fix a warning with Sun One compiler
6423
6424Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6425
6426 * encoding.c: small patch removing a warning with MS compiler.
6427
6428Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6429
6430 * debugXML.c: added "relaxng" option to the debugging shell
6431 * Makefile.am test/errors/* result/errors/*: some regression tests
6432 for some error tests cases.
6433
6434Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6437 is passed.
6438 * test/att7 result//att7*: adding an old regression test
6439 laying around on my laptop
6440
6441Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6442
6443 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6444 on large file by using xmlParserInputBufferCreateStatic() with
6445 the mmap'ed file
6446
6447Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6448
6449 * tree.c: some clarification in xmlDocDumpMemory() documentation
6450 * xmllint.c: fixed xmllint --stream --timing to get timings back
6451
6452Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6453
6454 * parser.c: fixed a problem in push mode when attribute contains
6455 unescaped '>' characters, fixes bug #134566
6456 * test/att6 result//att6*: added the test to the regression suite
6457
6458Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6459
6460 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6461 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6462 xmlAddRef
6463
6464Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6465
6466 * python/tests/indexes.py python/tests/reader.py: indicated
6467 encoding of the test file, needed for python 2.3
6468
6469Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6470
6471 * xpath.c: fixed problem with numbers having > 19
6472 fractional places (bug 133921)
6473
6474Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6475
6476 * xpath.c: applied optimization patch from Petr Pajas
6477
6478Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6479
6480 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6481 from Alfred Mickautsch and the added patch from Lucas Brasilino
6482
6483Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6484
6485 * benchmark.png index.html xml.html: updating the benchmark
6486 graph and using a PNG instead of a GIF
6487 * xmlreader.c: updated the TODO
6488
6489Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6490
6491 * doc/tutorial/xmltutorial.xml
6492 * doc/tutorial/xmltutorial.pdf
6493 * doc/tutorial/*.html
6494 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6495 last name I don't know, for pointing this out
6496
6497Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6498
6499 * NEWS configure.in: preparing release of 2.6.6
6500 * doc/*: updated the docs and rebuilt them
6501
6502Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6503
6504 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6505 suspicious about it but this is fairly contained and regression
6506 tests still passes.
6507 * test/schemas/all1* result/schemas/all1*: added the test to
6508 the regression suite.
6509
6510Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6511
6512 * parser.c: fixed bug #132575 about finding the end of the
6513 internal subset in push mode.
6514 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6515 added the test to the regression suite
6516
6517Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6518
6519 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6520 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6521 * doc/*: updated the benchmark rebuilt the docs
6522 * python/tests/Makefile.am python/tests/indexes.py: added a
6523 specific regression test for xmlByteConsumed()
6524 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6525
6526Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6527
6528 * tree.c: fixed missing output of internal DTD param entities when
6529 nothing else present in DTD (bug 134052)
6530
6531Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6532
6533 * encoding.c: applied patch supplied by Christophe Dubach
6534 to fix problem with --with-minimum configuration
6535 (bug 133773)
6536 * nanoftp.c: fixed potential buffer overflow problem,
6537 similar to fix just applied to nanohttp.c.
6538
6539Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6540
6541 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6542 William :-)
6543
6544Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6545
6546 * acinclude.m4, configure.in: fixed problem concerning
6547 determining SOCKLEN_T as pointed out by Daniel Richard G.
6548 on the mailing list
6549
6550Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6551
6552 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
6553
6554Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6555
6556 * xpath.c: small patch from Philip Ludlam to avoid warnings.
6557
6558Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6559
6560 * encoding.c: applied a small patch from Alfred Mickautsch
6561 to avoid an out of bound error in isolat1ToUTF8()
6562
6563Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6564
6565 * xinclude.c: remove the warning on the 2001 namespace
6566 * parser.c parserInternals.c xpath.c: remove some warnings
6567 when compiling with MSVC6
6568 * nanohttp.c: applied a patch when using _WINSOCKAPI_
6569
6570Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
6571
6572 * xinclude.c: added a small hack to fix interference between
6573 my fixes for bugs 132585 and 132588.
6574 * python/libxml.c: fixed problem with serialization of namespace
6575 reported on the mailing list by Anthony Carrico
6576
6577Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6578
6579 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
6580 (bug 133686).
6581
6582Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6583
6584 * xmlwriter.c: fixed problem with return value of
6585 xmlTextWriterWriteIndent() (bug 133297)
6586
6587Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6588
6589 * xinclude.c: changed coding to output good XIncludes when
6590 one or more bad ones are present (bug 132588)
6591
6592Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
6593
6594 * xinclude.c: corrected handling of empty fallback condition
6595 (bug 132585)
6596
6597Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
6598
6599 * HTMLparser.c: added initialisation for ctxt->vctxt
6600 in HTMLInitParser (bug 133127)
6601 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
6602 from several function params)
6603
6604Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
6605
6606 * xinclude.c: fixed problem regarding freeing of dictionary
6607 when there are errors within an XInclude file (bug 133106).
6608 Thanks to Oleg Paraschenko for the assistance.
6609
6610Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6611
6612 * xmlschemastypes.c: fixed validation of maxLength with no
6613 content using patch submitted by Eric Haszlakiewicz
6614 (bug 133259)
6615
6616Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6617
6618 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
6619 calling convention to the public function prototypes (rep by
6620 Cameron Johnson)
6621 * include/libxml/xmlexports.h: fixed mingw+msys compilation
6622 (rep by Mikhail Grushinskiy)
6623
6624Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6625
6626 * xmlwriter.c: enhanced output indenting (bug 133264)
6627
6628Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
6629
6630 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
6631 Steve Ball to provide structured error reports.
6632
6633Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6634
6635 * tree.c, include/libxml/tree.h: moved serialization of
6636 attribute text data (xmlSerializeContent) into a separate
6637 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
6638 * xmlwriter.c: changed handling of attribute string to use the
6639 routine above (fixed bug 131548)
6640
6641Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
6642
6643 * doc/examples/reader1.c, reader2.c, reader3.c
6644 * doc/examples/examples.xml
6645 * doc/examples/*.html
6646 add note that reader examples need libmxl2 > 2.6, rebuild
6647 html - this time doing it correctly :-)
6648
6649Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
6650
6651 * doc/examples/examples.xml
6652 * doc/examples/*.html
6653 add note that reader examples need libmxl2 > 2.6, rebuild
6654 html
6655
6656Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
6657
6658 * xpath.c: added (void *) type override to prevent
6659 warning on Solaris (Bug 132671)
6660
6661Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
6662
6663 * doc/examples/Makefile.am
6664 per Jan. 15 email to the list from oliverst, the index.html
6665 file from this directory wasn't making it into the tarball
6666
6667Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6668
6669 * acinclude.m4: applied fix from Alexander Winston for a problem
6670 related to automake-1.8 , c.f. #132513 and #129861
6671
6672Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
6673
6674 * doc/examples/index.py: don't rely on . being on the path for
6675 make tests, should keep Mr. Crozat quiet until next time...
6676
6677Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
6678
6679 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
6680 docs, checked rngparser stuff does not end up in the tarball
6681
6682Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6683
6684 * python/libxml.c: applied patch from Frederic Peters
6685 fixing the wrong arg order in xpath callback in bug #130980
6686
6687Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
6688
6689 * xinclude.c: fixing #130453 XInclude element with no href attribute
6690 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
6691 the compact syntax will require more work, postponed for the
6692 2.6.5 release.
6693
6694Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6695
6696 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
6697 Steve Ball to avoid a double-free.
6698
6699Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
6700
6701 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
6702 test result, fixed a awful lot of memory leaks showing up in
6703 testWriter.c, changed the examples and the Makefiles to test
6704 memory leaks.
6705 * xmlwriter.c: fixed a memory leak
6706 * Makefile.am: run the doc/examples regression tests as part of
6707 make tests
6708 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
6709 compile an XPath expression within a context, currently the goal
6710 is to be able to reuse the XSLT stylesheet dictionnary, but this
6711 opens the door to others possible optimizations.
6712 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
6713 to build a new dictionnary based on another read-only dictionnary.
6714 This is needed for XSLT to keep the stylesheet dictionnary read-only
6715 while being able to reuse the strings for the transformation
6716 dictionnary.
6717 * xinclude.c: fixed a dictionnar reference counting problem occuring
6718 when document parsing failed.
6719 * testSAX.c: adding option --repeat for timing 100times the parsing
6720 * doc/* : rebuilt all the docs
6721
6722Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
6723
6724 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
6725
6726Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6727
6728 * xmlschemastypes.c: applied patch from John Belmonte for
6729 normalizedString datatype support.
6730
6731Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6732
6733 * xpath.c: fixed problem with union when last() is used
6734 in predicate (bug #131971)
6735 * xpointer.c: minor change to comment for doc generation
6736
6737Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6738
6739 * parser.c: fixed bug #131745 raised by Shaun McCance with the
6740 suggested patch
6741
6742Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
6743
6744 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
6745 leak reported on the list.
6746
6747Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6748
6749 * python/generator.py python/tests/tstLastError.py: applied
6750 patch from Stephane Bidoul to add enums to the Python bindings.
6751
6752Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6753
6754 * testHTML.c: another small patch from Mark Vakoc
6755
6756Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6757
6758 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
6759 patch from Mark Vakoc to not use SAX1 unless necessary.
6760
6761Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
6762
6763 * dict.c parser.c xmlstring.c: some parser optimizations,
6764 xmllint --memory --timing --repeat --stream ./db10000.xml
6765 went down from 16.5 secs to 15.5 secs.
6766
6767Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6768
6769 * xmlschemas.c: removed a memory leak remaining from the switch
6770 to a dictionnary for string allocations c.f. #130891
6771
6772Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6773
6774 * xmlreader.c: fixing some problem if configured --without-xinclude
6775 c.f. #130902
6776
6777Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6778
6779 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
6780 c.f. #130896
6781
6782Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6783
6784 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
6785 applying patch from Mark Vakoc for Windows
6786 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
6787 fixes from Sven Zimmerman
6788
6789Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6790
6791 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
6792 python/tests/Makefile.am python/tests/tstLastError.py: applied
6793 patch from Stephane Bidoul for structured error handling from
6794 python, and the associated test
6795
6796Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6797
6798 * configure.in: fixed Bug130593
6799 * xmlwriter.c: fixed compilation warning
6800
6801Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6802
6803 * include/libxml/xmlstring.h: fixed the comment in the header
6804 * doc/*: rebuilt the docs
6805
6806Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6807
6808 * encoding.c, parser.c, xmlstring.c, Makefile.am,
6809 include/libxml/Makefile.am, include/libxml/catalog.c,
6810 include/libxml/chvalid.h, include/libxml/encoding.h,
6811 include/libxml/parser.h, include/libxml/relaxng.h,
6812 include/libxml/tree.h, include/libxml/xmlwriter.h,
6813 include/libxml/xmlstring.h:
6814 moved string and UTF8 routines out of parser.c and encoding.c
6815 into a new module xmlstring.c with include file
6816 include/libxml/xmlstring.h mostly using patches from Reid
6817 Spencer. Since xmlChar now defined in xmlstring.h, several
6818 include files needed to have a #include added for safety.
6819 * doc/apibuild.py: added some additional sorting for various
6820 references displayed in the APIxxx.html files. Rebuilt the
6821 docs, and also added new file for xmlstring module.
6822 * configure.in: small addition to help my testing; no effect on
6823 normal usage.
6824 * doc/search.php: added $_GET[query] so that persistent globals
6825 can be disabled (for recent versions of PHP)
6826
6827Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
6828
6829 * doc/tutorial/customfo.xsl
6830 * doc/tutorial/customhtml.xsl
6831 update custom tutorial-building stylesheets in preparation
6832 for tutorial update
6833
6834Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
6835
6836 * rngparser.c: commiting the compact relax ng parser. It's not
6837 completely finished, it's not integrated but I want to save the
6838 current state
6839
6840Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6841
6842 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
6843 win32/libxml2.def.src: fixed apibuild.py's generation of
6844 "constructors" to be in alphabetical order (instead of previous
6845 random sequence); regenerated resulting files.
6846
6847Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6848
6849 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
6850 problem.
6851
6852Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
6853
6854 * doc/newapi.xsl: change background color of function
6855 declaration to improve readability
6856 * doc/*: rebuild docs with new stylesheet
6857
6858Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
6859
6860 * parser.c, include/libxml/parser.h: added a routine
6861 xmlStrncatNew to create a new string from 2 frags.
6862 * tree.c: added code to check if node content is from
6863 dictionary before trying to change or concatenate.
6864
6865Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6866
6867 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
6868 Bug 130419) and eliminated xmlInitMemoryDone. More
6869 improvement needed.
6870 * xml2-config.in: added an additional flag (--exec-prefix) to
6871 allow library directory to be different from include directory
6872 (Bug 129558).
6873
6874Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6875
6876 * error.c: applied patch from Stéphane Bidoul for structured error
6877 reporting.
6878
6879Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6880
6881 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
6882 Lucas Brasilino to add indentation support to xmlWriter
6883
6884Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6885
6886 * xinclude.c: fixed problem with "recursive" include (fallback
6887 contains another include - Bug 129969)
6888
6889Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6890
6891 * SAX2.c: found and fixed a bug misallocating some non
6892 blank text node strings from the dictionnary.
6893 * xmlmemory.c: fixed a problem with the memory debug mutex
6894 release.
6895
6896Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
6897
6898 * xinclude.c: fixed problem caused by wrong dictionary
6899 reference count, reported on the list by Christopher
6900 Grayce.
6901
6902Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
6903
6904 * python/generator.py, python/libxml2class.txt: fixed problem
6905 pointed out by Stéphane Bidoul on the list.
6906 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
6907 completed modifications required to fix Bug 129967 (at last!).
6908 Now wait to see how long before further trouble...
6909
6910Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
6911
6912 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
6913 memory leak reported by Dave Beckett
6914 * xmlschemas.c: Removed spurious comment reported on the mailing
6915 list
6916 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
6917 Further work on Bug 129967 concerning xpointer range handling
6918 and range-to function; much better, but still not complete
6919
6920Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
6921
6922 * valid.c: xmlValidateElement could crash for element holding a
6923 namespace declaration but not in a namespace. Oliver Fischer
6924 provided the example.
6925
6926Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
6927
6928 * xmllint.c: issue validation status on stderr, not stdout as suggested
6929 by Pawel Palucha
6930 * result/relaxng/*: this change slightly all the output from RNG
6931 regressions.
6932
6933Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
6934
6935 * xmlschemas.c: edited a couple of comments in accordance with
6936 posting on the mailing list (no logic change)
6937 * xpointer.c: working on Bug 129967, added check for NULL
6938 nodeset to prevent crash. Further work required.
6939 * xpath.c: working on Bug 129967, added code to handle
6940 XPATH_LOCATIONSET in RANGETO code, also added code to
6941 handle it in xmlXPathEvaluatePredicateResult. Further
6942 work required.
6943
6944Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
6945
6946 * xmlschemas.c: added tests for xs:all to assure minOccurs
6947 and maxOccurs <= 1 (Bug 130020)
6948
6949Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
6950
6951 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
6952 with patch from Charles Bozeman.
6953
6954Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
6955
6956 * xmlregexp.c: fixed problem causing segfault on validation error
6957 condition (reported on mailing list)
6958
6959Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
6960
6961 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
6962 parser contexts (problem reported on mailing list)
6963 * doc/apibuild.py: small change to prevent duplicate lines
6964 on API functions list. It will take effect the next time
6965 the docs are rebuilt.
6966
6967Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
6968
6969 * configure.in NEWS doc/*: updated the docs and prepared a new
6970 release 2.6.4
6971
6972Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
6973
6974 * legacy.c: remove deprecated warning on startElement()
6975
6976Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
6977
6978 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
6979 was broken with the new namespace. Fixes #129932
6980
6981Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
6982
6983 * xmlschemas.c include/libxml/schemasInternals.h: types might be
6984 redefined in includes, quick fix to allow this but lacks the
6985 equality of the redefinition test.
6986
6987Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
6988
6989 * valid.c: fixed bug concerning validation using external
6990 dtd of element with mutiple namespace declarations
6991 (Bug 129821)
6992
6993Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
6994
6995 * tree.c: inhibited production of "(null):" in xmlGetNodePath
6996 when node has default namespace (Bug 129710)
6997
6998Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
6999
7000 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7001 document order for attributes is retained (Bug 129331)
7002
7003Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7004
7005 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7006 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7007 the file descriptor. Updated the comment, should close #129683
7008
7009Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7010
7011 * xinclude.c: fixed a serious problem in XInclude #129021
7012
7013Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7014
7015 * parser.c: fixed bug #129489, propagation of parsing flags
7016 in entities.
7017 * parser.c xmlreader.c: improved the comments of parsing options
7018
7019Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7020
7021 * python/Makefile.am, python/tests/Makefile.am,
7022 doc/Makefile.am: applied fixes to allow build from
7023 'outside' directory (Bug 129172)
7024
7025Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7026
7027 * tree.c - add explanation of namespace inheritance when
7028 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7029
7030Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7031
7032 * include/libxml/xpathInternals.h: undid last change (my
7033 bad). Put necessary fix in libxslt/libexslt instead.
7034 * include/libxml/DOCBparser.h: put test for __GCC__ on
7035 warning directive (Bug 129105)
7036
7037Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7038
7039 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7040 to cater for NULL pointer (bug 129561)
7041 * globals.c: added comment to suppress documentation warning
7042 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7043 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7044
7045Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7046
7047 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7048 using an xmlReaderWalker()
7049
7050Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7051
7052 * tree.c: fix misc. typos in doc comments
7053 * include/libxml/tree.h: elaborate on macro define doc comments
7054 * doc/*: rebuild docs
7055
7056Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7057
7058 * doc/examples/*: don't call the result files .out but .res as
7059 the Makefiles tend to try generating binaries for .out targets...
7060
7061Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7062
7063 * doc/html/libxml-pattern.html: - cvs add API docs for new
7064 pattern stuff
7065
7066Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7067
7068 * tree.c
7069 * doc/*:
7070 Elaborate in documentation discussion of xmlNewChild
7071 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7072 out the usefulness of a more explicit explanation of the
7073 reserved character escaping issue.
7074
7075Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7076
7077 * xmlcatalog.c: applied patch from Stefan Kost
7078
7079Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7080
7081 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7082
7083Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7084
7085 * win32/Makefile.* win32/configure.js: Added pattern support
7086
7087Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7088
7089 * configure.in doc/* libxml.spec.in: preparing release of
7090 libxml2-2.6.3, updated and regenerated the docs.
7091
7092Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7093
7094 * SAX2.c pattern.c: removed some compilation warnings
7095
7096Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7097
7098 * xmllint.c: fixing bug #119264 xmllint failing to report
7099 serialization errors in some cases.
7100
7101Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7102
7103 * entities.c: fixed an XML entites content serialization
7104 potentially triggered by XInclude, see #126817
7105
7106Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7107
7108 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7109 suggested by Daniel Schulman in #128313
7110
7111Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7112
7113 * configure.in Makefile.am: another patch from Kenneth Haley
7114 for Mingw, c.f. #128787
7115
7116Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7117
7118 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7119 for compiling on Mingw see #128786
7120
7121Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7122
7123 * xmllint.c: some flags were not passed down correctly as
7124 parsing options. Fixes #126806
7125
7126Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7127
7128 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7129 include/libxml/xmlerror.h: augmented the XInclude API
7130 to be able to pass XML parser flags down to the Inclusion
7131 process. Also resynchronized with the Last Call W3C Working
7132 Draft 10 November 2003 for the xpointer attribute.
7133 * Makefile.am test/XInclude/docs/nodes[23].xml
7134 result/XInclude/*: augmented the tests for the new namespace and
7135 testing the xpointer attribute, changed the way error messages
7136 are tested
7137 * doc/*: regenerated the documentation
7138
7139Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7140
7141 * error.c: filter warning messages if the global setting blocks them
7142 * xinclude.c xmlreader.c include/libxml/xinclude.h
7143 include/libxml/xmlerror.h: updated the change of namespace at
7144 the XInclude level, raise a warning if the old one is found,
7145 and some cleanup
7146
7147Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7148
7149 * tree.c: tentative fix for #126117 character reference in
7150 attributes output problem in some cornercase.
7151
7152Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7153
7154 * python/libxml.py: tried to fix the problems reported in
7155 bug #126735
7156 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7157 fixed again some problem trying to use the structured error
7158 handlers, c.f. bug #126735
7159 * result/VC/ElementValid: tiny change due to the fix
7160
7161Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7162
7163 * error.c: fixed __xmlRaiseError to use structured error handlers
7164 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7165
7166Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7167
7168 * parser.c: attempt to fix #126211 ...
7169
7170Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7171
7172 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7173 include/libxml/xmlreader.h: fixed the pattern interfaces
7174 but not yet the parser to handle the namespaces.
7175 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7176
7177Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7178
7179 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7180 include/libxml/pattern.h include/libxml/schemasInternals.h
7181 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7182 the make rebuild in doc, this include new directive to stop
7183 documentation warnings
7184 * doc/* doc/html/*: rebuilt the docs
7185 * pattern.c xmlreader.c include/libxml/pattern.h
7186 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7187 to save nodes while scanning the tree with the reader, cleanup
7188 the way element were freed, and xmlTextReaderPreserve()
7189 implementation, the API might change for namespace binding support
7190 when compiling patterns.
7191 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7192
7193Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7194
7195 * python/libxml.py: oops forgot to modify/commit the new code.
7196
7197Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7198
7199 * python/generator.py python/libxml.c python/libxml_wrap.h:
7200 cleanup the output buffer support to at least get the basic
7201 to work
7202 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7203 cleanup.
7204 * include/libxml/xmlwriter.h: cleanup
7205
7206Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7207
7208 * include/libxml/xmlversion.h.in
7209 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7210 docs
7211
7212Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7213
7214 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7215 regexp quantifiers
7216
7217Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7218
7219 * pattern.c include/libxml/pattern.h: adding the pattern node
7220 selection code. Inheried in part from libxslt but smaller.
7221 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7222 integrated the pattern module, made it a configure time option
7223 * xmllint.c: added --pattern to test when doing --stream
7224
7225Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7226
7227 * xmlreader.c: fixed a problem in xmlreader validation when
7228 streaming exposed by reader2 example.
7229
7230Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7231
7232 * doc/xml.html
7233 * doc/docs.html:
7234 add reference to the Code Examples page to docs.html list
7235 of resources
7236
7237Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7238
7239 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7240 from Eric
7241
7242Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7243
7244 * include/libxml/xinclude.h
7245 * doc/*: Add comments for macro definitions in xinclude.h and
7246 rebuild the docs
7247
7248Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7249
7250 * doc/docdescr.doc
7251 Updating William's explanation of how to build docs,
7252 reflecting Daniel's new docs build system
7253
7254Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7255
7256 * xmlmemory.c: enhanced by adding mutex to protect global
7257 structures in a multi-threading environment. This fixed
7258 some random errors on the Threads regression tests.
7259
7260Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7261
7262 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7263 import sys
7264
7265Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7266
7267 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7268 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7269 handled internally by default, with proper BOM and UTF-16LE
7270 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7271 BOM on output, and will be automatically recognized on input.
7272 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7273 added regression tests for above.
7274
7275Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7276
7277 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7278 build with all compilers. Added C-Runtime option for MSVC. Included
7279 xmlWriter.
7280 * xmlwriter.c: Added IN_LIBXML macro
7281
7282Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7283
7284 * win32/Makefile.bcb: applied patch from Eric
7285
7286Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7287
7288 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7289 is broken on 2.6.x
7290
7291Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7292
7293 * entities.c: fixed #127877, never output &quot; in element content
7294 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7295 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7296 result/valid/index.xml result/valid/xlink.xml: this changes the
7297 output of a few tests
7298
7299Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7300
7301 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7302 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7303 testSchemas behaviour when a schemas failed to parse.
7304 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7305 test for xsd:include from Eric Van der Vlist
7306
7307Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7308
7309 * parser.c: swapped the attribute defaulting and attribute checking
7310 parts of parsing a new element start, fixes bug #127772
7311 * result/valid/127772.* test/valid/127772.xml
7312 test/valid/dtds/127772.dtd: added the example in the regression tests
7313
7314Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7315
7316 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7317 to avoid bug #127851
7318
7319Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7320
7321 * xmlregexp.c: fixing some Negative Character Group and
7322 Character Class Subtraction handling.
7323
7324Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7325
7326 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7327 on Eric van der Vlist examples
7328 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7329 added regression tests
7330 * doc/examples/Makefile.am doc/examples/index.py: do not
7331 regenerate the index on make all target, but only on
7332 make rebuild to avoid troubles.
7333
7334Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7335
7336 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7337 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7338 starting to add proper namespace support too.
7339 * test/schemas/* result/schemas/*: added a number of tests
7340 fixed the result from some regression tests too.
7341
7342Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7343
7344 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7345 Daniel has removed it, fix link to George's IBM article, other
7346 minor edits
7347
7348Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7349
7350 * xmlschemas.c: applied patch from Robert Stepanek to start
7351 import os schemas support, cleaned up stuff and the patch.
7352 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7353 to regression, fixed a few regressions too.
7354
7355Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7356
7357 * HTMLparser.c: applied two parsing fixes from James Bursa
7358
7359Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7360
7361 * doc/examples/*: added two xmlReader examples
7362 * xmlreader.c: cleaned up some bugs in the process
7363
7364Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7365
7366 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7367 Alfred Mickautsch, bugfixes and comments
7368 * doc/examples/*: added his test as the xmlWriter example
7369 * doc/html/ doc/*.html: this resulted in some improvements
7370 * include/libxml/hash.h: fixed an inclusion problem when
7371 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7372
7373Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7374
7375 * xinclude.c: fix an error message
7376 * doc/examples/*: added tree2 example from Lucas Brasilino
7377
7378Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7379
7380 * doc/newapi.xsl: improve the sort sequence for page content
7381 * doc/html/*.html: regenerate the web pages
7382
7383Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7384
7385 * Makefile.am: do not package cvs versioning temp files.
7386 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7387 slightly improved the API xml format, fixed a lot of small
7388 rendering problems
7389 * doc/html/libxml*.html: rebuilt
7390
7391Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7392
7393 * include/libxml/*.h include/libxml/*.h.in: modified the file
7394 header to add more informations, painful...
7395 * genChRanges.py genUnicode.py: updated to generate said changes
7396 in headers
7397 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7398 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7399 APIs modules. Updated the stylesheets, some cleanups, regenerated
7400 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7401
7402Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7403
7404 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7405 the build process to remove all remains from the old gtk-doc
7406 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7407 stylesheets have been improved, and the API*html now generated
7408 are XHTML1 valid too
7409
7410Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7411
7412 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7413 enhancement to prevent comment with unreferenced variable.
7414 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7415 improve auto-generation of documentation
7416 * apibuild.py: minor change to an error message
7417
7418Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7419
7420 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7421 improving navigation
7422 * doc/html/*.html: updated the result
7423
7424Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7425
7426 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7427 improvement of the stylesheets, fixed a API generation problem,
7428 switched the stylesheet and Makefile to build the HTML output.
7429 * doc/html/*.html: complete update, ditched some old files, might
7430 introduce some breakage...
7431
7432Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7433
7434 * doc/newapi.xsl: lot of improvements, this starts looking good
7435 enough to be usable.
7436
7437Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7438
7439 * doc/newapi.xsl: stylesheet to build HTML pages from the
7440 API XML description, Work in Progress
7441
7442Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7443
7444 * xpath.c: fixed bug 126976 (string != empty nodeset
7445 should be false)
7446
7447Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7448
7449 * doc/html/*.html: Finally - found the problem with the
7450 page generation (XMLPUBFUN not recognized by gtkdoc).
7451 Re-created the pages using a temporary version of
7452 include/libxml/*.h.
7453 * testOOMlib.c,include/libxml/encoding.h,
7454 include/libxml/schemasInternals.h,include/libxml/valid.h,
7455 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7456 include/libxml/xmlwin32version.h.in,
7457 include/libxml/xpathInternals.h: minor edit of comments
7458 to help automatic documentation generation
7459 * doc/docdescr.doc: small elaboration
7460 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7461 (messed up on last try)
7462 * xmlreader.c: minor change to clear warning.
7463
7464Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7465
7466 * Copyright: fixed some wording
7467 * libxml.spec.in: make sure doc/examples is packaged
7468 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7469 annoying problem about xmlRemoveID and xmlReader streaming.
7470 Thing looks fixed now, had to add a doc reference to the
7471 xmlID structure though...
7472
7473Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7474
7475 * doc/docdescr.doc: added description of man page building
7476
7477Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7478
7479 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7480 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7481 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7482 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7483 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7484 added missing pages for the website.
7485
7486Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7487
7488 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7489 generated pages (again), manually restored doc/html/index.html
7490 and manually edited generated file doc/gnome-xml.xml to put
7491 in appropriate headings.
7492 * doc/docdescr.doc: new file to describe details of the
7493 document generation (helps my memory for the next time)
7494 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7495 enhancement to please the automatic documentation generation.
7496
7497Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7498
7499 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7500 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7501 minor error cleanup for gcc-3.3.[12] compilation warnings.
7502
7503Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7504
7505 * tree.c: minor changes to some comments
7506 * doc/*.html: rebuilt the generated HTML pages for changes
7507 from jfleck (bug 126945)
7508
7509Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7510
7511 * doc/examples/*: added Dodji's example, added output handling
7512
7513Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7514
7515 * doc/examples/*: added Aleksey XPath example, fixed bugs
7516 in the indexer
7517
7518Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7519
7520 * doc/*: integrating the examples in the navigation menus
7521 * doc/examples/*: added make tests, updated the navigation,
7522 added a new test, cleanups, updates.
7523
7524Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7525
7526 * doc/*.html: rebuilt the generated HTML pages
7527 * doc/examples/*: updated the stylesheets, added a synopsis,
7528 Makefile.am is now generated by index.py
7529
7530Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7531
7532 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7533 added autogeneration of a web page for the examples
7534 * doc/examples/example1.c doc/examples/.cvsignore
7535 doc/examples/examples.xml doc/examples/index.py: updated the
7536 informations extracted, improved the format and indexing.
7537
7538Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7539
7540 * check-xinclude-test-suite.py: less verbose on difference
7541 * libxml.spec.in: cleanup
7542 * parser.c: fixed xmlCleanupParser() doc
7543 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7544 doc/examples/Makefile.am doc/examples/example1.c
7545 doc/examples/examples.xml doc/examples/index.py
7546 doc/examples/test1.xml: work on adding C examples and
7547 generating automated information about those. examples.xml
7548 is autogenerated describing the examples.
7549 * example/Makefile.am: cleanup
7550
7551Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7552
7553 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
7554 fixed missing '-' in block names, enhanced the hack for
7555 ABI aliasing.
7556
7557Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
7558
7559 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
7560 python/libxml2class.txt: enhanced for range checking,
7561 updated to Unicode version 4.0.1 (API docs also updated)
7562 * python/generator.py: minor change to fix a warning
7563
7564Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7565
7566 * Makefile.am: apply fix from Karl Eichwalder for script path
7567
7568Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7569
7570 * win32/configure.js: applied patch from Mark Vakoc to simplify
7571 his work from CVS checkouts.
7572
7573Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
7574
7575 * doc/xmlreader.html: minor cleanups
7576
7577Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
7578
7579 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
7580 for gcc so that, if undefined, it's defined as
7581 __attribute__((unused))
7582
7583Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
7584
7585 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
7586 appears after the variable declaration.
7587 * valid.c: trivial change to eliminate a warning message
7588
7589Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
7590
7591 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
7592 rebuilt the docs
7593
7594Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7595
7596 * xmllint.c: change --html to make sure we use the HTML serialization
7597 rule by default when HTML parser is used, add --xmlout to allow to
7598 force the XML serializer on HTML.
7599 * HTMLtree.c: ugly tweak to fix the output on <p> element and
7600 solve #125093
7601 * result/HTML/*: this changes the output of some tests
7602
7603Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7604
7605 * xinclude.c: fixed bug #125812, about XPointer in XInclude
7606 failing but not returning an error.
7607
7608Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
7609
7610 * valid.c: fixed bug #125811 related to DTD post validation
7611 where the DTD doesn't pertain to a document.
7612
7613Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
7614
7615 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
7616 the XML_PARSE_NONET parser option.
7617 * xmllint.c: converted xmllint.c to use the option instead of
7618 relying on the global resolver variable.
7619
7620Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7621
7622 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
7623 support to the reader interface. Lot of testing of the walker,
7624 various bug fixes.
7625 * xmllint.c: added --walker and made sure --xinclude --stream --debug
7626 works as expected
7627 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
7628 result/XInclude/*.rdr: added regression tests for the walker and
7629 XInclude xmlReader support, had to slightly change a couple of tests
7630 because the walker can't distinguish <foo/> from <foo></foo>
7631
7632Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
7633
7634 * tree.c nanohttp.c threads.c: second BeOS patch from
7635 Marcin 'Shard' Konicki
7636
7637Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7638
7639 * parser.c: always generate line numbers
7640
7641Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7642
7643 * parser.c: fixed another regression introduced in fixing #125823
7644
7645Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7646
7647 * python/libxml.c: previous fix for #124044 was broken, correct
7648 fix provided.
7649 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
7650 and the error handlers to address #125877
7651
7652Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7653
7654 * parser.c: side effect of #123105 patch, namespace resolution
7655 would fail when defined in internal entities, fixes #125823
7656
7657Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7658
7659 * python/libxml.c: be more defensive in the xmlReader python bindings
7660 fixing bug #124044
7661
7662Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7663
7664 * valid.c: the a-posteriori DTD validation code was not validating
7665 the namespace declarations, this fixes #124110
7666
7667Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
7668
7669 * xmlIO.c: enhanced to bypass compression detection code
7670 when input file is stdin (bug 125801)
7671
7672Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7673
7674 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
7675
7676Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7677
7678 * xpath.c: more fixes about unregistering objects
7679 * include/libxml/relaxng.h: applied patch from Mark Vakoc
7680 missing _cplusplus processing clause
7681
7682Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
7683
7684 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
7685
7686Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
7687
7688 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
7689 Marcin 'Shard' Konicki to provide BeOS thread support.
7690
7691Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7692
7693 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
7694 from Steve Ball to make a schema parser from a preparsed document.
7695
7696Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7697
7698 * tree.c: applied a couple of patches from Mark Lilback about text
7699 nodes coalescing
7700
7701Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7702
7703 * xpath.c: change suggested by Anthony Carrico when unregistering
7704 a namespace prefix to a context
7705 * hash.c: be more careful about calling callbacks with NULL payloads.
7706
7707Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7708
7709 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
7710 regenerated docs and APIs
7711 * parser.c: cleanup and last change to fix #123105
7712
7713Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7714
7715 * HTMLparser.c: Fix #124907 by simply backporting the same
7716 fix as for the XML parser
7717 * result/HTML/doc3.htm.err: change to ID detecting modified one
7718 test result.
7719
7720Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7721
7722 * parser.c include/libxml/parser.h: included a new function
7723 to reuse a Push parser context, based on Graham Bennett original
7724 code
7725 * valid.c: in HTML, a name in an input is not an ID
7726 * TODO: bug list update
7727
7728Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
7729
7730 * xpath.c: applied patch from nico@xtradyne.com for #125030
7731
7732Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7733
7734 * Makefile.am: cleanup
7735 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
7736 sometimes the error handlers can get a parser context on DTD
7737 errors, and sometime they don't. So be very careful when trying
7738 to grab those informations.
7739
7740Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7741
7742 * tree.c: applied patch from Kasimier Buchcik which fixes a
7743 problem in xmlSearchNs introduced in 2.6.0
7744
7745Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
7746
7747 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
7748
7749Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7750
7751 * tree.c: fix bug #125047 about serializing when finding a
7752 document fragment node.
7753
7754Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
7755
7756 * testSAX.c: fix bug #125592 need a NULL check
7757 * include/libxml/chvalid.h: rename a parameter
7758
7759Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
7760
7761 * parser.c: applied patch from #123105 about defaulted attributes
7762 from element coming from an entity
7763
7764Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7765
7766 * xmllint.c: fixed warning message from IRIX (bug 125182)
7767 * python/libxml.py: removed tabs, replaced with spaces
7768 (bug 125572)
7769
7770Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
7771
7772 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
7773 if xmlNewInputFromFile() fails.
7774 * xmlreader.c: avoid using _private for the node or document
7775 elements.
7776
7777Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
7778
7779 * win32/configure.js: added declaration for verMicroSuffix
7780
7781Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
7782
7783 * libxml.m4: applied patch from Patrick Welche provided in
7784 bug #125432 , future proofing the .m4 file.
7785 * parser.c: resetting the context should also reset the error
7786 * TODO: problem of conformance w.r.t. E20 was raised in the
7787 XML Core telconf and libxml2 isn't conformant there.
7788
7789Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
7790
7791 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
7792
7793Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
7794
7795 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
7796 small glitch missing a const
7797
7798Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
7799
7800 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
7801 it doesn't define IN_LIBXML
7802
7803Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
7804
7805 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
7806
7807Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
7808
7809 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
7810 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
7811
7812Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
7813
7814 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
7815
7816Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
7817
7818 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
7819 * doc/*: updated and regenerated the docs and API
7820
7821Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
7822
7823 * SAX2.c error.c tree.c: moved the line number to their proper
7824 field in elements now.
7825
7826Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
7827
7828 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
7829 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
7830 added the xmlWriter module contributed by Alfred Mickautsch
7831 * include/libxml/tree.h: added room for line and extra information
7832 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
7833 of them introduced in September
7834 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
7835
7836Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
7837
7838 * Makefile.am configure.in xmldwalk.c xmlreader.c
7839 include/libxml/Makefile.am include/libxml/xmldwalk.h
7840 include/libxml/xmlversion.h.in: removing xmldwalk module
7841 since it got merged with the xmlreader.
7842 * parser.c: cleanup
7843 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
7844 rebuilt the API
7845 * python/tests/Makefile.am python/tests/reader7.py
7846 python/tests/walker.py: adding regression testing for the
7847 new xmlreader APIs, new APIs for reader creation, including
7848 makeing reader "walker" operating on preparsed document trees.
7849
7850Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7851
7852 * entities.c, valid.c: fixed problem reported on the mailing
7853 list by Melvyn Sopacua - wrong argument order on functions
7854 called through xmlHashScan.
7855
7856Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
7857
7858 * valid.c xmlIO.c: fixes for compiling using --with-minimum
7859
7860Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
7861
7862 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
7863 tested it through the xslt regression suite.
7864
7865Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
7866
7867 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
7868 allowing to grab the content without forcing allocations.
7869 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
7870 * xpath.c xmldwalk.c: removed a couple of comment errors.
7871
7872Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
7873
7874 * parser.c: applied patch from Chris Anderson to change back
7875 memcmp with CMPx()
7876
7877Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
7878
7879 * HTMLparser.c: fixed to not send NULL to %s printing
7880 * python/tests/error.py result/HTML/doc3.htm.err
7881 result/HTML/test3.html.err result/HTML/wired.html.err
7882 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
7883 up some of the regression tests error
7884
7885Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
7886
7887 * include/libxml/nanohttp.h include/libxml/parserInternals.h
7888 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
7889 Fixed the HTTP<->parser interraction, which should fix 2 long
7890 standing bugs #104790 and #124054 , this also fix the fact that
7891 HTTP error code (> 400) should not generate data, we usually
7892 don't want to parse the HTML error information instead of the
7893 resource looked at.
7894
7895Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7896
7897 * doc/Makefile.am: enhanced the installation of tutorial files
7898 to avoid installing CVS subdirectories (bug 122943)
7899
7900Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7901
7902 * xmlIO.c: fixed segfault when input file not present
7903 * tree.c: changed output formatting of XML_CDATA_SECTION
7904 (bug 120917)
7905
7906Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
7907
7908 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
7909 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
7910 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
7911 xpath.c: Changed all (?) occurences where validation macros
7912 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
7913 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
7914 many warning messages on certain platforms, and also high-
7915 lights places in the library which may need to be enhanced
7916 for proper UTF8 handling.
7917
7918Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
7919
7920 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
7921 doc/apibuild.py: enhanced to include enough comments to
7922 make the api doc generation happy.
7923
7924Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
7925
7926 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
7927 to fix the HTTP/XML parser integration.
7928
7929Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
7930
7931 * xmlreader.c include/libxml/xmlreader.h: added new APIs
7932 for creating reader from sources or reusing a reader with
7933 a new source, like the xmlReadxx and xmlCtxtReadxxx
7934 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
7935 doc/Makefile.am: regenerated the APIs
7936 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
7937
7938Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
7939
7940 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
7941 include/libxml/parserInternals.h: enhanced macros to avoid
7942 breaking ABI from previous versions.
7943 * catalog.c, parser.c, tree.c: modified to use IS_* macros
7944 defined in parserInternals.h. Makes maintenance much easier.
7945 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
7946 compilation warnings
7947 * configuration.in: fixed pushHTML test error; enhanced for
7948 better devel (me) testing
7949
7950Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
7951
7952 * legacy.c: remove the warning for startDocument(), as it is used by
7953 glade (or glade-python)
7954 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
7955 invalid accesses found by running some Python based regression
7956 tests under valgrind. There is still a few leaks reported by the
7957 relaxng regressions which need some attention.
7958 * doc/Makefile.am: fixed a make install problem c.f. #124539
7959 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
7960 patch from crutcher
7961
7962Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
7963
7964 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
7965 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
7966 calls.
7967
7968Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
7969
7970 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
7971
7972Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
7973
7974 * Makefile.am: small fix from Bjorn Reese
7975
7976Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
7977
7978 * valid.c: fix a call missing arguments
7979
7980Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
7981
7982 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
7983 a bug in the range search; enhanced range generation (inline code
7984 if a small number of intervals); enhanced the readability of the
7985 output files.
7986
7987Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
7988
7989 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
7990 chvalid.def from scratch based on XML 2nd edition REC
7991 and regenerated the code.
7992
7993Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
7994
7995 * check-xml-test-suite.py: removed some annoying warnings
7996 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
7997 in the PubidChars definition, regenerated, there is still
7998 a bug left somewhere
7999 * genChRanges.py: save the header directly in include/libxml/
8000 * configure.in: I generated a 2.6.0beta6 earlier today
8001
8002Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8003
8004 * fixed small error on previous commit (chvalid.h in
8005 base dir instead of include directory)
8006
8007Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8008
8009 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8010 new files for a different method for doing range validation
8011 of character data.
8012 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8013 include/libxml/parserInternals.h: modified for new range method.
8014 * catalog.c: small enhance for warning message (using one
8015 of the new range routines)
8016
8017Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8018
8019 * valid.c include/libxml/valid.h: adding an serror field to
8020 the validation context breaks the ABI for the xmlParserCtxt
8021 structure since it's embedded by content and not by reference
8022
8023Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8024
8025 * configure.in: patch from Mike Hommey
8026 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8027 Bidoul
8028 * parser.c: fix the potentially nasty access to ctxt->serror
8029 without checking first that the SAX block is version 2
8030
8031Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8032
8033 * SAX2.c: fixed a nasty bug with interning some text strings
8034 * configure.in: prepare for beta5 of 2.6.0
8035 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8036 better error handling for I/O and converted FTP and HTTP
8037 * parser.c: fixed another bug
8038
8039Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8040
8041 * SAX2.c: fixed uninitialized new field.
8042 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8043 all messages
8044
8045Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8046
8047 * include/libxml/tree.h: make room in Doc, Element, Attributes
8048 for PSVI type informations.
8049
8050Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8051
8052 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8053 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8054 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8055 include/libxml/parser.h include/libxml/valid.h
8056 include/libxml/xmlerror.h: Setting up the framework for structured
8057 error reporting, touches a lot of modules, but little code now
8058 the error handling trail has been cleaned up.
8059
8060Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8061
8062 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8063
8064Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8065
8066 * xpath.c: cleanup
8067 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8068 to the new error mechanism
8069
8070Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8071
8072 * error.c xmlschemas.c: a bit of cleanup
8073 * result/schemas/*.err: updated with the new result strings
8074
8075Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8076
8077 * xpath.c: fixed bug 124061
8078
8079Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8080
8081 * Makefile.am: cleanup
8082 * encoding.c: fix a funny typo
8083 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8084 converted the Schemas code to the new error handling. PITA,
8085 still need to check output from regression tests.
8086
8087Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8088
8089 * HTMLtree.c include/libxml/xmlerror.h: converted too
8090 * tree.c: small cleanup
8091
8092Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * xinclude.c: comment fix
8095 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8096 to the new infrastructure
8097
8098Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8099
8100 * xmlIO.c: final error handling cleanup
8101 * xinclude.c error.c: converted XInclude to the new error handling
8102 * include/libxml/xmlerror.h: added XInclude errors
8103
8104Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8105
8106 * parser.c: bug in compression saving was crashing galeon
8107 reported by teuf
8108
8109Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8110
8111 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8112 I/O error path
8113
8114Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8115
8116 * xmlIO.c: better handling of error cases
8117
8118Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8119
8120 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8121 cleaning up error handling in the I/O module.
8122
8123Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8124
8125 * xmlregexp.c include/libxml/xmlerror.h: error handling
8126 cleanup of the Regexp module.
8127
8128Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8129
8130 * tree.c: converting the tree module too
8131 * error.c include/libxml/xmlerror.h: created a simpler internal
8132 error reporting function.
8133
8134Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8135
8136 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8137 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8138 error reporting that time.
8139 * threads.c: applied the two patches for TLS threads
8140 on Windows from Jesse Pelton
8141 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8142 return is always zero terminated. Should also help detecting
8143 passing wrong buffer size easilly.
8144 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8145 updated the results to follow the errors string generated by
8146 last commit.
8147
8148Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8149
8150 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8151 handling in the Relax-NG module.
8152
8153Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8154
8155 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8156 module to teh new error reporting. Better default report, adds
8157 the element associated if found, context and node are included
8158 in the xmlError
8159 * python/tests/reader2.py: the error messages changed.
8160 * result/relaxng/*: error message changed too.
8161
8162Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8163
8164 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8165 win32/configure.js: applied patch from Stéphane Bidoul to
8166 fix the compilation of 2.6.0 code on Win32
8167
8168Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8169
8170 * check-xml-test-suite.py: fixing the script
8171 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8172 memcmp calls, seems to not break conformance, slightly inflate
8173 the size of the gcc generated code though.
8174
8175Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8176
8177 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8178 more cleanup of error handling in parserInternals, sharing the
8179 routine for memory errors.
8180
8181Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8182
8183 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8184 include/libxml/xmlerror.h: more code cleanup, especially around
8185 error messages, the HTML parser has now been upgraded to the new
8186 handling.
8187 * result/HTML/*: a few changes in the resulting error messages
8188
8189Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8190
8191 * parser.c include/libxml/xmlerror.h: more error/warning
8192 handling cleanups, the XML parser module should be okay now.
8193
8194Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8195
8196 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8197 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8198 integrated the xmlDocWalker API given by Alfred Mickautsch,
8199 and providing an xmlReader like API but working on a xmlDocPtr.
8200
8201Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8202
8203 * Makefile.am: more cleanup in make tests
8204 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8205 in the transition to the new error reporting strategy.
8206 * python/tests/reader2.py result/VC/* result/valid/*:
8207 few changes in the strings generated by the validation output
8208
8209Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8210
8211 * Makefile.am: changed 'make tests' to use a concise output,
8212 scrolling to see where thing broke wasn't pleasant
8213 * configure.in: some beta4 preparation, but not ready yet
8214 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8215 new error handling code, last error informations are stored
8216 in the parsing context or a global variable, new APIs to
8217 handle the xmlErrorPtr type.
8218 * parser.c parserInternals.c valid.c : started migrating to the
8219 new error handling code, it's a royal pain.
8220 * include/libxml/parser.h include/libxml/parserInternals.h:
8221 moved the definition of xmlNewParserCtxt()
8222 * parser.c: small potential buffer access problem in push code
8223 provided by Justin Fletcher
8224 * result/*.sax result/VC/PENesting* result/namespaces/*
8225 result/valid/*.err: some error messages were sligthly changed.
8226
8227Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8228
8229 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8230 function (wrapper around snprintf)
8231
8232Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8233
8234 * entities.c: Fix error on output of high codepoint charref like
8235 &#x10FFFF; , reported by Eric Hanchrow
8236
8237Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8238
8239 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8240 of a pain murrayc is really gonna be.
8241
8242Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8243
8244 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8245
8246Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8247
8248 * entities.c legacy.c parser.c: made the predefined entities
8249 static predefined structures to avoid the work, memory and
8250 hazards associated to initialization/cleanup.
8251
8252Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8253
8254 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8255 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8256 include/libxml/parser.h include/libxml/parserInternals.h
8257 include/libxml/xmlversion.h.in: added a new configure
8258 option --with-push, some cleanups, chased code size anomalies.
8259 Now a library configured --with-minimum is around 150KB,
8260 sounds good enough.
8261
8262Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8263
8264 * libxml-2.0-uninstalled.pc.in: New file for building against
8265 uninstalled libxml2 builds.
8266 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8267 * .cvsignore: Ignore the new generated *.pc file.
8268
8269Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8270
8271 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8272 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8273 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8274 added 2 new configure option: --with-reader --with-sax1
8275 to allow removing the reader or non-xmlReadxxx() interfaces.
8276
8277Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8278
8279 * configure.in entities.c tree.c valid.c xmllint.c
8280 include/libxml/tree.h include/libxml/xmlversion.h.in:
8281 Adding a configure option to remove tree manipulation
8282 code which is not strictly needed by the parser.
8283
8284Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8285
8286 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8287 patch from Marcin 'Shard' Konicki
8288
8289Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8290
8291 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8292 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8293 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8294 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8295 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8296 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8297 include/libxml/catalog.h include/libxml/debugXML.h
8298 include/libxml/entities.h include/libxml/nanohttp.h
8299 include/libxml/relaxng.h include/libxml/tree.h
8300 include/libxml/valid.h include/libxml/xmlIO.h
8301 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8302 include/libxml/xpathInternals.h python/libxml.c:
8303 Okay this is scary but it is just adding a configure option
8304 to disable output, this touches most of the files.
8305
8306Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8307
8308 * xmlmemory.c: better fix, avoids breaking the python bindings
8309
8310Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8311
8312 * xmlmemory.c: fix a compilation problem when configuring
8313 with debug but without mem-debug
8314
8315Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8316
8317 * Makefile.am: cleanup, creating a new legacy.c module,
8318 made sure make tests ran in reduced conditions
8319 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8320 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8321 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8322 increased the modularization, allow to configure out
8323 validation code and legacy code, added a configuration
8324 option --with-minimum compiling only the mandatory code
8325 which then shrink to 200KB.
8326
8327Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8328
8329 * parser.c: fix a bug raised by the Mips compiler.
8330 * include/libxml/SAX.h include/libxml/parser.h: move the
8331 SAXv1 block definitions to parser.h fixes bug #123380
8332 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8333 the attribute and element pool borken 2 commits ago.
8334 Start playing with an entry point to preserve a subtree.
8335 * entities.c: remove a warning.
8336
8337Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8338
8339 * encoding.c, parser.c, relaxng.c: further (final?) minor
8340 changes for compilation warnings. No change to logic.
8341
8342Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8343
8344 * parser.c: fixed small problem with missing entities (test/ent2)
8345
8346Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8347
8348 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8349 if the result is not well formed that ctxt->myDoc is not NULL
8350 and uses the context dictionnary.
8351
8352Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8353
8354 * parser.c: other patches from William Brack to avoid
8355 compilation warnings on AIX.
8356
8357Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8358
8359 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8360 avoid compilation warnings on some (e.g. AIX) systems
8361
8362Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8363
8364 * parserInternals.c: fixed a backward compatibility problem
8365 when formatting "deprecated SAXv1 function ignorableWhitespace"
8366 could be reproduced by xmllint --format
8367
8368Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8369
8370 * doc/libxml2-api.xml: rebuilt the API
8371 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8372 --nocdata and --nsclean to remove CDATA section and surperfluous
8373 namespace declarations
8374 * parser.c SAX2.c: implementation of the 2 new options
8375
8376Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8377
8378 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8379 added the same htmlRead APIs than their XML counterparts
8380 * include/libxml/parser.h: new parser options, not yet implemented,
8381 added an options field to the context.
8382 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8383 is found within a cdata section.
8384 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8385 result/cdata2.sax test/cdata2: add one more cdata test
8386
8387Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8388
8389 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8390 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8391 base URL parameter when not loading from a file or URL.
8392
8393Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8394
8395 * configure.in: preparing a beta3 solving the ABI problems
8396 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8397 include/libxml/globals.h include/libxml/SAX.h: make sure the
8398 global variables for the default SAX handler are V1 ones to
8399 avoid ABI compat problems.
8400 * xmlreader.c: cleanup of uneeded code
8401 * hash.c: fix a comment
8402
8403Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8404
8405 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8406 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8407 fixing some comments to avoid warnings from apibuild.py
8408
8409Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8410
8411 * win32/configure.js: patch from Stephane Bidoul for configuring
8412 the beta2 version #123104
8413
8414Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8415
8416 * Makefile.am: adding repeated parsing and validating tests
8417 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8418 DOM tree building interfaces use the dictionary from the
8419 parsing context to build the element and attributes names
8420 as well as formatting spaces and short text nodes
8421 * include/libxml/dict.h dict.c: added some reference counting
8422 for xmlDictPtr because they can be shared by documents and
8423 a parser context.
8424 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8425 functions and use the standard ones now.
8426 * xmllint.c: add --nodict
8427 * python/libxml.c: fix a stupid bug so that ns() works on
8428 attribute nodes.
8429
8430Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8431
8432 * parser.c include/libxml/parser.h: adding a new set of
8433 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8434 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8435 a clear define of xmlParserOption, xmlCtxtUseOptions()
8436 should simplify custom parsing without being tempted to
8437 use global variables, and xmlCtxtReset() should allow reuse
8438 of a context for multiple parsing.
8439 * xmllint.c: switched to use xmlReadXXX, allow options to
8440 be used simultaneously with less troubles.
8441 * tree.c: simple warning removal
8442 * doc/apibuild.py: small fix
8443 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8444
8445Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8446
8447 * parser.c: revert xmlCreateDocParserCtxt() since this break
8448 the parseDoc() python bindings
8449
8450Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8451
8452 * parser.c: make sure xmlDetectSAX2() is called only at
8453 parsing time to avoid breaking apps changing the SAX
8454 callbacks after context allocation, change xmlCreateDocParserCtxt()
8455 to use an immutable buffer instead of a copy
8456
8457Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8458
8459 * xmlIO.c: applied patch from Markus Keim fixing a problem
8460 with I/O callback registration.
8461 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8462 for xmlParserErrors
8463
8464Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8465
8466 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8467 really a const xmlChar*
8468 * xmlreader.c include/libxml/xmlreader.h: addin the
8469 xmlTextReaderConstString() to get an interned string from
8470 the reader
8471
8472Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8473
8474 * error.c: fixed a warning message (trivial)
8475 * doc/search.php: removed incorrect warning message when word
8476 search not found in last of multiple tables (bug 119535)
8477
8478Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8479
8480 * configure.in: preparing a 2.6.0-beta2 release
8481 * xmlIO.c: avoid a warning
8482 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8483 by Chris Ryland
8484 * include/libxml/dict.h: add a QName access lookup to the
8485 dictionary.
8486 * xmlreader.c include/libxml/xmlreader.h: adding const access
8487 based on the dictionary interface for string read from the
8488 reader, the node content access is still TODO, it's too different
8489
8490Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8491
8492 * SAX2.c: fixing namespace DTD validations
8493 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8494 namespaces is slightly different now.
8495 * Makefile.am: report the memory used in Timingtests (as well as time)
8496
8497Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8498
8499 * Makefile.am: add streaming on memory regression tests, found
8500 bad bugs in the reader interface
8501 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8502 condition in end of file.
8503 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8504 adding immutable buffers, and parser input based on those,
8505 but this should not be used (yet) for general parsing
8506 * parser.c: added a comment about using immutable buffers for
8507 general parsing.
8508 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8509 output of the regression tests
8510 * xmllint.c: using the immutable buffers when streaming on
8511 mmaped file (--stream --memory)
8512
8513Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8514
8515 * dict.c: the last patch broke unicity of returned strings, removed
8516
8517Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8518
8519 * Makefile.am: add a Timingtests target to check bad behaviour
8520 from the streaming engine
8521 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8522 * xmlreader.c: fix a bad behaviour on large buffer inputs
8523
8524Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8525
8526 * dict.c xmlreader.c: two small improvements
8527
8528Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8529
8530 * parserInternals.c: avoid a leak with previous patch
8531
8532Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8533
8534 * python/libxml.c: use stderr and not stdout for default errors
8535 in python environment bug #122552
8536
8537Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8538
8539 * parserInternals.c: small fix from Rob Richards for input filename
8540 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8541 * xmlIO: adding a guard in one function
8542
8543Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8544
8545 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8546 reducing memory allocation and free and avoiding expensive routines
8547
8548Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8549
8550 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
8551 seriously with per-document dict and element and attribute nodes
8552 reuse in the xmlReader. This seems to lead to an interesting
8553 speedup of the xmlReader already.
8554
8555Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8556
8557 * dict.c include/libxml/dict.h: do string allocations in large
8558 pools, allowing to find if a string pertain to a dict quickly
8559 * xmllint.c: fix --stream --repeat --timing
8560 * Makefile.am: the testThreads run output should be seen.
8561
8562Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8563
8564 * SAX2.c include/libxml/parser.h: starting work on reusing the
8565 parser dictionary for the element and attribute tag names.
8566 Add pools for Element and Attributes in the parser context,
8567 which should help speeding up the reader.
8568 * Makefile.am result/*.rdr : adding non-python reader regression
8569 tests.
8570
8571Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8572
8573 * SAX2.c parser.c valid.c: starting to cleanup some of the
8574 problems exposed by the W3C/NIST regression suite.
8575 * result/ent7.sax result/xml2.sax: small fixes.
8576
8577Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8578
8579 * parser.c: more parser error factoring
8580
8581Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8582
8583 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
8584
8585Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * parser.c include/libxml/xmlerror.h: factoring of more
8588 error handling code, serious size reduction and more lisibility
8589 of the resulting code.
8590 * parserInternals.c parser.c include/libxml/parserInternals.h
8591 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
8592 checks are done, use a counter for entities. Entities where freed and
8593 reallocated at the same address failing the check.
8594 * tree.c: avoid a warning
8595 * result/valid/* result/VC/*: this slightly changes some validation
8596 error messages.
8597
8598Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
8599
8600 * valid.c: fixed bug 121759 - early declaration of
8601 attribute-list in external DTD
8602
8603Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8604
8605 * parser.c include/libxml/xmlerror.h: starting cleaning up
8606 error handling, factorize error processing
8607 * doc/xmllint.html: update of the page, remove --sgml
8608
8609Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8610
8611 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
8612 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
8613 broken pseudo SGML DocBook parser code.
8614
8615Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8616
8617 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
8618 valgrind pointed out the strings overlapped. cleanup .
8619
8620Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8621
8622 * tree.c: applied speedup to xmlSearchNs() as suggested by
8623 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
8624 applying the same trick.
8625
8626Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8627
8628 * parser.c parserInternals.c tree.c include/libxml/parser.h
8629 include/libxml/xmlerror.h: adding namespace checkings
8630 while making sure they still parse as wellformed documents.
8631 Add an nsWellFormed status report to the context, and
8632 provide new appropriate error codes.
8633 * Makefile.am result/namespaces/* test/namespaces/*: add
8634 specific regression testing for the new namespace support
8635 * test/att5 result/noent/att5 result/att5 result/att5.sax:
8636 add more coverage for the attribute parsing and normalization
8637 code.
8638
8639Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8640
8641 * threads.c: backport of a thread bugfix from 2_5_X branch
8642
8643Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * parser.c: fixed a bug in one corner case of attribute parsing.
8646
8647Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8648
8649 * configure.in doc/* : 2.6.0beta1 changes
8650 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
8651 normalization, might not be totally fixed but this should
8652 make sure SAX event provide the right strings for attributes
8653 except entities for which libxml2 is different by default
8654 This should fix #109564
8655 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
8656 in attribute callback values
8657 * result/c14n/with-comments/example-4
8658 result/c14n/without-comments/example-4: this also fixes a subtle
8659 bug in the canonicalization tests.
8660
8661Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8662
8663 Time to commit 3 days of work rewriting the parser internal,
8664 fixing bugs and migrating to SAX2 interface by default. There
8665 is some work letf TODO, like namespace validation and attributes
8666 normalization (this break C14N right now)
8667 * Makefile.am: fixed the test rules
8668 * include/libxml/SAX2.h include/libxml/parser.h
8669 include/libxml/parserInternals.h SAX2.c parser.c
8670 parserInternals.c: changing the parser, migrating to SAX2,
8671 adding new interface to switch back to SAX1 or initialize a
8672 SAX block for v1 or v2. Most of the namespace work is done
8673 below SAX, as well as attribute defaulting
8674 * globals.c: changed initialization of the default SAX handlers
8675 * hash.c tree.c include/libxml/hash.h: added QName specific handling
8676 * xmlIO.c: small fix
8677 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
8678 version code path
8679 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
8680 pointed out a typo in a very old test namespace
8681
8682Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
8683
8684 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
8685 of compressed files, setting doc->compressed appropriately
8686 (bug #120503).
8687
8688Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8689
8690 * parser.c: try to cope with the fact that apps may still
8691 have allocated smaller SAX callbak block
8692
8693Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8694
8695 * dict.c: allow to give -1 for undefined length in lookups
8696 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
8697 first round of work on the new SAX2 interfaces, the API
8698 will change but commiting before changing for historical
8699 reference.
8700
8701Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
8702
8703 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
8704 sax->warning with wrong params).
8705
8706Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8707
8708 * include/libxml/globals.h: patch from Stéphane Bidoul to export
8709 globals entry points to the python bindings
8710
8711Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8712
8713 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
8714 by default instead of "HTML"
8715 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
8716 avoiding calls to "areBlanks" when not needed.
8717 * include/libxml/parser.h include/libxml/tree.h: some structure
8718 extensions for future work on using per-document dictionaries.
8719
8720Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8721
8722 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
8723 tree, keeping result in the same tree, added SAXtests to the
8724 default "make tests"
8725
8726Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8727
8728 * include/libxml/xmlexports.h: defined additional macros which
8729 affect exports and added mingw section
8730
8731Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
8732
8733 * doc/index.py: fixed problem parsing xhtml docs
8734 * doc/xmlreader.html,doc/guidelines.html: small modification
8735 to avoid problem in python parsing.
8736 * doc/search.php: fixed upper case filename problem for XSLT docs
8737
8738Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
8739
8740 * xinclude.c: patch from Mark Vakoc that allows compiling
8741 with XInclude but without XPointer support.
8742
8743Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8744
8745 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
8746 to add --libtool-libs option to xml2-config script.
8747
8748Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
8749
8750 * doc/README.docs, doc/Makefile.am: new file added,
8751 giving some description of the documentation generation process
8752 * doc/search.php: fixed problem with upper case on filenames
8753
8754Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8755
8756 * win32/Makefile.bcb: updates by Eric Zurcher
8757
8758Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8759
8760 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
8761 to compensate for pollution from Igor's header taint
8762 (quick before Daniel notices)
8763
8764Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8765
8766 * SAX2.c: fixed a namespace error on attribute reporting bug
8767 pointed out by Tobias Reif
8768 * test/p3p result/p3p result/noent/p3p: this test case was wrong
8769 using xmlsn instead of xmlns...
8770
8771Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8772
8773 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
8774 typos reported by Mark Vakoc
8775
8776Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
8777
8778 add:
8779 * doc/tutorial/api.html
8780 * doc/tutorial/ar01s09.html
8781 * doc/tutorial/includexpath.c
8782 updated
8783 * doc/tutorial/*.html
8784 fix my bad - forgot to check in new files when I last
8785 updated
8786
8787Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8788
8789 * win32/Makefile.bcb: new file, support for Borland C++
8790 * xmllint.c: fixed time inclusion for various compilers
8791
8792Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8793
8794 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
8795 few casts to shut the compiler warnings
8796
8797Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8798
8799 * win32/Makefile.* win32/configure.js: fixed for mingw
8800
8801Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8802
8803 * globals.c threads.c: fixing bug #120870 try to avoid problem
8804 with uninitialized mutexes
8805
8806Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8807
8808 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
8809 up with multiple states, select the "best" one. Fix #120682
8810 * result/relaxng/tutor11_2_3.err: small change resulting
8811
8812Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8813
8814 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
8815
8816Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8817
8818 * include/libxml/[threads-xpointer].h: realigned parameters
8819 after taint
8820
8821Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8822
8823 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
8824 as reported by Eric Zurcher
8825
8826Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8827
8828 * relaxng.c: fixed bug #120386 again a problem introduced when
8829 trying to reuse automata for content validation. Fix a bug report
8830 problem on zeroOrMore
8831 * result/relaxng/tutor3_7_err: change slightly error reporting.
8832
8833Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8834
8835 * include/libxml/Makefile.am: make sure the new header will
8836 be included when generating a new distribution.
8837
8838Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8839
8840 * relaxng.c: fixed a couple of stupid bugs in the state allocation
8841 routines which led to bug #120040 and the ones reported by
8842 Martijn Faassen
8843
8844Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8845
8846 * include/libxml/parserInternals.h include/libxml/relaxng.h
8847 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
8848 parameters after taint.
8849
8850Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8851
8852 * include/libxml/xmlversion.h.in: moved export defs to a separate
8853 file for consistency.
8854 * include/libxml/xmlexports.h: new file, contains export defs.
8855
8856Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8857
8858 * include/libxml/*.h genUnicode.py: exportability taint
8859 of the headers.
8860
8861Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8862
8863 * SAX.c: make the deprecated interfaces log an error message
8864 to be sure it won't get used.
8865
8866Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8867
8868 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
8869 Adding new version of the SAX interface, it's not there yet,
8870 currently just preparing the work
8871 * globals.c parser.c SAX.c include/libxml/SAX.h
8872 include/libxml/globals.h include/libxml/parser.h: doing some
8873 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
8874 while keeping functionalities, preparing SAX2 integration.
8875 * dict.c: small cleanup.
8876
8877Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8878
8879 * tree.c: fixes a small bug introduced in last commit and detected
8880 by valgrind.
8881
8882Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8883
8884 * dict.c hash.c: optimization when freeing hash tables.
8885 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
8886 allocations
8887 * parser.c parserInternals.c include/libxml/parser.h: keep a
8888 single allocated block for all the attributes callbacks,
8889 avoid useless malloc()/free()
8890 * tree.c: do not realloc() when growing a buffer if the buffer
8891 ain't full, malloc/memcpy/free avoid copying memory.
8892
8893Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
8896 --dtdvalidfpi for Tobias Reif
8897
8898Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8899
8900 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
8901 new dictionary module to keep a single instance of the names used
8902 by the parser
8903 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
8904 switched all parsers to use the dictionary internally
8905 * include/libxml/HTMLparser.h include/libxml/parser.h
8906 include/libxml/parserInternals.h include/libxml/valid.h:
8907 Some of the interfaces changed as a result to receive or return
8908 "const xmlChar *" instead of "xmlChar *", this is either
8909 insignificant from an user point of view or when the returning
8910 value changed, those function are really parser internal methods
8911 that no user code should really change
8912 * doc/libxml2-api.xml doc/html/*: the API interface changed and
8913 the docs were regenerated
8914
8915Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8916
8917 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
8918
8919Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
8920
8921 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
8922 fixed part (2) of bug 119535 (wrong alpha case on filenames)
8923
8924Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
8925
8926 * doc/API*.html, doc/html/*: regenerated API documentation
8927 for xmlsoft.org (part of Bug 119535)
8928
8929Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
8930
8931 * encoding.c, threads.c, include/libxml/HTMLparser.h,
8932 doc/libxml2-api.xml: Minor changes to comments, etc. for
8933 improving documentation generation
8934 * doc/Makefile.am: further adjustment to auto-generation of
8935 win32/libxml2.def.src
8936
8937Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8938
8939 * News configure.in: preparing libxml2-2.5.10 release
8940 * doc/* : updated the doc and rebuilt
8941
8942Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8943
8944 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
8945 Malcolm Tredinnick with the patch he suggested.
8946
8947Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8948
8949 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
8950
8951Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8952
8953 * uri.c: fixing an use of strcpy() where both strings overlap
8954 pointed out by valgrind.
8955
8956Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8957
8958 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
8959 some compilation warnings.
8960 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
8961 plus some cleanup and better error reporting.
8962
8963Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8964
8965 * encoding.c: applied UTF-16 encoding handling patch provided by
8966 Mark Itzcovitz
8967 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
8968 not having iconv support.
8969
8970Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8971
8972 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
8973 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
8974 mingw compiler on Windows.
8975
8976Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8977
8978 * parser.c: fixed the serious CPU usage problem reported by
8979 Grant Goodale
8980 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
8981 missing in htmlSAXParseDoc
8982
8983Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
8984
8985 * doc/Makefile.am: Removed dependency from libxml2.def.src
8986
8987Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8988
8989 * autogen.sh: took away the requirement for automake-1.4,
8990 changed the messages for getting auto* tools to current
8991 gnu pages.
8992 * configure.in: added check for Linux Dec alpha requiring
8993 -ieee flag, fixed test for ipv6
8994 * trionan.c: fixed problem for compiling on Linux Dec alpha
8995 using native compiler
8996 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
8997 whenever libxml2-api.xml is changed.
8998
8999Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9000
9001 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9002 is not used.
9003
9004Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9005
9006 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9007
9008Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9009
9010 * News configure.in: preparing libxml2-2.5.9 release
9011 * doc/* : updated the doc and rebuilt
9012
9013Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9014
9015 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9016 definition to get a correct API XML description. This was apparently
9017 breaking Windows build.
9018
9019Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9020
9021 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9022 the progressive HTML parser front-end on large character data
9023 island leading to an erroneous end of data detection by the
9024 parser. Some cleanup too to get closer from the XML progressive
9025 parser.
9026
9027Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9028
9029 * win32/configure.js: Added in support for the ISO8859X
9030 module (patch provided by Jesse Pelton)
9031
9032Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9033
9034 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9035 when the library is not initialized and one try to save, the
9036 locks in threaded env might not been initialized, playing safe
9037 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9038 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9039 his tests to the regression suite.
9040
9041Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9042
9043 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9044 (with apologies to Igor) - Enhanced handling of docb and
9045 nanohttp.
9046
9047Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9048
9049 * encoding.c: further small changes for warnings when
9050 configured with --with-iconv=no
9051
9052Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9053
9054 * error.c trionan.[ch] testThreads.c python/generator.py:
9055 further small changes to elminate most of the remaining
9056 warnings.
9057
9058Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9059
9060 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9061 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9062 python/libxml.c include/libxml/xmlmemory.h: small changes
9063 to syntax to get rid of compiler warnings. No changes
9064 to logic.
9065
9066Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9067
9068 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9069
9070Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9071
9072 * tree.c: fixed a small problem in the patch for #118763
9073 * result/HTML/doc3.htm*: this reverts back to the previous result
9074
9075Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9076
9077 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9078 and rebuilt, apparently some C++ wrappers are not available,
9079 c.f. bug #118943
9080
9081Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9082
9083 * tree.c: fixing HTML attribute serialization bug #118763
9084 applying a modified version of the patch from Bacek
9085 * result/HTML/doc3.htm*: this modifies the output from one test
9086
9087Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9088
9089 * tree.c include/libxml/tree.h: added a new API to split a
9090 QName without generating any memory allocation
9091 * valid.c: fixed another problem with namespaces on element
9092 in mixed content case
9093 * python/tests/reader2.py: updated the testcase with
9094 Bjorn Reese fix to reader for unsignificant white space
9095 * parser.c HTMLparser.c: cleanup.
9096
9097Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9098
9099 * catalog.c: trying to fix #118754 of possible recursion in the
9100 catalogs. Not fantastically happy about the current fix since
9101 it's likely to break under very thread intensive concurrent
9102 access to the catalog. Better solution might to keep the depth
9103 an extra argument to the resolution functions.
9104
9105Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9106
9107 * valid.c: fixed bug #118712 about mixed content, and namespaced
9108 element names.
9109 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9110 in the regression tests
9111
9112Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9113
9114 Coninuing work on bug 118559
9115 * DOCBparser.c: removed 2 unsed vars
9116 * xmlregexp.c: changed some numeric const to their enum symbols
9117 * xmlreader.c: changed one var define from int to enum
9118 (a little more to be done, awaiting co-ordination)
9119 * relaxng.c: deleted one unused var
9120 * xmllint.c: deleted some unused vars, changed one arg
9121 val from int to enum
9122 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9123 * xmlIO.c: fixed typo from last night (small warning msg)
9124
9125Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9126
9127 Working on bug 118559
9128 * error.c: deleted unused variable
9129 * parserInternals.c: deleted unneeded 'const' qualifier
9130 * parser.c: changed variable type for enum temp storage
9131 * xmlIO.c: changed debugging var to be inside #ifdef
9132 * valid.c: removed unused variable
9133 * HTMLparser.c: removed some unneeded 'const' qualifiers
9134 * xpath.c: added some type casts, removed some unused vars
9135 * xinclude.c: added one type cast
9136 * nanohttp.c: repositioned some #ifdef to avoid unused var
9137 * nanoftp.c: removed unused var
9138
9139Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9140
9141 * HTMLparser.c: applied a patch from William Brack about
9142 the problem of parsing very large HTML instance with comments
9143 as raised by Nick Kew
9144
9145Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9146
9147 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9148 patch from Bjorn Reese for xmlTextReaderNodeType() and
9149 significant whitespace. There is an enum for node type
9150 values now.
9151
9152Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9153
9154 * encoding.c: applying patch from Peter Jacobi to added
9155 ISO-8859-x encoding support when iconv is not available
9156 * configure.in include/libxml/xmlversion.h.in
9157 include/libxml/xmlwin32version.h.in: added the glue needed
9158 at the configure level and made it the default for Windows
9159
9160Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9161
9162 * python/generator.py python/libxml.c python/libxml2class.txt:
9163 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9164 in python
9165
9166Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9167
9168 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9169 cleanup patch, and also avoided a possible memory leak
9170
9171Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9172
9173 * encoding.c: fix the previous commit
9174
9175Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9176
9177 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9178 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9179 some future cleanup of UTF8 handling
9180
9181Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9182
9183 * xpath.c: applied a change suggested by Sean Griffin in bug
9184 #118494 about a memory leak in EXSLT
9185
9186Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9187
9188 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9189 when fixing the previous Relax-NG bugs
9190 * result/relaxng/*: This slightly changes the output messages of
9191 some regression tests.
9192 * configure.in: added support of -with-fexceptions for nested C++
9193 support.
9194
9195Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9196
9197 * doc/tutorial/apa.html
9198 * doc/tutorial/apb.html
9199 * doc/tutorial/apc.html
9200 * doc/tutorial/apd.html
9201 * doc/tutorial/ape.html
9202 * doc/tutorial/apf.html
9203 * doc/tutorial/apg.html
9204 * doc/tutorial/aph.html
9205 * doc/tutorial/ar01s02.html
9206 * doc/tutorial/ar01s03.html
9207 * doc/tutorial/ar01s04.html
9208 * doc/tutorial/ar01s05.html
9209 * doc/tutorial/ar01s06.html
9210 * doc/tutorial/ar01s07.html
9211 * doc/tutorial/ar01s08.html
9212 * doc/tutorial/index.html
9213 * doc/tutorial/ix01.html
9214 * doc/tutorial/xmltutorial.pdf
9215 * doc/tutorial/xmltutorial.xml
9216 update tutorial with XPath example
9217
9218Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9219
9220 * SAX.c parser.c: fixing a bug about a special case of namespace
9221 handling, this closes bug #116841
9222
9223Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9224
9225 * relaxng.c result/relaxng/*: checked and fixed the compilation
9226 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9227 This slightly changes the output messages of some regression tests.
9228
9229Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9230
9231 * xmlreader.c: fixed an out of bound error #118052 , the good
9232 part if that base64 code was not in use yet ...
9233
9234Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9235
9236 * doc/xmllint.html
9237 include html version of the xmllint man page, so an
9238 up-to-date version is visible on the Web
9239
9240Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9241
9242 * xinclude.c include/libxml/xinclude.h: added a new API
9243 xmlXIncludeProcessTree() to process XInclude only on a subtree
9244 this should fix bug #115385
9245
9246Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9247
9248 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9249 the error callback and parameters of parsing and validation
9250 contexts
9251 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9252 on text nodes.
9253
9254Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9255
9256 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9257 when using the push XML parser.
9258 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9259 added the test to the regression suite.
9260
9261Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9262
9263 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9264 as suggested by Rob Richards
9265
9266Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9267
9268 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9269 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9270 to unsigned int and a couple of others.
9271
9272Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9273
9274 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9275
9276Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9277
9278 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9279
9280Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9281
9282 * globals.c threads.c: fixes some problem when freeing unititialized
9283 mutexes
9284
9285Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9286
9287 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9288 directly, some cleanups
9289 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9290 validation code.
9291
9292Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9293
9294 * win32/configure.js: Jesse Pelton pointed out a problem in the
9295 javascript code.
9296
9297Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9298
9299 * NEWS doc/*: regenerated
9300 * nanoftp.c nanohttp.c: might fix includes problems with the
9301 Ipv6 support on solaris
9302 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9303 defined as #IMPLIED
9304
9305Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9306
9307 * configure.in doc/*: preparing release 2.5.8
9308 * nanohttp.c: changed some preprocessor block
9309 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9310 hexBinary schema datatype and adding support for totalDigits and
9311 fractionDigits facets.
9312
9313Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9314
9315 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9316
9317Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 * xinclude.c: fixed bug #116095 removing the error message when
9320 reapplying XInclude to a document.
9321
9322Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9323
9324 * xmlIO.c: applied small changes to portability layer for
9325 compilation on DJGPP Ms-DOS compiler.
9326
9327Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9328
9329 * parser.c HTMLparser.c: use the character() SAX callback
9330 if the cdataBlock ain't defined.
9331 * xpath.c: fix bug #115349 allowing compilation when configured
9332 with --without-xpath since the Schemas code needs NAN and co.
9333
9334Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9335
9336 Fixed problem with multi-threading, shown by the test program
9337 testThreads. After fix, ran mutiple tests on various speed
9338 machines (single and dual processor X86), which all seem okay.
9339
9340 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9341
9342 * threads.c: added missing initialisation for condition variable
9343 in xmlNewRMutex.
9344
9345Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9346
9347 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9348 closing bug #114837
9349
9350 * configure.in: Added checks for IPv6 support and getaddrinfo().
9351
9352 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9353
9354 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9355
9356 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9357 field or sockaddr_in field, depending upon the availability of IPv6
9358 support.
9359 have_ipv6(): Added to check for run-time IPv6 support.
9360 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9361 Modified to parse a URI with IPv6 address given in [].
9362 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9363 resolution, if it is available on the system, as gethostbyname
9364 does not return IPv6 addresses on some platforms.
9365 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9366 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9367 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9368 we are dealing with.
9369
9370 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9371 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9372 a URI with IPv6 address given in [].
9373 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9374 available on the system. Also IPv6 addresses will be resolved by
9375 gethostbyname only if IPv6 run-time support is available.
9376 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9377
9378Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9379
9380 * win32/configure.js include/win32config.h
9381 include/libxml/xmlversion.h.in: Applied the patch for BCB
9382 by Eric Zurcher.
9383
9384Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9385
9386 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9387 due to #115104 and while fixing #115101 . HTML URLs must not
9388 be version dependant.
9389
9390Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9391
9392 * entities.c: do not generate &quot; for " outside of attributes
9393 * result//*: this changes the output of some tests
9394
9395Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9396
9397 * parser.c xmlIO.c: trying to fix #114277 about when file
9398 remapping and escaping should really be attempted.
9399
9400Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9401
9402 * doc/*: applied a patch from Gman for building docs
9403 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9404 Gary Pennington to provide an allocator for xmlValidCtxt
9405 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9406 #113580 about data not being passed immediately.
9407
9408Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9409
9410 * tree.c: applied a couple of patches from Mark Itzcovitz
9411 to handle saving back "UTF-16" documents.
9412
9413Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9414
9415 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9416 some work done while in the Maldives (hence the timezone on the
9417 laptop !)
9418 * result/schemas/length3* test/schemas/deter0_*
9419 test/schemas/group0_*: some tests added too
9420
9421Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9422
9423 * encoding.c: small fix
9424 * xmlIO.c: fixed an error message
9425
9426Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9427
9428 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9429 accepting an improper UTF8 sequence
9430
9431Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9432
9433 * threads.c: applied the patch from Stéphane Bidoul for getting
9434 rid of extra threads in a dynamic library.
9435 * win32/configure.js: threads default to 'native' now.
9436
9437Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9438
9439 * HTMLtree.c: fixing bug #112904: html output method escaped
9440 plus sign character in URI attribute.
9441
9442Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9443
9444 * build_glob.py global.data globals.c parser.c
9445 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9446 up threads global defaults.
9447 * doc/libxml2-api.xml: this extends the API with new functions
9448 * python/tests/Makefile.am python/tests/reader2.py
9449 python/tests/thread2.py: integrated the associated testcase and
9450 fixed the error string used in reader2
9451
9452Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9453
9454 * configure.in libxml.spec.in python/Makefile.am: trying
9455 to conciliate --with-python= requirements and RPM builds,
9456 a PITA really...
9457
9458Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9459
9460 * HTMLparser.c: oops last commit introduced a memory leak.
9461
9462Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9463
9464 * xmllint.c doc/xmllint.xml: added --nonet option
9465 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9466 xsltproc or xmllint
9467 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9468 rebuilt
9469 * HTMLparser.c: cleaned up the HTML parser context build when
9470 using an URL
9471
9472Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9473
9474 * libxml.spec.in: added a comment about bug #112902
9475
9476Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9477
9478 * minor cleanup of configure '--help' display
9479 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9480
9481Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9482
9483 * tree.c: PI nodes in external subset were not freed :-\
9484 fixes bug #112842
9485
9486Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9487
9488 * xmllint.c: added --schema option to run WXS schema validation
9489 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9490 tried to improve error reporting in the Schema code, some cleanup
9491 too.
9492
9493Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9494
9495 * xmlschemas.c: fixed some problems in the handling of errors,
9496 and attributes addressed by references.
9497 * test/schemas/* result/schemas/*: dropped the verbosity level
9498 and added a couple of new tests
9499
9500Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9501
9502 * relaxng.c: Stéphane Bidoul found an off by one addressing
9503 error on the error handling.
9504
9505Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9506
9507 * xmlschemastypes.c: trying to fix #112673
9508
9509Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9510
9511 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9512 warning, this fixed a bug and should close #111574
9513
9514Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9515
9516 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9517 holding minOccurs="0"
9518 * test/schemas/all_* result/schemas/all_*: added some regression
9519 tests for that bug
9520 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9521 Garry Pennington to compile without schemas support.
9522
9523Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9524
9525 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9526
9527Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9528
9529 * xml2-config.in: try to fix Red hat bug #89957, do not
9530 output -L/usr/lib64
9531 * xmlreader.c: fixed a typo in a comment
9532
9533Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9534
9535 * doc/tutorial/aph.html, ix01.html
9536 forgot to cvs add the new files. Thanks to Roland van Laar
9537 for pointing this out
9538
9539Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9540
9541 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9542 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9543 to the XML/XSLT doc generation closing #111799
9544 * doc/html/*: complete update of the HTML results
9545
9546Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9547
9548 * win32/defgen.xsl: fixed the conditional for unicode map,
9549 removed hardcoded schema entries
9550
9551Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9552
9553 * win32/defgen.xsl: new file, stylesheet for generating
9554 win32/libxml2.def.src from doc/libxml2-api.xml
9555 * win32/libxml2.def.src: is autogenerated from now on, changes
9556 to this file will not appear here anymore
9557
9558Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9559
9560 * win32/configure.js python/setup.py.in: applied patch
9561 from Stéphane Bidoul for the Python bindings on the new
9562 release.
9563
9564Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9565
9566 * debugXML.c: included libxml/uri.h for xmlCanonicPath
9567 declaration
9568 * win32/configure.js: thread-enabled build is now default
9569 * win32/libxml2.def.src: added more exports
9570
9571Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9572
9573 * NEWS doc/*.xsl doc/*.html: updated the web site separated
9574 developers from common pages, made the transition to XHTML1,
9575 added validity checking to the makefile rules.
9576
9577Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9578
9579 * parser.c: fix for xmlIOParseDTD same as previous and reported
9580 by Petr Pajas
9581
9582Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9583
9584 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
9585 closing #111638
9586
9587Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9588
9589 * python/generator.py: fixed a problem in the generator where
9590 the way functions are remapped as methods on classes was
9591 not symetric and dependant on python internal hash order,
9592 as reported by Stéphane Bidoul
9593
9594Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
9595
9596 * doc/tutorial:
9597 xmltutorial.xml
9598 xmltutorial.pdf
9599 *.html
9600 add appendix on generating compiler flags, more indexing
9601
9602Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9603
9604 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
9605 to get libxml-2.5.7 to compile on OpenVMS
9606
9607Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9608
9609 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
9610
9611Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9612
9613 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
9614 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
9615 man page based on xsltproc and a stylesheet PI in the XML.
9616
9617Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9618
9619 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
9620 character preventing rendering by the man command.
9621
9622Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9623
9624 * NEWS configure.in: preparing release 2.5.7
9625 * doc/*: updated and rebuilt the docs
9626 * doc/apibuild.py: fixed the script
9627
9628Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9629
9630 * Makefile.am doc/apibuild.py: make sure the OOM code don't
9631 get in the way of the builds
9632 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
9633
9634Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9635
9636 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
9637 Memory test from Havoc Pennington #109368
9638 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
9639 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
9640 include/libxml/parser.h: a lot of memory allocation cleanups
9641 based on the results of the OOM testing
9642 * check-relaxng-test-suite2.py: seems I forgot to commit the
9643 script.
9644
9645Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9646
9647 * xmlschemastypes.c: trivial fix for 109774 removing a warning
9648
9649Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9650
9651 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
9652 more places where xmlCanonicPath() must be used to convert
9653 filenames to URLs, trying to fix #111088
9654
9655Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9656
9657 * python/libxml.c python/libxml.py: applied patch from
9658 Brent M Hendricks adding binding for xmlCatalogAddLocal
9659
9660Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9661
9662 * HTMLparser.c: tried to fix #98879 again in a more solid
9663 way.
9664
9665Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9666
9667 * win32/libxml2.def.src: added more exports from the relaxng and
9668 xmlreader clan
9669
9670Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9671
9672 * SAX.c test/valid/ns* test/result/ns*: applied the patch
9673 provided by Brent Hendricks fixing #105992 and integrated the
9674 examples in the testsuite.
9675
9676Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9677
9678 * TODO: updated a bit
9679 * configure.in: fixed the comment, threads now default to on
9680 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
9681
9682Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9683
9684 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
9685 xmlreader.c include/libxml/parser.h: a lot of performance work
9686 especially the speed of streaming through the reader and push
9687 interface. Some thread related optimizations. Nearly doubled the
9688 speed of parsing through the reader.
9689
9690Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
9691
9692 * doc/xmllint.xml
9693 * doc/xmllint.1
9694 update man page to explain use of --stream
9695
9696Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9697
9698 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
9699 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
9700 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
9701 include/libxml/globals.h include/libxml/xmlmemory.h: added
9702 xmlMallocAtomic() to be used when allocating blocks which
9703 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
9704 to allow registering the full set of functions needed by
9705 a garbage collecting allocator like libgc, ref #109944
9706
9707Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9708
9709 * configure.in: switched to have thread support enabled by default,
9710 didn't got troubles with ABI compatibility on Linux, hope it
9711 won't break on strange OSes, if yes, report the system ID
9712 * doc/libxml2-api.xml: just rebuilt the API
9713
9714Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9715
9716 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
9717 added support for large file, tested with a 3+GB instance,
9718 and some cleanup.
9719 * catalog.c: added a TODO
9720 * Makefile.am: added some "make tests" comments
9721
9722Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9723
9724 * relaxng.c: some cleanups
9725 * doc/xmlreader.html: extended the document to cover RelaxNG and
9726 tree operations
9727 * python/tests/Makefile.am python/tests/reader[46].py: added some
9728 xmlReader example/regression tests
9729 * result/relaxng/tutor*.err: updated the output of a number of tests
9730
9731Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
9732
9733 * relaxng.c: valgrind pointed out an uninitialized variable error.
9734
9735Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9736
9737 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
9738 xmlreader.c: augnemting the APIs, cleanups.
9739 * parser.c: cleanup bug #111005
9740 * xmlIO.c: added some missing comments
9741
9742Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9743
9744 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
9745 trying to improve the subset compiled, and more testing.
9746 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
9747 documentation
9748 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
9749 * result/relaxng/*.err: fix some of the outputs
9750
9751Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9752
9753 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
9754 include/libxml/xmlreader.h: implemented streaming of
9755 RelaxNG (when possible) on top of the xmlReader interface,
9756 provided it as xmllint --stream --relaxng .rng .xml
9757 This seems to mostly work.
9758 * Makefile.am: updated to test RelaxNG streaming
9759
9760Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9761
9762 * relaxng.c include/libxml/relaxng.h: integrated the regexp
9763 based validity checking of fragments of the document for
9764 which the RNG can be compiled to regexps. Works on all regression
9765 tests, only fix needed is related to error messages.
9766
9767Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
9768
9769 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
9770 include/libxml/xmlregexp.h: Starting work precompiling
9771 parts of RelaxNG schemas. Not plugged onto validity checking
9772 yet, just the regexp building part. Needed to extend some
9773 of the automata and regexp APIs.
9774
9775Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9776
9777 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
9778 xmllint --stream and xmllint --stream --valid returns errors
9779 code appropriately
9780
9781Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9782
9783 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
9784 and Next() operation to work on subtrees within the reader
9785 framework.
9786 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
9787 * python/tests/reader5.py: added an example for those new
9788 functions of the reader.
9789
9790Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9791
9792 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
9793
9794Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9795
9796 * xmlreader.c: fixing HasValue for namespace as raised by
9797 Denys Duchier
9798
9799Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9800
9801 * HTMLparser.c include/libxml/HTMLparser.h: exported
9802 htmlCreateMemoryParserCtxt() it was static
9803
9804Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9805
9806 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
9807 update from Charles Bozeman for date and duration types
9808 * test/schemas/date_0.* test/schemas/dur_0.*
9809 result/schemas/date_0.* result/schemas/dur_0.*: updated too
9810
9811Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9812
9813 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
9814 fixing bug #107129, removing excessive allocation and calls
9815 to *printf in the code to build QName strings.
9816
9817Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
9818
9819 * win32/libxml2.def.src: fixed conditional exports, reported by
9820 Luke Murray.
9821
9822Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
9823
9824 * parser.c: fixed a possible problem with xmlRecoverMemory()
9825
9826Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9827
9828 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
9829 triostr.h: Bjorn sent an update for the TRIO portability layer.
9830
9831Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9832
9833 * win32/libxml2.def.src: exported new functions
9834
9835Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9836
9837 * configure.in NEWS: preparing release 2.5.6
9838 * doc/*: updated and rebuilt the docs
9839
9840Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9841
9842 * SAX.c: fixed an uninitialized memory access pointed by valgrind
9843 on C14Ntests
9844
9845Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9846
9847 * relaxng.c: one more fixup of error message reporting
9848
9849Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9850
9851 * relaxng.c: more work on bug #109225, and fixed an uninitialized
9852 variable pointed out by valgrind
9853
9854Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9855
9856 * relaxng.c: try to work on bug #109225 and provide better
9857 error reports.
9858 * result/relaxng/* : this change the output of a number of tests
9859 * xinclude.c: fixing the parsed entity redefinition problem
9860 raised on the list.
9861 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
9862
9863Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9864
9865 * xmlschemastypes.c: fixed date comparison to handle the tzo
9866 The only failures left are disagreements on Notations and
9867 '+1' not being allowed for ulong, uint, ushort and ubyte.
9868
9869Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9870
9871 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
9872 to the XML Schemas errata
9873 http://www.w3.org/2001/05/xmlschema-errata#e2-12
9874
9875Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9876
9877 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
9878 and facets support. Currently only schemas with binHex or
9879 base64 don't compile. A few error left in the test suite:
9880 found 1035 test instances: 919 success 23 failures
9881 most are gdate or gdateyear failing check, and a few cases where
9882 James clark tests results are strange.
9883 * valid.c: allow to reuse the Notation checking routine without
9884 having a validation context.
9885 * SAX.c: removed a #if 0
9886
9887Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
9888
9889 * xinclude.c: forgot to apply one check from #106931 patch
9890 * xmlschemastypes.c: more work on XML Schemas datatypes
9891
9892Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
9893
9894 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
9895 on cleaning up XML Schemas datatypes based on James Clark tests
9896 test/xsdtest/xsdtest.xml
9897
9898Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
9899
9900 * relaxng.c: implemented comparisons for Schemas values.
9901 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
9902 some bugs in duration handling, comparisons for durations
9903 and decimals, removed all memory leaks pointed out by James
9904 testsuite. Current status is now
9905 found 238 test schemas: 197 success 41 failures
9906 found 1035 test instances: 803 success 130 failures
9907
9908Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9909
9910 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
9911 leaks in the W3C XML Schemas code
9912 * xmlschemastypes.c: implemented nonPositiveInteger
9913 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
9914 fixed the test and result.
9915
9916Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9917
9918 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
9919 parser and a typo
9920 * xmlschemastypes.c: reindenting, fixing a memory access
9921 problem with dates.
9922
9923Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
9924
9925 * parser.c: fixing #109227 providing more context in case of
9926 start/end tag mismatch
9927 * python/tests/ctxterror.py python/tests/readererr.py: update the
9928 tests accordingly
9929
9930Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
9931
9932 * xinclude.c: should fix #109327 errors on memory accesses
9933
9934Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
9935
9936 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
9937 is an URI reference
9938
9939Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
9940
9941 * xpath.c: fixed bug #109160 on non-ASCII IDs
9942
9943Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
9944
9945 * parser.c: Norm suggested a nicer error message for xml:space values
9946 errors
9947
9948Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
9949
9950 * xpath.c include/libxml/xpath.h: first part of the fix to
9951 performance bug #108905, adds xmlXPathOrderDocElems() providing
9952 document order for nodes.
9953 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
9954
9955Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
9956
9957 * xmlschemastypes.c: removing a warning with Sun compiler
9958 bug #109154
9959
9960Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
9961
9962 * doc/xmllint.xml
9963 * doc/xmllint.1
9964 update xmllint man page with --relaxng option
9965
9966Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
9967
9968 * python/setup.py.in : was missing "drv_libxml2.py"
9969
9970Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
9971
9972 * tree.c xpath.c: some changes related to the new way of
9973 handling Result Value Tree, before 2.5.5
9974
9975Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
9976
9977 * configure.in NEWS: preparing release 2.5.5
9978 * doc/* : updated the documentation and regenerated it.
9979
9980Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
9981
9982 * xpath.c: fixed some problems related to #75813 about handling
9983 of Result Value Trees
9984
9985Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9986
9987 * uri.c: applied a set of patches from Lorenzo Viali correcting
9988 URI parsing errors.
9989
9990Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9991
9992 * parser.c: validity status was not passed back when validating in
9993 entities, but raised by Oliver Fischer
9994
9995Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
9996
9997 * HTMLtree.c: avoid escaping ',' in URIs
9998
9999Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * parser.c: fixing bug #108976 get the ID/REFs to reference
10002 the ID in the document content and not in the entity copy
10003 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10004 stuff, better solution for #107208
10005 * xmlregexp.c: removed a direct printf, dohhh
10006 * xmlreader.c: fixed a bug on streaming validation of empty
10007 elements in entities
10008 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10009 cleanup of the validation tests
10010 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10011 added more ID/IDREF tests to the suite
10012
10013Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10014
10015 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10016 compiler.
10017
10018Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10019
10020 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10021
10022Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10023
10024 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10025 defined in entities content
10026
10027Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10028
10029 * SAX.c: Fixed validation bug #108858 on namespace names using
10030 entities and reported by Brent Hendricks
10031 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10032 --debug output.
10033
10034Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10035
10036 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10037 about the DocType node not being reported sometimes.
10038 * python/tests/reader.py: added to test to the regression checks
10039
10040Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10041
10042 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10043 reported by Edd Dumbill
10044
10045Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10046
10047 * HTMLparser.c parser.c parserInternals.c: patch from
10048 johan@evenhuis.nl for #107937 fixing some line counting
10049 problems, and some other cleanups.
10050 * result/HTML/: this result in some line number changes
10051
10052Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10053
10054 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10055 instead of libxml.spec
10056 * relaxng.c: fixed some of the error reporting excessive
10057 verbosity
10058 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10059 xmlschemastypes.c: removed some warnings from gcc
10060 * doc/libxml2-api.xml: rebuilt
10061
10062Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10063
10064 * relaxng.c: another optimization, for choice this time
10065 * result/relaxng/spec1* result/relaxng/tutor12_1*
10066 result/relaxng/tutor3_7: cleanups.
10067
10068Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10069
10070 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10071 * test/relaxng/testsuite.xml: augmented the test suite
10072 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10073 some schemas validation tests in the presence of foreign
10074 namespaces.
10075
10076Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10077
10078 * relaxng.c: added another interleave speedup.
10079
10080Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10081
10082 * xmlschemastypes.c: added integer and fixed one of the
10083 IDREFS regression tests pbm
10084 * result/relaxng/docbook_0.err: updated
10085
10086Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10087
10088 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10089 declared both in the DTD and in the Schemas <grin/>
10090 * relaxng.c: more debug, added a big optimization for <mixed>
10091 * test/relaxng/testsuite.xml: augmented the testsuite
10092 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10093 DocBook example to the regression tests
10094
10095Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10096
10097 * check-xsddata-test-suite.py: cosmetic change for output
10098 * relaxng.c: try to minimize calls to malloc/free for states.
10099
10100Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10101
10102 * tree.c: removed a warning
10103 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10104 support
10105 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10106 cleanup/improvements of the regression tests batch
10107 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10108
10109Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10110
10111 * relaxng.c: fixed error msg cleanup deallocation
10112 * xmlschemastypes.c: added a function to handle lists of
10113 atomic types, added support for IDREFS
10114
10115Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10116
10117 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10118 and IDREF, usable from RelaxNG now
10119 * include/libxml/xmlschemastypes.h: need to add a new interface
10120 because the validation modifies the infoset
10121 * test/relaxng/testsuite.xml: extended the testsuite
10122
10123Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10124
10125 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10126 shemas datatype ID/IDREF support still missing though.
10127 * xmlreader.c: fix a crashing bug with prefix raised by
10128 Merijn Broeren
10129 * test/relaxng/testsuite.xml: augmented the testsuite with
10130 complex inheritance tests
10131
10132Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10133
10134 * relaxng.c: switched back to the previous Relax-NG code base,
10135 the derivation algorithm need severe constraining code to avoid
10136 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10137 TEI based example and other bugs
10138 * result/relaxng/*err: updated the results
10139 * test/relaxng/testsuite.xml: started a new test suite
10140
10141Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10142
10143 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10144 that the original RelaxNG validation code was un-fixeable, it got
10145 rewritten to use the derivation algorithm from James Clark and
10146 redebugged it (nearly) from scratch:
10147 found 373 test schemas: 372 success 1 failures
10148 found 529 test instances: 529 success 0 failures
10149
10150Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10151
10152 * SAX.c parser.c: fix some recursion problems introduced in the
10153 last release.
10154 * relaxng.c: more debugging of the RNG validation engine, still
10155 problems though.
10156
10157Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10158
10159 * Makefile.am: stop generating wrong result file with * in name
10160 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10161 * result/relaxng/demo* test/relaxng/demo: added the tests from
10162 Sebastian reproducing the problem.
10163
10164Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10165
10166 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10167 up Aleksey's change
10168
10169Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10170
10171 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10172 variable to control the indentation for the xmllint "--format"
10173 option
10174
10175Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10176
10177 * encoding.c: applied Gennady's patch against buffer overrun
10178
10179Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10180
10181 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10182 Clark it appeared I had bug in URI parsing code ...
10183 * relaxng.c include/libxml/relaxng.h: completely revamped error
10184 reporting to not loose message from optional parts.
10185 * xmllint.c: added timing for RNG validation steps
10186 * result/relaxng/*: updated the result, all error messages changed
10187
10188Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10189
10190 * xpath.c: fix bug #107804, the algorithm used for document order
10191 computation was failing on attributes.
10192
10193Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10194
10195 * valid.c: fix bug #107764 , possibility of buffer overflow
10196 in xmlValidDebug()
10197
10198Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10199
10200 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10201 from Philipp Dunkel
10202
10203Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10204
10205 * xmlschemastype.c: made powten array static it should not be exported
10206 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10207 parser function.
10208 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10209
10210Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10211
10212 * tree.c: fixed a node dump crash on attributes
10213 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10214 an URI test bug and get better output.
10215
10216Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10217
10218 * check-xsddata-test-suite.py: give more infos
10219 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10220 REF->DEF in attribute values.
10221
10222Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10223
10224 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10225 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10226 regression tests from James Clark.
10227
10228Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10229
10230 * relaxng.c xmlschemas.c xmlschemastypes.c
10231 include/libxml/xmlschemastypes.h: added param support for relaxng
10232 type checking, started to increment the pool of simple types
10233 registered, still much work to be done on simple types and
10234 facets checkings.
10235
10236Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10237
10238 * entities.c: fixes again one of the problem raised by
10239 James Clark in #106788
10240
10241Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10242
10243 * relaxng.c: Fixed a couple of problem raised by James Clark
10244 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10245 datatype level still not fixed though.
10246
10247Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10248
10249 * configure.in: preparing release 2.5.4
10250 * doc/*: updated and rebuilt the docs
10251 * relaxng.c: removed warnings
10252 * result/relaxng/*: updated the results
10253
10254Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10255
10256 * valid.c: fixes a DTD regexp generation problem.
10257
10258Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10259
10260 * parser.c: fixes bug #105998 about false detection of
10261 attribute consumption loop.
10262
10263Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10264
10265 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10266
10267Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10268
10269 * SAX.c: fixed bug #105992
10270
10271Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10272
10273 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10274 element.
10275 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10276 found 373 test schemas: 369 success 4 failures
10277 found 529 test instances: 525 success 4 failures
10278 * check-relaxng-test-suite.py: added memory debug reporting
10279
10280Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10281
10282 * uri.c parser.c: some warning removal on Igor's patch
10283 * tree.c: seems I messed up with #106788 fix
10284 * python/libxml.c: fixed some base problems when Python provides
10285 the resolver.
10286 * relaxng.c: fixed the interleave algorithm
10287 found 373 test schemas: 364 success 9 failures
10288 found 529 test instances: 525 success 4 failures
10289 the resulting failures are bug in the algorithm from 7.3 and
10290 lack of support for params
10291
10292Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10293
10294 * parser.c: another fix for nodeinfo in entities problem
10295 * tree.c entities.c: fixed bug #106788 from James Clark
10296 some spaces need to be serialized as character references.
10297
10298Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10299
10300 * parser.c uri.c: fixed the bug I introduced in the path
10301 handling, reported by Sebastian Bergmann
10302
10303Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10304
10305 * parser.c: fixing some nodeinfo in entities problem raised
10306 by Glenn W. Bach
10307 * relaxng.c: implemented the first section 7.3 check
10308 * result/relaxng/*: updated the results
10309
10310Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10311
10312 * relaxng.c: fixed some problems in the previous commit
10313 and finished implementing 4.16 rules checking
10314 found 373 test schemas: 353 success 20 failures
10315 found 529 test instances: 519 success 6 failures
10316 * result/relaxng/*: updated the results
10317
10318Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10319
10320 * relaxng.c: implemented checks from section 7.2
10321
10322Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10323
10324 * relaxng.c: implemented the checks from section 7.1, fixed
10325 some of the 4.20 and 4.21 problems.
10326 found 373 test schemas: 338 success 35 failures
10327 found 529 test instances: 519 success 6 failures
10328 * result/relaxng/*: updated the results
10329
10330Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10331
10332 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10333 * result/relaxng/*: updated the results
10334
10335Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10336
10337 * relaxng.c: more bugfixes
10338 * result/relaxng/*: updated the results
10339
10340Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10341
10342 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10343 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10344 * SAX.c: ensured xmlDoc.URL is always canonic
10345 * parser.c: obsoleted xmlNormalizeWindowsPath
10346 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10347 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10348 * win32/libxml2.def.src: added few exports
10349
10350Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10351
10352 * Makefile.am configure.in: patched to have shared libraries
10353 for Python regression tests and static binaries for gdb debug
10354 in my development environment
10355 * relaxng.c: more bugfixes
10356 found 373 test schemas: 296 success 77 failures
10357 found 529 test instances: 516 success 8 failures
10358 * result/relaxng/*: updated the results
10359
10360Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10361
10362 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10363
10364Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10365
10366 * xmlschemastypes.c: float/double check bugfix
10367 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10368 validation
10369 * xmlreader.c: add a TODO for Jody
10370 * relaxng.c: bugfix bugfix bugfix
10371 found 373 test schemas: 300 success 73 failures
10372 found 529 test instances: 507 success 10 failures
10373 * result/relaxng/*: updated the results
10374
10375Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10376
10377 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10378
10379Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10380
10381 * relaxng.c check-relaxng-test-suite.py: more work on the
10382 RelaxNG implementation conformance testing.
10383 found 373 test schemas: 284 success 89 failures
10384 found 529 test instances: 448 success 47 failures
10385 * result/relaxng/*: updated the results
10386
10387Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10388
10389 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10390 a patch from Kjartan Maraas to fix some typos
10391
10392Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10393
10394 * relaxng.c: more bug-hunting
10395 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10396 intermediate rng tree
10397 * python/generator.py: patch from Stephane Bidoul to fix the generator
10398 on python < 2.2
10399
10400Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10401
10402 * check-relaxng-test-suite.py relaxng.c: more testing on the
10403 Relax-NG front, cleaning up the regression tests failures
10404 current state and I forgot support for "mixed":
10405 found 373 test schemas: 280 success 93 failures
10406 found 529 test instances: 401 success 68 failures
10407 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10408 moved the Name, NCName and QName validation routine in tree.c
10409 * uri.c: fixed handling of URI ending up with #, i.e. having
10410 an empty fragment ID.
10411 * result/relaxng/*: updated the results
10412
10413Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10414
10415 * check-xinclude-test-suite.py: improved the script accordingly
10416 to the XInclude regression tests updates
10417 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10418 November 2002
10419 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10420 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10421 augmented the Xpointer testsuite for the element() scheme
10422
10423Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10424
10425 * relaxng.c: added TODO for the DTD compatibility spec
10426 * xinclude.c: more bug fixes driven by the testsuite
10427
10428Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10429
10430 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10431 regression tests for XInclude, improved the script, improving
10432 XInclude error reporting mechanism
10433
10434Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10435
10436 * NEWS doc/* configure.in: preparing release 2.5.3
10437
10438Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10439
10440 * tree.c: trying to fix #104934 about some XHTML1 serialization
10441 issues.
10442
10443Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10444
10445 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10446 encoding conversion when the input buffer stops in the
10447 middle of a multibyte char
10448
10449Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10450
10451 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10452 * check-relaxng-test-suite.py: python script to run regression
10453 against OASIS RelaxNG testsuite
10454 * relaxng.c: some cleanup tweaks
10455 * HTMLparser.c globals.c: cleanups in comments
10456 * doc/libxml2-api.xml: updated the API
10457 * result/relaxng/*: errors moved files, so large diffs but
10458 no changes at the semantic level.
10459
10460Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * tree.c: fixing #105678 problem when dumping a namespace node.
10463
10464Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10465
10466 * xpath.c: fixed doc comment problems
10467 * python/generator.py python/libxml_wrap.h python/types.c: adding
10468 RelaxNG wrappers
10469 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10470 test of those early Python RelaxNG bindings
10471
10472Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10473
10474 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10475 * relaxng.c: found the validation problem I had with interleave
10476 when not covering all remaining siblings
10477 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10478 testsuite and check the RNG schemas against the RNG schemas
10479 given in appendix A
10480
10481Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10482
10483 * win32/Makefile.msvc: updates for RelaxNG
10484 * win32/Makefile.mingw: updates for RelaxNG
10485 * win32/libxml2.def.src: added RelaxNG exports
10486
10487Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10488
10489 * xinclude.c: applied another bug fix from Sean Chittenden
10490
10491Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * configure.in xmllint.c: I f...ed up the default configuration
10494 of schemas and --relaxng option display in xmllint, pointed by
10495 Morus Walter.
10496 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10497 detection module, fixes bug #105374.
10498
10499Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10500
10501 * xmlschemastypes.c: added the boolean base type.
10502
10503Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * xmlschemastypes.c: started implementing some of the missing
10506 default simple types
10507 * result/relaxng/*: updated the results
10508
10509Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10510
10511 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10512
10513Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10514
10515 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10516 * Makefile.am: use xmllint for doing the RelaxNG tests
10517 * configure.in: preparing 2.5.2 made schemas support default to
10518 on instead of off
10519 * relaxng.c: removed the verbosity
10520 * xmllint.c: added --relaxng option
10521 * python/generator.py python/libxml_wrap.h: prepared the integration
10522 of the new RelaxNG module and schemas
10523 * result/relaxng/*: less verbose output
10524
10525Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10526
10527 * valid.c: do not run content model validation if the
10528 content is not determinist
10529
10530Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10531
10532 * SAX.c: added the redefinition of namespaced attribute
10533 check that was missing as Fabrice Desré pointed out.
10534
10535Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10536
10537 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10538 improvements from Nick Kew, allowing to do more checking
10539 to HTML elements and attributes.
10540
10541Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10542
10543 * xinclude.c: fixing bug #105137 about entities declaration
10544 needing to be copied to the including document.
10545
10546Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10547
10548 * catalog.c: fixed bug #104817 with delegateURI
10549 * xpath.c: fixing bugs #104123 and #104125
10550
10551Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
10552
10553 * configure.in valid.c xmlreader.c python/libxml_wrap.h
10554 python/types.c: fixing #104096 to compile without regexps
10555
10556Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10557
10558 * valid.c: fixing bug #103969 forgot to add an epsilon transition
10559 when building the automata for elem*
10560
10561Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10562
10563 * HTMLparser.c: applied patch from Arne de Bruijn fixing
10564 bug #103827
10565
10566Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10567
10568 * HTMLparser.c: updating a comment, fixing #103776
10569
10570Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10571
10572 * parser.c: fixing bug 105049 for validity checking of content
10573 within recursive entities.
10574
10575Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10576
10577 * HTMLparser.c: try to fix # 105049
10578 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
10579 * tree.c: updated a function comment
10580
10581Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10582
10583 * relaxng: more work on grammars and refs/defs
10584 * test/relaxng/* result/relaxng/*: augmented/updated the
10585 regression tests
10586
10587Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10588
10589 * relaxng: more work on name classes, except support
10590 * test/relaxng/* result/relaxng/*: augmented/updated the
10591 regression tests
10592
10593Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10594
10595 * relaxng: more work on name classes, the "validate all" schemas
10596 seems to work now.
10597 * test/relaxng/* result/relaxng/*: augmented/updated the
10598 regression tests
10599
10600Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10601
10602 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
10603 * parser.c: put a guard against infinite document depth, basically
10604 trying to avoid another kind of DoS attack.
10605 * relaxng.c: some code w.r.t. nameClasses
10606
10607Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10608
10609 * test/relaxng/* result/relaxng/*: check all the namespace support
10610 was actually correct based on tutorial section 10.
10611
10612Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10613
10614 * relaxng: include seems to work okay now
10615 * test/relaxng/* result/relaxng/*: augmented/updated the
10616 regression tests
10617
10618Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10619
10620 * relaxng.c: a bit of work done in the train back.
10621 * test/relaxng/*: added one of the include tests
10622
10623Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10624
10625 * relaxng: more work done in the train
10626 * test/relaxng/* result/relaxng/*: augmented/updated the
10627 regression tests
10628
10629Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10630
10631 * relaxng.c: debugging of externalRef
10632 * test/relaxng/* result/relaxng/*: augmented/updated the
10633 regression tests
10634
10635Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10636
10637 * relaxng.c: more work on Relax-NG, implementing externalRef
10638 * test/relaxng/* result/relaxng/*: augmented/updated the
10639 regression tests
10640 * Makefile.am: cleanup to Relaxtests target
10641
10642Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10643
10644 * relaxng.c: more work on Relax-NG, implementing interleave
10645 * test/relaxng/* result/relaxng/*: augmented/updated the
10646 regression tests
10647
10648Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10649
10650 * relaxng.c: more work on Relax-NG, implementing interleave
10651 * test/relaxng/* result/relaxng/*: augmented/updated the
10652 regression tests
10653
10654Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
10655
10656 * doc/tutorial/customfo.xsl
10657 * doc/tutorial/customhtml.xsl
10658 adding stylesheet customizations used to generate fo
10659 for pdf and html
10660
10661Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10662
10663 * relaxng.c: more work on Relax-NG
10664 * test/relaxng/* result/relaxng/*: augmented/updated the
10665 regression tests
10666 * xmlschemastypes.c: added a number of base type definition but not
10667 the associated checks, those are still TODOs
10668
10669Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
10670
10671 in docs/tutorial:
10672 * apa.html
10673 * apb.html
10674 * apc.html
10675 * apd.html
10676 * ape.html
10677 * apf.html
10678 * apg.html
10679 * ar01s02.html
10680 * ar01s03.html
10681 * ar01s04.html
10682 * ar01s05.html
10683 * ar01s06.html
10684 * ar01s07.html
10685 * ar01s08.html
10686 * index.html
10687 * xmltutorial.pdf
10688 * xmltutorial.xml
10689 add index to tutorial
10690
10691Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
10692
10693 * doc/xmlcatalog.1
10694 * doc/xmlcatalog_man.html
10695 * doc/xmlcatalog_man.xml
10696 belatedly fixing bug #93622 (adds rewriteURI type to
10697 "--add" option in xmlcatalog man page
10698
10699Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10700
10701 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
10702 Julio Merino, closing #104475
10703
10704Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10705
10706 * relaxng.c: more work on Relax-NG
10707 * test/relaxng/* result/relaxng/*: augmented/updated the
10708 regression tests
10709
10710Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10711
10712 * relaxng.c: more work on Relax-NG
10713 * test/relaxng/* result/relaxng/*: augmented/updated the
10714 regression tests
10715
10716Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10717
10718 * README: updated the policy on private mail answers
10719 * relaxng.c: more work on Relax-NG
10720 * test/relaxng/* result/relaxng/*: augmented/updated the
10721 regression tests
10722
10723Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * error.c parser.c tree.c: applied a documentation patch from
10726 Stefan Kost
10727
10728Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10729
10730 * relaxng.c: more work on Relax-NG
10731 * doc/*: regenerated the docs
10732 * test/relaxng/* result/relaxng/*: updated and augmented the
10733 Relax-NG regression tests and results
10734
10735Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10736
10737 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
10738 First commit of the new Relax-NG validation code, not generally
10739 useful yet.
10740 * test/relaxng/* result/relaxng/*: current state of the regression
10741 tests
10742
10743Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10744
10745 * tree.c: minimized the memory allocated for GetContent
10746 and a bit of cleanup.
10747
10748Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10749
10750 * python/generator.py: seems there is no good reasons to
10751 not generate bindings for XPointer
10752
10753Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10754
10755 * xmlreader.c doc/apibuild.py: applied a new patch from
10756 Stéphane Bidoul for cleanups
10757 * doc/libxml2-api.xml: rebuilt the API description with
10758 new entry points
10759
10760Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10761
10762 * xmlreader.c python/drv_libxml2.py python/generator.py
10763 python/libxml.c python/libxml.py python/libxml_wrap.h
10764 python/types.c: patch from Stéphane Bidoul for better per
10765 context error message APIs
10766 * python/tests/ctxterror.py python/tests/readererr.py:
10767 update of the tests
10768
10769Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
10770
10771 * doc/guidelines.html
10772 grammar and spelling cleanup
10773
10774Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10775
10776 * xmlreader.c include/libxml/xmlreader.h python/generator.py
10777 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
10778 a patch from Stéphane Bidoul to allow per XMLtextReader error
10779 and warning handling
10780 * python/tests/Makefile.am python/tests/readererr.py: adding the
10781 specific regression test
10782
10783Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10784
10785 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
10786 should raise a syntax error
10787
10788Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10789
10790 * python/libxml.c: cleanup patch from Stéphane Bidoul
10791
10792Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10793
10794 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
10795
10796Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10797
10798 * python/generator.py python/libxml.c python/libxml.py
10799 python/libxml_wrap.h python/types.c: applied and fixed a patch
10800 from Stéphane Bidoul to provide per parser error handlers at the
10801 Python level.
10802 * python/tests/Makefile.am python/tests/ctxterror.py: added a
10803 regression test for it.
10804
10805Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10806
10807 * xmlreader.c: fixed the streaming property of the reader,
10808 it was generating tree faster than consuming it. Pointed out
10809 by Nate Myers
10810 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
10811
10812Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10813
10814 * win32/libxml2.def.src: added more xmlreader and other exports
10815
10816Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10817
10818 * xpath.c: fix to the XPath implementation for parent and
10819 ancestors axis when operating on a Result Value Tree.
10820 Fixes bug #100271
10821
10822Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10823
10824 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
10825 to fix some URI/file escaping problems
10826
10827Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10828
10829 * python/generator.py: fixed a bug raised by Raymond Wiker,
10830 docSetRootElement() should not raise an exception if the
10831 return is None
10832
10833Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10834
10835 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
10836 fixed bug #102181 by applying the suggested change and fixing
10837 the generation/registration problem.
10838
10839Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10840
10841 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
10842 routines.
10843
10844Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * parser.c: one more IsEmptyElement crazyness, that time in
10847 external parsed entities if substitution is asked.
10848 * python/tests/reader3.py: added a specific test.
10849
10850Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10851
10852 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
10853 support and improved error handler registration
10854
10855Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10856
10857 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
10858 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
10859 * README: fixed a link
10860
10861Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10862
10863 * configure.in doc/* NEWS: preparing 2.5.1 release
10864 * SAX.c parser.c: fixing XmlTextReader bug
10865
10866Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10867
10868 * SAX.c: fuck, I introduced a memory leak on external parsed
10869 entities in 2.5.0 :-(
10870
10871Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10872
10873 * xmllint.c: another fix needed as pointed by Christophe Merlet
10874 for --stream --debug if compiled without debug support.
10875
10876Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
10877
10878 * doc/xmllint.xml
10879 * doc/xmllint.1:
10880 update man page with --stream and --chkregister
10881
10882Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10883
10884 * globals.c: fixed --with-threads compile
10885 * xmllint.c: fixed --without-debug compile
10886 * include/libxml/globals.h: cleanup
10887 * include/libxml/schemasInternals.h: add a missing include
10888
10889Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10890
10891 * configure.in NEWS: preparing 2.5.0 release
10892 * SAX.c: only warn in pedantic mode about namespace name
10893 brokeness
10894 * globals.c: fix a doc generation problem
10895 * uri.c: fix #101520
10896 * doc/*: updated and rebuilt the doc for the release, includuding
10897 stylesheet update
10898 * python/Makefile.am: fix a filename bug
10899
10900Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
10901
10902 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
10903 should not be called.
10904
10905Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10906
10907 * libxml-2.0.pc.in: applied the patch to fix #101894
10908
10909Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10910
10911 * tree.c : applied patch from Lukas Schroeder for register callbacks
10912 * valid.c: modified patch from Lukas Schroeder to test
10913 register callbacks with --chkregister
10914
10915Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10916
10917 * xmlreader.c: seriously changed the way data are pushed to
10918 the underlying parser, go by block of 512 bytes instead of
10919 tryng to detect tag boundaries at that level. Changed the
10920 way empty element are detected and tagged.
10921 * python/tests/reader.py python/tests/reader2.py
10922 python/tests/reader3.py: small changes mostly due to context
10923 reporting being different and DTD node being reported. Some
10924 errors previously undetected are now caught and fixed.
10925 * doc/xmlreader.html: flagged last section as TODO
10926
10927Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10928
10929 * python/libxml.py: integrated the Python 2.2 optimizations
10930 from Hannu Krosing, while maintaining compatibility with
10931 1.5 and 2.1
10932
10933Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10934
10935 * xmllint.c: a bit of cleanup
10936 * xmlreader.c: small fix
10937 * doc/xmlreader.html: more work on the XmlTextReader tutorial
10938 * python/libxml.py: a few fixes pointed out by Hannu Krosing
10939
10940Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10941
10942 * python/setup.py.in: patch from Stéphane Bidoul to include
10943 drv_libxml2.py in setup.py
10944
10945Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10946
10947 * doc/xmlreader.html: starting documenting the new XmlTextReader
10948 interface.
10949
10950Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10951
10952 * xmllint.c: added the --stream flag to use the TextReader API
10953 * xmlreader.c: small performance tweak
10954
10955Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10956
10957 * xmlreader.c python/tests/reader2py: okay the DTD validation
10958 code on top of the XMLTextParser API should be solid now.
10959
10960Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10961
10962 * xmlreader.c python/tests/reader2py: Fixing some more mess
10963 with validation and recursive entities while using the
10964 reader interface, it's getting a bit messy...
10965
10966Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10967
10968 * xmlreader.c python/tests/reader.py: another couple of problem
10969 related to IsEmptyElement reported by Stéphane Bidoul needed
10970 some fixes.
10971
10972Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10973
10974 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
10975 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
10976 based on the python XmlTextReader interface.
10977
10978Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10979
10980 * tree.c: backing out one change in the last patch which broke the
10981 regression tests
10982
10983Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10984
10985 * global.data globals.c tree.c include/libxml/globals.h: applied
10986 an old patch from Lukas Schroeder to track node creation and
10987 destruction. Probably missing a lot of references at the moment
10988 and not usable reliably.
10989
10990Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10991
10992 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
10993 from doc/news.html and a stylesheet
10994
10995Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10996
10997 * xmlreader.c python/tests/reader.py: fixed another couple of
10998 xmlreader bugs reported by Stéphane Bidoul and added tests.
10999
11000Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11001
11002 * xmlreader.c python/tests/reader2.py: fixed another validity
11003 checking in external parsed entities raised by Stéphane Bidoul
11004 and added a specific regression test.
11005 * python/tests/reader3.py: cleanup
11006
11007Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * xmlreader.c python/tests/reader2.py: fixed a problem with
11010 validation within entities pointed by Stéphane Bidoul, augmented
11011 the tests to catch those.
11012
11013Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * python/generator.py: modified the generator to allow keeping
11016 class references when creating new classes, needed to fix a bug
11017 pointed by Stéphane Bidoul where the input buffer of the
11018 xmlTextReader instance gets destroyed if the python wrapper for
11019 the input is not referenced anymore.
11020
11021Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11024 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11025
11026Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11027
11028 * xmlreader.c python/tests/reader.py: fixed another problem
11029 pointed by Stéphane Bidoul
11030
11031Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11034 with "<a/>"
11035
11036Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11037
11038 * SAX.c: warn on xmlns:prefix="foo"
11039 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11040 for namespace attributes handling.
11041
11042Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11043
11044 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11045 a really nasty problem raised by a DocBook XSLT transform
11046 provided by Sebastian Bergmann
11047
11048Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11049
11050 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11051 by Stéphane Bidoul and integrated it into the tests
11052
11053Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11054
11055 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11056 extended the XmlTextReader API a bit, addding accessors for
11057 the current doc and node, and an entity substitution mode for
11058 the parser.
11059 * python/libxml.py python/libxml2class.txt: related updates
11060 * python/tests/Makefile.am python/tests/reader.py
11061 python/tests/reader2.py python/tests/reader3.py: updated a bit
11062 the old tests and added a new one to test the entities handling
11063
11064Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * python/generator.py python/libxml2class.txt
11067 python/tests/reader.py python/tests/reader2.py: changed the
11068 generator to provide casing for the XmlTextReader similar to
11069 C# so that examples and documentation are more directly transposable.
11070 Fixed the couple of tests in the suite.
11071
11072Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11073
11074 * doc/guidelines.html: added a document on guildeline for
11075 publishing and deploying XML
11076
11077Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11078
11079 * valid.c xmlreader.c: final touch running DTD validation
11080 on the XmlTextReader
11081 * python/tests/Makefile.am python/tests/reader2.py: added a
11082 specific run based on the examples from test/valid/*.xml
11083
11084Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11085
11086 * python/libxml.py: added a few predefined xmlTextReader parser
11087 configuration values.
11088
11089Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * python/libxml_wrap.h: trying to fix #102037
11092
11093Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11094
11095 * SAX.c: fixing bug #95296, when the predefined entities
11096 are redefined in the DTD the default one must be used
11097 instead anyway.
11098
11099Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11100
11101 * doc/xmllint.xml
11102 * doc/xmllint.1
11103 Add discussion of XML_DEBUG_CATALOG to xmllint man
11104 page - bug #100907
11105
11106Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * xmlreader.c: Fixed the empty node detection to avoid reporting
11109 an inexistant close tag.
11110
11111Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11112
11113 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11114 for Python 2.1
11115
11116Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11119
11120Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * doc/libxml2-api.xml python/tests/reader.py: one really need
11123 to provide the base URI information when creating a reader parser
11124 from an input stream. Updated the API and the example using it.
11125
11126Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11127
11128 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11129 include/libxml/valid.h include/libxml/xmlreader.h: working on
11130 DTD validation on top of xml reader interfaces. Allows to
11131 validate arbitrary large instances. This required some extensions
11132 to the valid module interface and augmenting the size of xmlID
11133 and xmlRef structs a bit.
11134 * uri.c xmlregexp.c: simple cleanup.
11135
11136Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11139 work on the xml reader interfaces.
11140 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11141 Web page for the Windows binaries.
11142
11143Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11144
11145 * xmlIO.c: applied a patch for VMS following the report by
11146 Nigel Hall
11147
11148Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11149
11150 * parser.c: the parseStartTag bug fix wasn't complete.
11151
11152Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11153
11154 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11155 parseStartTag, fixing it.
11156 * test/att4 result/att4 result/noent/att4: adding the test
11157 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11158 more methods to XmlTextReader.
11159
11160Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11161
11162 * win32/libxml2.def.src: added more xml reader exports
11163 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11164 to the build
11165
11166Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11167
11168 * doc/tutorial/xmltutorial.xml
11169 plus generated html and pdf
11170 Updating tutorial again based on further comments from Niraj
11171 Tolia on the last iteration
11172
11173Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11174
11175 * doc/tutorial/xmltutorial.xml
11176 * doc/tutorial/includekeyword.c
11177 * doc/tutorial/includegetattribute.c
11178 plus generated html and pdf
11179 Adding fix from Niraj Tolia to tutorial to properly free memory.
11180
11181Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11184 more methods of XmlTextReader.
11185 * python/libxml2class.txt python/tests/reader.py: this increased the
11186 methods in the bndings, augmented the test to check those new
11187 functions.
11188
11189Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11190
11191 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11192 methods of XmlTextReader.
11193 * python/generator.py python/libxml_wrap.h python/types.c
11194 python/libxml2class.txt: added the reader to the Python bindings
11195 * python/tests/Makefile.am python/tests/reader.py: added a specific
11196 test for the Python bindings of the Reader APIs
11197 * parser.c: small cleanup.
11198
11199Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11200
11201 * xinclude.c: fallback was only copying the first child not the
11202 full child list of the fallback element, closes #89684 as reopened
11203 by Bernd Kuemmerlen
11204
11205Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11206
11207 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11208
11209Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * configure.in: preparing release of 2.4.30
11212 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11213 gives enum values, fix functype return type, put back fields in
11214 structs
11215 * doc/*: updated the docs rebuilt
11216
11217Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11220 about htmlNodeDumpOutput location.
11221 * xpath.c: removed an undefined function signature
11222 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11223 too many symbols in the API breaking the python bindings.
11224 Updated with the libxslt/libexslt changes.
11225
11226Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11227
11228 * configure.in: preparing release of 2.4.29
11229 * doc/*: rebuilt the docs and API
11230 * xmlreader.c: a few more fixes for the XmlTextReader API
11231
11232Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11233
11234 * include/win32config.h: applied mingw patch from Magnus Henoch
11235
11236Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11239
11240Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11241
11242 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11243 building Python script, does the C parsing directly, generates
11244 a better API description including structure fieds defs and
11245 enums. Still a couple of bugs, but good enough for the python
11246 wrappers now.
11247 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11248 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11249 include/libxml/schemasInternals.h include/libxml/tree.h: more
11250 cleanup based on the python analysis script reports.
11251 * libxml.spec.in: make sure the API XML description is part of the
11252 devel package.
11253
11254Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11255
11256 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11257 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11258 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11259 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11260 code cleanup, especially the function comments.
11261 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11262
11263Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11264
11265 * Makefile.am xmlreader.c include/libxml/Makefile.am
11266 include/libxml/xmlreader.h: Adding a new set of APIs based on
11267 the C# TextXmlReader API but converted to C. Allow to parse
11268 in constant memory usage, far simpler to program and explain
11269 than the SAX like APIs, unfinished but working.
11270 * testReader.c: test program
11271
11272Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11273
11274 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11275
11276Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11277
11278 * tree.c: Chip turner indicated that XHTML1 serialization
11279 rule for style actually break on both IE and Mozilla,
11280 try to avoid the rule if escaping ain't necessary
11281
11282Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * nanhttp.c: handle HTTP URL escaping, problem reported by
11285 Glen Nakamura and Stefano Zacchiroli
11286
11287Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11288
11289 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11290
11291Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * uri.c: Johann Richard pointed out some XPointer problems for
11294 URN based URI references in XInclude. Modified the URI parsing
11295 and saving routines to allow correct parsing and saving of
11296 XPointers, especially when attached to "opaque" scheme accordingly
11297 to RFC 2396
11298
11299Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11302 of refactoring to the HTML saving code.
11303 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11304 in the doc.
11305
11306Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11307
11308 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11309 to a buffer API to reuse the generic dump to an OutputIO layer,
11310 this reduces code, fixes xmlNodeDump() for XHTML, also made
11311 xmlNodeDump() now return the number of byte written.
11312
11313Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11314
11315 * python/setup.py.in: another patch from Stéphane Bidoul for
11316 Python bindings on Windows
11317 * doc/parsedecl.py: small cleanup
11318
11319Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11320
11321 * libxml.spec.in configure.in: add a line in %changelog for releases
11322
11323Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11324
11325 * parser.c: patch from Marcus Clarke fixing a problem in entities
11326 parsing that was detected in KDe documentations environment.
11327
11328Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11329
11330 * python/libxml.c (libxml_prev): Return the previous as opposed to
11331 the next node (I guess this is the result of some cut & paste programming:)
11332
11333Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11334
11335 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11336
11337Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11338
11339 * python/generator.py python/libxml.c python/setup.py.in: trying
11340 to fix the Python bindings build on Windows (Stéphane Bidoul)
11341
11342Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11343
11344 * win32/configure.js: added option for python bindings
11345 * win32/libxml2.def.src: added more exports
11346
11347Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11348
11349 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11350 pthreads
11351 * win32/wince/*: applied updates to Windows CE port from Javier
11352
11353Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11354
11355 * configure.in: preparing 2.4.28
11356 * libxml.spec.in doc/Makefile.am: some cleanup
11357 * doc/*: updated the news and regenerated.
11358
11359Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * HTMLparser.c: final touch at closing #87235 </p> end tags
11362 need to be generated.
11363 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11364 this change slightly the output of a few tests
11365 * doc/*: regenerated
11366
11367Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * parserInternals.c: fixing bug #99190 when UTF8 document are
11370 parsed using the progressive parser and the end of the chunk
11371 is in the middle of an UTF8 multibyte character.
11372
11373Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11374
11375 * threads.c: fixed initialization problem in xmlNewGlobalState
11376 which was causing crash.
11377 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11378 in xmlInitializeGlobalState.
11379 * parserInternals.c: cleaned up ctxt->sax initialisation.
11380
11381Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11382
11383 * tree.c include/libxml/tree.h: modified the existing APIs
11384 to handle XHTML1 serialization rules automatically, also add
11385 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11386 libxslt serialization uses it when needed without changing
11387 the library API.
11388 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11389 result/xhtml1: added a new test specifically for xhtml1 output
11390 and updated the result of one XHTML1 test
11391
11392Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11393
11394 * xinclude.c parserInternals.c encoding.c: fixed #99082
11395 for xi:include encoding="..." support on text includes.
11396 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11397 test/XInclude/ents/isolatin.txt : added a specific regression test
11398 * python/generator.py python/libxml2class.txt: fixed the generator
11399 the new set of comments generated for doc/libxml2-api.xml were
11400 breaking the python generation.
11401
11402Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11403
11404 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11405 * configure.in: patch for Solaris on new autoconf closes #98880
11406 * doc/parsedecl.py: repair the frigging API building script,
11407 did I say that python xmllib sucks ?
11408 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11409 and some comment are no more truncated.
11410
11411Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11412
11413 * parser.c: Martin Stoilov pointed out a potential leak in
11414 xmlCreateMemoryParserCtxt
11415
11416Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11417
11418 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11419 included in HTML documents and using the push parser.
11420
11421Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11422
11423 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11424 specified, look for the Python interpreter not just in the
11425 specified root but also in the specified location. Fixes #98825
11426
11427Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11428
11429 * python/libxml.c: fixing bug #98792 , node may have no doc
11430 and dereferencing without checking ain't good ...
11431
11432Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11433
11434 * configure.in: preparing release 2.4.27
11435 * doc/* : updated and rebuilt the docs
11436 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11437 and all the docs are actually packaged and in the final RPMs
11438 * parser.c parserInternals.c include/libxml/parser.h: restore
11439 xmllint --recover feature.
11440
11441Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11444 processing of parsed entities, and XPath computation on sustitued
11445 entities.
11446 * testXPath.c: make sure entities are substitued.
11447
11448Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11449
11450 * parser.c: fixed #96594, which was totally dependent on the
11451 processing of internal parsed entities, which had to be changed.
11452
11453Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11454
11455 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11456 trying to fix bug #98517 about building outside the source tree
11457 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11458
11459Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11460
11461 * include/win32config.h: cleanup
11462 * win32/Makefile.mingw: integrated mingw in JScript configure
11463 * win32/Makefile.msvc: modified to allow mingw coexistence
11464 * win32/configure.js: integrated mingw
11465 * win32/Readme.txt: cleanup
11466
11467Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11468
11469 * HTMLparser.c: strengthen the guard in the Pop macros,
11470 like in the XML parser, closes bug #97315
11471
11472Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11473
11474 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11475 callback is never used.
11476
11477Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11478
11479 * parserInternals.c: fixed the initialization of the SAX structure
11480 which was breaking xsltproc
11481 * xpath.c: patch from Petr Pajas for CDATA nodes
11482 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11483 * parser.c include/libxml/parser.h: patch from Peter Jones
11484 removing a leak in xmlSAXParseMemory() and adding the
11485 function xmlSAXParseMemoryWithData()
11486
11487Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11488
11489 adding pdf of tutorial, changing web page to link to it
11490 * doc/tutorial/xmltutorial.pdf
11491 * doc/xml.html
11492 * doc/docs.html
11493
11494Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11495
11496 * doc/tutorial/ar01s08.html
11497 adding file what I forgot for tutorial
11498
11499Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11500
11501 Adding encoding discussion to tutorial
11502 Added:
11503 * doc/tutorial/images/*.png: DocBook admonition image files
11504 * doc/tutorial/apf.html, apg.html: new generated html
11505 * doc/tutorial/includeconvert.c: conversion code entity file
11506 changed:
11507 * doc/tutorial/xmltutorial.xml: DocBook original
11508 * doc/tutorial/*.html: generated html
11509
11510Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11511
11512 * include/libxml/*.h: retired xmlwin32version.h
11513 * doc/Makefile.am: retired xmlwin32version.h
11514 * win32/configure.js: retired xmlwin32version.h
11515
11516Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11517
11518 * win32/libxml2.def.src: exported additional symbols
11519 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11520 sisterhood
11521
11522Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * globals.c: fixed a typo pointed out by Igor
11525 * xpath.c: try to speed up node compare using line numbers
11526 if available.
11527
11528Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11529
11530 * tree.c: make xmlFreeNode() handle attributes correctly.
11531
11532Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11533
11534 * catalog.c: completed the #96963 fix, as reported by Karl
11535 Eichwalder
11536
11537Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11538
11539 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11540
11541Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11542
11543 * Makefile.am: switched the order of a couple of includes
11544 to fix bugs #97100
11545
11546Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11547
11548 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11549 xmlLoadCatalogs that used to separate directories with a ':'.
11550
11551Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11552
11553 * threads.c: improvements to the Windows-side of thread handling
11554 * testThreads.c: conditionally excluded unistd.h
11555 * testThradsWin32.c: broke overlong lines
11556 * include/win32config.h: adapted thread-related macros to the new
11557 scheme and for pthreads on Windows
11558 * win32/Makefile.msvc: introduced a more flexible thread build,
11559 added testThreads[Win32].c to the build
11560 * win32/configure.js: introduced a more flexible thread config
11561
115622002-10-31 John Fleck <jfleck@inkstain.net>
11563
11564 * doc/xml.html (and, by implication, FAQ.html)
11565 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11566
11567Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11568
11569 * configure.in: removed xmlwin32version.h
11570 * include/libxml/Makefile.am: removed xmlwin32version.h
11571
11572Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11573
11574 * tree.c: applied patch from Brian Stafford to fix a bug
11575 in xmlReconciliateNs()
11576
11577Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * tree.c: applied patch from Christian Glahn to allow
11580 xmlNewChild() on document fragment nodes
11581
11582Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * parser.c: Christian Glahn found a problem with a recent
11585 patch to xmlParseBalancedChunkMemoryRecover()
11586 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11587 problems
11588 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11589 test/schemas/seq*: added the test cases from Charles
11590
11591Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11592
11593 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
11594 serious cleanup of the spec file and associated changes
11595 in the Makefiles.
11596 * valid.c: try to remove some warnings on x86_64
11597
11598Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11599
11600 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
11601 fix bug #96586
11602
11603Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11604
11605 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
11606 parsing, applied his patch
11607 * result/HTML/attrents.html result/HTML/attrents.html.err
11608 result/HTML/attrents.html.sax test/HTML/attrents.html:
11609 added the test and result case provided by Mikhail Sogrine
11610
11611Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11612
11613 * vms/build_libxml.com vms/config.vms vms/readme.vms
11614 include/libxml/parser.h include/libxml/parserInternals.h
11615 include/libxml/tree.h include/libxml/xmlIO.h
11616 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
11617 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
11618 Applied the VMS update patch from Craig A. Berry
11619 * doc/*.html: update
11620
11621Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11622
11623 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
11624
11625Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11626
11627 * debugXML.c: adding a grep command to --shell in xmllint
11628 for T.V. Raman
11629
11630Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11631
11632 * xmlcatalog.c: tried to fix some of the problem with --sgml
11633
11634Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
11635
11636 * parser.c: tried to fix bug #91500 where doc->children may
11637 be overriden by a call to xmlParseBalancedChunkMemory()
11638
11639Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11640
11641 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
11642 identifiers in SGML catalogs containing '&'
11643
11644Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11645
11646 * python/types.c: fixed bugs when passing result value tree
11647 to Python functions.
11648
11649Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11650
11651 * configure.in: preparing the release of 2.4.26
11652 * doc/*: updated and rebuilt the documentation
11653
11654Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11655
11656 * parser.c: fixed a XML Namespace compliance bug reported by
11657 Alexander Grimalovsky
11658
11659Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11660
11661 * HTMLtree.c: fixed serialization of script and style when
11662 they are not lowercase (i.e. added using the API to the tree).
11663
11664Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11665
11666 * valid.c: make xmlValidateDocument emit a warning msg if there
11667 is no DTD, pointed by Christian Glahn
11668
11669Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
11672 content model when some of the blocks have min or max, and a couple
11673 of bugs found in the process.
11674 * result/schemas/list0* test/schemas/list0*: added some specific
11675 regression tests
11676
11677Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * README: updated the contact informations
11680
11681Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11682
11683 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
11684 misses it, reported by Peter Bray.
11685
11686Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * tree.c: investigating xmlNodeGetContent() on namespace nodes
11689 and removed a few warnings
11690
11691Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
11692
11693 * parser.c: Christian Glahn found a small bug in the push parser.
11694 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
11695 public
11696
11697Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11698
11699 * xmlschemas.c include/libxml/xmlschemas.h: added
11700 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
11701 * testSchemas.c: added --memory to test the new interface
11702
11703Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11704
11705 * doc/index.py doc/search.php: integrated the XSLT indexing,
11706 a few fixed in the indexer, added a scope selection at the
11707 search level.
11708
11709Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11710
11711 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
11712 this was due to uninitialized parts of the validation context
11713
11714Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11715
11716 * debugXML.c: applied patch from Mark Vakoc except the API
11717 change, preserved it.
11718 * doc/*: updated the docs to point to the search engine for
11719 information lookup or before bug/help reports.
11720
11721Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11722
11723 * doc/index.py doc/search.php: added mailing-list archives
11724 indexing and lookup
11725
11726Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11727
11728 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
11729
11730Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11731
11732 * doc/index.py: improved HTML indexing
11733 * doc/search.php: make the queries also lookup the HTML based indexes
11734
11735Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11736
11737 * doc/index.py: added HTML page indexing
11738
11739Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11740
11741 * xmlIO.c: extended Windows path normalisation to fix the base
11742 problem in libxslt.
11743 * catalog.c: fixed list handling in XML_CATALOG_FILES
11744
11745Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11746
11747 * valid.c: typo/bug found by Christian Glahn
11748
11749Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11750
11751 * xmlIO.c: applied Windows CE patch from Javier.
11752 * win32/wince: new directory, contains support for the PocketPC
11753 with Windows CE from Javier.
11754 * include/win32config.h: reorganised, removed duplicate
11755 definitions and applied WinCE patch from Javier.
11756 * include/wsockcompat.h: new file, now contains WinSock
11757 compatibility macros.
11758 * win32/Makefile.msvc: introduced double-run compilation.
11759
11760Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11761
11762 * configure.in include/libxml/xmlwin32version.h: preparing release
11763 of 2.4.25
11764 * doc/*: updated and regenerated teh docs and web pages.
11765
11766Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11767
11768 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
11769 error were not covering namespace declarations.
11770 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
11771 it was missing the attribute declaration for the namespace
11772 * result/VC/NS3: the fix now report breakages in that test
11773
11774Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11775
11776 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
11777
11778Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11779
11780 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
11781 and regenerated the docs and web site
11782
11783Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11784
11785 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
11786 ATTRIBUTE_UNUSED is always put after the attribute declaration,
11787 not before
11788
11789Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11790
11791 * python/generator.py python/libxml2class.txt: fixed a stupid error
11792 breaking the python API
11793
11794Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11795
11796 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
11797 triostr.c triostr.h: applied a trio update patch from
11798 Bjorn Reese which should work with MinGW
11799
11800Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11801
11802 * tree.c: improving some documentation comments
11803 * xmlregexp.c: found and fixed a mem leak with python regression tests
11804 * doc/*: rebuilt the doc and the API XML file including the
11805 xmlregexp.h xmlautomata.h and xmlunicode.h headers
11806 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
11807 python/types.c: added access to the XML Schemas regexps from
11808 python
11809 * python/tests/Makefile.am python/tests/regexp.py: added a
11810 simple regexp bindings test
11811
11812Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
11813
11814 * doc/xml.html:
11815 fixing ftp links - thanks to Vitaly Ostanin
11816
11817Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11818
11819 * xmlregexp.c: fixed the data callback on transition functionality
11820 which was broken when using the compact form
11821 * result/schemas/*: updated the results, less verbose, all tests
11822 pass like before
11823 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
11824 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
11825 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
11826 annoying warnings
11827 * xpath.c: try to provide better error report when possible
11828
11829Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11830
11831 * Makefile.am: fixed a breakage raised by Jacob
11832
11833Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11834
11835 * include/win32config.h: added HAVE_ERRNO_H definition for parts
11836 which don't use sockets
11837
11838Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11839
11840 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
11841 * win32/configure.js: applied zlib patch from Daniel Gehriger
11842
11843Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11844
11845 * win32/configure.js: applied the patch from Mark Vakoc for
11846 regexp support
11847 * win32/libxml2.def.src: applied the patch from Mark Vakoc
11848 for regexp support
11849
11850Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11851
11852 * xmlschemastypes.c: as pointed by Igor Float and Double
11853 parsing ain't finished yet
11854
11855Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11856
11857 * Makefile.am configure.in: trying to fix #88412 by bypassing
11858 all the python subdir if python ain't detected
11859
11860Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11861
11862 * Makefile.am configure.in include/libxml/xmlversion.h.in:
11863 made configuring with regexps/automata/unicode the default
11864 but without schemas ATM
11865 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
11866 fixed the regexp based DTD validation performance and memory
11867 problem by switching to a compact form for determinist regexps
11868 and detecting the determinism property in the process. Seems
11869 as fast as the old DTD validation specific engine :-) despite
11870 the regexp built and compaction process.
11871
11872Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11873
11874 * valid.c: determinism is debugged, new DTD checking code now works
11875 but xmlFAComputesDeterminism takes far too much CPU and the whole
11876 set usues too much memory to be really usable as-is
11877
11878Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11879
11880 * tree.c: fixed another stupid bug in xmlGetNodePath()
11881 * xmllint.c: --version now report the options compiled in
11882
11883Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11884
11885 * HTMLparser.c: small cleanup
11886 * valid.c xmlregexp.c: switched DTD validation to use only regexp
11887 when configured with them. A bit of debugging around the determinism
11888 checks is still needed
11889
11890Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11891
11892 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
11893
11894Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11895
11896 * xmlIO.c: small portability glitch fixed.
11897
11898Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11899
11900 * xmlschemastypes.c: incomplete steps for real/double support
11901 * testAutomata.c include/libxml/xmlautomata.h
11902 include/libxml/xmlregexp.h: avoiding a compilation problem
11903 * valid.c include/libxml/valid.h: starting the work toward using
11904 the regexps for actual DTD validation
11905
11906Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11907
11908 * hash.c: cosmetic cleanup
11909 * valid.c include/libxml/tree.h include/libxml/valid.h: started
11910 integrating a DTD validation layer based on the regexps
11911
11912Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11913
11914 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
11915 the determinism was tested before eliminating the epsilon
11916 transitions :-(
11917
11918Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * python/generator.py python/libxml.c python/libxml.py
11921 python/libxml2-python-api.xml python/libxml2class.txt
11922 python/libxml_wrap.h python/types.c: updated the python
11923 bindings, added code for easier File I/O, and the ability to
11924 define a resolver from Python fixing bug #91635
11925 * python/tests/Makefile.am python/tests/inbuf.py
11926 python/tests/outbuf.py python/tests/pushSAXhtml.py
11927 python/tests/resolver.py python/tests/serialize.py: updated
11928 and augmented the set of Python tests.
11929
11930Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11931
11932 * win32/configure.js: added more readme info for the binary
11933 package.
11934
11935Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11936
11937 * xmlIO.c: fixed a stupid out of bound array error
11938
11939Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11940
11941 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
11942 messing around with support for Windows path, cleanups,
11943 trying to identify and fix the various code path to the
11944 filename access. Added xmlNormalizeWindowsPath()
11945
11946Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11947
11948 * error.c valid.c: working on better error reporting of validity
11949 errors, especially providing an accurate context.
11950 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
11951 error reports in those cases.
11952
11953Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11954
11955 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
11956 parser.c parserInternals.c xmlIO.c: get rid of all the
11957 perror() calls made in the library execution paths. This
11958 should fix both #92059 and #92385
11959
11960Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11961
11962 * xmllint.c: memory leak reporting was broken after a change
11963 of the preprocessor symbol used to activate it.
11964
11965Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11966
11967 * tree.c: try to make the copy function work for node of
11968 type XML_DOCUMENT_FRAG_NODE, they are only created by the
11969 DOM layers though, not libxml2 itself.
11970
11971Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11972
11973 * valid.c: try to provide file and line informations, not all
11974 messages are covered, but it's a (good) start
11975
11976Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
11977
11978 * xinclude.c: reimplemented a large part of the XInclude
11979 processor, trying to minimize resources used, James Henstridge
11980 provided a huge test case which was exhibiting severe memory
11981 consumption problems.
11982
11983Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
11984
11985 * python/Makefile.am: applied patch from Christophe Merlet to
11986 reestablish DESTDIR
11987
11988Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
11989
11990 * libxml.spec.in: fixes libary path for x86_64 AMD
11991
11992Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
11993
11994 * doc/tutorial/includekeyword.c
11995 * doc/tutorial/xmltutorial.xml:
11996 (plus resulting generated html files)
11997 fixing one spot I missed in the tutorial where I hadn't freed
11998 memory properly
11999
12000Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12001
12002 * doc/tutorial/includeaddattribute.c
12003 * doc/tutorial/includeaddkeyword.c
12004 * doc/tutorial/includegetattribute.c
12005 * doc/tutorial/includekeyword.c
12006 * doc/tutorial/xmltutorial.xml
12007 * doc/tutorial/*.html:
12008 update tutorial to properly free memory (thanks to Christopher
12009 R. Harris for pointing out that this needs to be done)
12010 * doc/tutorial/images/callouts/*.png:
12011 added image files so the callouts are graphical, making it
12012 easier to read ( use "--param callout.graphics 1" to generate
12013 html with graphical callouts)
12014
12015Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12018 nice logos generated by Marc Liyanage
12019 * doc/site.xsl *.html: changed the stylesheet to show the new
12020 logo and regenerated the pages
12021
12022Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12023
12024 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12025
12026Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12027
12028 * xpath.c: possible mem leak patch from Jason Adams
12029
12030Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12031
12032 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12033 in the XQuery namespace
12034 * configure.in: preparing 2.4.24
12035 * doc/*.html: updated the web pages
12036
12037Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * python/generator.py: closing bug #85258 by generating conditional
12040 compile check to avoid linking to routines not configured in.
12041
120422002-08-22 Havoc Pennington <hp@pobox.com>
12043
12044 * autogen.sh: update error message for missing automake
12045
12046Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12047
12048 * python/Makefile.am: typo in target name resulted in libxml2.py
12049 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12050
12051Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12052
12053 * win32/win32/Makefile.mingw: updated with version from
12054 Elizabeth Barham at http://soggytrousers.net/repository/
12055
12056Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12057
12058 * win32/Makefile.msvc: added the prefix location to the include
12059 and lib search path.
12060
120612002-08-18 Havoc Pennington <hp@pobox.com>
12062
12063 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12064 both automake 1.6 and 1.4 installed get the right automake. Means
12065 compilation from CVS will now require the latest automake 1.4
12066 release, or manually creating symlinks called "automake-1.4" and
12067 "aclocal-1.4"
12068
12069Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12070
12071 * configure.in python/Makefile.am: more AMD 64 induced changes from
12072 Frederic Crozat
12073
12074Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12075
12076 * xinclude.c: oops I was missing the xml:base fixup too
12077 * result/XInclude/*.xml: this adds xml:base attributes to most
12078 results of the tests
12079
12080Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12081
12082 * xinclude.c: quick but apparently working implementation of
12083 xi:fallback, should close bug #89684
12084 * Makefile.am test/XInclude/docs/fallback.xml
12085 result/XInclude/fallback.xml: added a basic test for fallback,
12086 and run with --nowarning to avoid a spurious warning
12087 * configure.in: applied patch from Frederic Crozat for python
12088 bindings on AMD 64bits machines.
12089
12090Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12091
12092 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12093 the caller don't pass a SAX callback block.
12094
12095Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12096
12097 * tree.c: applied the same fix for the XML-1.0 namespace to
12098 xmlSearchNsByHref() as was done for xmlSearchNs()
12099
12100Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12101
12102 * libxml.3: small cleanup of the man page
12103 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12104 when serializing HREF attributes generated by XSLT.
12105
12106Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12107
12108 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12109 version of Marc Liyanage' patch for boolean attributes in HTML
12110 output
12111
12112Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12113
12114 * python/tests/serialize.py: fixed the test results, indenting
12115 behaviour changed slightly
12116
12117Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12118
12119 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12120 new c14n function to Windows def files
12121
12122Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12123
12124 * c14n.c: fixed a memory leak in c14n code
12125
12126Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12127
12128 * parser.c include/libxml/parser.h: adding a new API for Christian
12129 Glahn: xmlParseBalancedChunkMemoryRecover
12130 * valid.c: patch from Rick Jones for some grammar cleanup in
12131 validation messages
12132 * result/VC/* result/valid/*: this slightly change some of the
12133 regression tests outputs
12134
12135Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12136
12137 * tree.c: trying to fix a problem in namespaced attribute handling
12138 raised by Christian Glahn
12139
12140Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12141
12142 * encoding.c include/libxml/encoding.h: Opening the interface
12143 xmlNewCharEncodingHandler as requested in #89415
12144 * python/generator.py python/setup.py.in: applied cleanup
12145 patches from Marc-Andre Lemburg
12146 * tree.c: fixing bug #89332 on a specific case of loosing
12147 the XML-1.0 namespace on xml:xxx attributes
12148
12149Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12150
12151 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12152 corner case from new Merlin's test suite and added a callback
12153 that will be used to improve xmlsec performance
12154
12155Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12156
12157 * HTMLtree.c: trying to fix the <style> escaping problem in
12158 HTML serialization bug #89342
12159
12160Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12161
12162 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12163 and rebuilt the web site.
12164
12165Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12166
12167 * include/libxml/tree.h: added _private member to xmlNs struct
12168
12169Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * HTMLparser.c: fixing bug #84876 based on the xml working
12172 code.
12173
12174Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12175
12176 * python/Makefile.am: enhanced to fix bug 72012 (errors
12177 when using '-jX' make parameter)
12178
12179Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12180
12181 * xpath.c: small additional enhancement for booleans
12182 compared to nodesets
12183
12184Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12185
12186 * HTMLtree.c: changed the order of the encoding declaration
12187 attributes in the meta tags due to a bug in IE/Mac
12188
12189Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12190
12191 * xpath.c: enhanced handling of booleans (especially '='
12192 and '!=' for nodesets) - fixes bug 85256. Added new
12193 routine xmlXPathNotEqualValues for more proper handling
12194 of '!=' when nodesets are involved.
12195
12196Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12197
12198 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12199 doc/xmlcatalog_man.xml to the source distribution
12200
12201Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12202
12203 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12204 asked for this.
12205
12206Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12207
12208 * configure.in: preparing 2.4.23
12209 * doc/*: rebuilt the docs
12210
12211Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12212
12213 * parser.c: fixing bug #84169 by fixing the
12214 comment of xmlCreatePushParserCtxt to describe the
12215 encoding detection parameters better.
12216
12217Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12218
12219 * valid.c: fixing bug #79331 in one path the lookup for
12220 ID attributes on a namespaced node wasn't handled correctly :-\
12221
12222Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12223
12224 * HTMLparser.c: trying to fix 87235 about discarded white
12225 spaces in the HTML parser.
12226 * result/HTML/*: this changes the output of a number of HTML
12227 regression tests
12228
12229Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12230
12231 * xpath.c: applied patch from Richard Jinks for the namespace
12232 axis + fixed a memory error.
12233 * parser.c parserInternals.c: applied patches from Peter Jacobi
12234 removing ctxt->token for good.
12235 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12236 popped out by the regression tests.
12237 * Makefile.am: patch for threads makefile from Gary Pennington
12238
12239Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12240
12241 * xpath.c: enhanced behaviour of position() after usage of
12242 expressions involving preceding-sibling (et al).
12243
12244Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12245
12246 * hash.c: applied a patch from Peter Jacobi to solve a problem
12247 when compiling with the Watcom C on Win32
12248 * result/schemas/*.err: the change of hashing algo generated
12249 permutations in the output
12250
12251Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12252
12253 * hash.c: applied patch from Sander Vesik improving the quality of
12254 the hash function.
12255
122562002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12257
12258 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12259 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12260 xmllint.c xpath.c: replaced sprintf() with snprintf()
12261 to prevent possible buffer overflow (the bug was pointed
12262 out by Anju Premachandran)
12263
12264Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12265
12266 * parser.c: removed an uninitialized data error popped by valgrind
12267 on PE references
12268
12269Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12270
12271 * doc/xml.html
12272 adding tutorial reference to the web page
12273
12274Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12275
12276 * doc/tutorial/xmltutorial.xml
12277 * doc/tutorial/ar01s07.html
12278 * doc/tutorial/ape.html
12279 * doc/tutorial/includegetattribute.c
12280 adding section to tutorial about retrieving an attribute
12281 value
12282
12283Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12284
12285 * parser.c: applied a couple of patches from Peter Jacobi to start
12286 to get rid of ctxt->token, with a possible significant speed
12287 improvement to be gained once done. Better compliance with PE
12288 references constructs in DTDs too.
12289 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12290 from Peter too
12291
12292Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12293
12294 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12295 xmlParseElement was likely to have been deallocated at the
12296 time of the report, possibly leading to segfault. Just report
12297 the tag name now.
12298
12299Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12300
12301 * xpath.c: patch from Richard Jinks for XPath substring() function
12302 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12303
123042002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12305
12306 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12307
12308Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12309
12310 *doc/FAQ.html
12311 fixing typos in FAQ, thanks to Robert Funnell for the
12312 editing help
12313
12314Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12315
12316 * NEWS: got complaints from rpmlint that it was empty
12317
12318Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12319
12320 * added doc/tutorial, including:
12321 apa.html
12322 apb.html
12323 apc.html
12324 apd.html
12325 ar01s02.html
12326 ar01s03.html
12327 ar01s04.html
12328 ar01s05.html
12329 ar01s06.html
12330 includeaddattribute.c
12331 includeaddkeyword.c
12332 includekeyword.c
12333 includestory.xml
12334 index.html
12335 xmltutorial.xml
12336 libxml tutorial, including generated html
12337
12338Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12339
12340 * result/c14n/exc-without-comments/merlin-c14n-two-*
12341 result/c14n/without-comments/merlin-c14n-two-*
12342 test/c14n/exc-without-comments/merlin-c14n-two-*
12343 test/c14n/without-comments/merlin-c14n-two-*
12344 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12345 c14n/exc-c14n and slightly modified test script to handle
12346 these test cases
12347 * c14n.c: fixed bugs for complicated nodes set (namespace
12348 without node and others from merlin-c14n-two.tar.gz)
12349 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12350 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12351 for xmlsec performance patch
12352 * xpath.c: fixed self::node() for namespaces and attributes
12353
12354Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12355
12356 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12357 but with the format parameter
12358 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12359
12360Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12361
12362 * Makefile.am: updated c14n tests suite
12363 * c14n.c: performance improvement for previous c14n patch
12364
12365Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12366
12367 * parser.c: another peroformance patch from Peter Jacobi, that
12368 time on parsing attribute values.
12369
12370Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12371
12372 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12373 into LibXML2 test suite
12374
12375Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12376
12377 * c14n.c: propagating xpath ancesstors node fix to c14n
12378 plus small performance improvement to reduce number of
12379 mallocs
12380 * xpath.c: fixed ancestors axis processing for namespace nodes
12381
12382Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12383
12384 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12385 Peter Jacobi
12386
12387Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12388
12389 * configure.in: preparing 2.4.22
12390
12391Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12394 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12395 a public entry point.
12396 * doc/*: rebuilt the API and docs
12397
12398Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12399
12400 * xpath.c: patch from Richard Jinks to fix a problem introduced
12401 in the previous patch and pointed by Norm
12402
12403Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12404
12405 * libxml.spec.in: fixing bug #81112
12406
12407Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12408
12409 * uri.c: fixing bug #82848
12410
12411Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12412
12413 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12414 output of one catalog test
12415
12416Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12417
12418 * global.data globals.c tree.c include/libxml/globals.h
12419 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12420 default value for global parameter xmlIndentTreeOutput to 1 and
12421 introduced new global parameter xmlTreeIndentString (the string
12422 used to do one-level indent) with default value " " (as it was
12423 in tree.c)
12424
12425Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12426
12427 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12428 with trio and schemas.
12429
12430Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12431
12432 * xpath.c: patch from Richard Jinks to fix the problem raised in
12433 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12434
12435Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12436
12437 * xmlschemas.c: a bit of work on import.
12438 * xmlschemastypes.c: Charles Bozeman provided a compare function
12439 for date/time types so min/max facet restrictions should work,
12440 indeterminate comparisons return an error instead of equal.
12441 * test/schemas/date_0* result/schemas/date_0_0: specific test
12442 from Charles Bozeman too
12443
12444Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12445
12446 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12447 from Christian Cornelssen fixing the man pages and the Catalog
12448 building script.
12449 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12450 next step is <xs:import> I now have a reasonable understanding
12451 of how it works.
12452
12453Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12454
12455 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12456
12457Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12458
12459 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12460
12461Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12462
12463 * xpath.c: fixing an XPath function evalutation bug pointed out
12464 by Alexey Efimov where the context was lost when evaluating
12465 the function arguments
12466
12467Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12468
12469 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12470 function public for XMLSec performance optimizations
12471
12472Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12473
12474 * python/generator.py python/libxml2class.txt : fixed a problem
12475 with the HTML parser pointed by Gary Benson
12476 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12477 example
12478
12479Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12480 * parser.c: fixed bug #81159 (memory growth in SAX)
12481
12482Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12483 * xpath.c: fixed bug #78858 (the real fix)
12484
12485Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12486 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12487
12488Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12489
12490 * tree.c: modified xmlNodeSetBase to allow changing the
12491 base of a document.
12492
12493Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12494
12495 * xmlschemastypes.c: patch Charles Bozeman for validation of
12496 all the date, time, and duration types
12497 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12498 * configure.in: fixed an error pointed by an user
12499 * xml2-config.in: fixed an error pointed by an user
12500
12501Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12502
12503 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12504 win32/libxml2.def.src xmlIO.c: exported default
12505 'file:', 'http:' and 'ftp:' protocols input handlers
12506 and maked protocols comparisson case insensitive
12507
12508Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12509
12510 * configure.in: Neven Has detected a typo
12511
12512Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12513
12514 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12515 as one of the persons allowed to commit directly to the
12516 module.
12517
12518Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12519
12520 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12521 * valid.c: raised a too low limit
12522 * doc/*: rebuilt the docs
12523
12524Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12525
12526 * test/XPath/expr/floats test/XPath/expr/functions
12527 result/XPath/expr/floats result/XPath/expr/functions
12528 xpath.c: another XPath conformance patch from Richard Jinks
12529
12530Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12531
12532 * xmlschemas.c: fixed validation of attribute groups.
12533 * test/schemas result/schemas: added an example from the primer
12534
12535Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12536
12537 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12538 * test/schemas result/schemas: updated the test list
12539
12540Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12541
12542 * TODO: updated a bit
12543 * parser.c: made a comment more specific
12544 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12545 Schemas conformance.
12546 * test/schemas result/schemas: updated the test list
12547
12548Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12549
12550 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12551 implementing xs:all with minOccurs = 0
12552 * tes/schemas/* result/schemas/*: added more tests covering
12553 xs:all
12554
12555Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12556
12557 * xmlregexp.c: first implementation of the all particle, this
12558 may need to be revisited for case where not all transitions
12559 must be crossed.
12560
12561Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12562
12563 * tree.c: another entity processing update from Markus Henke
12564
12565Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12566
12567 * trionan.c: fixed crash on OSF/1
12568
12569Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12570
12571 * xmlschemas.c: more Schemas work
12572 * test/schemas/* result/schemas/*: added more tests coming
12573 from the spec.
12574
12575Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12576
12577 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12578 ExcC14N specification
12579
12580Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12581
12582 * tree.c: patch from Markus Henke, fix for recursive entities.
12583
12584Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12585
12586 * xpath.c: fix a problem with string() on a document node.
12587
12588Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12589
12590 * Makefile.am xmlschemas.c: more Schemas work
12591 * test/schemas/* result/schemas/*: added more tests coming
12592 from the spec.
12593
12594Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12595
12596 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
12597 * result/HTML/*: this changes a few things in the results
12598
12599Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12600
12601 * include/libxml/tree.h: eliminated 'declaration different than
12602 prototype' warning
12603 * include/win32config.h: "resolved" conflicts with errno.h
12604
12605Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12606
12607 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
12608 on the automata interfaces and debug of counted choices
12609 * test/schemas/* result/schemas/*: added a number of tests
12610
12611Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12612
12613 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
12614 a bit of work on Schemas
12615 * testSchemas.c: try to make it more useful
12616 * test/schemas/* result/schemas/* Makefile.am: changed the
12617 Schemas regression test procedure, started adding a few samples
12618
12619Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12620
12621 * include/libxml/encoding.h: Patch for the Borland C++ builder
12622 * include/libxml/tree.h: Patch for the Borland C++ builder
12623 * threads.c: Patch for the Borland C++ builder
12624 * win32/bcb5: New directory for the Borland C++ builder
12625 project files
12626
12627Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12628
12629 * win32/Makefile.msvc: Update for XML Schema support
12630 * win32/configure.js: Update for XML Schema support
12631 * win32/libxml2.def.src: Update for XML Schema support
12632
12633Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12634
12635 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
12636 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
12637 xmlunicode.c include/libxml/Makefile.am
12638 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
12639 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
12640 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
12641 include/libxml/xmlversion.h.in : merged the current state of
12642 XML Schemas implementation, it is not configured in by default,
12643 a specific --schemas configure option has been added.
12644 * test/automata test/regexp test/schemas Makefile.am
12645 result/automata result/regexp result/schemas:
12646 merged automata/regexp/schemas regression tests
12647
12648Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
12649
12650 * xpath.c: Gary found a compile time problem, fixes #78823
12651
12652Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12653
12654 * configure.in: release of 2.4.20
12655 * doc/*: updated and rebuilt the docs
12656
12657Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12658
12659 * python/Makefile.am: patch from Cristian Gafton to build on
12660 Red Hat 6.2, should also fix #75779
12661
12662Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12663
12664 * valid.c: first part of fixing #78729
12665
12666Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
12667
12668 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
12669 escaping of URI when saving HTML files.
12670 * result/HTML/*: this impacted some tests
12671
12672Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
12673
12674 * configure.in: trying to fix #77441
12675
12676Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12677
12678 * include/libxml/xmlIO.h: Hallski complained it could not be
12679 included by itself.
12680
12681Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12682
12683 * configure.in: applied an IEEE flag patch for OSF/1 #77825
12684
12685Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12686
12687 * win32/configure.js: patch from Nilo for the c14n option
12688 * win32/Makefile.msvc: fixed libxml2.def generation with threads
12689
12690Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12691
12692 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
12693 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
12694 LIBXML_THREAD_ENABLED
12695
12696Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12697
12698 * xpath.c: another patch from Richard Jinks for substring conformance
12699 * test/XPath/expr/floats test/XPath/expr/strings
12700 result/XPath/expr/floats result/XPath/expr/strings: update of the
12701 test suite to check those.
12702
12703Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12704
12705 * xpath.c: patch from Richard Jinks for .x float parsing.
12706
12707Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12708
12709 * parser.c: patch from Markus Henke when an encoding ain't recognized
12710
12711Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12712
12713 * libxml.m4: got a report that #include <string.h> was needed
12714
12715Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12716
12717 * xmllint.c: applied a fix from Anthony Jones for -o /--output
12718
12719Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
12720
12721 * doc/example.html: fixing typo
12722
12723Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12724
12725 * xpath.c: fixed a bug in the nodeset to boolean comparison code
12726 pointed out by Melvyn Sopacua.
12727
12728Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12729
12730 * libxml.m4: Frédéric Crozat gave a patch related to the change
12731 of Include paths breaking the libxml.m4
12732
12733Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12734
12735 * xpath.c: Fix bug #76927 forgot to save some context
12736 when evaluating binary expressions
12737
12738Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12739
12740 * configure.in: fixed configure for MPE/iX from Markus Henke
12741 * xmlmemory.c: fixed initialization problems
12742 * xpath.c: another set of patches from Richard Jinks this
12743 fixes "make XPathtests" on linux
12744
12745Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12746
12747 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
12748 * test/XPath/expr/compare test/XPath/expr/equality
12749 test/XPath/expr/floats test/XPath/expr/functions
12750 test/XPath/expr/strings result/XPath/expr/compare
12751 result/XPath/expr/equality result/XPath/expr/floats
12752 result/XPath/expr/functions result/XPath/expr/strings: Updated
12753 tests though they show a divergence on Linux
12754
12755Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12756
12757 * xpath.c trionan.c: previous commit also included patches
12758 from Richard Jinks on some IEEE support corner case
12759
12760Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12761
12762 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
12763 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
12764 that $(datadir) should be used for docs
12765
12766Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12767
12768 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
12769 could leak filedescriptors
12770
12771Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12772
12773 * configure.in nanohttp.c: applied patch from Allan Clark for
12774 UnixWare/OpenServer
12775
12776Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12777
12778 * configure.in: preparing 2.4.19
12779 * doc/*: rebuilt the docs
12780
12781Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12782
12783 * nanohttp.c: fixing #76043, got fed up with non-portability
12784 of that piece of code.
12785
12786Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12787
12788 * valid.c SAX.c: Never commit without running "make tests" :-(
12789 fix a couple of stupidities in the previous commit
12790 * result/*: a few changes in some attribute order result of previous
12791 commit.
12792
12793Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
12796 the internal subset should not raise duplicate ID errors,
12797 also there was a small bug in conjunction to namespace
12798 declarations defaulted and xml:xxx attributes DTD definitions.
12799
12800Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12801
12802 * xpath.c: Richard Jinks also raised some rounding problems
12803 this tries to fix them
12804
12805Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
12806
12807 * xpath.c: Richard Jinks spotted an incoherent memory allocation
12808 behaviour in xmlXPathCastToString()
12809
12810Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12811
12812 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
12813 raised by Morus Walter
12814
12815Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12816
12817 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
12818 from Igor
12819
12820Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12821
12822 * xpath.c: fixing #75619, related to a problem when trying
12823 to evaluate condition when the current node set resulting
12824 from that sub-step evaluation is empty. Also fixes 2 potential
12825 problem with previous-sibling and next-siblings axis.
12826
12827Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12828
12829 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
12830 HTML support is not configured in.
12831
12832Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12833
12834 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
12835 include/libxml/tree.h: dohh I really didn't intended to commit
12836 this test version :-(
12837
12838Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12839
12840 * testSAX.c: I wanted to see the real speed at the SAX interface
12841 after a little too many Ximianer started complaining about the
12842 parser speed.
12843 added a --quiet option:
12844 paphio:~/XML -> ls -l db100000.xml
12845 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
12846 paphio:~/XML -> time ./testSAX --quiet db100000.xml
12847 3200006 callbacks generated
12848 real 0m1.270s
12849 Which means 16MBytes/s and 3Mcallback/s
12850
12851Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12852
12853 * xpath.c: valgrind spotted another error that time when running
12854 on libxslt regression tests
12855
12856Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12857
12858 * Makefile.am: adding "make valgrind" running the full regression
12859 tests (except python ones) under Valgrind (using valgrind -q
12860 which was kindly added by the author).
12861 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
12862 passes cleanly now except an obcure floating point initialization
12863 raised in log10() in one XPath regression test ???
12864 * tree.c: edited some comments to close #75244
12865
12866Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12867
12868 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
12869 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
12870 context of ScrollKeeper, made sure that if the number is
12871 an integer, the serialization follows the description at
12872 http://www.w3.org/TR/xpath#section-String-Functions
12873
12874Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12875
12876 * configure.in: preparing 2.4.18
12877 * doc/*: updated and rebuilt the web site
12878 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
12879 the Windows and Cygwin maintainers.
12880 * parser.c: humm, changed the way the SAX parser work when
12881 xmlSubstituteEntitiesDefault(1) is set, it will then
12882 do the entity registration and loading by itself in case the
12883 user provided SAX getEntity() returns NULL.
12884 * testSAX.c: added --noent to test the behaviour.
12885
12886Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12887
12888 * parser.c: Wilfried Teiken provided a hackish but working
12889 way to get context reported back on entities when parsing
12890 with SAX and without breaking the DOM build.
12891
12892Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12893
12894 * c14n.c: applied a new patch from Aleksey Sanin
12895 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
12896 to reference Aleksey implementation of XML digital Signatures
12897
12898Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12899
12900 * xpath.c: small fix to avoid potential problem due to
12901 ordering of freeing data
12902 * python/Makefile.am: people were complaining about
12903 the generated file in python dir not being built
12904
12905Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
12908 python/generator.py python/libxml.c python/types.c: Cleanup
12909 of the python Makefiles based on Jacob and James feedback,
12910 fixed the spec file accordingly, fixed the number of warning
12911 that passing my pedantic CFLAGS was generating. Conclusion
12912 is that Python includes are real crap.
12913
12914Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12915
12916 * configure,in: it was reported quite a few times that
12917 xml2-config --cflags should not output
12918 -I$includeprefix/libxml2/libxml because libxml2 header names
12919 clashes with existing names like list.h from C++ stl.
12920 Includes should be #include<libxml/xxx.h> so ...
12921
12922Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12923
12924 * c14n.c: another patch from Aleksey Sanin
12925
12926Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12927
12928 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
12929 canonicalization algorithm
12930 * doc/xml.html doc/index.html: added the C14N references on the
12931 index page.
12932
129332002-03-13 jacob berkman <jacob@ximian.com>
12934
12935 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
12936 usage, redundant, and gcc specific
12937
12938Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12939
12940 * xpath.c: speedup some node selection operations, this can
12941 have a significant impact on DocBook Norm's stylesheets
12942 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
12943 make sure it's always the case
12944 * debugXML.c: distinguish CDATA and comments in ls operations
12945
12946Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12947
12948 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
12949 to generate better API descriptions etc...
12950
12951Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12952
12953 * c14n.c: Fixing #74186, made sure all boolean expressions
12954 get fully parenthesized, ran indent on the output
12955 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
12956 include/libxml/tree.h: also #74186 related, removed the
12957 --with-buffers option, and all the preprocessor conditional
12958 sections that were resulting from it.
12959
12960Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12961
12962 * valid.c: applied patch from Dodji Seketeli fixing an
12963 uninitailized variable in xmlValidGetValidElements()
12964
12965Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12966
12967 * c14n.c: fixed a few comments
12968 * doc/*.html doc/*/*.html: regenerated the docs and added
12969 the C14N API
12970 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
12971
12972Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12973
12974 * check-xml-test-suite.py: fix to adapt varaiations in the
12975 bindings
12976 * configure.in python/setup.py python/setup.py.in: fixed to
12977 have the version of the python scripts automatically updated
12978
12979Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12980
12981 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
12982 in xmlCopyProp()
12983
12984Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12985
12986 * configure.in: preparing 2.4.17 release
12987 * doc/*: updated and rebuilt the docs
12988 * xpath.c: fixed a comment
12989 * python/libxml.c: fixed a possible reentrancy problem
12990
12991Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12992
12993 * tree.c python/tests/Makefile.am python/tests/attribs.py:
12994 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
12995 added a specific regression test
12996 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
12997 not raise exceptions when failing to find the attribute.
12998
12999Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13000
13001 * configure.in xmllint.c: owen pointed out a problem with the
13002 ftme fix, gettimeofday() was not detected by configure and
13003 the ftime header wasn't included, dohhh
13004
13005Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13006
13007 * configure.in xmllint.c: trying to fix #71457 for timing
13008 precision when gettimeofday() is not availble but ftime() is
13009
13010Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13011
13012 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13013 are now copied on install and part of the -devel RPM
13014
13015Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13016
13017 * xpath.c: trying to avoid bug #72150 which was apparently
13018 caused by a gcc bug (or a processor problem) as detailed
13019 at http://veillard.com/gcc.bug
13020
13021Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13024 fixed xmlReconciliateNs(), added a Python test/example for
13025 inter-document cut'n paste
13026 * python/libxml.py: fixed node.doc on document nodes and added
13027 xpathEval() onto node objects
13028
13029Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13030
13031 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13032 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13033 fixup and integrated tests for the serialization stuff
13034
13035Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13036
13037 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13038 moved the libxml man page to section 3
13039
13040Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13041
13042 * tree.c: fix bug #72490
13043 * python/libxml.c python/libxml.py: added methods serialize()
13044 and saveTo() to all node elements.
13045
13046Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13047
13048 * xmlIO.c: closed #73430, don't read from an input source
13049 which indicated an end-of-file or an error.
13050
13051Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13052
13053 * parser.c: make sure SAX endDocument is always called as
13054 this could result in a Python memory leak otherwise (it's
13055 used to decrement ref-counting)
13056 * python/generator.py python/libxml.c python/libxml.py
13057 python/libxml2-python-api.xml python/libxml2class.txt
13058 python/tests/error.py python/tests/xpath.py: implemented
13059 the suggestions made by Gary Benson and extended the tests
13060 to match it.
13061
13062Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13063
13064 * python/generator.py: applied patch fixing #73450
13065
13066Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13067
13068 * xpath.c: fixing #61290 "namespace nodes have no parent"
13069 long standing divergence from the XPath REC. NodeSets
13070 simply hold a copy of namespace nodes and those node ->next
13071 points to the parent (which may not be the node carrying the
13072 definition).
13073 * include/libxml/xpath.h: flagged but didn't added a possible
13074 speedup
13075 * DOCBparser.c HTMLparser.c: removed some warnings from push
13076 parser due to new state being added.
13077 * tree.c: new fix from Boris Erdmann
13078 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13079 the XML Canonalization support from Aleksey Sanin
13080
13081Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13082
13083 * tree.c: patch from Boris Erdmann fixing some namespace odities
13084 with xmlCopyNode()
13085
13086Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13087
13088 * xmlIO.c: fix bug #72706 when loading a NULL entity
13089
13090Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13091
13092 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13093 actually change in a future XML Namespace revision.
13094
13095Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13096
13097 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13098 added the possibility of returning nodesets from XPath extension
13099 functions written in Python
13100
13101Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13102
13103 * python/*: commiting some Python bindings work done while travelling
13104
13105Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13106
13107 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13108 explicitely with memory debugging switched on
13109
13110Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13111
13112 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13113 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13114 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13115 the accessor generator for strings
13116 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13117 regression test.
13118
13119Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13120
13121 * python/README python/generator.py python/libxml.c python/setup.py:
13122 added the 'usual' setup.py to allow building a libxml2-python
13123 module based on the same code. The initialization is however
13124 different the 2 .so files fo libxml2 and libxslt are identical and
13125 they entry point initialize both libraries. this is done to avoid
13126 some possible nasty problem since the Python don't merge the maps
13127 of all shared modules.
13128
13129Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13130
13131 * parser.c: fixed a push/encoding bug reported by Michael
13132 on librsvg
13133
13134Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13135
13136 * include/libxml/parserInternals.h: fixes a misplaced #endif
13137
13138Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13139
13140 * parser.c valid.c: found and fixed a couple of allocation bugs
13141
13142Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13143
13144 * doc/xml.html doc/python.html doc/*: added a Python and binding
13145 page describing the current state of the Python bindings and
13146 giving pointers to the other languages wrappers.
13147
13148Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13149
13150 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13151 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13152 rebuilt the API and web site
13153 * xpath.c: fixed #71978 portability bugs
13154
13155Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13156
13157 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13158
13159Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13160
13161 * include/libxml/parserInternals.h parser.c: had to change
13162 2 internal parsing API when processing document content
13163 to check the start and end of element content are defined
13164 in the same entity
13165 * valid.c include/libxml/valid.h: attribute normalization can
13166 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13167 with the context to report it.
13168 * SAX.c: fixed the last known bugs, crazy validation constraints
13169 when a document is standalone seems correctly handled. There
13170 is a couple of open issues left which need consideration especially
13171 PE93 on external unparsed entities and standalone status.
13172 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13173 The 2 tests left failing are actually in error. Cleanup done.
13174
13175Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13176
13177 * valid.c: implemented E59 spaces in CDATA does not match the
13178 nonterminal S
13179
13180Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13181
13182 * SAX.c parser.c valid.c: more validation test fixups
13183 * check-xml-test-suite.py: added duration info for the tests
13184
13185Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13186
13187 * parser.c valid.c: a couple of errors were reported but not
13188 saved back as such in the parsing context. Down to 1% failure rate
13189 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13190
13191Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13192
13193 * xmlInternald.c: isExtender was missing a char
13194 * parser.c include/libxml/parser.h: % are acceptable in the
13195 internal subset if within a PUBLIC ID
13196
13197Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13198
13199 * SAX.c parserInternals.c valid.c: more work on the conformance
13200 suite. Took the step to finally block documents with encoding
13201 errors. It's a fatal error per the spec, people should have fixed
13202 their documents by now.
13203
13204Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13205
13206 * check-xml-test-suite.py: fixed the test script after some discussion
13207 on the semantic of TYPE="error"
13208 * Makefile.am: added the script to the distrib
13209
13210Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13211
13212 * SAX.c entities.c: fixed a couple of conformances issues deep
13213 into the validation code (standalone and undeclared Notations)
13214
13215Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13216
13217 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13218 stayed there for years !
13219
13220Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13221
13222 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13223 missing
13224
13225Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13226
13227 * check-xml-test-suite.py: improved the behaviour a bit as
13228 well as the logs
13229 * parser.c valid.c SAX.c: fixed a few more bugs
13230 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13231
13232Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13233
13234 * check-xml-test-suite.py: python script to run regression tests
13235 against the XML Test suite of W3C/OASis
13236 * SAX.c: fixed a validation bug
13237 * parser.c: fixed 3 errors pointed by the test suite
13238 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13239 * python/Makefile.am: fixed a dependendy
13240
13241Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13242
13243 * xmlmemory.c: avoid a warning bug #71594
13244
13245Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13246
13247 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13248 warning on alpha/Tru64
13249
13250Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13251
13252 * include/libxml/entities.h: fixing a comment
13253 * valid.c: fixing some troubles with validity check on namespaces
13254 * result/VC/NS3 test/VC/NS3: added a specific regression test
13255
13256Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13257
13258 * tree.c: Fixing #71342 serializing '\n' in attribute values
13259 * result/noent/att3 result/att3 test/att3: added a specific
13260 test.
13261
13262Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13263
13264 * python/libxml.c: couple of bug fixes
13265
13266Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13267
13268 * python/*.py: removed tabs and used spaces.
13269
13270Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13271
13272 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13273 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13274
13275Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13276
13277 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13278 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13279
13280Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13281
13282 * include/libxml/encoding.h include/libxml/entities.h
13283 include/libxml/globals.h include/libxml/parser.h
13284 include/libxml/threads.h include/libxml/tree.h
13285 include/libxml/xmlmemory.h: trying to fix the include mess
13286
13287Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13288
13289 * include/libxml/xmlmemory.h: reverted part of the previous
13290 attempt to provide #69655, this was breaking the build.
13291
13292Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13293
13294 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13295 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13296 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13297 include/libxml/parserInternals.h include/libxml/tree.h
13298 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13299 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13300 clean.
13301 * python/libxml.c: fixed a warning.
13302
13303Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13304
13305 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13306 copying of node, merge back IDs in the target document.
13307 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13308 test/XInclude/ents/ids.xml: test case
13309 * result/VC/ElementValid4: output changed due to a typo fix
13310
13311Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13312
13313 * python/Makefile.am: seems some version of automake didn't
13314 generate the dependencies right as Jacob found out. Add
13315 an extra dependency rule.
13316
13317Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13318
13319 * parserInternals.c valid.c: Justin Fletcher found some parts
13320 of the code needing cleanup
13321 * libxml.spec.in python/Makefile.am python/generator.py
13322 python/libxml.c python/libxml.py: Fixed the python Makefiles
13323 corrected a bug showing up on ia64, changed the name of the
13324 python internal module too
13325
13326Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13327
13328 * Makefile.am: applied patch from Andris Pavenis for binary
13329 name suffixes
13330
13331Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13332
13333 * xmllint.c win32/win32config.h: fixing #68748
13334
13335Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13336
13337 * valid.c: fixing #70166
13338
13339Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13340
13341 * valid.c: fixing #70077
13342
13343Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13344
13345 * Copyright Makefile.am README configure.in libxml.spec.in:
13346 Changed to the MIT Licence
13347 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13348 doc/xmlio.html: updated the doc accordingly
13349 * include/libxml/xmlwin32version.h configure.in: preparing
13350 2.4.14 release
13351 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13352 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13353 fixed the const xmlChar * wrapper and generator, XPath extension
13354 functions now use the context as first argument
13355 * python/tests/tstxpath.py python/tests/xpath.py
13356 python/tests/xpathext.py: Updated the tests accordingly
13357 * tree.c: fixed bug #70067
13358
13359Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13360
13361 * Makefile.am: cleanup
13362 * debugXML.c: always use stdout if output is NULL
13363 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13364 * python/Makefile.am python/generator.py python/libxml2class.txt
13365 python/libxml_wrap.h python/types.c: augmented the number of bindings
13366 handling FILE * and XPath contexts
13367 * python/tests/Makefile.am: avoid a stupid problem due to the
13368 use of TEST.
13369
13370Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13371
13372 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13373
13374Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13375
13376 * python/TODO python/libxml.c: cleanup the extension function lookup
13377 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13378
13379Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13380
13381 * configure.in python/Makefile.am: do not install outside
13382 of prefix
13383
13384Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13385
13386 * python/TODO python/libxml.c: started adding SAX interfaces
13387 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13388 SAX test
13389
13390Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13391
13392 * tree.c: hardened the addChild function
13393 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13394 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13395 added accessors needed for xmlNode, a bit more testing and
13396 extension of interfaces
13397 * python/tests/Makefile.am python/tests/build.py: added a test
13398 build from scratch/save/load/check
13399
13400Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13401
13402 * parserInternals.c: change a small bit in the way valididy
13403 error messages get initialized
13404 * python/TODO python/libxml.c python/libxml2-python-api.xml
13405 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13406 added some memory debugging to track leaks at the libxml2 level
13407 * python/tests/*.py: changed all tests to check for leaks,
13408 there is just one left in XPath extension registrations.
13409
13410Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13411
13412 * python/TODO python/generator.py python/libxml2-python-api.xml
13413 python/libxml2class.txt: more accessor classes for the parser
13414 context, allow to switch on and check validity
13415 * python/tests/Makefile.am python/tests/error.py
13416 python/tests/invalid.xml python/tests/valid.xml
13417 python/tests/validate.py: attded more test and and added error.py
13418 which I forgot to commit in the last step
13419
13420Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13421
13422 * python/Makefile.am python/types.c: cleanup
13423 * python/libxml.c python/libxml.py python/libxml_wrap.h
13424 python/generator.py python/libxml2-python-api.xml
13425 python/libxml2class.txt: added class for parser context, added
13426 first cut for push mode support. Added a framework to generate
13427 accessors functions.
13428 * python/tests/Makefile.am python/tests/push.py: added a push
13429 test
13430
13431Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13432
13433 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13434 bug a bit of cleanup.
13435
13436Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13437
13438 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13439 python/libxml2class.txt: adding error redirections and preformat
13440 to a python handler
13441 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13442 tests self checking
13443
13444Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13445
13446 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13447 a function
13448
13449Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13450
13451 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13452 python/libxml.c python/libxml2-python-api.xml
13453 python/libxml2class.txt: Progressing through the TODOs, class
13454 description output, extra XML API, RPM now builds the wrappers
13455 for all python installed versions
13456
13457Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13458
13459 * configure.in libxml.spec.in python/Makefile.am python/TODO
13460 python/generator.py python/libxml2class.txt: added more informations
13461 in the libxml2-python package including docs. Slightly changed
13462 the class hierarchy
13463 * python/tests/*: added basic regression tests infrastructure too
13464
13465Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13468 added libxml2-python as part of the packages installed
13469
13470Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13471
13472 * python/Makefile.am python/generator.py python/libxml.c
13473 python/libxml.py: more work, now able to extend the
13474 XPath interpreter with functions written in python.
13475
13476Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13477
13478 * python/Makefile.am: Jacob sent a patch to allow building from
13479 tarfile.
13480
13481Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13482
13483 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13484 inserted the python wrappers build, I hope this won't be too
13485 unportable
13486
13487Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13488
13489 * xpath.c: minor optimization
13490 * python/generator.py python/libxml.c python/libxml.py
13491 python/libxml_wrap.h: more work on the python bindings,
13492 they now support XPath and there is no evident leak
13493
13494Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * python/generator.py python/libxml.c python/libxml.py:
13497 more work on the python bindings generator.
13498
13499Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13500
13501 * python/generator.py python/libxml.c python/libxml_wrap.h:
13502 more work on the python bindings.
13503
13504Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13505
13506 * python/generator.py python/libxml.c python/libxml.py
13507 python/libxml_wrap.h: commited early version of a python binding
13508 for private use only ATM
13509
13510Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13511
13512 * entities.c tree.c include/libxml/entities.h: applied patch
13513 from Anthony Jones to implement copy of DTD subtree too. Had
13514 just to keep 2 function private which really ought to become
13515 public ones.
13516
13517Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13518
13519 * xmllint.c: added pointers to the web pages in the usage()
13520
13521Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13522
13523 * tree.c: more fixes from Petr Kozelka for attribute handling
13524 in the tree API to align the semantic with DOM.
13525
13526Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13527
13528 * valid.c tree.c entities.c: another set of patches from
13529 Anthony Jones for copy operations cleanup and robustness
13530
13531Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13532
13533 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13534 an alphabetic index based on comments content
13535 * doc/*: rebuilt the web site with the new references
13536
13537Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13538
13539 * parserInternals.h: Greg Sjaardema suggested to use an
13540 eponential buffer groth policy in xmlParserAddNodeInfo()
13541
13542Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13543
13544 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13545 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13546 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13547 to generate cross-references, and added/updated the stylesheets
13548 to generate and link API indexes. The generic keyword index
13549 is not done yet.
13550 * doc/*.html: regenerated all the usual docs too
13551
13552Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13553
13554 * debugXML.c: added an xpath function to the shell for T. V. Raman
13555
13556Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13557
13558 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13559 debug routines.
13560
13561Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13564 support of attribute nodes
13565
13566Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13567
13568 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13569 hopefully near complete and fully documented of the API in XML
13570 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13571 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13572 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13573 include/libxml/parserInternals.h include/libxml/valid.hi
13574 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13575 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13576 include/libxml/xpath.h include/libxml/xpathInternals.h:
13577 Cleaned up the doc comments a lot in the process, the interface
13578 coverage is now 100%
13579
13580Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13581
13582 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13583 extracts comments from the gtk-doc DocBook output (a bit
13584 convoluted but seems to work).
13585
13586Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13587
13588 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13589 added an XML description of the API, moved the script generating
13590 it here. Added a "make api" target
13591
13592Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13593
13594 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
13595
13596Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13597
13598 * xpath.c include/libxml/xpathInternals.h: the change made to
13599 xmlXPathFuncLookupFunc was incompatible roll it back
13600
13601Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13602
13603 * SAX.c: cleanup patch from Anthony Jones
13604 * doc/Makefile.am: fix the headers to avoid in make scan
13605 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
13606 includes, * vs Ptr and general cleanup
13607 * parsedecl.py: first version of a script to extract the
13608 module interfaces, the goal will be to provide .decl or XML
13609 specification of the interfaces to build wrappers.
13610
13611Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13612
13613 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
13614 now provides return codes in case of errors
13615
13616Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
13617
13618 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
13619 Upgraded to trio baseline 1.6
13620 * strio.h strio.c: Replaced by triostr.h and triostr.c
13621
13622Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13623
13624 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
13625 of strdup usage in the code
13626
13627Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13628
13629 * parser.c error.c: Keith Isdale complained rightly that
13630 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
13631
13632Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13633
13634 * tree.c: fixed the funxtion to set the xml: attributes
13635 * debugXML.c: added "setbase" to test it.
13636
13637Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13638
13639 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
13640 to allow updating an attribute content
13641
13642Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13643
13644 * libxml.h: try to avoid problems when compiling on Windows
13645
13646Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13647
13648 * hash.c: patch from Anthony Jones for hash.c allocation size
13649 * Makefile.am: trying to work around Yet Another Libtool Madness
13650 and build the 2.4.13 release finally ...
13651
13652Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13653
13654 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
13655 * doc/* : update of the documentation
13656
13657Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13658
13659 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
13660 at fixing #61290 :-(
13661
13662Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13663
13664 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
13665 Fixes bug #67229
13666
13667Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13668
13669 * tree.c: trying to avoid troubles when a subtree is copied
13670 and coalesced in part with the target tree. Should fix
13671 bug #67407
13672
13673Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13674
13675 * valid.c: fixed validation of attributes content of type
13676 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
13677 values, very old bug. Fixes #67671
13678
13679Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13680
13681 * parser.c include/libxml/parserInternals.h tree.c: integrated
13682 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
13683 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
13684
13685Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13686
13687 * threads.c: applied Serguei Narojnyi's patch to add native
13688 thread support on the Win32 platform
13689 * testThreadsWin32.c Makefile.am: added the test program also
13690 from Serguei, Win32 specific
13691 * include/win32config.h include/libxml/xmlwin32version.h.in:
13692 added patch from Igor for the Windows thread specific defines.
13693
13694Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13695
13696 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
13697
13698Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13699
13700 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
13701 output page into XMLinfo.html. Close bug #66951 and
13702 raised by Robert Collins too.
13703
13704Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
13705
13706 * encoding.c: Paul Keogh pointed out a possibility of segfault
13707 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
13708 Closes bug # 68238
13709
13710Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
13711
13712 * doc/*.html: updated the Gdome2 links
13713
13714Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13715
13716 * libxml.h: Applied following patches from Robert Collins
13717 and make sure IN_LIBXML is defined when compiling it
13718 -------
13719 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
13720 as well as Visual C.
13721 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13722 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13723 * strio.c (PLATFORM_UNIX): Define for Cygwin.
13724 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
13725 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
13726 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
13727 xmlSysIDExists xmlNoNetExists).
13728 * xmllint.c: Don't include winsock2.h for Cygwin.
13729
13730Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13731
13732 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
13733 when the version info is not present.
13734
13735Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13736
13737 * tree.c: Anthony Jones pointed out a problem in
13738 xmlStringGetNodeList() and provided a fix for it
13739
13740Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13741
13742 * parser.c: patch from Frank J Franklin to remove a bug in
13743 xmlCreatePushParserCtxt() when the initial buffer passed
13744 is large.
13745
13746Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13747
13748 * win32/*: big cleanup of the Windows/MSVC project files
13749 from Igor Zlatkovic
13750
13751Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13752
13753 * doc/Makefile.am: should fix #67674 and avoid troubles if
13754 xsltproc is not available or fails in the prefix provided
13755
13756Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
13757
13758 * xmlmemory.c: one more doc patch from Charlie Bozeman.
13759
13760Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13761
13762 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
13763 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
13764 Fixed a few other problems raised by Charlie Bozeman.
13765 * result/VC/ElementValid[5-7]: fixed the output
13766
13767Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13768
13769 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
13770 patches from Charlie Bozeman. Regenerated the HTML docs.
13771
13772Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
13773
13774 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
13775 for Windows from Igor
13776
13777Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13778
13779 * xmllint.c: applied Justin Fletcher patch for --output or -o
13780
13781Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
13782
13783 * win32/libxml2/libxml2.def.src: close #67019
13784
13785Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13786
13787 * xmllint.c: applied Justin Fletcher generic timing patch
13788 similar to the one already applied to xsltproc.
13789
13790Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
13791
13792 * include/libxml/tree.h tree.c: applied documentation patches
13793 from Charlie Bozeman
13794
13795Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
13796
13797 *doc/xmllint.xml, xmllint.1 - document --dropdtd
13798
13799Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
13800
13801 * valid.c: fix the xmlStrdup() used in the previous patch.
13802 * valid.c: added --dropdtd
13803 * tree.c: fixed xmlUnlinkNode so it also removes the references
13804 from the document if the node is a DTD
13805
13806Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
13807
13808 * HTMLtree.c valid.c: cleanup some static declarations
13809
13810Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13811
13812 * xmllint.c: removed another strdup()
13813 * doc/FAQ: removed the HP/UX entry
13814
13815Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
13816
13817 * valid.c: fix bug #66816 when validating.
13818 * xmllint.c: don't use sys/time.h if configure did not found it
13819
13820Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
13821
13822 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
13823 xmlcatalog_man.xml
13824
13825Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13826
13827 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
13828 xmlInitMemory() was declared twice
13829
13830Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
13831
13832 * globals.c: do not reference strdup() !
13833 * configure.in libxml-2.0.pc.in: trying to fix the libs
13834 of the various config extraction modules
13835
13836Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13837
13838 * configure.in : preparing 2.4.12
13839 * doc/* : updated and rebuilt the docs
13840
13841Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13842
13843 * uri.c: closed bug #66159
13844 * testURI.c: added --escape option
13845 * configure.in: some cleanup for xml2-config --cflags
13846
13847Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
13848
13849 * globals.c testThreads.c: removed some misplaced includes
13850 of xmlversion.h
13851
13852Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
13853
13854 * threads.c: patch from Gary Pennington fixing a possible
13855 problem at initialization time.
13856
13857Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
13858
13859 * configure.in libxml.h parser.c testThreads.c macos/: integrated
13860 Eric Lavigne contribution to build libxml2 on MacOS using
13861 CodeWarrior.
13862
13863Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
13864
13865 * xmllint.c: applied Geert Kloosterman's patch to fix
13866 --repeat --timing output
13867
13868Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13869
13870 * parser.c: Robin Berjon <robin@knowscape.com> found a case
13871 where non-wellformed XML declaractions were not detected.
13872
13873Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13874
13875 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
13876
13877Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13878
13879 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
13880 gets reset by xmlCleanupInputCallbacks() and this makes the
13881 function useless. Same for output.
13882
13883Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13884
13885 * xmlIO.c: robert pointed out a loop error in callback cleanups
13886
13887Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13888
13889 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
13890 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
13891 they are not really tied to debugging
13892
13893Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13894
13895 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
13896 * xmllint.c: better --catalogs description
13897
13898Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
13899
13900 * tree.c: fixed a couple of problems in xmlSetProp()
13901
13902Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
13903
13904 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
13905 unappropriate stdout output.
13906
13907Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
13908
13909 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
13910 by Denis Beurive, closes #65111
13911
13912Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
13913
13914 * valid.c: in case of content model validity error, don't
13915 print it if validity warnings were not requested.
13916
13917Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13918
13919 * nanoftp.c: applied a couple of patches from Brian D Ripley.
13920 * parserInternals.c: removed the last exit() call. Print an
13921 unmaskable error on stderr instead (library mismatch detection)
13922
13923Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
13924
13925 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
13926 shell instructions from Heiko Rupp
13927
13928Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13929
13930 * catalog.c: use the URL notation file:// for default catalog paths
13931
13932Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13933
13934 * include/libxml/tree.h: better comments for _private fields
13935 * tree.c: removed a problem when copying an entity reference.
13936
13937Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13938
13939 * vms/*: updated instructions and diffs from John A Fotheringham
13940
13941Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13942
13943 * include/libxml/xmlerror.h: avoid an include problem if
13944 #include <libxml/xmlerror.h> happens first in code
13945 seems to be the case in KDE libs
13946
13947Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13948
13949 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
13950 from Igor for Windows
13951
13952Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13953
13954 * Makefile.am: Gary Pennington pointed out a missing prefix
13955
13956Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13957
13958 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
13959 * doc/*: upgraded and rebuilt the docs
13960
13961Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13962
13963 * HTMLparser.c: fix comment in scripts element parsing.
13964 * result/HTML/doc3*: updated the results.
13965
13966Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13967
13968 * uri.c: another URI bug fix #63336, using Joel Young patch.
13969
13970Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
13971
13972 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
13973 a cleaned up version of the Pwd shell string generation.
13974
13975Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13976
13977 * valid.c include/libxml/tree.h: trying to fix namespaces +
13978 validation problems for good, closing #63619 in the process
13979 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
13980 wrong in this respect, fixed it.
13981
13982Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13983
13984 * xmllint.c: Morus Walter patch to allow --format and --encode
13985
13986Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13987
13988 * debugXML.c: Stefan Kost provided an help command for the shell
13989
13990Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
13991
13992 * debugXML.c: Heiko Rupp pointed that the shell would crash
13993 on empty nodesets returns.
13994
13995Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13996
13997 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
13998 migh need the history libraries
13999
14000Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14001
14002 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14003 handle the case of < in quoted attributes, Bastian Kleineidam
14004
14005Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14006
14007 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14008 fixing catalog breakages
14009 * Makefile.am catalog.c result/catalogs/catal
14010 result/catalogs/mycatalog.* test/catalogs/catal*:
14011 fixed more problems in catalog support, added more regression tests
14012 for both XML and SGML catalog handling
14013
14014Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14015
14016 * debugXML.c: applied an improvement to xmlGetLineNo() from
14017 Keith Isdale
14018
14019Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14020
14021 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14022 Side effect of the progressive catalog loading
14023
14024Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14025
14026 * Makefile.am: confexecdir and confexec_DATA were defined twice
14027 pointed out by Karl Eichwalder
14028
14029Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14030
14031 * xmlcatalog.c: avoid unlink() and use remove() instead.
14032
14033Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14034
14035 * libxml.spec.in: cleanup
14036 * include/libxml/xmlwin32version.h: updated with 2.4.8
14037
14038Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14039
14040 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14041 of compiling libxml with a non standard set of options
14042
14043Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14044
14045 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14046 document --sgml option, fixing gnome bugzilla #63382
14047
14048Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14049
14050 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14051 breakage of 2.4.7, added a couple of really needed APIs
14052 like xmlCatalogIsEmpty() and xmlNewCatalog()
14053 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14054 for install-catalog
14055 * configure.in: preparing 2.4.8
14056
14057Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14058
14059 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14060 include/libxml/tree.h include/libxml/xmlIO.h: more include
14061 cleanups, export cleanly one html output + format function.
14062
14063Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14064
14065 * parser.c: removed initGenericErrorDefaultFunc call from
14066 xmlInitParser() since it could destroy previous calls to
14067 xsltSetGenericErrorFunc() effects
14068
14069Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14070
14071 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14072 keyword.
14073
14074Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14075
14076 * Makefile.am: cleanup
14077 * threads.c: cleanup too
14078 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14079 from xsltproc
14080 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14081 dependency loop.
14082
14083Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14084
14085 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14086 was not used anymore !
14087
14088Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14089
14090 * configure.in: preparing 2.4.7
14091 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14092 manual page from John
14093 * doc/*: updated the doc and rebuilt the generated pages
14094
14095Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14096
14097 * xmlIO.c: closing bug #62711, the library should never
14098 close stdin or stdout.
14099
14100Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14101
14102 * uri.c: second pass at fixing #63336, using Joel Young
14103 final patch. looks okay.
14104
14105Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14106
14107 * uri.c include/libxml/uri.h: trying to clear #63336
14108 allowing the escaping routine to parse unconformant
14109 URI-References.
14110
14111Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14112
14113 * vms/readme.vms vms/build_libxml.com nanoftp.c
14114 include/libxml/xmlversion.h.in: a few VMS updates from
14115 John A Fotheringham
14116 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14117 and xmlCleanupOutputCallbacks() for the Perl binding people.
14118
14119Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14120
14121 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14122 apply fixes to close #63271 and avoid segfaults when
14123 the error routine gets callbed before xmlInitParser()
14124 get called.
14125 * nanoftp.c error.c: Applied patches from Justin Fletcher
14126 correcting some xmlGenericError misuses.
14127
14128Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14129
14130 *doc/xmllint.xml, doc/xmllint.1
14131 New and improved man page for xmllint - .xml is the original, .1
14132 is the generated man page
14133
14134Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14135
14136 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14137 the web site from the main HTML document.
14138
14139Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14140
14141 * parser.c: fixed an erroneous validation bug when PE refs
14142 occurs in external parsed entities referenced from the
14143 internals subset
14144 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14145 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14146 added the associated testcase, it's a nice one.
14147 * HTMLparser.c: generate the DTD node as HTML still ...
14148 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14149
14150Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14151
14152 * HTMLparser.c: fixed a bug in htmlNewDoc()
14153
14154Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14155
14156 * test/threads/*: added entities testing to the Thread test
14157 * testThreads.c: make the test reasonable
14158 * DOCBparser.c: fix the DTD public and system ID
14159 * xmllint.c: added --sgml for SGML DocBook importing
14160 * Makefile.am: added Docbtests target
14161
14162Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14163
14164 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14165 * testThreads.c: removed bogus include
14166
14167Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14168
14169 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14170 fixed a very serious (looping) validation bug
14171
14172Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14173
14174 * include/libxml/globals.h include/libxml/threads.h threads.c
14175 testThreads.c: far more testing, cleaning up bugs
14176 * *.c : make sure globals.h is always included.
14177
14178Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14179
14180 * HTMLparser.c: try to get rid of parser loops for good.
14181
14182Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14183
14184 * configure.in: fixed some bugs in CFLAGS passing.
14185 * test/threads Makefile.am testThreads.c: added a specific
14186 threaded test case (really nasty, guaranteed).
14187
14188Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14189
14190 * catalog.c: serious cleanup on the management of the
14191 XML catalog tree, more tests done, especially with
14192 the catalog PI.
14193
14194Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14195
14196 * catalog.c: avoid a problem in catalog cleanup on SMP if
14197 catalogs were not initialized.
14198
14199Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14200
14201 * catalog.c xpath.c: trying to cleanup the not thread safe
14202 parts of the library.
14203
14204Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14205
14206 * include/libxml/globals.h configure.in global.data: make
14207 the allocation be per-thread a configure option
14208 * encoding.c include/libxml/parser.h: fixed compilation
14209 errors
14210
14211Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14212
14213 * include/libxml/parser.h: Norm reported that a few lines
14214 added were breaking libxslt compile, removed them for now
14215
14216Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14217
14218 * parser.c parserInternals.c threads.c: debugged and fixed
14219 initialization problems which were giving troubles on SMP
14220 boxes.
14221
14222Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14223
14224 * include/libxml/Makefile.am: missing globals.h
14225
14226Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14227
14228 * globals.c: added a couple of standard includes.
14229
14230Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14231
14232 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14233 include/libxml/parserInternals.h include/libxml/tree.h
14234 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14235 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14236 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14237 Applied the last patches from Gary, cleanup, activated threading
14238 all user accessible global variables are now handled in globals.[ch]
14239 Still a bit rought but make tests passes with either
14240 --with-threads defined at configure time or not.
14241 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14242 linking options
14243
14244Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14245
14246 * Makefile.am include/libxml/Makefile.am
14247 include/libxml/globals.h globals.c include/libxml/threads.h
14248 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14249 configure.in: started integrating the core of the thread support
14250 not activated yet but half integrated. The code should still
14251 compile and work anyway.
14252
14253Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14254
14255 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14256 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14257 integrating the non-controversial parts of Gary Pennington
14258 multithread patches
14259 * catalog.c: corrected a small bug introduced
14260
14261Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14262
14263 * catalog.c include/libxml/catalog.h: very serious cleanup,
14264 isolating unportable code and as much as possible the accesses
14265 to the global shared catalog. May need more testing !
14266
14267Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14268
14269 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14270 Keith Isdale patches for the XSLT debugger interfaces. Some
14271 cleanup
14272
14273Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14274
14275 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14276 * DOCBparser.c: generate line nubers in elements
14277
14278Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14279
14280 * configure.in: preparing 2.4.6 release
14281 * doc/xml.html doc/html/*: updated and rebuilt the docs
14282 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14283
14284Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14285
14286 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14287 adding documentation for DV's supercatalog support
14288
14289Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14290
14291 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14292 super catalog support adding one API and one flag --sgml to
14293 xmlcatalog
14294
14295Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14296
14297 * doc/xmlcatalog_man.xml, xmlcatalog.1
14298 One more crack at
14299 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14300
14301Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14302
14303 * xpath.c: implemented xmlXPathObjectCopy for external objects
14304 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14305
14306Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14307
14308 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14309 finishing up fix to
14310 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14311 the xmlcatalog man page display more elegantly
14312
14313Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14314
14315 * configure.in: closing bug #61832
14316 * HTMLparser.c: removed a warning
14317
14318Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14319
14320 * xpath.c: fixing #61673 part I, do not loose doc information
14321 when copying result value trees.
14322
14323Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14324
14325 * xpath.c: trying to harden the XPath interpreter
14326
14327Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14328
14329 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14330 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14331
14332Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14333
14334 * HTMLparser: repaired another loop problem
14335
14336Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14337
14338 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14339 parsing.
14340 * xpath.c: fix bug #61291 the default XML namespace node is
14341 missing from the namespace axis.
14342 * tree.c: refuse to create namespaces nodes with prefix "xml"
14343
14344Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14345
14346 * SAX.c: ouch a non-defined namespace could lead to a crash,
14347 fixed #61215
14348
14349Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14350
14351 * parserInternals.c: closed bug #61054
14352
14353Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14354
14355 * include/libxml/Makefile.am: closing #60708
14356
14357Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14358
14359 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14360 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14361
14362Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14363
14364 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14365
14366Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14367
14368 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14369 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14370
14371Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14372
14373 * catalog.c: Justin Fletcher provided cleaup code in case
14374 HAVE_STAT is not defined
14375 * include/win32config.h: Igor Zlatkovic suggested to have
14376 HAVE_STAT defined there
14377
14378Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14379
14380 * catalog.c - fixed typing error reported by M. Barros
14381
14382Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14383
14384 * xmllint.c - fixing typo
14385
14386Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14387
14388 * HTMLparser.c: small enhancement to prevent loop on
14389 unrecognizable data
14390
14391Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14392
14393 * parserInternals.c: applying patch from bug #60757 this
14394 should close it
14395
14396Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14397
14398 * catalog.c xmlcatalog.c: removed a couple of warning
14399 * xpath.c: try to solve the linking problem on platforms
14400 needing trio to compile
14401
14402Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14403
14404 * Makefile.am libxml.spec.in: backing up non-documented changes
14405 commited without review or aproval by Jens Finke <jens@gnome.org>
14406 * HACKING: made 100% clear that no commit should be done directly
14407
14408Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14409
14410 * configure.in: Joe Orton provided a patch fixing a problem
14411 when iconv is specified to be in a non-standard directory
14412 but wasn't exported in xml2-config --cflags
14413
14414Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14415
14416 * configure.in: let's ship 2.4.5 before getting too much
14417 troubles with 2.4.4 errors.
14418
14419Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14420
14421 * encoding.c entities.c: do not output hexadecimal charrefs
14422 when serializing HTML since some version of Netscape can't
14423 grok it, generate decimal ones.
14424 * result/HTML/doc3.htm: output changed due to previous test
14425 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14426
14427Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14428
14429 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14430 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14431
14432Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14433 Released 2.4.4
14434
14435 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14436 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14437 updated the configuration scripts systems accordingly
14438
14439Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14440
14441 * configure.in: preparing for 2.4.4
14442 * doc/xml.html doc/html/*: updated and rebuilt the docs
14443
14444Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14445
14446 * win32/dsp/libxml2.def.src: tried to incorporate comments
14447 from bug #59220
14448
14449Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14450
14451 * parser.c result/noent/wml.xml: fixed bug #59981 related
14452 to handling of '&' in attributes when entities are substitued
14453
14454Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14455
14456 * libxml.h include/libxml/xmlversion.h.in
14457 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14458 Tried to close bug #60131
14459
14460Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14461
14462 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14463
14464Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14465
14466 * SAX.c: fixing bug #59946 on xmlns=""
14467
14468Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14469
14470 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14471 but allocates a new error code.
14472
14473Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14474
14475 * xmllint.c: John Fleck fixed typos in the options output
14476 * parser.c SAX.c: fix ignorable white space SAX selection
14477
14478Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14479
14480 * entities.c: Steve Underwood found the possibility of an
14481 ininite loop in case of error.
14482
14483Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14484
14485 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14486
14487Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14488
14489 * parser.c: warn if version is not 1.0 but it's not
14490 strictly speaking an error after analyzing the spec
14491
14492Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14493
14494 *doc/catalog.html - add link to the html version of the
14495 man page, other linguistic cleanups
14496
14497Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14498
14499 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14500 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14501 file, has not yet been included in the build.
14502
14503Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14504
14505 * catalog.c: removed a duplicate affectation Justin Fletcher
14506
14507Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14508
14509 * tree.c: Armin Sander pointed a possible text coalescing
14510 problem, completed his patch.
14511
14512Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14513
14514 * trionan.c: Fixed const and volatile re-definition problem
14515
14516Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14517
14518 * libxml.4 parser.c: doc updates from Heiko Rupp
14519 * parserInternals.c: 2 sanity checks from Heiko Rupp
14520
14521Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14522
14523 * tree.c: applied patch from Armin Sander to make some pointers
14524 const in xmlCopyNode()
14525 * include/libxml/tree.h: added fix to the header
14526
14527Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14528
14529 * xpath.c: hum, restrict the integer usage gcc bug workaround
14530 to only gcc compilers so that other architecture don't get
14531 penalized by this limitation.
14532 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14533
14534Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14535
14536 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14537 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14538
14539Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14540
14541 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14542 --convert option to xmlcatalog to convert SGML ones to
14543 the XML syntax.
14544 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14545
14546 2.4.3 got released at that point
14547Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14548
14549 * catalog.c xmlIO.c: started some serious testing and fixed
14550 a few bug and optmization needs.
14551
14552Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14553
14554 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14555 preparing for a 2.4.3 release even if it may not be ready yet
14556 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14557 all file parsing lookup to go through the entity resolver, add
14558 to add an API to bypass it (needed to load catalogs themselves),
14559 some cleanup on the catalog code too.
14560 * nanoftp.c: small cleanup
14561 * doc/catalog.html: small update
14562
14563Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14564
14565 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14566 Jun Kuriyama
14567
14568Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14569
14570 * doc/catalog.html: finished the catalog documentation
14571
14572Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14573
14574 * doc/catalog.html doc/xml.html: added documentation about
14575 Catalog support, misses an API description
14576 * doc/html/*: reextracted the API pages
14577
14578Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14579
14580 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14581 Added the part about section 7.2 on URI resolution,
14582 fixed a side effect in the HTML parser, look complete
14583 and ready to rock except the URI/SystemID part!
14584
14585Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14586
14587 * include/libxml/catalog.h include/libxml/parser.h
14588 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14589 xmlIO.c: added support and APIs needed for the catalog PI
14590 * include/libxml/xmlIO.h: cleanup
14591
14592Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14593
14594 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
14595 include/libxml/catalog.h: starts to look okay, really
14596 plugged the new framework, cleaned a lot of stuff,
14597 added some APIs, except the PI's support missing this
14598 should be mostly complete
14599 * result/catalogs/* test/catalogs/*: added new test, enriched
14600 the existing one with URN ID tests
14601
14602Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14603
14604 * catalog.c: fixed nextCatalog
14605 * result/catalogs/docbook test/catalogs/*: started adding
14606 a small regression test
14607
14608Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
14609
14610 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
14611 more work on the XML catalog support.
14612 * parser.c include/libxml/parser.h: small cleanup seems using
14613 list as a public parameter name can give portability troubles
14614 * trionan.c trionan.h xpath.c include/libxml/trionan.h
14615 include/libxml/xpath.h include/libxml/Makefile.am: removed
14616 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
14617 wrappers
14618
14619Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14620
14621 * Makefile.am trio.c triodef.h trionan.c xpath.c
14622 include/libxml/Makefile.am include/libxml/trionan.h:
14623 Re-worked Not-A-Number and Infinity support.
14624 * xmlcatalog.c: added readline include files
14625
14626Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14627
14628 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
14629 testCatalog as xmlcatalog, making it an installed app
14630 adding a shell, and preparing it to be a /etc/xml/catalog
14631 management tool, though not ready yet
14632 * catalog.c include/libxml/catalog.h: adding support for
14633 XML Catalogs http://www.oasis-open.org/committees/entity/
14634 not finished, there is some interesting tradeoffs and a
14635 few open questions left.
14636
14637Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
14638
14639 * xmllint.c: fixed a line formatting problem
14640
14641Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14642
14643 * SAX.c: removed a couple of unused variable (Albert Chin)
14644
14645Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14646
14647 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
14648 trying to fix some troubles w.r.t. function returning
14649 const xxxPtr.
14650
14651Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14652
14653 * win32/dsp/libxml2.def.src: another set of symbols conditionally
14654 defined
14655
14656Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14657
14658 * xpointer.c: removed unused var
14659
14660Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14661
14662 * testXPath.c: another small cleanup closing bug #59110
14663
14664Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14665
14666 * win32/dsp/libxml2.def.src: small cleanup closing bug
14667 #59108
14668
14669Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14670
14671 * example/gjobread.c: add xmlCleanupParser() before leaving
14672
14673Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
14674
14675 * config.h.in configure.in include/libxml/xmlwin32version.h:
14676 released 2.4.2
14677
14678Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
14679
14680 * include/libxml/valid.h debugXML.c valid.c: deprecate
14681 the non-boundchecking Sprintf functions, add Snprintf
14682 this should close bug #57984
14683
14684Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
14685
14686 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
14687 URIs before doing the lookups (pointed by Mark Vakoc)
14688
14689Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14690
14691 * xpath.c: serious changes on Result Value Trees and NodeSets
14692 w.r.t. deallocation and collect operations. Probably not
14693 100% clean (merge of allocated trees smells like a problem).
14694 Seems sufficient to close #58943
14695
14696Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14697
14698 * xmllint.c: adding a --format option
14699
14700Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
14701
14702 * xpath.c: count() was broken on Result Value Tree
14703 * xmlIO.c: fixed file:/// accesses on _WIN32
14704
14705Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14706
14707 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
14708 macro was renamed, this should close bug #58683
14709
14710Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14711
14712 * SAX.c: small fix fixing bug #58539 reported by coolo, in
14713 entity substitution mode text at the end of the entity might
14714 be added due to text coalescing.
14715 * nanoftp.c parser.c: small cleanup
14716
14717Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14718
14719 * HACKING: added John Fleck right to commit in the doc subdir
14720
14721Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14722
14723 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
14724 allow to inherit attributes from the DTD directly in the
14725 tree, this is needed for XPath and can be a useful feature.
14726 Inherited namespaces are always provided at the tree level now
14727 * test/defattr* result/defattr* result/noent/defattr*: added a couple
14728 of tests for this feature (XSLT being the prime user).
14729
14730Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14731
14732 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
14733 testSAX.c xmlIO.c xmllint.c include/win32config.h
14734 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
14735 include/libxml/xmlwin32version.h.in win32/README.MSDev
14736 win32/dsp/*: applied Win32 Facelift No.2 patches from
14737 Igor Zlatkovic for Windows/MSC
14738
14739Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
14740
14741 * SAX.c: unparsedEntityDecl() the URI computation of the
14742 entity wasn't done breaking XSLT unparsed-entity-uri()
14743
14744Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
14745
14746 * xpath.c: fixed a bug when walking the descendants and
14747 the current node has no children
14748 * debugXML.c: show up when a text node is supposed to not be escaped
14749
14750Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14751
14752 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
14753 worked like the set:leading() function)
14754 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
14755
14756Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14757
14758 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
14759
14760Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14761
14762 * include/libxml/xmlIO.h: apply change to close #58141
14763 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
14764
14765Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14766
14767 * parser.c: when the internal subset uses a PE, then the
14768 included entity can use conditional sections.
14769
14770Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14771
14772 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
14773 when walking the namespace axis showing up in
14774 libxst/tests/general/bug-12
14775 * xmlmemory.c: added the possibility to trace a given block
14776 defined by its address
14777
14778Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14779
14780 * parser.c: don't override existing encoding specified before
14781 starting xmlParseDocument()
14782
14783Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14784
14785 * include/libxml/xmlwin32version.h: reinserted, needed for
14786 Windows users of CVS
14787
147882001-07-27 Darin Adler <darin@bentspoon.com>
14789
14790 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
14791 * testCatalog.c: Add include of <libxml/parser.h>.
14792
147932001-07-27 Darin Adler <darin@bentspoon.com>
14794
14795 * include/libxml/.cvsignore:
14796 * include/libxml/xmlwin32version.h:
14797 Remove this file from CVS because it's generated.
14798
14799Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14800
14801 * parser.c include/libxml/parser.h: applied const patches from
14802 Tom Moog #58002
14803
14804Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14805
14806 * xpath.c include/libxml/xpath{,Internals}.h: added a function
14807 lookup framework
14808
14809Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14810
14811 * tree.c: fixed xmlCopyNode() for documents
14812
14813Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14814
14815 * parser.c: fixed bugs #58073 reported by Greg Shtilman
14816
14817Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14818
14819 * parser.c: fixes bug #57652 reported by Morus Walter
14820
14821Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14822
14823 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
14824
14825Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14826
14827 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
14828 errors, lesson don't add new functions at 1am before a release
14829 * xpath.c: integrated fix from Bjorn to avoid divide by zero
14830 from XPath initialization when possible.
14831
14832Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14833
14834 * result/scripts/base*: removing history/readline changed
14835 this slightly
14836 * include/libxml/parser.h SAX.c parser.c parserInternals.c
14837 xmllint.c: make element content line number generation
14838 optionnal to avoid breaking old apps added interface to switch
14839
14840Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14841
14842 * configure.in: get rid of the readline and libhistory
14843 dependencies by default, release 2.4.1 with IA64 fix
14844 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
14845 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
14846 John Kroll fixes to allow saving to HTTP via PUT (or
14847 POST of needed).
14848 * doc/html/*.html: regenerated the docs
14849
14850Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14851
14852 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
14853 xmlHashScanFull and xmlHashScannFull3 to get passed the
14854 three keys as arguments to the callback function
14855
14856Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14857
14858 * configure.in Makefile.am: removed libxml softlink for good
14859 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
14860 100% coverage by gtk-doc
14861
14862Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14863
14864 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
14865 fixed serious troubles due to size_t vs. int mismatch
14866
14867Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14868
14869 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
14870
14871Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14872
14873 * include/libxml/xpath{,Internals}.h xpath.c: added a more
14874 convenient extension API for value and context managing
14875 Now handles external objects through xmlXPathPopExternal,
14876 xmlXPathWrapExternal and xmlXPathReturnExternal.
14877 Added functions for sets operations (intersection, etc.)
14878
14879Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14880
14881 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
14882 xmlIO.c tree.c parserInternals.c entities.c encoding.c
14883 HTMLparser.c: cleanup of global variables, marking some
14884 const or private.
14885
14886Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14887
14888 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
14889 fixed xmlXPathNodeSetItem when passing index=0
14890
14891Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14892
14893 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
14894
14895Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14896
14897 * xmllint.c: fixed compilation under Cygwin #57503
14898 * TODO: update
14899
149002001-07-13 Peter Williams <peterw@ximian.com>
14901
14902 * config.h.in: add #undef HAVE_DLFCN_H
14903
14904 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
14905 builddir.
14906
14907Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14908
14909 * win32/libxml2/libxml2.def.src: added a couple of exported entries
14910 raised by #57348 and #57381
14911
14912Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14913
14914 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
14915 tree.c xpointer.c: store the line numbder in element->content,
14916 may break some software, need a configuration mechanism
14917
149182001-07-10 Darin Adler <darin@bentspoon.com>
14919
14920 * .cvsignore:
14921 * example/.cvsignore:
14922 * include/.cvsignore:
14923 * include/libxml/.cvsignore:
14924 Various things that are generated and should be ignored.
14925
14926Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14927
14928 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
14929 * doc/xml.html doc/html/*: updated the docs
14930
14931Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14932
14933 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
14934 validation occured on content with element child
14935
14936Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14937
14938 * tree.c: fixed XML Base computation which was broken
14939 * debugXML.c: added a base function to the shell
14940 * Makefile.am result/scripts/* test/scripts/*: added scripts
14941 based regression tests, and adding 2 XML Base tests
14942
14943Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14944
14945 * tree.c: set properties doc and call xmlSetListDoc for properties
14946 content when grafting them in a different tree.
14947 * aclocal.m4: remove from CVS
14948
14949Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14950
14951 * win32/libxml2/libxml2.def.src: added some missing entry point
14952 for XPath (Mark Vakoc)
14953
14954Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14955
14956 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
14957 layer should URI-Unescape before trying to open resources.
14958
14959Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14960
14961 * xpath.c: fix the name() bug for elements in the default
14962 namespace reported by Charlie Bozeman
14963
14964Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14965
14966 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
14967 led to an XPath fix, improvements of SAX initialization, and
14968 an added option --nocdata to testXPath
14969
14970Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14971
14972 * doc/libxml-doc.el: Felix Natter provided anew version working
14973 with XEmacs too
14974
14975Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14976
14977 * include/libxml/xpath.h: small cleanup
14978 * doc/xml.html: update
14979
14980Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14981
14982 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14983 released 2.3.14
14984
14985Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14986
14987 * doc/html/*: rebuilt the docs for the release
14988 * doc/xml.html: added 2.3.14 release.
14989
14990Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14991
14992 * xpath.c: a bug reported by Stephan Kulow empty nodesets
14993 were not equal to empty strings
14994
14995Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14996
14997 * SAX.c: fixed a URI-Reference computation problem when validating
14998 * xmlIO.c: small cleanup
14999
15000Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15001
15002 * parser.c: improved the description of a couple of interfaces
15003 upon Larry Stamper suggestion
15004
15005Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15006
15007 * SAX.c entities.c parser.c: changed completely the way entities
15008 are handled when running the parser in entity substitution mode.
15009 This fixes a bug reported by Stephan Kulow and nearly divides
15010 by 3 the amount of memory required by libxslt to load and process
15011 DocBook TDG.
15012
15013Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15014
15015 * HTMLparser.c: fixing a too early root closing problem raised
15016 byt Prashanth Naidu
15017
15018Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15019
15020 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15021 raised by Mark Vakoc.
15022
15023Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15024
15025 * example/Makefile.am: fixed the include path to add srcdir/include
15026 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15027 and some cleanup
15028
15029Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15030
15031 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15032 lot of optimization work, results in significant improvements
15033 when handling really complex XPath queries. Add a small optimizer
15034 for unions, improve [n] and [last()], avoid some costly ops.
15035
15036Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15037
15038 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15039 * xpath.c: small cleanup
15040 * xmlGetNsList: reformated, fixed problems if used on Entities
15041
15042Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15043
15044 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15045
15046Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15047
15048 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15049 * Makefile.am example/Makefile.am: workaround automake generating
15050 erroneous deps
15051
15052Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15053
15054 * include/win32config.h: bug #56801 Yon Derek provided a patch
15055 to the windows config file.
15056
15057Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15058
15059 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15060 libxml.h : Yon Derek provided a set of changes to compile from
15061 CVS on Windows/MSC
15062
15063Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15064
15065 * parser.c: fixed UTF8 BOM support in push mode
15066 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15067 added a specific testcase
15068
15069Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15070
15071 * Makefile.am: added --push regression tests
15072 * parserInternals.c: the XML parser segfaulted in --push mode
15073
15074Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15075
15076 * configure.in: moved the symlinks detection within a CVS
15077 check, this is not portable and will be removed soon.
15078 * xpath.c: small cleanup/speedup
15079
15080Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15081
15082 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15083 release of 2.3.12
15084 * parser.c: make an error message if unknow entities in all cases
15085
15086Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15087
15088 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15089
15090Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15091
15092 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15093 includes were installed in the wrong dir
15094
15095Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15096
15097 * doc/html.xml: warn against sending code to exhibit bugs.
15098
15099Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15100
15101 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15102 Tru64 from Thomas Leitner
15103
15104Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15105
15106 * AUTHORS: added William and Bjorn
15107 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15108 daniel@veillard.com hopefully I won't have to do this again
15109 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15110 docs can be rebuilt cleanly now
15111 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15112 from CVs it's generated, added include/libxml/xmlwin32version.h
15113 also generated but which should change far less frequently.
15114 * catalog.c nanoftp.c: made sure to include libxml.h not
15115 libxml/xmlversion.h directly
15116 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15117 when compiling on WIN32 and MSC
15118
15119Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15120
15121 * include/Makefile.am include/libxml/Makefile.am configure.in:
15122 fixed make distcheck and rebuilding the rpms
15123
15124Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15125
15126 * configure.in: should finish the migration of exported includes
15127 into a real include/libxml in CVS, at least for CVS users.
15128 * removed the exported headers, added in include/libxml (as well
15129 as xmlversion.h.in).
15130
15131Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15132
15133 * configure.in: fixed the way to detect symlink
15134
15135Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15136
15137 * configure.in: updated, include/libxml is now a real CVS dir
15138
15139Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15140
15141 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15142 version works with both libxml1 and libxml2 (it autodetects
15143 the prefix of the html-files) from Felix Natter.
15144 * doc/xml.html: updated doc accordingly
15145
15146Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15147
15148 * xpath.c: fixed the bug generating a template loop in libxslt
15149 when using docbook-xsl-1.4, * should filter out document nodes
15150 * HACKING: added William
15151 * TODO: updated
15152
15153Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15154
15155 * doc/FAQ.html: added a warning about gcc-3.0
15156 * doc/xml.html: added reference to gdome2 and removed a confusing
15157 sentence
15158
15159Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15160
15161 * xmlversion.h: okay this is a generated file, but Windows
15162 users need it and they can't generate it, and I want CVS
15163 Windows users ...
15164 * win32/libxml2/libxml2_so.dsp: Windows project file for
15165 the shared lib version of libxml2
15166 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15167 resources needed for libxslt/xsltproc by Yon Derek
15168
15169Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15170
15171 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15172
15173Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15174
15175 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15176
15177Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15178
15179 * include/win32config.h: Yon Derek provided a first fix
15180 to be able to compile libxslt/xsltproc on Windows
15181
15182Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15183
15184 * xpath.c: attempt to work around what seemed a gcc optimizer
15185 bug when handling floats on i386 http://veillard.com/gcc.bug
15186 * tree.c entities.c encoding.c: doing some cleanups while
15187 chasing it
15188
15189Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15190
15191 * Makefile.am: cleanup when --without-debug is specified
15192 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15193 w.r.t. --without-debug and other include points
15194 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15195 Catalogs
15196 * configure.in entities.h tree.h HTMLparser.c: removed
15197 --without-corba, made the _private field mandatory
15198
15199Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15200
15201 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15202 outputs a BOM in UTF8, an errata has been issued to avoid the
15203 problem, that was the most reasonable solution... Add support
15204 for a leading UTF8 BOM in entities.
15205
15206Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15207
15208 * valid.c: fixed a bug found when post validating an entity ref
15209 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15210 activate it too
15211
15212Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15213
15214 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15215 weakness in the node copy the XPointer and the XInclude
15216 implementations. Serious cleanup.
15217
15218Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15219
15220 * Makefile.am: Kjartan Maraas provided a small patch to
15221 add xml2-config.in to EXTRA_DIST
15222
15223Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15224
15225 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15226 provided another failing case found in KDE, the way the
15227 ctxt->vctxt.nodeTab was allocated and freed changed over
15228 time but it wasn't completely cleaned up. This should fix it.
15229
15230Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15231
15232 * parser.c: Stephan Kulow also raised the fact that line number
15233 could get miscounted making debug harder, fixed the problem
15234 in xmlParseCharData()
15235
15236Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15237
15238 * valid.c: Stephan Kulow pointed out a problem when validating
15239 and using an empty entity, forgot a 'break' in a case.
15240
15241Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15242
15243 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15244 * doc/xml.html: updated with 2.3.11
15245
15246Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15247
15248 * TODO: updated adding cleanup of generated doc
15249 * configure.in: prepared to release 2.3.11
15250 * xmllint.c: added --version for bug reporting
15251 * doc/html/*.html: rebuilt the doc
15252
15253Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15254
15255 * xpath.c: first part of the work on selecting namespace to
15256 fix bug #56115
15257
15258Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15259
15260 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15261 when using -liconv
15262 * TODO: updated
15263
15264Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15265
15266 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15267 cleanup, encoding support.
15268
15269Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15270
15271 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15272
15273Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15274
15275 * xpath.c: bug detected by Ankh when / is used as a function arg
15276
15277Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15278
15279 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15280 of element and use it to avoid outputting formatting spaces at
15281 the wrong place. Implemented the format parameter for HTML save.
15282 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15283 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15284 result/HTML/wired.html: of course this impact the result of a
15285 number of HTML tests
15286
15287Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15288
15289 * HTMLtree.[ch]: started augmenting the HTML save API with
15290 encoding and formatting parameters
15291
15292Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15293
15294 * HTMLtree.h: cleanup and started evaluating the work needed on
15295 revamping the HTML output code
15296
15297Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15298
15299 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15300
15301Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15302
15303 * valid.c: fixed bug #56049, forgot one check in the
15304 validation routine
15305
15306Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15307
15308 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15309
15310Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15311
15312 * libxml.h: fixed an error in last commit
15313 * doc/FAQ.html: added an entry for compilation from CVS
15314
15315Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15316
15317 * xmlversion.h.in libxml.h: Cygwin patches
15318 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15319 * tree.h: cleanup
15320
15321Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15322
15323 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15324 memory block in a strange case where libxml is linked twice
15325 in the binary.
15326
15327Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15328
15329 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15330 state far too often, simple fix used to avoid it.
15331
15332Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15333
15334 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15335 being processed, applied his patch
15336 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15337
15338Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15339
15340 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15341 provided fixes to compile on MSCC again
15342 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15343 also provided an update for the project files.
15344
15345Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15346
15347 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15348 bug #55810
15349
15350Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15351
15352 * tree.c: fixed xmlGetNsProp() to close bug #55683
15353 Note this requires libxslt to use it's own function instead.
15354
15355Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15356
15357 * HTMLtree.c: when in a pre element no formatting space should
15358 be added.
15359 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15360
15361Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15362
15363 * configure.in: added tests for signal() and signal.h
15364
15365Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15366
15367 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15368
15369Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15370
15371 * doc/libxml-doc.el: Felix Natter provided a new version for
15372 libxml2
15373
15374Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15375
15376 * HTMLtree.c: when in a pre element no formatting space should
15377 be added.
15378
15379Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15380
15381 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15382
15383Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15384
15385 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15386 hack
15387 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15388 * uri.c: fixed a warning
15389
15390Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15391
15392 * HTMLtree.c: trying to close bug #55772 escaping in script
15393 elements
15394 * doc/xml.html: suggest to send mail to the list
15395
15396Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15397
15398 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15399 good. Use a macro and based on the solution provided in
15400 vsnprintf manual page from GNU.
15401
15402Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15403
15404 * error.c: Workaround for non-preserving variadic list.
15405 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15406
15407Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15408
15409 * doc/xml.html: added 2.3.10 release
15410
15411Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15412
15413 * configure.in: releasing 2.3.10
15414
15415Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15416
15417 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15418
15419Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15420
15421 * encoding.c: Robert Collins provided a patch to add the
15422 "US-ASCII" encoding alias
15423
15424Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15425
15426 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15427 string oriented functions and started cleaning the related areas
15428 in xpath.c which needed fixing in this respect
15429
15430Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15431
15432 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15433 #55380
15434 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15435
15436Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15437
15438 * TODO: updated
15439 * nanohttp.[ch] : started adding APIs to get the redirected URL
15440 when this occurs (needed for further base computation
15441 * tree.h: cleanup
15442 * encoding.c: cleanup
15443 * SAX.c: minor change around ctxt->loadsubset
15444
15445Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15446
15447 * Makefile.am include/Makefile.am: small change to have
15448 include/libxml rebuilt if working from CVS.
15449 * uri.c: applied another patch from Carl Douglas for URI escaping,
15450 this should close bug #51876
15451
15452Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15453
15454 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15455 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15456 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15457 added specific regression test
15458 * parser.h: preparing for the XSLT mode where DTD inherited
15459 attributes are added to the tree.
15460
15461Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15462
15463 * xinclude.[ch]: Updated the namespace for the Last Call version
15464 * result/XInclude/include test/XInclude/include: updated the
15465 testsuite accordingly
15466
15467Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15468
15469 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15470 related to bug #51876
15471
15472Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15473
15474 * tree.c: fixed a gross mistake in base computation, xml:base is
15475 not completely correct yet (need cascade).
15476 * xpath.[ch]: added the few things needed to find a function name
15477 and URI from the XPath context when it is called.
15478
15479Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15480
15481 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15482 * DOCBparser.c: small cleanup
15483 * xmllint.c: added a --catalogs option to load catalogs from
15484 $SGML_CATALOG_FILES
15485 * tree.c: cleanup
15486 * configure.in: iconv library fixup, ICONV_LIBS
15487
15488Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15489
15490 * catalog.c: handling of CATALOG entries. detection of recursion,
15491 and a few bugfixes
15492 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15493 against the default namespace
15494
15495Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15496
15497 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15498
15499Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15500
15501 * parser.c: fixed propagation context info when parsing an
15502 external entity.
15503 * doc/html/*.html: regenerated a couple of docs
15504
15505Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15506
15507 * doc/xml.html: update with 2.3.9 informations
15508
15509Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15510
15511 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15512 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15513 * doc/html/* : rebuilt the docs
15514 * valid.c: small patch which may improve some case when
15515 validating.
15516
15517Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15518
15519 * HTMLparser.c: Closed bug #54891
15520 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15521 to the suite
15522
15523Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15524
15525 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15526 applied a documentation patch from LotR and filled in a few missing
15527 descriptions
15528
15529Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15530
15531 * xpath.c tree.c parser.c: speed optimizations at the parser level
15532 document tree freeing and xpath evaluation
15533
15534Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15535
15536 * parser.c parser.h parserInternals.h: fixed a couple of
15537 interfaces for handling memory buffer input to const char *
15538 upon suggestion of JamesH.
15539
15540Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15541
15542 * configure.in: LoTR sent a patch fixing the previous commit
15543
15544Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15545
15546 * configure.in: trying to deal again with the stoopid -R linking
15547 flag of Solaris
15548
15549Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15550
15551 * xpath.h: two nodeset access macros from Thomas Broyer
15552
15553Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15554
15555 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15556 patch from Thomas Broyer
15557
15558Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15559
15560 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15561 case
15562 * INSTALL: was empty added stuff from the FAQ
15563
15564Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15565
15566 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15567 attributes handling and #54433 by adding xmlUnsetProp()
15568 and xmlUnsetNsProp()
15569
15570Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15571
15572 * HTMLparser.c: Patch from Jonas Borgström
15573 (htmlGetEndPriority): New function, returns
15574 the priority of a certain element.
15575 (htmlAutoCloseOnClose): Only close inline elements if they
15576 all have lower or equal priority.
15577 * result/HTML: this of course changed a number of tests results.
15578
15579Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15580
15581 * xmlIO.c catalog.c: plugged in the default catalog resolution
15582 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15583 documentations
15584 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15585
15586Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15587
15588 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15589 integrating catalogs
15590 * catalog.[ch] testCatalog.c: adding a small catalo API
15591 (only SGML catalog support).
15592 * parser.c: restaured xmlKeepBlanksDefault(0) API
15593
15594Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15595
15596 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
15597
15598Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15599
15600 * parser.c: added xmlParseExternalEntityPrivate() to allow
15601 propagation of ctxt->_private when parsing external entities
15602
15603Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15604
15605 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
15606
15607Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15608
15609 * configure.in: fixed a small portability problem with AM_CONDITIONAL
15610
15611Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15612
15613 * valid.c: warn when indeterminist content model is detected
15614 * result/VC/ElementValid8: this adds a message
15615 * Makefile.am: add --novalid for VCM tests
15616 * parserInternals.c: added a call to Init memory
15617
15618Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15619
15620 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
15621 when both parameters are NULL.
15622
15623Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15624
15625 * valid.c: applied small patch from Gary Pennington, reindented
15626 some part of the code.
15627
15628Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15629
15630 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
15631 release, updated and regenerated the docs
15632
15633Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15634
15635 * xpath.c result/XPath/expr/floats : clarified and cleanup
15636 printing of abnormal floats in tests.
15637
15638Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15639
15640 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
15641 * results/HTML/ : a few changes in the output of the HTML tests as
15642 a result.
15643 * configure.in: tying to fix -liconv where needed
15644
15645Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15646
15647 * Makefile.am: fixed a stupid error
15648
15649Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15650
15651 * configure.in Makefile.am: make the inclusion of the trio
15652 modules in the library conditional
15653
15654Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15655
15656 * DOCBparser.c: patche from László Kovács, fixed entities refs
15657 in attributes handling
15658
15659Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15660
15661 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
15662 flushing
15663
15664Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15665
15666 * xpath.c: fix of an XSLT namespace bug reported on the list
15667 general/bug-8-
15668
15669Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15670
15671 * strio.h trio.c: Dan McNichol suggested a couple of small
15672 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
15673
15674Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15675
15676 * tree.c parser.c encoding.c: spent a bit more time looking
15677 at the parsing speed and DOM handling. Added a few more
15678 speedups.
15679
15680Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15681
15682 * parser.c: small but effective parsing speed improvement
15683
15684Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15685
15686 * configure.in: default on the DocBook parser inclusion (for Gnome)
15687 * DOCBparser.h: fixed a header reference
15688
15689Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15690
15691 * configure.in xpath.c: applied Bjorn patches for FPE on the
15692 alpha
15693
15694Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15695
15696 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
15697 xmlSaveFormatFileTo()
15698
15699Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15700
15701 * xpath.c: simple and efficient optimization, XPath functions
15702 aways bind to the same code, cache this
15703 * TODO: updated (by saying some is obsolete)
15704
15705Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15706
15707 * xpath.c: more cleanup work on XPath name parsing routines
15708
15709Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15710
15711 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
15712 xmlXPathParseName
15713 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
15714 * debugXML.c: avoid compilation problems if compiling without
15715 HTML support, Igor Zlatkovic
15716 * win32/libxml2/libxml2.def.src: being able to compile without
15717 XPath on Windows
15718
15719Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15720
15721 * libxml.m4: yet another patch from Toshio Kuratomi
15722
15723Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15724
15725 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
15726
15727Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15728
15729 * tree.[ch]: added xmlSaveFormatFile interface for saving
15730 and indenting a file.
15731
15732Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15733
15734 * xpath.c: fixed bug #53689 related to processing-instruction()
15735
15736Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15737
15738 * DOCBparser.c: patche from László Kovács
15739
15740Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15741
15742 * parser.c: applied fixes from Christian Glahn bug report #53391
15743
15744Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15745
15746 * error.c: Jean François Lecomte provided a complete description
15747 and a fix to bug #53537
15748
15749Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15750
15751 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
15752
15753Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15754
15755 * DOCBparser.c SAX.c: a bit more work on entities processing.
15756 Still Need to cleanup XML output and references in attributes
15757
15758Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15759
15760 * DOCBparser.c include/Makefile.am: two patches from László Kovács
15761
15762Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15763
15764 * tree.c: trying to fix #53574, not completely complete,
15765 I would like xmllint --copy --debug test/ent1 and
15766 xmllint --debug test/ent1 to show the same result.
15767 * xpath.c: fix a bug when trying to sort namespace nodes
15768
15769Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15770
15771 * HTMLtree.c: real fix for #53402
15772
15773Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15774
15775 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
15776 PIs when using xsl:output
15777 * valid.c: closing #53537 some case generate segfaults if there
15778 is validity errors
15779
15780Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15781
15782 * SAX.c testDocbook.c DOCBparser.c: more work on the support
15783 of external parsed entities, added --noent to testDocbook
15784 * valid.c: Garry Pennington found an uninitialized variable
15785 access in xmlValidateElementContent()
15786
15787Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15788
15789 * HTMLparser.c : HTML parsing still sucks ... trying to deal
15790 with madness
15791 * result/HTML/ : this modified the result of the regression tests
15792 a lot.
15793
15794Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15795
15796 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
15797 to doc where it wasn't checked against NULL reported by
15798 Jens Laas
15799
15800Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15801
15802 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
15803 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
15804
15805Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15806
15807 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
15808 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
15809 * SAX.[ch]: cleanup and updates for DocBook
15810 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
15811 ex SGML identifier changes
15812 * valid.c: removed a static unused function.
15813
15814Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15815
15816 * HTMLtree.c: applied change for Paul Sponagl on script saving
15817 * Makefile.am: the warning about entity title.xml are normal.
15818
15819Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15820
15821 * configure.in: release of 2.3.7
15822 * Makefile.am: fixing make distcheck
15823
15824Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15825
15826 * doc/html/* doc/xml.html: updated and regenerated the docs
15827
15828Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15829
15830 * xpath.c: fixed the XPointer problem introduced in 2.3.6
15831
15832Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15833
15834 * tree.c: fixed #53388 with the provided patch
15835
15836Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15837
15838 * valid.c: Bjorn detected an invalid memory access. Fixed
15839 vstateVPush()
15840
15841Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15842
15843 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
15844
15845Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15846
15847 * libxml.h: new header used only for the compilation of libxml
15848 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
15849 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
15850 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
15851 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
15852 xmlmemory.c xpath.c xpointer.c: libxml.h integration
15853 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
15854 baseline (version 1.2 plus a single patch).
15855 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
15856 scientific notation for numbers. Tests added.
15857 * xpath.c: formatting of numbers changed to use sprintf
15858 (contribution from William Brack)
15859
15860Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15861
15862 * valid.c: cleanup, more useful debugging
15863 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
15864 * xmlIO.c: entity loading is printed as an error when validating
15865
15866Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15867
15868 * valid.c: fixed to validate within entities
15869 * test/VCM/v22.xml: added a specific testcase
15870
15871Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15872
15873 * valid.c: forgot an epsilon transition in for ()+
15874 * test/VCM/v21.xml : added a specific test case
15875
15876Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15877
15878 * valid.c: removed a state explosion exhibited by RSS
15879 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
15880 from bug #51872
15881
15882Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15883
15884 * valid.[ch] tree.h: worked *hard* to get non-determinist content
15885 validation without using an ugly NFA -> DFA algo in the source.
15886 Made a specific algorithm easier to maintain, using a single
15887 stack and without recursion.
15888 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
15889 * hash.c: made the growing routine static
15890 * tree.h parser.c: added the parent information to an
15891 xmlElementContent node.
15892
15893Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15894
15895 * SAX.c parser.c xpath.c: generating IDs when not validating
15896 from an external parsed entity was poisoning the ID has table
15897 with removed values. This was killing XSLT on the KDE help
15898 browser.
15899
15900Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15901
15902 * entities.h: andrew@ugh.net.au detected a double declaration
15903
15904Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15905
15906 * debugXML.c hash.c tree.h valid.c : some changes related to
15907 the validation suport to improve speed with DocBook
15908 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
15909 the way validation errors get reported
15910
15911Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15912
15913 * HTMLparser.c HTMLtree.c: applied part of the patches provided
15914 by P C Chow and William M. Brack for XSLT HTML output
15915
15916Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15917
15918 * xmlversion.h.in win32config.h win32/libxml2/*: applied
15919 Igor Zlatkovic patches for MSC compilation and added his
15920 updates
15921
15922Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15923
15924 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
15925 prefix lookup.
15926 * parserInternals.c: fixed the bug reported by Morus Walter
15927 due to an off by one typo in xmlStringCurrentChar()
15928
15929Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * HTMLparser.c result/HTML/*: revamped the way the HTML
15932 parser handles end of tags or end of input
15933
15934Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15935
15936 * tree.[ch] : added xmlDocCopyNode for gdome2 support
15937
15938Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15939
15940 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
15941 bug where the linktime verions of free() won't work ...
15942
15943Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15944
15945 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
15946
15947Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15948
15949 * doc/xml.html: added 2.3.6 release
15950
15951Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15952
15953 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
15954 * result/wml.xml: resulted in a small output change
15955
15956Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * tree.c: xmlNewDoc was missing the charset initialization
15959 * xmllint.c: added --auto to autogenerate a doc, allow to
15960 reproduce the problem fixed on xmlNewDoc
15961
15962Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15963
15964 * xpath.c: trying to get 52979 solved
15965 * tree.c result/ result/noent/: trying to get 52712 solved, this
15966 also made me clean up the fact that XML output in general should
15967 not add formating blanks by default, this changed the output of
15968 a few tests
15969
15970Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15971
15972 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
15973
15974Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15975
15976 * configure.in: finally released 2.3.6
15977
15978Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15979
15980 * xpath.c: checking for null pointer generated by new code
15981
15982Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15983
15984 * xpath.c: fixed a [] evaluation problem reported
15985 * test/XPath/tests/simpleaddr: extended test
15986 * result/XPath/simpleaddr: updated result
15987
15988Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15989
15990 * xmllint.c: Dan Timis reported a portability problem
15991 on Macs without mmap, fixed it.
15992
15993Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15994
15995 * testXPath.c : added a --tree option allowing to display the
15996 tree dump of the XPath expression
15997
15998Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15999
16000 * xpath.c: fixed a memleak when comparing nodesets
16001 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16002 * tree.c: added a TODO
16003
16004Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16005
16006 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16007 we need string functions
16008 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16009 to be able to use them where needed. Applied some changes
16010 to reduce name linking pollution and compile in only what's
16011 needed.
16012 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16013 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16014 for the string manipulation functions
16015 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16016 to the free() function of xmlmemory.c
16017 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16018 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16019 usage.
16020
16021Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16022
16023 * error.c: applied the context output patch of the error
16024 handling submitted by Chuck Griffith
16025 * error/VC/*: this slightly change some error logs
16026
16027Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16028
16029 * parser.c: fixed line number reporting on error
16030
16031Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16032
16033 * parser.c: Sullivan and Darin found a parser bug,
16034 applied the patch.
16035
16036Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16037
16038 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16039 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16040 xmlversion.h.in xpointer.c: of course the way I defined
16041 UNUSED breaks on old gcc version. Try to be smart and
16042 also define it directly in xmlversion.h
16043 * configure.in: removed -ansi flag from the pedantic set
16044
16045Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16046 Huge cleanup, I switched to compile with
16047 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16048 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16049 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16050 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16051 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16052 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16053 encoding.h entities.c error.c list.[ch] nanoftp.c
16054 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16055 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16056 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16057 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16058 Cleanup, staticfied a number of non-exported functions,
16059 detected and cleaned up a dozen of problem found this way,
16060 avoided a lot of public function name/typedef/system names clashes
16061 * doc/xml.html: updated
16062 * configure.in: switched private flags to the really pedantic ones.
16063
16064Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16065
16066 * configure.in: 2.3.5
16067 * doc/html/*: rebuilt the docs
16068
16069Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16070
16071 * parser.c: fixed a reported bug in NOTATION parsing
16072 * uri.c: accepted but not fixed bug 51876, added TODO
16073 * Makefile.am: fixed bug 51876
16074
16075Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16076
16077 * config.h.in configure.in error.c: fix a compilation problem
16078 on platforms without vsnprintf (xml@thewrittenword.com)
16079
16080Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16081
16082 * parser.c: fixed a function name header typo
16083 * SAX.c: notations can also occur in external subset.
16084
16085Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16086
16087 * error.c: removed a C++ like comment
16088
16089Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16090
16091 * parser.c: fixing bug 52299 strange condition leading
16092 to a parser crash due to a buffer overflow
16093 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16094 added the specific test case
16095
16096Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16097
16098 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16099 xmlXPathConvert{String,Number,Boolean} to be able to make
16100 type casts without a context stack, fixed some implementation
16101 problems related to the absence of context at parse-time,
16102 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16103 in the public API too
16104 * xpointer.c xpathInternals.h: we need to know at parse time
16105 whether we are compiling an XPointer
16106
16107Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16108
16109 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16110 cleaned up the parser internals, refactored XPath code, added
16111 new compilation based APIs and cleanly separated public and
16112 private APIs.
16113
16114Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16115
16116 * xpath.h: the comp field must be added at the end to avoid
16117 killing binary compat.
16118
16119Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16120
16121 * Makefile.am: detect XPath memleaks in regreson tests
16122 * error.c: fixed and error w.r.t. error reporting still using
16123 stderr
16124 * hash.c: added new line at end of file
16125 * tree.h: minor cleanup
16126 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16127 expression parsing from evaluation, resulted in a number of
16128 changes internally, and in XPointer. Likely to break stuff
16129 using xpathInternals.h but should remain binary compatible,
16130 new interfaces will be added.
16131
16132Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16133
16134 * configure.in: fixed a couple of problems reported by
16135 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16136 without gcc on non linux platforms.
16137
16138Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16139
16140 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16141 a fix for --with-html-dir= configure support. I hope it won't
16142 break rpm generation
16143
16144Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16145
16146 * xmlIO.c: one function comment cleanup.
16147
16148Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16149
16150 * SAX.c: external subset notations were improperly registered
16151 in the internal subset.
16152
16153Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16154
16155 * README.cvs-commits: added, pointing to HACKING
16156 * HACKING: updated
16157
16158Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16159
16160 * parser.c: and Matt Sergeant found one in the XML push
16161 parser (erroneous check I forgot to remove when I fixed the
16162 main parser).
16163
16164Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16165
16166 * xpath.c: ptittom found a small bug in UnaryExpr
16167
16168Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16169
16170 * configure.in: bumped to 2.3.4
16171 * error.c: fixed bug #51860
16172 * tree.c: fixed bug #51861
16173 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16174 * tree.[ch] : added xmlDefaultBufferSize
16175 * nanoftp.c: typo in function name header block
16176 * doc/xml.html : updated, added link to XML::LibXSLT
16177 * doc/html/* : rebuilt the docs
16178
16179Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * parser.c SAX.c: the new content parsing code raised an
16182 ugly bug in the characters() SAX callback. Found it
16183 just because of strangeness in XSLT XML Rec ouptut :-(
16184
16185Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16186
16187 * Makefile.am: Martin Baulig suggested to add -lm
16188 * tree.c: found another bug in xmlNodeGetContent()
16189
16190Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16191
16192 * xpath.c: Bjorn found the error related to strictness of comparison.
16193
16194Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16195
16196 * parser.c: trying to fix the Dtd parsing problem reported
16197 by Gary, side effect of last week speed optimizations.
16198
16199Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16200
16201 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16202 * parserInternals.c: removed unneeded test raised by Stric
16203
16204Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16205
16206 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16207 and fixed by William Brack). Added xmlXPathFormatNumber.
16208 Changed the sorting slightly.
16209 * configure.in Makefile.am example/Makefile.am: Added -lm.
16210 Please note that applications linking with libxml2, must
16211 also like with the math library from now on.
16212
16213Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16214
16215 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16216
16217Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16218
16219 * parser.c: one must report spaces even if the Dtd element
16220 content proves that this is not part of the element content.
16221 * result/valid/*.xml: this changed the ouptu slightly
16222
16223Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16224
16225 * configure.in: bumped to 2.3.3
16226 * doc/xml.html: updated
16227
16228Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16229
16230 * tree.c: minor doc fix
16231 * xpath.c: deallocation issues when a result tree has been
16232 converted to a node-set
16233
16234Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16235
16236 * doc/xml.html: oops corrected dates s/2000/2001
16237
16238Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16239
16240 * valid.c: new patch from Gary Pennington
16241
16242Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16243
16244 * doc/xml.html: applied patch from Ankh
16245
16246Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16247
16248 * xinclude.c: fixed a problem building on Mac
16249
16250Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16251
16252 * parser.c: more work on increasing parsing ferformances
16253
16254Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16255
16256 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16257 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16258 avoiding memcpy in production builds MEM_CLEANUP macro use
16259 * parser.[ch] parserInternals.c: optimizations of the tightest
16260 internal loops inside the parser. Better checking of I/O
16261 flushing/loading conditions
16262 * xmllint.c : added --timing
16263
16264Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16265
16266 * configure.in: bumped to 2.3.2
16267 * doc/xml.html: updated for release
16268
16269Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16270
16271 * xpath.c: found a memleak and fixed a nasty bug
16272
16273Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16274
16275 * xmllint.[c1] : added return code errors for xmllint
16276 * xpath.c: specific debug dump function for result value trees
16277
16278Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16279
16280 * xpath.c: finally implemented xmlXPathCompareNodeSets
16281 * test/XPath/expr/floats results/XPath/expr/floats: added
16282 a test for float expressions
16283
16284Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16285
16286 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16287 * parserInternals.[ch]: trying to speed up parsing
16288 * xpath.c : speeded up node set equality op
16289
16290Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16291
16292 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16293 better handling of ID/IDREF and the list modules associated
16294 * configure.in: small CFLAGS cleanup
16295
16296Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16297
16298 * configure.in: fixed iconv detection on AIX (stric)
16299
16300Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16301
16302 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16303
16304Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16305
16306 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16307 and optimized xmlXPathNodeSetSort
16308
16309Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16310
16311 * xpath.c: bug fix when context size is 0
16312 * parser.c: I like Norm's Dtd because they still manage to break
16313 the parser occasionally
16314
16315Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16316
16317 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16318
16319Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16320
16321 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16322 attributes within the XML-1.0 namespace
16323
16324Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16325
16326 * xpathInternals.h: exported a few axis functions
16327 * doc/xml.html: updated the doc
16328
16329Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16330
16331 * configure.in: applied patch from Daniel van Balen for OpenBSD
16332 and bumped version to 2.3.1
16333 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16334 attempt to find autoclosing was simply broken, removed it,
16335 updated the examples, this is better
16336
16337Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16338
16339 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16340 hash functionnalities.
16341 * doc/html/* : rebuild the doc
16342
16343Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16344
16345 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16346 on predicate
16347 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16348 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16349 really want to have tags closed on output even if we accept
16350 unclosed ones on input
16351
16352Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16353
16354 * xpath.c: ouch don't free NULL, rare case fixed
16355 * tree.c: don't coalesce text nodes if they don't have the
16356 same behaviour wrt escaping on output
16357
16358Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16359
16360 * xpath.c: small fixup
16361 * SAX.c: don't warn on empty namespaces.
16362
16363Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16364
16365 * README: a bit of cleanup
16366 * configure.in: preparing for 2.3.0 release
16367
16368Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16369
16370 * hash.[ch]: added a first version of xmlHashSize()
16371 * valid.c: another bug fix from Gary Pennington
16372
16373Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16374
16375 * valid.c: couple of bug fixes pointed by Gary Pennington
16376 * HTMLtree.c: #if 0 cleanup
16377
16378Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16379
16380 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16381 which removes a time consuming check of xmlXPathNodeSetAdd()
16382 and use it in places where we are sure to not break unicity
16383
16384Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16385
16386 * xpath.c: bug fixes found from XSLT
16387 * tree.c: preserve node->name special values when copying nodes.
16388 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16389 external subset are fetched when available but without full
16390 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16391 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16392 output with encoding disabled.
16393
16394Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16395
16396 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16397 xmlCheckFilename should not be called from xmlFileOpenW
16398 and xmlGzfileOpenW
16399
16400Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16401
16402 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16403 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16404 added the new tests for URI normalization
16405 * testURI.c: fixed stoopid bugs
16406 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16407 the URI in the error messages are now properly normalized
16408
16409Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16410
16411 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16412
16413Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16414
16415 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16416
16417Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16418
16419 * xpath.c: fixed mod operator
16420
16421Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16422
16423 * parser.c: fixed xmlStrcat doc
16424 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16425 trees.
16426
16427Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16428
16429 * xpath.c result/XPath/tests/chaptersbase
16430 result/XPath/tests/simplebase: fixed XPath node()
16431 * tree.c: small fix in xmlNewNs()
16432 * Makefile.am: removed extraneous xml2Conf.sh rule
16433
16434Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16435
16436 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16437 Changed the library name, in order to get libxml-devel and
16438 libxml2-devel to coexist on a single system
16439 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16440 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16441
16442Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16443
16444 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16445 libxml2-devel installable in // as libxml-devel.
16446
16447Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16448
16449 * doc/Makefile.am: fixed make rebuild in doc
16450 * doc/html/*.html: rebuilt the docs
16451
16452Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16453
16454 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16455
16456Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16457
16458 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16459 the HTML doc to go into the -devel RPM ...
16460 * aclocal.m4 config.h.in: some updates due to auto* magic
16461
16462Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16463
16464 * xpath.h: added a hook in the context structure allowing to
16465 link to extra support, needed for XSLT
16466
16467Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16468
16469 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16470 xmlXPtrCmpPoints to use it.
16471 * propagated the following patch from Alejandro Forero
16472 * include/win32config.h xmlIO.c: applied further suggestions
16473 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16474 * example/gjobread.c: fixed warnings, now that it builds
16475
16476Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16477
16478 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16479
16480 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16481 filename points to a valid file (not a directory).
16482 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16483 Added calls to xmlCheckFilenameDir.
16484
16485 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16486 `path' (rather than `filename') as the parameter to gzopen and open.
16487
16488Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16489
16490 * Makefile.am: fixed a problem with EXTRA_DIST
16491
16492Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16493
16494 * Makefile.am example/Makefile.am: finally found the trick
16495 to build the example, i.e. add "." in SUBDIRS before example
16496 in the list <grin/>
16497
16498Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16499
16500 * doc/xml.html: updated with an XSLT section, removed pointer to
16501 W3C CVS base.
16502
16503Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16504
16505 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16506 too, and deallocation need to occur the same way.
16507
16508Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16509
16510 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16511 type correponding to an XSLT result tree fragment. Share most
16512 of the data format with node set, as well as operators.
16513 * HTMLtree.c: added a newline at the end of the doctype output
16514 whe this one is not present initially.
16515 * tree.c: make sure taht the parent and doc pointers are properly
16516 set when copying attributes (lists).
16517
16518Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16519
16520 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16521
16522Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16523
16524 * xpath.c: seems I finally killed that ugly path evaluation
16525 context bug (tagged 9999 in case is is wrong)
16526
16527Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16528
16529 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16530 for XSLT
16531
16532Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16533
16534 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16535 for xmlGzfileOpen() bug
16536
16537Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16538
16539 * xpath.c: removed an error found by XSLT usage
16540 * tree.c parserInternals.h: use a predefined static string
16541 for text and comment nodes, avoid freeing them in xmlFreeNode,
16542 exported the string name in parserInternals.h and added
16543 another value to disable encoding at output (for XSLT),
16544 gain memory, time.
16545
16546Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16547
16548 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16549 win32/libxml2/libxml2_so.dsp: new makefiles and update
16550 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16551
16552Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16553
16554 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16555 Gary Pennington
16556
16557Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16558
16559 * xpath.c: fixed the comaprision of values and nodelists,
16560 need to compare nodelist still ...
16561 * debugXML.c: avoided a possible core dump
16562 * HTMLparser.c: cleanup
16563 * nanohttp.c: contributed fix.
16564 * tree.c: fixes in properties handling added xmlSetNsProp
16565 needed by libxslt
16566 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16567 comment
16568 * TODO: updated
16569
16570Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16571
16572 * parser.c parserInternals.c: applied Bjorn Reese optimization
16573 patch
16574
16575Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16576
16577 * Makefile.am: applied patch fro make check from Martin Vidner
16578
16579Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16580
16581 * configure.in: preparing 2.2.11
16582 * doc/html/*: rebuild the HTML files
16583 * doc/xml.html : updated
16584
16585Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16586
16587 * tree.c: fixed a stupid bug
16588 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16589 patches related to validation of an XInclude processing result
16590 * TODO: updated
16591
16592Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16593
16594 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
16595 on large files
16596
16597Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16598
16599 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
16600
16601Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16602
16603 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
16604 reported by Jonas Borgström
16605 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
16606
16607Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16608
16609 * testXPath.c xpath.c: fixing the XPath union expressions problem
16610 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
16611
16612Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
16614 * xmllint.c: Made is so if the file name is "-" is will read form
16615 standard input. Sven Heinicke <sven@zen.org>
16616 * tree.c: fixed a problem when growing buffer
16617 * tree.h: fixed the comment of the node types following andersca
16618 comment
16619 * TODO: updated
16620
16621Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16622
16623 * HTMLparser.[ch]: added a way to avoid adding automatically
16624 omitted tags. htmlHandleOmittedElem() allows to change the
16625 default handling.
16626 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
16627 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
16628 of xmllint too when using --memory flag, added a memory test
16629 suite at the Makefile level.
16630 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
16631 with namespace use when encountering QNames in XPath evalation,
16632 added xmlns() scheme in XPointer.
16633 * nanoftp.c : incorporated a fix
16634 * parser.c xmlIO.c: fixed problems raised with encoding when using
16635 the memory I/O
16636 * parserInternals.c: closed bug 25934 reported by
16637 torsten.landschoff@innominate.de
16638 * TODO: updated
16639
16640Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16641
16642 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
16643 on a non-updated tree :-(, made a 2.2.10 release to correct the
16644 situation
16645
16646Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16647
16648 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
16649 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
16650 integrated a set of OpenVMS changes from Howard Taylor
16651 <Howard.Taylor@pacoast.com>
16652
16653Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16654
16655 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
16656 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
16657
16658Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16659
16660 * HTMLparser.c: some fixes on auto-open of html/head/body
16661 * encoding.c: fixed a compilation error on some gcc env
16662 * xpath.c xpointer.[ch] xpathInternals.h: improved the
16663 XPointer implementation
16664 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
16665 related XPointer tests and associated results
16666
16667Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16668
16669 * doc/xmldtd.html doc/xml.html: following a short step by step
16670 guidance on IRC to help maciej with DTDs I started a small
16671 page on the subject.
16672
16673Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16674
16675 * HTMLparser.c: fixed handling of broken charrefs
16676 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
16677 patches
16678
16679Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16680
16681 * doc/xml.html doc/html/* : rebuilt the docs after adding
16682 xinclude and updated page for 2.2.7 and 2.2.8
16683 * configure.in: releasing 2.2.8
16684
16685Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16686
16687 * parser.[ch] parserInternals.c: applied the conditional
16688 section processing fix from Jonathan P Springer
16689 <jonathan.springer2@gte.net>
16690 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
16691 project file, fixed iconv default non support
16692 * xpath.c: fixed the problem of evaluating relative expressions
16693 when a node context is provided.
16694
16695Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16696
16697 * nanoftp.c: fixed gcc 2.95 new warnings
16698 * SAX.c: fixed a stupid bug
16699 * tree.c: fixed a formatting problem when round-tripping
16700 from/to memory
16701 * xinclude.c: chased memleak, fixed a base problem
16702 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
16703 xmlXPtrBuildNodeList()
16704 * TODO: updated
16705 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
16706 adding a first small set of regression tests for XInclude
16707
16708Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16709
16710 * nanohttp.[ch]: applied Wayne Davison patches to access
16711 the WWW-Authorization header.
16712 * parser.c: Closed Bug#30847: Problems when switching encoding
16713 in short files by applying Simon Berg's patch.
16714 * valid.c: fixed a validation problem
16715 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
16716 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
16717 Wayne Davison
16718 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
16719 need to be extended to non full nodes selections.
16720 * xinclude.c: starts to work decently
16721
16722Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16723
16724 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
16725 debugXML.c xmlversion.h.in: Started adding XInclude support,
16726 this is a new xmllint option
16727 * tree.c xpath.c: applied TOM patches for XPath
16728 * xpointer.c: fixed a couple of errors.
16729 * uri.c: added an escaping function needed for xinclude
16730 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
16731 new warning from RH70 gcc's version
16732
16733Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16734
16735 * HTMLparser.c: fixed loop on invalid char in scripts
16736 * parser.c: update to description of xmlIOParseDTD()
16737 * libxml.m4 xmlversion.h.in: changes contributed by
16738 Michael Schmeing <m.schmeing@internet-factory.de>
16739 * configure.in: preparing for 2.2.7
16740 * Makefile.am: trying to avoid config.h and acconfig.h
16741 being included in the distrib
16742 * configure.in: released 2.2.7
16743
16744Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16745
16746 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
16747 like namespaces for good. Unified xmlNs and xmlNode somewhat.
16748
16749Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16750
16751 * parser.[ch]: added xmlIOParseDTD()
16752 * xpointer.c: added support for the 2 extra parameters of
16753 string-range, fixed a stoopid error when '0' was present
16754 in XPointer expressions
16755 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
16756 testsuite for the above
16757
16758Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16759
16760 * libxml.spec.in: improved package descriptions
16761
16762Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16763
16764 * xpath.c xpathInternals.h: applied a large cleaning patch
16765 from TOM <ptittom@free.fr>, it also add namespace support
16766 for function and variables registration.
16767
16768Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16769
16770 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
16771 * Makefile.mingw: Wayne Davison's update adding hash.c
16772
16773Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16774
16775 * xpath.c: fixed the root evaluation problems
16776 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
16777 ignorable spaces with <b> <bold> <em>
16778 * tree.c: fixed a loop in xmlSearchNsByHref()
16779
16780Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16781
16782 * xpath.c: applied another XPath patch from TOM
16783 * xpath.c include/makefile.am: applied another patch from
16784 china@thewrittenword.com (cleanup on IRIX).
16785
16786Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16787
16788 * xml-config.1: received a fixed version from Fredrik Hallenberg
16789 <hallon@lysator.liu.se>
16790
16791Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16792
16793 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
16794 cleanup patch for XPath
16795
16796Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16797
16798 * patched to redirrect all "out of context" error messages to
16799 a reconfigurable routine. The changes are:
16800 * xmlerror.h : added the export of an error context type (void *)
16801 an error handler type xmlGenericErrorFunc there is an interface
16802 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
16803 to reset the error handling routine and its argument
16804 (by default it's equivalent to respectively fprintf and stderr.
16805 * all the c files: all wild accesses to stderr or stdout within
16806 the library have been replaced to calls to the handler.
16807
16808Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16809
16810 * configure.in: release 2.2.6
16811 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
16812 exporting the inner functions of xpath for extension modules
16813 * doc/*: updated and rebuilt the doc
16814
16815Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16816
16817 * nanohttp.c : applied Wayne HTTP cleanup patch
16818 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
16819 and xmlNodeSetSpacePreserve()
16820
16821Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16822
16823 * xpath.c: closing bug #29260
16824
16825Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16826
16827 * hash.[ch] debugXML.c: expanded/enhanced the API, added
16828 multikey tuples, made hash structure opaque
16829 * valid.[ch]: moved elements, attributes, notations decalarations
16830 as well as ID and refs to hash tables.
16831 * entities.c: hash cleanup
16832 * xmlmemory.c: fixed a dump problem in debug mode
16833 * include/Makefile.am: problem passing in DESTDIR= values patch
16834 from Marc Christensen <marc@calderasystems.com>
16835 * nanohttp.c: removed debugging remains
16836 * HTMLparser.c: the bogus tag should be ignored (Wayne)
16837 * HTMLparser.c parser.c: fixing a number of problems with the
16838 macros in the *parser.c files (Wayne).
16839 * HTMLparser.c: close the previous option when opening a new one
16840 (Marc Sanfacon).
16841 * result/HTML/*: updated the HTML results accordingly
16842
16843Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16844
16845 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
16846 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
16847 XPath functions and XML entities table to them. More to come...
16848 * xmlIO.c: fixed libxml closing FILEs it didn't open.
16849
16850Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16851
16852 * tree.c: coalesce adjacent text nodes
16853 * valid.c: handling of blank nodes in DTd validation (raised
16854 by problems with a posteriori validation).
16855 * nanohttp.c: changing behaviour on HTTP write stuff.
16856 * HTMLtree.c: forced body and html to be explicitely closed.
16857 * xpath.h: exported more XPath functions.
16858
16859Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16860
16861 * Release of 2.2.5
16862 * xpointer.c: range() range-inside and other helper functions
16863 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
16864
16865Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16866
16867 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
16868 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
16869
16870Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16871
16872 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
16873 and XPointer modules
16874
16875Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16876
16877 * SAX.h: closed #25107
16878
16879Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16880
16881 * testSAX.c: fixed problem with cdata reporting
16882 * SAXresult/* : updated
16883
16884Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16885
16886 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
16887 Closed bug #27499, added to regression tests
16888 * TODO: updated
16889
16890Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16891
16892 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
16893 support for SCRIPT and STYLE with help from Bjorn Reese
16894 * test/HTML/* result/HTML/*: added simple testcase and updated
16895 the existing ones.
16896
16897Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16898
16899 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
16900 string-range for empty strings
16901 * test/XPath/docs/str test/XPath/xptr/chaptersrange
16902 test/XPath/xptr/strrange: augmented the XPointer testsuite
16903
16904Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16905
16906 * doc/xml.html doc/xmlmem.html: added a module describing memory
16907 interfaces and use, updated the main page.
16908
16909Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16910
16911 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
16912 nanoftp code work on Windows too now
16913
16914Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16915
16916 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
16917 * xpointer.c: implemented string-range() at least a good first version
16918 * test/XPath/docs/str test/XPath/xptr/strrange
16919 result/XPath/xptr/strrange: the string-range() tests
16920
16921Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16922
16923 * Makefile.am include/Makefile.am include/win32config.h
16924 win32/Makefile.mingw: fixed problems reported by Wayne Davison
16925 and make distcheck
16926
16927Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16928
16929 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
16930 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
16931 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
16932
16933Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16934
16935 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
16936 patch for socklen_t detection by
16937 Albert Chin-A-Young <china@thewrittenword.com>
16938
16939Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16940
16941 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
16942 and added a --dtdvalid option to xmllint used to test it
16943
16944Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16945
16946 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
16947 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
16948
16949Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16950
16951 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
16952 handlings (registration, lookup, cleanup)
16953
16954Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16955
16956 * configure.in Makefile.am include/makefile.am: adding XPointer
16957 and XPtrtests target
16958 * xpointer.[ch] : new files for XPointer support
16959 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
16960 more XPath tests
16961
16962Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16963
16964 * configure.in: fixed, very broken, make distcheck works again
16965
16966Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16967
16968 * More work toward 2.2.5, integrated a number of patches
16969 * configure.in Makefile.am win32config.h.in: trying to cleanup
16970 make distcheck .... huh ...
16971 * include/Makefile.am include/win32config.h: new directory
16972 for includes
16973 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
16974 updated teh makefiles and instructions for WIN32
16975 * xpath.c: small fixes
16976 * test/XPath/ results/XPath: updated the testcases and results
16977 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
16978 suggested patches
16979 * valid.c: fixed an ID bug
16980
16981Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16982
16983 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
16984 the automake bug where wrong dependencies were generated.
16985 * xpath.[ch]: worked on XPointer
16986
16987Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16988
16989 * configure.in Makefile.am: 2.2.5, ship the include in an
16990 include/libxml subdirectory, use symlinks when using CVS
16991 * testSAX.c: fixed small bug
16992 * testXPath.c: changed the way testfiles are parsed
16993 * debugXML.c: same kind of cleanup when parsing an argument expression
16994 XPath/XPointers can have blanks embedded
16995 * xpath.[ch]: more cleanup, reorgs for XPointer work
16996 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
16997 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
16998
16999Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17000
17001 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17002 in the XPath engine, rewrote large parts of it, now it's far
17003 cleaner and in sync with the REC not an old WD. Fixed a parsing
17004 problem in the interactive XML shell found when testing XPath.
17005
17006Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17007
17008 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17009 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17010 examples with the extra test
17011
17012Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17013
17014 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17015 the global init function.
17016
17017Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17018
17019 * HTMLparser.c: Doohhh, attribute name parsing was still case
17020 sensitive ! Fixed this ...
17021 * result/HTML/* : updated the tests results accordingly
17022
17023Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17024
17025 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17026 engine, should be far more stable, incorporated a new version of
17027 preceding/following axis, need testing
17028 * uri.c: fixed file:///c:/a/b/c problem
17029 * test/XPath/tests/idsimple: augmented the XPath tests
17030
17031Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17032
17033 * doc/* rebuilding docs for 2.2.4 release
17034
17035Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17036
17037 * configure.in: releasing 2.2.4
17038 * parser.[ch]: added xmlStrEqual()
17039 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17040 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17041 use xmlStrEqual instead
17042 * TODO: updated
17043 * added an XPath test
17044
17045Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17046
17047 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17048 * entities.h: exported xmlInitializePredefinedEntities
17049 * parser.[ch] : added xmlInitParser()
17050 * parserInternals.h : had to export htmlInitAutoClose()
17051
17052Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17053
17054 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17055 problems
17056 * Makefile.am : added XPath regression tests to normal tests
17057 * uri.c: fixed a problem with local paths, cleanup
17058 * parser.c: fixed a problem with large CData sections
17059
17060Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17061
17062 * configure.in xml-config.in: patch from "Ben Taylor"
17063 <sol7x86@hotmail.com> for solaris shared libs lookup
17064
170652000-09-30 Martin Baulig <baulig@suse.de>
17066
17067 * libxml-2.0.pc.in: Provide pkg-config script.
17068
17069 * configure.in: Create the libxml-2.0.pc script from the
17070 libxml-2.0.pc.in templates.
17071 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17072 script in `$(libdir)/pkgconfig'.
17073
17074Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17075
17076 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17077 when compiling with MSC
17078
17079Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17080
17081 * xpath.c: patch for normalize-string() substring-before(),
17082 substring-after() and translate() functions from Bjorn Reese
17083 <breese@mail1.stofanet.dk>
17084 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17085 Fredrik Hallenberg <hallon@lysator.liu.se>
17086 * TODO: updated
17087
17088Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17089
17090 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17091 problem of socklen_t being undefined on a number of platforms
17092 * debugXML.c: fixed a compilation problem when without snprintf
17093
17094Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17095
17096 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17097 an URI bug and a fix for the control-character-induced infinite loop
17098 * nanohttp.c: preventive fix for compiling on WIN32
17099
17100Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17101
17102 * xmlint.c: closing bug #25000
17103
17104Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17105
17106 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17107 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17108 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17109 related function, fixing xmlStrncmp(), and associated cleanup
17110 * result/HTML/entities.html.sax: updating result
17111
17112Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17113
17114 * uri.c: applied patch for URI escaping from Wayne Davison
17115 <wayned@blorf.net>
17116 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17117 from Denis Barbier <barbier@imacs.polytechnique.fr>
17118 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17119 patch from Wayne Davison
17120
17121Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17122
17123 * doc/xml.html : updated with new releases, adding "how to help"
17124
17125Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17126
17127 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17128 removed a few warnings in pedantic mode ...
17129 * parserInternals.c parser.c: moved encoding switching function
17130 to parserInternals.c
17131 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17132
17133Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17134
17135 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17136 error or warning handlers
17137
17138Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17139
17140 * parserInternals.c parserInternals.h parser.c Makefile.am:
17141 created a new module parserInternals.c, moved most of the
17142 code shared by the various parsers there, as well as
17143 deprecated code from parser.c. More cleanup of parser.c
17144 * uri.c: fixed a problem when URI is NULL
17145 * valid.c: speedup when looking for an attribute declaration
17146
17147Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17148
17149 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17150 the cleanup of the computation of URI references when seeking
17151 external entities. The URI reference string and the resulting
17152 URI are both stored now.
17153 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17154 large s(n)printf checks and cleanup from Denis Barbier
17155 <barbier@imacs.polytechnique.fr>
17156 * xmlversion.h.in tree.h: couple of SGML declarations for a
17157 possible docbook module.
17158 * result/VC/ : a couple of test output changed due to the change
17159 of the entities URI
17160
17161Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17162
17163 * parser.h: added a _private field for linking user's data
17164
17165Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17166
17167 * parser.c parserInternals.h: demacroified most of the IS_XXX
17168 the gain in size is significant so ...
17169
17170Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17171
17172 * entities.c: cases where looking up entities with doc==NULL
17173 covered
17174
17175Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17176
17177 * uri.c: applied Wayne Davison patch
17178 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17179
17180Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17181
17182 * uri.c testUri.c: applied Wayne Davison patches
17183 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17184 * Makefile.in: added URItest and included thenin "make tests"
17185
17186Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17187
17188 * xmlversion.h.in: closed bug 22941
17189
17190Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17191
17192 * doc/xmlio.html: added doc and example for entity loader
17193 redefinition.
17194
17195Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17196
17197 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17198 used by libxml
17199
17200Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17201
17202 * parser.c: Fixed bug on invalid ontent characters and when using
17203 push.
17204 * xmllint.c: fixed xmllint endling of errors in push mode
17205
17206Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17207
17208 * HTMLparser.c testHTML.c: applied two new patches from
17209 Wayne Davison <wayned@users.sourceforge.net>
17210 * result/HTML/*.sax: regenerated HTML SAX output
17211 * parser.c: more cleanup.
17212
17213Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17214
17215 * HTMLparser.[ch] testHTML.c: applied the second set of
17216 patches from Wayne Davison <wayned@users.sourceforge.net>,
17217 adding htmlEncodeEntities()
17218 * HTMLparser.c: fixed an ignorable white space detection bug
17219 occuring when parsing with SAX only
17220 * result/HTML/*.sax: updated since the output is now HTML
17221 encoded...
17222
17223Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17224
17225 * HTMLparser.[ch]: applied some of Wayne Davison
17226 <wayned@users.sourceforge.net> patches
17227
17228Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17229
17230 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17231 undeclared namespace prefix was used, added a warning.
17232 Cleaned up support w.r.t. entities, spilling out a warning
17233 and being pedantic on lookups.
17234 * test/warning/ent9 : added testcase for previous example.
17235 * TODO: updated
17236 * parserInternals.h parser.c: changed the way names are parsed
17237 now allow infinite size and decrease penalty for normal use
17238 * parser.c: Started a big cleanup/check of the parser code,
17239 fixed some of the most tortuous entity code, spotted code
17240 unused anymore
17241 * test/*: added tests for very long names and related nasty
17242 things.
17243
17244Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17245
17246 * doc/encoding.html: added encoding aliases doc
17247 * doc/xml.html: updates
17248 * encoding.[ch]: added EncodingAliases functions
17249 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17250 bottleneck affecting large DTDs like Docbook
17251 * parser.[ch] xmllint.c: added a pedantic option, will be
17252 useful
17253 * SAX.c: redefinition of entities is reported in pedantic mode
17254 * testHTML.c: uninitialized warning from gcc
17255 * uri.c: fixed a couple of bugs
17256 * TODO: added issue raised by Michael
17257
17258Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17259
17260 * doc/encoding.html: propagated Martin Duerst suggestions
17261
17262Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17263
17264 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17265 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17266 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17267 by Wayne Davison
17268
17269Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17270
17271 * nanoftp.c nanohttp.c: small cleanup
17272 * TODO: updated
17273
17274Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17275
17276 * added an old VC testcase and updated title.xml entity
17277
17278Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17279
17280 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17281 done on auto-opening of <p> tags and cleanup of SAX output
17282
17283Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17284
17285 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17286
17287Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17288
17289 * doc/xml.html libxml.* structure.*: updated the doc a bit
17290
17291Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17292
17293 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17294 of SAX tests
17295
17296Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17297
17298 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17299 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17300
17301Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17302
17303 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17304 * testHTML.c: fix core dump on Solaris 2.x systems
17305 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17306 * result/HTML/*.sax: previous bug fix lead to new results
17307
17308Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17309
17310 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17311 * configure.in: added --with-readline=DIR to accept alternate
17312 path for readline include/library
17313 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17314 for ANSI under HP-UX
17315 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17316 includes @LIBS@
17317
17318Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17319
17320 * doc/* : rebuilt the docs
17321 * getting ready for 2.2.2 release
17322
17323Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17324
17325 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17326 and xmlAddFeature()
17327 * tree.[ch]: added xmlAddChildList()
17328 * xmllint.c: MAP_FAILED macro test
17329 * parser.h: added xmlParseCtxtExternalEntity()
17330 * valid.c: applied bug fixes removed warning
17331 * tree.c: added CDATA block to elements content
17332 * testSAX.c: cleanup of output
17333 * testHTML.c: added SAX testing
17334 * encoding.c: better error recovery
17335 * SAX.c, parser.c: fixed one of the external entity processing
17336 of the OASis testsuite
17337 * Makefile.am: added HTML SAX regression tests
17338 * configure.in: bumped to 2.2.2
17339 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17340 SAX results
17341
17342Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17343
17344 * configure.in: patch for HP compiler
17345
173462000-08-04 Sven Heinicke <sven@zen.org>
17347
17348 * xmllint.c: Was coredumping sometimes when the file given didn't
17349 exist.
17350
17351Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17352
17353 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17354
17355 when using in memory parsing. Need some cleanup.
17356 * xmllint.c configure.in: added a --memory flag to test memory
17357 parsing
17358
17359Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17360
17361 * nanohttp.c: fixed socklen_t replacement to unsigned int
17362 * parser.c: fixed a space handdling missing at the end of
17363 production 28 DOCTYPE.
17364 * xmlmemory.c: fixed a stupid bug on the routine to override
17365 allocation functions
17366 * TODO: updated
17367
17368Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17369
17370 * doc/ regenerated the docs
17371
17372Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17373
17374 * doc/encoding.html doc/xml.html: added I18N doc
17375 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17376 improvements, both parser and filters, added ASCII & HTML,
17377 fixed the ISO-Latin-1 one
17378 * xmllint.c testHTML.c: added/made visible --encode
17379 * debugXML.c : cleanup
17380 * most .c files: applied patches due to warning on Windows and
17381 when using Sun Pro cc compiler
17382 * xpath.c : cleanup memleaks
17383 * nanoftp.c : added a TESTING preprocessor flag for standalong
17384 compile so that people can report bugs more easilly
17385 * nanohttp.c : ditched socklen_t which was a portability mess
17386 and replaced it with unsigned int.
17387 * tree.[ch]: added xmlHasProp()
17388 * TODO: updated
17389 * test/ : added more test for entities, NS, encoding, HTML, wap
17390 * configure.in: preparing for 2.2.0 release
17391
17392Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17393
17394 * nanoftp.c: fixed the way the control connection is handled
17395 * libxml.spec.in: fixed the dependencies and cleanup
17396
17397Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17398
17399 * doc/xml.html: changed the xmlsoft.org structure, updated the
17400 examples w.r.t. root and childs
17401
17402Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17403
17404 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17405
17406Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17407
17408 * HTMLparser.c: Work on character encoding support for the HTML parser
17409 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17410 * encoding.c: Fixed a potential memleak in the encoding stuff
17411
17412Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17413
17414 * doc/FAQ.html doc/Makefile.am : added a FAQ
17415
17416Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17417
17418 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17419 of the HTML parser to force it to not bypass SAX
17420
17421Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17422
17423 * win32config.h.in: updated
17424 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17425 lacks iconv support :-( need to release 2.1.1
17426 * configure.in: release 2.1.1
17427 * HTMLparser: fixed bug #14784
17428 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17429 by Windows compiler
17430 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17431 the SAX startDocument() callback.
17432 * TODO: updated
17433
17434Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17435
17436 * added xmlStopParser()
17437
17438Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17439
17440 * configure.in: 2.1.0 prerelease
17441 * Large resync between W3C and Gnome tree
17442 * nanoftp, nanohttp.c: fixed stalled connections probs
17443 * HTMLtree.c SAX.c : support for attribute without values in
17444 HTML for andersca
17445 * valid.c: Fixed most validation + namespace problems
17446 * HTMLparser.c: start document callback for andersca
17447 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17448 * parser.h, SAX.c: serious speed improvement for large
17449 CDATA blocks
17450 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17451 different encoding
17452 * example/Makefile.am example/gjobread.c tree.h: work on
17453 libxml1 libxml2 convergence.
17454 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17455 and the LIBXML_TEST_VERSION macro
17456
17457Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17458
17459 * doc/xml.html: various patches and improvements typo fixed by
17460 Felix Natter
17461 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17462 from Felix Natter <fnatter@gmx.net>
17463
17464Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17465
17466 * doc/upgrade.html: updated with instructions for support of both
17467 libxml-1.x and libxml-2.x
17468 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17469 for 2.x support and also fixed includes
17470
17471Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17472
17473 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17474 the encoding support, added iconv support, so now libxml if
17475 compiled with iconv automatically support japanese encodings
17476 among others. Work based on initial patch from Yuan-Chen Cheng
17477 I may have broken binary compat in the encoding handler
17478 registration scheme, but that was so utterly broken I don't
17479 expect anybody to have used this feature until now.
17480 * parserInternals.h: fixup on the CHAR range macro
17481 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17482 code.
17483 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17484 * uri.c: added xmlParseURI() I can't believe I forgot to
17485 implement this one in 2.0 !!!
17486 * SAX.c: moved doc->encoding update in the endDocument() call.
17487 * TODO: updated.
17488
17489Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17490
17491 * tree.h: removed extraneous xmlRemoveProp definition
17492 * TODO: added item about --disable-corba configure switch
17493 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17494 * nanoftp.c: fixed include problems giving troubles on AIX and
17495 slowlaris
17496 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17497 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17498 comment and headers changes to lower gtk-doc number of warnings
17499 * doc/html/*: rebuilt docs
17500
17501Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17502
17503 * HACKING: documented the tag for 1.x and instructions
17504
17505Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17506
17507 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17508 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17509 xmlCreateIOParserCtxt
17510 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17511 significant overall improvement
17512 * xmllint.c: added I/O test to xmllint
17513 * testSAX.c: added a speed test
17514 * doc/* : updated/regenerated
17515
17516Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17517
17518 * xpath.c uri.h parserInternals.h: cosmetic changes from
17519 "Timur I. Bakeyev" <timur@bat.ru>, including making
17520 xmlCreateURI() public
17521
17522Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17523
17524 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17525 and the code at the same time. Added a clean mechanism for
17526 overload or added input methods: xmlRegisterInputCallbacks()
17527 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17528 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17529 * TODO: updated
17530 * doc/* : updated/regenerated
17531 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17532 source dir
17533
17534Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17535
17536 * testURI.c: yet another forgotten commit, I should get some sleep !
17537
17538Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17539
17540 * xmllint.c: forgot to commit this too ?
17541
17542Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17543
17544 * xmlversion.h.in : forgot to commit this previously
17545
17546Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17547
17548 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17549 * README TODO: updated for release
17550 * uri.c uri.h: added authority parsing/saving
17551 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17552 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17553 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17554 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17555 Makefile.am : added compile-time customization of libxml
17556 --with-ftp --with-http --with-html --with-xpath --with-debug
17557 --with-mem-debug
17558 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17559 #include <libxml/xxx.h> I hope it won't break too much stuff
17560 and will be manageable in the future...
17561 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17562 and added xmllint to the installed programs
17563 * uri.h: added xmlFreeURI()
17564
17565Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17566
17567 * uri.c uri.h: finished the escaping handling, the base support
17568 and the URI path normalization. Looks good just lacks the
17569 authority content parsing code.
17570 * Makefile.am: added instructions to generate testURI
17571 * TODO: updated
17572 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17573 added links and icons for W3C and Gnome
17574
17575Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17576
17577 * xmlmemory.[ch] : seems I forgot to actually update the files in
17578 the last commit :-)
17579 * doc/xml.html doc/html/* : updated and uploaded the docs
17580
17581Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17582
17583 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17584 * TODO: updated
17585 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
17586 libxml default allocation function with another set (like gmalloc/
17587 gfree).
17588 * Makefile.am, uri.c, uri.h: added a set of functions to do
17589 exact (litteraly copied from the RFC 2396 productions) parsing
17590 and handling of URI. Will be needed for XLink, one XML WFC,
17591 XML Base and reused in the nano[ftp/http] modules. Still work
17592 to be done.
17593
17594Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17595
17596 * configure.in, libxml.spec.in : libxml2
17597 * doc/* : updated the doc page, rebuilt the docs
17598
17599Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17600
17601 * all: tagged LIB_XML_1_X
17602 * *.c *.h : updated from W3C CVS tree
17603 * configure.in : 2.0.0-beta
17604 * libxml.spec.in : libxml2 package nam
17605 * result/* : new version of the tests output
17606
17607Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17608
17609 * doc/xml.html, doc/update.html: updated docs, 1.8.7
17610
17611Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17612
17613 * doc/* : rebuilt the docs
17614 * parser.c: final patch on #6766
17615 * valid.c: small patch on validity checks.
17616
17617Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17618
17619 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
17620 added
17621 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
17622 compatibility w.r.t. XML spec and existing code.
17623
17624Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17625
17626 * parser.c: seems a better solution to <a> </a> exists,
17627 will try it for a while
17628
17629Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17630
17631 * parser.c: tried to remove the <a> </a> generating <a/>
17632 this is hard. Left a flag for that purpose. Fixed bug #6766
17633 * configure.in: prepared 1.8.7 not released, due to previous
17634 problem
17635
17636Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17637
17638 * doc/xml.html : applied second patch from Paul DuBois
17639
17640Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17641
17642 * doc/xml.html : applied patch from Paul DuBois
17643
17644Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17645
17646 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
17647
17648Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17649
17650 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
17651 compilation warnings on various platforms.
17652 * parser.c: Fixed #5281 validity error callbacks are now desactived
17653 by default if not validating.
17654
17655Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17656
17657 * nanoftp.c, win32config.h.in: patches to compile on WIN32
17658
17659Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17660
17661 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
17662 <gkatsi@cs.toronto.edu>
17663
17664Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17665
17666 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
17667 processing URLs
17668
17669Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17670
17671 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
17672 xmlNanoFTPUpdateURL for persistent control connections.
17673 * configure.in: 1.8.6
17674
17675Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17676
17677 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
17678 * tree.[ch] : added xmlSaveNoEmptyTags
17679
176802000-01-29 James Henstridge <james@daa.com.au>
17681
17682 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
17683
17684 * Makefile.am: added nanoftp.[ch] to the build.
17685
17686Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17687
17688 * nanoftp.[ch]: cleanup, comments, API
17689 * debugXML.c : fixed a bug in the cat command
17690 * doc/*: regenerated the docs
17691
17692Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17693
17694 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
17695 * debugXML.c : fixed a bug in the cat command
17696 * valid.c: fixing some small probs
17697 * libxml.spec.in: get rid of the SNAP suffix
17698 * doc/xml.html: updated the status
17699
17700Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17701
17702 * xml-config.in: xml-config --version to just return the
17703 version number
17704 * xpath.c: some cleanup w.r.t. axis when the current node is
17705 an attribute.
17706 * TODO: updated
17707
17708Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17709
17710 * configure.in: prepared for libxml-1.8.5
17711 * doc/* recompiled the documentation
17712
177132000-01-17 Jody Goldberg <jgoldberg@home.com>
17714
17715 * configure.in : WARNING autoconf subtlety alert :
17716 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
17717 when looking for zlib.h so that HAVE_ZLIB_H is defined.
17718 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
17719 get defined by AC_CHECK_HEADERS.
17720
17721Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17722
17723 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
17724 Rune.Djurhuus@fast.no
17725
17726Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17727
17728 * TODO: updated
17729 * tree.c, parser.c: made sure that only memory alloc problems
17730 and internal parser errors are allowed to write to stdout or
17731 stderr.
17732
17733Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17734
17735 * tree.c : restored xmlNewGlobalNs since this seems used by
17736 a lot of existing code :-(, fixed a bug in xmlNewNs
17737 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
17738 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
17739 to exit() from the library code.
17740 * xpath.c, parser.c: removed bugs or unused code detected by
17741 Windows compilers
17742 * parser.c: started adding interfaces for parsing well balanced
17743 XML fragments
17744 * configure.in: releasing 1.8.4
17745 * doc/* : rebuilt the docs
17746
17747Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17748
17749 * tree.[ch] : added xmlNewDocFragment() for DOM
17750 * testHTML.c: uninitialized variable.
17751
17752Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17753
17754 * doc/* : rebuild the docs
17755
17756Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17757
17758 * acconfig.h: readline and history patch
17759 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
17760 * tree.c: added check and handling when possibly removing an ID
17761 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
17762 and saving.
17763 * test/HTML/entities.html result/HTML/entities.html* : test for
17764 various entities reference cases
17765 * result/HTML/* : as a result output of some testcase have
17766 changed
17767 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
17768 by previous example. added xmlParseTryOrFinish().
17769 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
17770 entities.h debugXML.h HTMLparser.h: changed the way struct are
17771 declared to allow gtk-doc to expose those
17772 * parser.c: closed bug #4960
17773 * Makefile.am configure.in: Applied patch from
17774 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
17775 and math/socket libs detection
17776
17777Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17778
17779 * configure.in, Makefile.am: link tester against readline
17780 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
17781
17782Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17783
17784 * tree.[ch]: added xmlRemoveProp
17785 * win32config.h.in nanohttp.c: avoid including the Windows
17786 socket stuff in every C files
17787 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
17788 the XmL parser(s)
17789 * test/ns4 result/ns4 etc...: added test case for previous prob
17790 * tree.c: xmlNewNs wasn't checking for double definition
17791 * Makefile.in: fixed a problem with dist-hook duplicates
17792 * parser.[hc], xmlIO.c: fixed the loading of external entities
17793 APIs, now xmlLoadExternalEntity() is used everywhere and
17794 setting up an app specific front-end using the
17795 * SAX.c parser.c: some fixes, now the xhtml spec validates
17796 with the xhtml DTD.
17797 * error.c: fixed crashes in case of no input stream
17798 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
17799 to the validation tests and results
17800
17801Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17802
17803 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
17804 too htmlCreatePushParserCtxt() and htmlParseChunk()
17805 * parser.c: a bit of cleanup.
17806 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
17807 to XML) removed the last mem leak known
17808 * HTMLtree.c: output message cleanup
17809 * xmlmemory.c: display content info about memory blocks
17810 * result/HTML/wired.* : missing att value warning change
17811
17812Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17813
17814 * doc/* : rebuilt the documentation
17815
17816Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17817
17818 * parser.[ch] parserInternals.h: Push parser for XML,
17819 seems to work fine now
17820 * tester.c debugXML.[ch]: Added an XML shell debug facility and
17821 --push for push testing
17822 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
17823 * testSAX.c: added --push
17824 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
17825 subtree
17826 * xmlIO.[ch] : enriched API + fixes for push mode
17827 * entities.[ch]: added the entity content length to the struct.
17828 * xmlmemory.[ch]: new API to show the last entries for the shell
17829 * valid.c: added required attribute testing
17830 * SAX.c: the cdata callback now merge contiguous fragments
17831 * HTMLparser.c: cleanup of some macros
17832
17833Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17834
17835 * parser.c: fix for PIs name starting with xml
17836 * tree.c: fixed a potential problem with || and && ops
17837 * *.c, configure.in win32config.h.in : generate win32config.h for
17838 those on the Other Side !
17839
17840Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17841
17842 * parser.c: fixed a stupid = vs. == bug :-(
17843 * doc/gnome-xml.sgml: s/glade/xml/
17844
17845Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17846
17847 * configure.in, doc/xml.html : bug fix release 1.8.2
17848 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
17849 Hopefully the end of that silly C++ include problem
17850 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
17851 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
17852 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
17853 troubles with autoclosed elements when the stree shape doesn't
17854 follow the DtD specs. Added htmlIsAutoClosed() and
17855 htmlAutoCloseTag()
17856 * result/HTML/*.htm*: Updated the HTML examples regression tests output
17857 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
17858 * debugXML.c: fixed a bug on printing default namespaces.
17859 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
17860
17861Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17862
17863 * result/HTML/*.htm[l] : updated the HTML regression tests according
17864 to the new output
17865 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
17866 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
17867 problem due to intermix of extern "C" { ... } declarations for C++
17868 and recursive includes in the headers
17869
178701999-12-20 Chris Lahey <clahey@umich.edu>
17871
17872 * HTMLtree.c: Made it so that html nodes with a single child do
17873 not insert a carriage return before or after the child node.
17874
17875Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17876
17877 * configure.in, doc/xml.html : bug fix release 1.8.1
17878 * parser.c: fixed bug #4344
17879 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
17880 added the glue to avoid C++ problems
17881 * doc/* : regenerated the documentation
17882
17883Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17884
17885 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
17886 namespace recognition, and Dia as a resul :-(
17887 * encoding.c: closed bug #3950
17888
17889Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17890
17891 * valid.c: debugging a posteriori validation, except URI expansion
17892 stuff this should be fixed now
17893 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
17894 Carl Nygard <cnygard@bellatlantic.net>
17895 * tester.c: added --postvalid, cleaning of the code
17896 * tree.[ch]: added xmlDocGetRootElement()
17897
17898Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
17899
17900 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
17901 c++ losage.
17902
17903Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17904
17905 * configure.in, doc/xml.html : bumped to 1.8.0
17906 * xlink.[ch], Makefile.am : added framework for link detection
17907 * parser.h: added nbChars to parser context, needed for cleanup.
17908 * xmlmemory.c: removed a nasty bug when out of mem
17909 * valid.[ch]: adding namespace support for attribute decl
17910 * tester.c: added --debugent option
17911 * debugXML.[ch]: added xmlDebugDumpEntities()
17912 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
17913 buffers instead, this was really needed, validation was breaking
17914 in strange ways due to that. Added xmlParseStringPEReference()
17915 and other parsing from strings functions. Entities processing
17916 modified again, but PERef are still not handled correcly but
17917 unless you're Eve Maller you won't notice :-)
17918 * HTMLparser.c: large changes toward reliability, and switched to
17919 lowercase internal tags, XHTML is lowercase, so it will help
17920 that output is closer to next version.
17921 * doc/* : regenerated the documentation, it is now hosted at
17922 http://xmlsoft.org/ (same bits I just bought the domain :-)
17923
17924Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17925
17926 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
17927 doc generation
17928 * parser.c: fixed bugs #3908 and #3937 and a memory leak
17929 in the SAX API
17930 * doc/*: rebuilt the doc making sure everything appears in the
17931 HTML files
17932
17933Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17934
17935 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
17936 added the patch from Carl Nygard <cnygard@bellatlantic.net>
17937 which allow impressive speed improvement on dataset with
17938 large text pieces, but at the cost of broken binary
17939 compatibility and slightly bigger memory usage.
17940 Configure with --with-buffers to activate them, they
17941 are protected with XML_USE_BUFFER_CONTENT define.
17942 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
17943 goal is 0 memory left allocated once parser is no more used
17944 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
17945 call xmlCleanupParser() and xmlMemoryDump()
17946
17947Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17948
17949 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
17950 * parser.[ch] encoding.[ch]: added memory cleanup routines
17951 * parser.c: closing bug #3788
17952 * doc/*: rebuilt the doc
17953
17954Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17955
17956 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
17957 xmlNewTextChild() and xmlSetCompressMode() behaviour.
17958 * tester.c: added --compress option
17959 * doc/*: rebuilt the documentation
17960
17961Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17962
17963 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
17964 if given /proc/kcore as input !
17965 * doc/xml.html doc/*: updated and rebuilt the documentation
17966
17967Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17968
17969 * parser.c: Fixed some wrongly space collapsing code due to
17970 a misreading of the spec.
17971 * result/*: fixed the output accordingly
17972
17973Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17974
17975 * encoding.c: bug fix and typos
17976 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
17977 * parser.c: added attribute normalization closing bug #3597
17978 * test/att* result/att* SAXresult/att*: testcase for attribute
17979 normalization
17980
17981Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17982
17983 * configure.in: closing bug #3163 by adding extra flags for the
17984 cc compiler on HP-UX
17985
17986Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17987
17988 * valid.[ch] : removed a typo and an enumerated type bug in the
17989 xmlAddElementDecl() function
17990 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
17991 call to xmlEncodeEntitiesReentrant() so that the functions
17992 New, Set and Get are at the same level.
17993 * parser.c HTMLparser.c: extra memory allocation bug for
17994 attributes detected by someone using libxml in embedded systems :-)
17995
17996Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17997
17998 * xmlmemory.h: turned off mem debug :-\
17999
18000Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18001
18002 * parser.c: closed bug #2784 a one line fix, but worth pushing
18003 a new release out
18004 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18005 some structures, comments before and after the
18006 main element, and other nastyness
18007 * HTMLtree.c tree.c: accomodate the extended HTML supported
18008 * configure.in: pushing 1.7.4
18009 * test/ent8 and related outputs : added a new test for bug #2784
18010 * test/HTML/wired.html and related output: a nasty HTML example
18011 * Makefile.am: improved the test scripts
18012 * docs/* : reran the documentation extractor, updated xml.html
18013
18014Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18015
18016 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18017 HTMLparser and debugged the HTML related code. HTML documents
18018 now have their own type
18019 * entities.c: do not dump &apos; for HTML output
18020 * xmlmemory.c: improvement, breakpoint mechanism
18021 * testHTML.c: added --sax --repeat ...
18022 * Makefile.am: improved the HTML tests
18023 * valid.[ch]: added xmlValidGetValidElements and
18024 xmlValidGetPotentialChildren
18025 * tester.c: added --insert to test the 2 new functions
18026 * test//* result//* SAXresult//* : regression test cleanup
18027 and extension.
18028 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18029 gnome-xml-nanohttp.html
18030
18031Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18032
18033 * HTMLparser.c: fixed problems with some autoclose tags
18034 * tree.c: fixed XML output problems.
18035 * result/* SAXresult/*: update of the tests output
18036
18037Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18038
18039 * Makefile.am: Arturo patch for xmlConf.sh version info
18040 * parser.c: Tim Josling patch for single quoted items
18041 * tester.c: Tim Josling patch for tester options usage
18042 * tree.h: indent cleanup
18043
18044Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18045
18046 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18047 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18048
18049Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18050
18051 * tree.c : Raph patch for initialization of CORBA fields
18052 * parser.c, xpath.c, ...: modification of doc comments
18053 * xpath.c : allow spaces in xpath expressions
18054
18055Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18056
18057 * xmlmemory.h: turning off memory debug :-(
18058
18059Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18060
18061 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18062 better SAX interfaces.
18063 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18064 entity.
18065 * configure.in: 1.7.2
18066
18067Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18068
18069 * libxml.spec.in: fixed the URL
18070 * doc/xml.html: improved the documentation front-end
18071
18072Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18073
18074 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18075
18076Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18077
18078 * libxml.spec.in: fixed the alpha compile problem
18079 * parser.[ch]: changed errno to errNo in the parser context :-(
18080 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18081 * doc/xml.html: changed CHAR to xmlChar
18082 * doc/html/*: recompiled the documentation
18083 * configure.in: 1.7.1
18084
18085Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18086
18087 * parser.h: modified the parser context struct to regain 1.4.0
18088 binary compatibility
18089 * parser.c, xml-error.h: added errno ot teh context and defined
18090 a set of errors values with update of errno
18091 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18092 DTDs and entities
18093 * *.h, *.c: complete cleanup of the use of config.h and include
18094 protection depending on the current setup.
18095 * overalll debugging, maintenance and bug-fixing on all modules
18096 * updated the documentation
18097 * ready for 1.7.0
18098
18099Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18100
18101 * HTMLparser.c : cleanup
18102 * SAX.c valid.c valid.h: added ID/IDREF checking
18103 * tree.c tree.h: extended doc structure for refs
18104 * configure.in: 1.6.2
18105 * parser.c: patched bug in SAX user arg call
18106 * parserInternals.h: patched missing close in C++ wrapping
18107 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18108 especially upcoming XPointer implementation.
18109 * doc/xml.html: augmented, typo
18110
18111Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18112
18113 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18114 not all invocations of install understand -d.
18115
18116Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18117
18118 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18119 to make 'check' works, when builddir != srcdir.
18120
18121Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18122
18123 * doc/xml.html : updated the documentation
18124
18125Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18126
18127 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18128 not deallocated memory blocks
18129 * *.c : replaces all calls to malloc() free() and realloc() to
18130 the wrapper functions/macros
18131 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18132 instead of xmlFreeNodeList()
18133
18134Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18135
18136 * HTMLparser.c: corrected a stupid bug leading to core dump at
18137 tree deallocation. Removed warnings indicated by
18138 Stephane.Conversy@lri.fr
18139 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18140 looked for in the external subset
18141
18142Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18143
18144 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18145 on SGI by Stephane.Conversy@lri.fr
18146
18147Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18148
18149 * all .h : changed the prototype declaration indent as in gtk
18150 * most .c : working on reducing the TODOs in the code
18151 * most .c : cleanup though -pedantic and Insure++
18152 * improvements on validation ID checkings.
18153 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18154 * xml-config.in: closed #1810
18155
18156Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18157
18158 * tree.h, valid.c, valid.h: more work on validity, IDs
18159 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18160 definition for AIX
18161
18162Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18163
18164 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18165 the distribution due to a cut'n paste error at last commit
18166
18167Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18168
18169 * configure.in: upgraded to version 1.4.0
18170 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18171 Big update, added a large part of the validation process,
18172 it should be usable, but some parts are missing
18173 * xpath.c: improved the implementation w.r.t. root.
18174 * Makefile.am: added more tests
18175 * test and result trees: added a lot of tests
18176 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18177
18178Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18179
18180 * Added an HACKING file
18181
18182Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18183
18184 * xpath.[ch] : improvements and debug of the XPath implementation
18185 * parser.c, HTMLparser.c : modified the parsers to be progressive
18186 * tree.[ch] : extended the Buffer promitives
18187 * xmlIO.[ch] : added basic I/O routines providing progressive
18188 parsing and ready for I18N conversion plugins
18189 * SAXresult/* : the SAX callback sequence maybe slightly different
18190 now
18191 * test*.c : improved/updated the tests programs
18192 * doc/* : recompiled the docs.
18193
181941999-07-26 Michael Meeks <michael@edenproject.org>
18195
18196 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18197
18198 * tree.c: Ditto.
18199
18200Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18201
18202 * configure.in: upgraded to version 1.4.0
18203 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18204 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18205 XML query language, see http://www.w3.org/TR/xpath for more details.
18206 * parser.c, parser.h: added CHAR* related string functions for XPath
18207 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18208 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18209 rebuild the docs.
18210 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18211 and regression testing capabilities for XPath.
18212
18213Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18214
18215 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18216 closing bug #1646
18217
18218Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18219
18220 * Makefile.am, example/Makefile.am: closed bug #1683
18221
18222Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18223
18224 * example/Makefile.am, configure.in: added the makefile for the
18225 gjobread example
18226
18227Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
18228
18229 * doc/Makefile.am:
18230 - fix which allow "make install DESTDIR=</install/prefix>".
18231
18232Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18233
18234 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18235 which fixed a problem on the file reading-code.
18236
18237Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18238
18239 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18240 output.
18241 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18242
18243Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18244
18245 * parser.h : Oops removed the binary compatibility problem
18246 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18247 * parser.c, HTMLparser.c: applied patches for reading from stdin
18248
18249Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18250
18251 * parser.c, entities.c, valid.c: cleanup bug #1591
18252 * configure.in: cleanup bug #1592
18253 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18254 the same tree back-end. Hence gdome will be available for it.
18255 * doc/Makefile.am: close bug #617
18256
18257Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18258
18259 * parser.c: alloctate a per parser context SAX interface block
18260
18261Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18262
18263 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18264 and xmlEncodeEntitiesReentrant with the correct one :-\
18265
18266Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18267
18268 * commit of my internal XML base changes, quite a lot of
18269 changes, cleanups, better entities support, framework for
18270 new I/O and charset detection and handling
18271 * Fixed the configure/Makefile stuff to generate shared libs
18272 with the proper version info, so we jumped on rev from
18273 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18274 xmlEncodeEntities() result need to be freed now, and a string
18275 xmlParserVersion provide the current library version.
18276
18277Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18278
18279 * parser.c: fixed a buffer overrun for when you have a very long
18280 attribute with no entities in it.
18281
18282Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18283
18284 * added example directory
18285 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18286
18287Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18288
18289 * Release of libxml-1.1, nearly everything has been touched for
18290 this.
18291 * Added more regression tests
18292 * Updated the documentation
18293
18294Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18295
18296 * tree.[ch]: unified the XML_NO_CORBA defines.
18297 * parser.c encoding.[ch]: started plugging in char encoding detection
18298
18299Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18300
18301 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18302 Also freed allocated buffer.
18303
18304Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18305 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18306 reentrancy problem at printing. One is left in entities.c, to
18307 remove ASAP
18308 * testSAX.c : added a test example showing the use of the SAX
18309 interface if one doesn't want to build the DOM tree.
18310 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18311
18312Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18313
18314 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18315 large revamping of the parser to use SAX callbacks
18316 http://www.megginson.com/SAX/ (or at least a C like interface
18317 a la Expat). It's now possible to set up your own callbacks
18318 and the parser will not build a DOM tree.
18319 * test/* result/*: updated the test suite, I finally removed
18320 the old Namespace draft support (PI based).
18321
18322Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18323
18324 * Makefile.am: added test result to EXTRA_DIST for make tests
18325
18326Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18327
18328 * parser.c, parserInternals.h: moved the chars macro definitions
18329 to parserInternals.h
18330 * parser.c, error.c: applied patches from "Knut Ã…kesson"
18331 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18332
18333Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18334
18335 * xml-config.in : applied patch to make --version work
18336
183371999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18338
18339 * Makefile.am (check-local): Alias for `tests' target. This will
18340 cause `make check' to do the right thing.
18341 (tests): Don't run tests in srcdir. Also, replaced calls to
18342 basename with a `sed' "equivalent".
18343
18344Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18345
18346 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18347 it in the header and not the sources, updated the doc.
18348 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18349 pointing this out.
18350
18351Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18352
18353 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18354 exported the inputStream routines.
18355 * doc/html/* : updated accordingly
18356
18357Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18358
18359 * parser.c, parser.h, parserInternals.h: added a few extra
18360 internal calls to allocate and free parser contexts ...
18361 * doc/html/* : updated accordingly
18362
18363Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18364
18365 * configure.in, Makefile.am, doc/makefile.am : General changes for
18366 1.0.0 release and including the generated HTML documentation.
18367
18368Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18369
18370 * makefile.am : added parserInternals.h, oops.
18371
18372Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18373
18374 * parserInternals.h: added this header giving access to the parser
18375 internal functions.
18376 * doc/Makefile.am : added a rebuild target which rebuilds the full
18377 set of documentations
18378 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18379 the internal subset.
18380 * *.c *.h: modifications needed to generate the documentation using
18381 gtk-doc, cleanup of functions blocks, reorganisation of struct
18382 declarations.
18383
18384Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18385
18386 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18387 the tar and spec file to include the beginning of the doc.
18388
183891999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18390
18391 * doc/.cvsignore: Added this file.
18392
18393Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18394
18395 * tree.c: fixed xmlGetProp to return "" when the attribute
18396 exists, even if the node-list is NULL.
18397
18398Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18399
18400 * tree.c: patched an error outputting empty attribute values.
18401 * Makefile.am and doc/makefile.am: have been updated during the
18402 week-end. Sorry for an empty CVS log, I got a shell problem.
18403
18404Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18405
18406 * tree.h: cleaned up using enums instead of defines
18407 * parser.c, valid.[ch]: more work on parsing/output of element
18408 declarations
18409
18410Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18411
18412 * valid.[ch], tree.c, parser.c : more work toward full parsing
18413 of XML DTDs.
18414 * README: added informations about mailing-list and on-line
18415 documentation
18416
184171999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18418
18419 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18420
18421Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18422
18423 * parser.c, tree.[ch] : more work toward conformance testing,
18424 added a last element to accelerate parsing of very flat structures
18425 started working on internal subset Element content declaration.
18426 * valid.[ch] : first cut at adding code toward validation.
18427 * previous changes had also small impact on most files, especially
18428 the conformance testing using James Clark test suite.
18429
18430Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18431
18432 * test/* : updated the examples, most of them were not well
18433 formed (humm), and added rdf2.
18434 * result/* : resulting changes in the output.
18435
18436Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18437
18438 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18439
18440Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18441
18442 * tree.c: patched a bug in the generation of empty attributes
18443
18444Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18445
18446 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18447 for node/trees/documents/... Biggest problem is namespace
18448 support when copying subtrees.
18449
18450Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18451
18452 * parser.c, entities.c: improve entities and char ref encoding,
18453 and cleanups of error messages.
18454
18455Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18456
18457 * parser.c, entities.c: simple bug hunting done during rpm2html and
18458 rpmfind integration.
18459
18460Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18461
18462 * parser.[ch]: Added interfaces allowing to specify a SAX
18463 handler before parsing.
18464
18465Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18466
18467 * parser.c: redirrect all errors reporting through the SAX
18468 error function
18469
18470Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18471
18472 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18473 * libtool, tlmain ...: update of the libtool files
18474
184751998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18476
18477 * entities.c: Use g_snprintf insteda of snprintf.
18478
18479Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18480
18481 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18482 added ent5 test for this purpose.
18483 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18484
18485Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18486
18487 * parser.c: fixed? a strange error due to compression on a GWP
18488 document.
18489
18490Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18491
18492 * tree.[ch]: bug fixing
18493 * entities.[ch]: defined a specific type for predefined entities
18494 * doc/xml.html: more documentation on the library, how to use it,
18495 overview of the interfaces.
18496
18497Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18498
18499 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18500
18501Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18502
18503 * tree.c: corrected a small bug
18504 * doc/xml.html: continuing writing documentation.
18505
18506Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18507
18508 * debugXML.h debugXML.c: added debugging utilities.
18509 * tester.c: added --debug switch.
18510 * tree.c: patched an incorrect node->type assignment.
18511 * parser.c: formatting, ensure that node->doc != NULL in attributes
18512
18513Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18514
18515 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18516 entity support and provide an internal representation close to
18517 DOM one (entity ref nodes, and attribute value as tree). I tried
18518 to preserve the interface but this will surely break some apps
18519 (I have to change rpm2html/rpmfind for example). I had to change
18520 two interfaces, and the generated tree is somewhat different.
18521 * doc/* : started documenting the XML library, the tree and
18522 DOM/Corba. This is a first step.
18523
18524Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18525
18526 * parser.c: Set up the fonctions comment block, boring but useful.
18527 * parser.h, SAX.c, parser.c: now attributes are processed through
18528 the SAX interface. The problem is that my SAX interface diverged
18529 quite a bit from the original one, well this is not an official
18530 spec, and translating it from Java to C is hairy anyway...
18531
18532Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18533
18534 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18535 fonctions comment block, boring but useful.
18536
18537Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18538
18539 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18540 conversion routines. However they are not yet used to convert the
18541 inputs. The core will run with UTF-8.
18542
18543Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18544
18545 * tree.c : make sure that the type id is properly set-up when
18546 a new object is allocated, needed for DOM.
18547
18548Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18549
18550 * tree.h, tree.c: Ok, the main objects in the tree will be native
18551 corba objects, it costs 8 bytes per Node, Attribute and Document
18552 but it simplifies the Corba integration a lot (no extra interface
18553 objects to allocate/free).
18554
18555Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18556
18557 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18558 and changed NODEs contants for conformity with DOM Level 1
18559
18560Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18561
18562 * added hooks to keep track of servants when creating objects
18563 xmlDoc and xmlNode (for Corba export).
18564
18565Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18566
18567 * added xml-config script.
18568
18569Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18570
18571 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18572 to autoupdate libtool and automake conf files.
18573
185741998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18575
18576 * Makefile.am: Use '?' to separate the sed
18577 commands as ',' is used when people pass -Wl,something.
18578
18579Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18580
18581 * tree.c, tree.h: added a per-document compression interface.
18582
18583Tue Sep 22 20:47:38 EDT 1998
18584
18585 * tree.c, tree.h: added saving with compression and added interfaces
18586 to control the compression level (xmlGetCompressMode,
18587 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18588
18589Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18590
18591 * parser.c: corrected a loop for files of size 0
18592
185931998-08-20 Raja R Harinath <harinath@cs.umn.edu>
18594
18595 * error.h: New file. Contains prototyes from `error.c'.
18596
18597Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
18598
18599 * Makefile.am (xmlincdir): New macro.
18600 (xmlinc_HEADERS): Renamed from include_HEADERS.
18601
18602Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18603
18604 * applied small patch on numeric entities from
18605 Christopher Blizzard <blizzard@appliedtheory.com>
18606
18607Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18608
18609 * New release 0.2, removed the old xml_* files so that it's
18610 coherent with the other CVS base (W3C), far better conformance
18611 to standard, new namespaces, decent entities support, beginning
18612 of a SAX-like interface. Nearly nothing left intact, even the
18613 test examples ...
18614
186151998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
18616
18617 * .cvsignore: Add .deps dir
18618
18619Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18620
18621 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
18622
18623Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18624
18625 * configure.in: added test for CPP
18626 * AUTHORS, Changelog: the original ones didn't get commited but the
18627 glib ones instead, fixed.
18628 * Makefile.am: corrected an error in library naming
18629
18630Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18631
18632 * integrated code developped at W3C
18633 * changed the original Copyright
18634 * migrated to automake
18635 * prefixed the filenames by xml_ to avoid filename clashes
18636