blob: dfede894a00933e6c52ad8fafe070d089e3436b6 [file] [log] [blame]
Daniel Veillardccc476f2008-03-04 13:19:49 +00001Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
2
3 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
4 a text node.
5 * parser.c: fixed the comment for xmlParserCleanup
6 * globals.c: fixed indentation
7
Daniel Veillard70e20ad2008-02-25 15:44:43 +00008Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
9
10 * testModule.c: patch from Florent Guiliani to fix build on
11 SCO OpenServer
12
Daniel Veillard30663512008-02-21 22:31:55 +000013Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
14
15 * debugXML.c: made one of the changes suggested by Brian Krahmer
16 * testRegexp.c: allow to pass '--' on the command line to allow
17 regexps starting with the character '-'
18
Daniel Veillard5ac88232008-02-19 07:54:52 +000019Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
20
21 * python/Makefile.am python/tests/Makefile.am: applied cleanup
22 patches for cross compilation and MinGW from Roumen Petrov
23
Daniel Veillardc4ba8a42008-02-16 10:08:14 +000024Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
25
26 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
27 Bill
28
Daniel Veillard6f8611f2008-02-15 08:33:21 +000029Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
30
31 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
32 to simplify the processing of xmlSetProp()
33
Daniel Veillard8e1a46d2008-02-15 07:47:26 +000034Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
35
36 * config.h.in configure.in encoding.c: patch from Roumen Petrov
37 to detect if iconv() needs a const for the second parameter
38
Daniel Veillardf3da06d2008-02-15 07:43:00 +000039Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
40
41 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
42 from Florent Guiliani
43
Daniel Veillard3ff24112008-02-13 10:17:41 +000044Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
45
46 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
47 output at the end of document.
48
Daniel Veillard851b2d02008-02-08 10:57:57 +000049Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
50
51 * doc/examples/examples.xml: regenerated, it was truncated.
52
Daniel Veillard643fb5d2008-02-08 10:49:46 +000053Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
54
55 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
56 compilation problems with Mingw32
57
Daniel Veillard041b6872008-02-08 10:37:18 +000058Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
59
60 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
61 when '.' is used in a posCharGroup
62 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
63 added the test to the regression suite
64
Daniel Veillardb242b082008-02-08 09:56:31 +000065Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
66
67 * dict.c: applied patch from Florent Guilian to remove an
68 useless mutex in the xmlDict structure.
69
70Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
71
72 * SAX2.c: another leak reported by Ashwin
73 * xinclude.c: fixed the behaviour when XIncluding a fragment
74 of the current document, patch from Chris Ryan
75
William M. Brackead35832008-02-06 04:12:46 +000076Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
77
78 * nanohttp.c: added space for port number (when not 80) in
79 xmlNanoHTTPMethodRedir, plus a few more comments. Should
80 fix #514521.
81
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +000082Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
83
84 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
85 error about the SAX callback in cdataBlockSplit when streaming
86 XSD validation
87
Daniel Veillard69f8a132008-02-05 08:37:56 +000088Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
89
90 * uri.c: applied a patch based on Petr Sumbera one to avoid a
91 problem with paths starting with //
92
Daniel Veillardad87d5e2008-02-04 16:50:03 +000093Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
94
95 * doc/xml.html doc/xmlmem.html: added a small section on returning
96 memory to the kernel by compacting the heap provided by Wolfram Sang
97
Rob Richards82fbf572008-01-25 19:03:37 +000098Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
99
100 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
101 patch by David Wimsey
102
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000103Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
104
105 * parser.c: fix a memeory leak in internal subset parsing with
106 a fix from Ashwin
107 * test/errors/content1.xml result/errors/content1.xml*:
108 add test to regressions
109
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000110Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
111
112 * configure.in doc/*: preparing release of 2.6.31
113
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000114Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
115
116 * parser.c: avoid a warning on 64bits introduced earlier
117 * parserInternals.c: make more checking on the UTF-8 input
118
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000119Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
120
121 * HTMLparser.c: avoid stopping parsing when encountering
122 out of range characters in an HTML file, report and
123 continue processing instead, should fix #472696
124
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000125Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
126
127 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
128 Makefile.am python/tests/Makefile.am python/Makefile.am
129 check-xsddata-test-suite.py: patches from John Carr to
130 start cleaning up 'make diskcheck' problems c.f. #506228
131
Daniel Veillard5608b172008-01-11 06:53:15 +0000132Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
133
134 * xmllint.c: apply fix from Stefan Kost to avoid a crash
135 in xmllint, fixes 504284
136
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000137Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
138
139 * xml2-config.in: apply patch from Fred Crozat to avoid
140 outputting -L/usr/lib from xml2-config, fixes #497012
141
Daniel Veillard640f89e2008-01-11 06:24:09 +0000142Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
143
144 * HTMLparser.c: fix definition for <embed> to avoid error
145 when saving back, patch from Stefan Behnel fixing 495213
146
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000147Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
148
149 * parser.c: applied patch from Christian Schmidt fixing a
150 column counter update problem, fixes #472696
151
Daniel Veillardac4118d2008-01-11 05:27:32 +0000152Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
153
154 * parser.c: handle a erroneous parsing of attributes in
155 case said attribute has been redeclared in the DTD with a
156 different type
157 * hash.c: fix the hash scanner to not crash if a first element
158 from the hash list is been removed in the callback
159
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000160Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
161
162 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
163 as raised by Felipe Pena, should fix #508156
164
Rob Richards3108ba92007-12-06 10:08:52 +0000165Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
166
167 * pattern.c: fix crash from double free of name for bug #501760
168
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000169Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
170
171 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
172 reported by Hannes Eder
173
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000174Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
175
176 * xmlregexp.c: remove a cut-and-paste copy error
177
Rob Richards91eb5602007-11-16 10:54:59 +0000178Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
179
180 * globals.c threads.c include/libxml/threads.h:
181 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
182 Patch from Marc-Antoine Ruel.
183
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000184Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
185
186 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
187 schema document ownership for bug #495215
188
Daniel Veillard2a512da2007-10-30 20:24:40 +0000189Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
190
191 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
192 should fix #491651
193
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000194Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
195
196 * testURI.c: add a debug option printing all the fields within
197 the parsed URI structure
198
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000199Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
200
201 * xmlsave.c: fix to avoid a crash when dumping an attribute from
202 an XHTML document, patch contributed to fix #485298
203
Daniel Veillardc821e032007-08-28 17:33:45 +0000204Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
205
206 * xmlregexp.c: another nasty regexp case fixed.
207 * test/regexp/ranges2 result/regexp/ranges2: added to regression
208 suite
209
William M. Brackec720082007-08-24 02:57:38 +0000210Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
211
212 * nanohttp.c: Enhanced to include port number (if not == 80) on the
213 "Header:" URL (bug #469681).
214 * xmlregexp.c: Fixed a typo causing a warning message.
215
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000216Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
217
218 * nanohttp.c: fix an open() call with creation without 3rd argument
219 hopefully that interface is never used.
220
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000221Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
222
223 * configure.in doc/*: preparing release of 2.6.30
224
William M. Brackf1794562007-08-23 12:58:13 +0000225Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
226
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000227 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000228 with object caching (bug #469410)
229
Daniel Veillard3888f472007-08-23 09:29:03 +0000230Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
231
232 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
233 applied patch from Frank Gross fixing Schemas IDC import bug
234 #455953 and also add the test to the regression suite
235
Daniel Veillard76d59b62007-08-22 16:29:21 +0000236Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
237
238 * xmlregexp.c: try to fix for the nth time the automata generation
239 in case of complex ranges. I suppose that time it is actually okay
240
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000241Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
242
243 * parser.c: aligned xmlSAXUserParseMemory() to match
244 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
245 cleanup
246
Rob Richardsf779da32007-08-14 09:41:21 +0000247Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
248
249 * xmlIO.c: fixed windows path determination (patch from
250 Roland Schwarz, bug #462877)
251 * win32/Makefile.mingw win32/configure.js: fixed mingw build
252 (patch from Roland Schwarz, bug #462877)
253
Daniel Veillardda629342007-08-01 07:49:06 +0000254Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
255
256 * parser.c: fixed a parser bug where invalid char in comment may
257 not be detected, reported by Ashwin Sinha
258 * test/errors/comment1.xml result/errors/comment1.xml*: added
259 the example to the regression suite
260
Daniel Veillard3814a362007-07-26 11:41:46 +0000261Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
262
263 * xmlsave.c: fixed problem reported on bug #460415
264
William M. Brack50420192007-07-20 01:09:08 +0000265Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
266
267 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
268
William M. Brackb0a94e82007-07-18 18:04:55 +0000269Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
270
271 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
272 Fixes bug #454608.
273
Daniel Veillard65fcf272007-07-11 17:55:30 +0000274Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
275
276 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
277 should fix bug #358125
278
Daniel Veillardcaa19512007-07-04 15:42:46 +0000279Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
280
281 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
282 uses of xmlTextWriterStartDocument()
283
Daniel Veillard734e7662007-06-26 11:30:31 +0000284Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
285
286 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
287 argument occurs, should fix #450936
288
William M. Brack31700e62007-06-13 20:33:02 +0000289Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
290
291 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
292
Daniel Veillard38431c32007-06-12 16:20:09 +0000293Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
294
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000295 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard38431c32007-06-12 16:20:09 +0000296 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
297 in HTML, c.f. bug #305885.
298
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000299Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
300
301 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
302 should not have namespace processing.
303
Daniel Veillarddfac9462007-06-12 14:44:32 +0000304Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
305
306 * parser.c: fixed the push mode when a big comment occurs before
307 an internal subset, should close bug #438835
308 * test/comment6.xml result//comment6.xml*: added a special
309 test in the regression suite
310
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000311Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
312
313 * parser.c: fix bug #414846 where invalid characters in attributes
314 would sometimes not be detected.
315 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
316 test case to the regression tests
317
Daniel Veillard3130fe92007-06-12 12:24:54 +0000318Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
319
320 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
321 in GNU tar, should fix #396751
322
Daniel Veillarddb670152007-06-12 10:04:37 +0000323Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
324
325 * python/types.c: try to allow compilation on old python version
326 should fix #398125
327
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000328Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
329
330 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
331 fixes bug #438390
332
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000333Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
334
335 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
336
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000337Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
338
339 * relaxng.c: fixed bug #407436 a crash in a specific case of
340 Relax-NG validation
341
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000342Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
343
344 * catalog.c: fixed bug #383687, some case of recursion on next
345 were not caught in the catalog code.
346
Daniel Veillard861101d2007-06-12 08:38:57 +0000347Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
348
349 * HTMLparser.c: fixed bug #381877, avoid reading over the end
350 of stream when generating an UTF-8 encoding error.
351
Daniel Veillard2e620862007-06-12 08:18:21 +0000352Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
353
354 * parser.c: fixed bug #366161, trivially added the check in
355 xmlCtxtReset()
356
Rob Richards90ee8df2007-06-08 19:47:37 +0000357Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
358
359 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
360 for VC8 build support to embed manifest within files. Under MS VC, build
361 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
362
Rob Richardse967f0b2007-06-08 19:36:04 +0000363Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
364
365 * threads.c include/libxml/threads.h: use specified calling convention
366 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
367 add xmlDllMain to header for win32 when building for static dll
368
Rob Richardsb8769d62007-06-08 08:50:47 +0000369Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
370
371 * xmlwriter.c: fixed problem with namespace declaration being
372 written more than once per element start tag
373
William M. Brack97ac8192007-06-06 17:19:24 +0000374Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
375
376 * xpath.c: fixed problem with xmlXPathNodeSetSort;
377 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
378
William M. Brackd611c882007-05-31 05:07:17 +0000379Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
380
381 * xpath.c: fixed problem with string value for PI node
382 (bug #442275)
383
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000384Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
385
386 * uri.c: fix bug reported by François Delyon
387
William M. Brack38d452a2007-05-22 16:00:06 +0000388Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
389
390 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
391 by Mark Rowe (bug #440159)
392 * include/libxml/xmlversion.h.in: Added check for definition of
393 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
394 Wendy Doyle and Mark Rowe, bug #346675)
395 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
396 changes to fix compilation warnings - no change to logic.
397
William M. Bracke8827652007-05-16 05:19:13 +0000398Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
399
400 * nanohttp.c: small enhancement to last fix, pointed out
401 by Alex Cornejo
402
William M. Brackd2f682a2007-05-15 19:42:08 +0000403Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
404
405 * nanohttp.c: fixed problem on gzip streams (bug #438045)
406 * xpath.c: fixed minor spot of redundant code - no logic change.
407
William M. Brackca797882007-05-11 14:45:53 +0000408Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
409
410 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
411 in order to produce the required number of significant digits
412 (bug #437179)
413
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000414Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
415
416 * list.c: applied patch to fix xmlListAppend() from
417 Georges-André SILBER
418 * valid.c: also fix the place wher it was called.
419
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000420Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
421
422 * parser.c: tried to fix an error problem on entity content failure
423 reported by Michael Day
424
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000425Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
426
427 * configure.in: typo patch from Bjorn Reese
428
Daniel Veillard491e58e2007-05-02 16:15:18 +0000429Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
430
431 * HTMLparser.c: applied patch from Michael Day to add support for
432 <embed>
433
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000434Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
435
436 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
437 in htmlCreateDocParserCtxt.
438
Daniel Veillarda1413b82007-04-26 08:33:28 +0000439Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
440
441 * uri.c include/libxml/uri.h: patch from Richard Jones to save
442 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000443 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000444
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000445Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
446
447 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
448 patch from Richard Jones to for the silent flag on valgrind
449 when doing "make valgrind"
450 * xmlregexp.c: raise a regexp error when '\' is misused to escape
451 a standard character.
452
Daniel Veillardc9923322007-04-24 18:12:06 +0000453Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
454
455 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
456
Daniel Veillarda44294f2007-04-24 08:57:54 +0000457Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
458
459 * uri.c: fix xmlURIUnescapeString comments which was confusing
460
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000461Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
462
463 * include/win32config.h libxml.h: new patch from Andreas Stricke to
464 better integrate support for Windows CE
465
Daniel Veillard39bcf942007-04-17 14:47:05 +0000466Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
467
468 * doc/* configure.in NEWS: release of libxml2 2.6.28
469
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000470Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
471
472 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
473 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
474 patch from Andreas Stricke to ease the compilation on Windows CE
475
Daniel Veillarded121382007-04-17 12:33:19 +0000476Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
477
478 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
479 a libxml2 patch from Christian Ehrlicher
480
Daniel Veillard42720242007-04-16 07:02:31 +0000481Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
482
483 * HTMLparser.c: change the way script/style are parsed to
484 not try to detect comments, reported by Mike Day
485 * result/HTML/doc3.*: affects the result of that test
486
William M. Brack56578372007-04-11 14:33:46 +0000487Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
488
489 * xmlregexp.c: small enhancement for quantifier range with
490 min occurs of 0; fixes bug 425542.
491
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000492Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
493
494 * xmlIO.c: applied change from Michael Day to avoid a problem when
495 compiled without zlib support.
496
Daniel Veillard7ef51692007-03-21 16:47:12 +0000497Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
498
499 * include/libxml/xpath.h: applied documentation patch from James Dennett
500
William M. Bracka9cbf282007-03-21 13:16:33 +0000501Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
502
503 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
504 * test/regexp/bug420596, result/regexp/bug420596: added regression
505 test for this
506
William M. Bracke978ae22007-03-21 06:16:02 +0000507Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
508
509 * HTMLparser.c: fixed memory access error on parsing of meta data
510 which had errors (bug #382206). Also cleaned up a few warnings
511 by adding some additional DECL macros.
512
Daniel Veillardbd444842007-03-20 08:47:29 +0000513Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
514
515 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
516 the silly __ss_familly problem on various AIXes, should fix #420184
517
William M. Brack0c1e3012007-03-14 12:40:21 +0000518Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
519
520 * configure.in: corrected small error in last commit
521 * xmlreader.c: corrected small typo in last commit
522
William M. Brack06559b32007-03-14 09:34:15 +0000523Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
524
525 * xmlschemas.c: fixed problem with referenced attribute groups
526 (bug #417621)
527 * configure.in: re-ordered some includes for types.h / socket.h
528 (bug #416001)
529
Daniel Veillarda9c56772007-03-09 16:59:05 +0000530Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
531
532 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
533 and state internal flags mixups
534
William M. Brackee0b9822007-03-07 08:15:01 +0000535Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
536
537 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
538 cases when comparing identical nodes (bug #415567) with patch
539 from Oleg Paraschenko
540
William M. Brack7a12e572007-02-16 17:11:09 +0000541Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
542
543 * python/libxml.py: fixed tab problem with patch from
544 Andreas Hanke (bug #408626)
545
546Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000547
548 * doc/xml.html: Changed all references to libxml2 CVS over to
549 the corresponding SVN. A few other spelling/grammar/links
550 also changed.
551 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
552
William M. Brack0bcec062007-02-14 02:15:19 +0000553Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
554
555 * xpath.c: Fixed memory bug with invalid function reported by
556 Francois Delyon on mailing list
557
William M. Brack53ce98c2007-02-13 00:37:20 +0000558Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
559
560 * xinclude.c: fixed problem with invalid char encountered
561 during text include (reported on xslt mailing list)
562
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000563Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
564
565 * Makefile.am: small cleanup to avoid packaging .svn
566 * libxml.h threads.c parser.c: applied patch to avoid a problem
567 in concurrent threaded initialization fix from Ted Phelps
568
William M. Brackd46c1ca2007-02-08 23:34:34 +0000569Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
570
571 * parser.c: added a GROW when parsing complex comments (bug #405666)
572 * gentest.py, testapi.c: added a hack to prevent destruction of any
573 param with 'destroy' in it's description (i.e. param destroyed by
574 the routine under test, so shouldn't be destroyed by testapi)
575 * xmlreader.c: added freeing of 'input' param even on error
576 (fixes leak detected by testapi)
577
William M. Brackc1099be2007-01-31 18:38:56 +0000578Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
579
580 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
581 xmlwriter.c: repositioned #include for libxml.h to avoid
582 compilation error on some architectures (bug #398277)
583 * fixed screwed-up ChangeLog (deleted some duplicate entries)
584
William M. Brack72239ba2007-01-31 18:25:12 +0000585Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000586
587 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
588
William M. Brack72239ba2007-01-31 18:25:12 +0000589Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000590
591 * xpath.c: added checks for alloc fail on calls to
592 xmlXPathNewContext (libxslt bug #400242)
593
594Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
595
596 * Re-generated the documentation (API chunks 27-29 were missing)
597 (also causes changes to testapi.c, elfgcchack.h and
598 win32/libxml2.def.src)
599
600Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
601
602 * python/libxml.c: fix a memory leak in the python string handling
603 when SAX event are passed back to the python handlers
604
605Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
606
607 * xmlreader.c: fix xmlTextReaderSetup() description
608 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
609 test/relaxng/empty1_0.xml test/relaxng/comps.rng
610 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
611 test/relaxng/empty1_1.xml: tests which were apparently
612 never commited to CVS
613
614Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
615
616 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
617 expose xmlTextReaderSetup() function
618
619Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
620
621 * configure.in: adapt the extra versioning code to SVN
622
623Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
624
625 * python/generator.py python/libxml.py: apparently id() sometimes
626 generate negative values and %X outputs -XXXX :-(
627
628Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
629
630 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
631 and XML declaration detection, and associated documentation change
632
633Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
634
635 * xinclude.c: another XInclude user data propagation patch from
636 Michael Day
637
638Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
639
640 * HTMLparser.c: applied patch from Steven Rainwater to fix
641 UTF8ToHtml behaviour on code points which are not mappable to
642 predefined HTML entities, fixes #377544
643
644Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
645
646 * xpath.c: fixed a bug where the principal node type of an axis
647 wasn't tested on name check, fixes bug #377432
648
649Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
650
651 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
652 report and suggestion.
653
654Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
655
656 * uri.c: applied patch from Igor for path conversion on Windows
657
658Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
659
660 * xmlregexp.c: another small change on the algorithm for the
661 elimination of epsilon transitions, should help on #362989 too
662
663Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
664
665 * tree.c: applied documentation patches from Markus Keim
666 * xmlregexp.c: fixed one bug and added a couple of optimisations
667 while working on bug #362989
668
669Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
670
671 * HTMLparser.c: applied a reworked version of Usamah Malik patch
672 to avoid growing the parser stack in some autoclose cases, should
673 fix #361221
674
675Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
676
677 * xpath.c: William spotted an obvious bug
678
679Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
680
681 * NEWS configure.in testapi.c doc//*: preparing release of
682 libxml2-2.6.27
683 * include/libxml/tree.h: fix a small problem with preproc flags
684
685Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
686
687 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
688 * xmllint.c: order XPath elements when using --shell
689
690Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
691
692 * xmlregexp.c: applied fix from Christopher Boumenot for bug
693 #362714 on regexps missing ']'
694
695Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
696
697 * parserInternals.c: applied patch from Marius Konitzer to avoid
698 leaking in xmlNewInputFromFile() in case of HTTP redirection
699
700Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
701
702 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
703 and pointed in #340591
704
705Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
706
707 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
708 htmlReadIO() this should fix #340322
709
710Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
711
712 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
713
714Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
715
716 * HTMLparser.c: fixing HTML minimized attribute values to be generated
717 internally if not present, fixes bug #332124
718 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
719 result/HTML/wired.html.sax: this affects the SAX event strem for
720 a few test cases
721
722Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
723
724 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
725 * result/HTML/entities2.html* test/HTML/entities2.html: added to
726 the regression suite
727
728Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
729
730 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
731 #342556
732 * xmlsave.c: fixed #342556 easy and a whole set of problems with
733 encodings, BOM and xmlSaveDoc()
734
735Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
736
737 * HTMLparser.c: fix #348252 if the document clains to be in a
738 different encoding in the meta tag and it's obviously wrong,
739 don't screw up the end of the content.
740
741Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
742
743 * HTMLparser.c: fix a chunking and script bug #347708
744
745Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
746
747 * HTMLparser.c: remove a warning
748 * encoding.c: check with uppercase for AIX iconv() should fix #352644
749 * doc/examples/Makefile.am: partially handle one bug report
750
751Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
752
753 * parser.c: fix the patch for unreproductable #343000 but
754 also fix a line/column keeping error
755 * result/errors/attr1.xml.err result/errors/attr2.xml.err
756 result/errors/name.xml.err result/errors/name2.xml.err
757 result/schemas/anyAttr-processContents-err1_0_0.err
758 result/schemas/bug312957_1_0.err: affected lines in error output
759 of the regression tests
760
761Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
762
763 * tree.c: fixing bug #344390 with xmlReconciliateNs
764
765Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
766
767 * xmllint.c: added --html --memory to test htmlReadMemory to
768 test #321632
769 * HTMLparser.c: added various initialization calls which may help
770 #321632 but not conclusive
771 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
772 --with-minimum --with-sax1 and --with-minimum --with-schemas
773 fixing #326442
774
775Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
776
777 * relaxng.c: fix a Relax-NG bug related to element content processing,
778 fixes bug #302836
779 * test/relaxng/302836.rng test/relaxng/302836_0.xml
780 result/relaxng/302836*: added to regression tests
781
782Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
783
784 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
785
786Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
787
788 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
789 Should fix #335085
790 * testapi.c: reset the http_proxy env variable to not waste time
791 on regression tests
792
793Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
794
795 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
796
797Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
798
799 * parser.c: fixed the heuristic used when trying to detect mixed-content
800 elememts if the parser wants to treat ignorable whitespaces
801 in a non-standard way, should fix bug #300263
802
803Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
804
805 * parser.c: fix a first arg error in SAX callback pointed out by
806 Mike Hommey, and another one still hanging around. Should fix #342737
807
808Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
809
810 * include/libxml/xmlversion.h.in: fix comment on versions
811 * xmlmemory.c: do not spend too much time digging in dumped memory
812
813Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
814
815 * valid.c: fixed a weird error where validity context whould not
816 show up if warnings were disabled pointed out by Bob Stayton
817 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
818 * doc//* testapi.c: rebuilt the docs
819
820Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
821
822 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
823 library flags for shared and static builds, fixes #344594. If this
824 bites you, use xml2-config.
825
826Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
827
828 * python/Makefile.am: remove the build path recorded in the python
829 shared module as Peter Breitenlohner pointed out, should fix #346022
830
831Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
832
833 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
834 of unescaping from URL to filepath, should fix #344588.
835
836Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
837
838 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
839 for wget detection and fix of a Python path problem, should fix
840 #340993
841
842Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
843
844 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
845 fix entities behaviour when using SAX, had to extend entities
846 content and hack on the entities processing code, but that should
847 fix the long standing bug #159219
848
849Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
850
851 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
852 to provide a clean conversion when setting up a base
853 * SAX2.c tree.c: use said function when setting up doc->URL
854 or using the xmlSetBase function. Should fix #346261
855
856Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
857
858 * xmlIO.c: applied a portability patch from Emelyanov Alexey
859
860Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
861
862 * parser.c: applied and slightly modified a patch from Michael Day to
863 keep _private in the parser context when parsing external entities
864
865Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
866
867 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
868 Brian West and Stefan Anca to add XPointer suport to the Python bindings
869
870Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
871
872 * xmlsave.c: fixed a comment
873 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
874 to add a new function providing the _private field for the generated
875 parser contexts xmlXIncludeProcessFlagsData()
876
877Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
878
879 * xmlIO.c: applied patch from Michael Day doing some refactoring
880 for the catalog entity loaders.
881
882Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
883
884 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
885 as Michael Day pointed out this is needed to use htmlCtxtRead*()
886
887Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
888
889 * parser.c: applied patch from Ben Darnell on #321545, I could not
890 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
891
892Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
893
894 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
895 * parser.c: fix resulting tree corruption when using XML namespace
896 with existing doc in xmlParseBalancedChunkMemoryRecover.
897
898Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
899
900 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
901 in the previous patch.
902
903Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
904
905 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
906 with file names in UTF-8 on Windows, and compat on older win9x
907 versions.
908
909Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
910
911 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
912 on validation errors, the heuristic to guess is a vctxt user
913 pointer is the parsing context was insufficient.
914
915Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
916
917 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
918 applied patch to man pages from Daniel Leidert and regenerated
919
920Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
921
922 * xmlwriter.c: Add a document to the xmlwriter structure and
923 pass document when writing attribute content for encoding support.
924
925Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
926
927 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
928 for consistant handling.
929
930Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
931
932 * xpath.c: Applied the proposed fix for the documentation
933 of xmlXPathCastToString(); see bug #346202.
934
935Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
936
937 * xmlschemas.c: While investigating bug #350247, I noticed
938 that xmlSchemaIDCMatcher structs are massively recreated
939 although only a maximum of 3 structs is used at the same
940 time; added a cache for those structures to the
941 validation context.
942
943Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
944
945 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
946 bug in xmlSchemaXPathEvaluate should close #351032
947
948Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
949
950 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
951 xmlSchemaClearValidCtxt
952
953Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
954
955 * python/generator.py: fixed the conversion of long parameters
956
957Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
958
959 * xmlsave.c: Removed the automatic generation of CDATA sections
960 for the content of the "script" and "style" elements when
961 serializing XHTML. The issue was reported by Vincent Lefevre,
962 bug #345147.
963 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
964 results due to the serialization change described above.
965
966Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
967
968 * configure.in parser.c xmllint.c include/libxml/parser.h
969 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
970 to expose if zlib support was compiled in, in the header, in the
971 feature API and in the xmllint --version output.
972
973Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
974
975 * SAX2.c: refactor to use normal warnings for entities problem
976 and not straight SAX callbacks.
977
978Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
979
980 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
981 The simple type, which was the content type definition
982 of a complex type, which in turn was the base type of a
983 extending complex type, was missed to be set on this
984 extending complex type in the derivation machinery.
985
986Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
987
988 * xpath.c: Changed xmlXPathCollectAndTest() to use
989 xmlXPathNodeSetAddNs() when adding a ns-node in case of
990 NODE_TEST_TYPE (the ns-node was previously added plainly
991 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
992 this specialized ns-addition function was already used,
993 I assume it was missed to be used with NODE_TEST_TYPE.
994
995Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
996
997 * HTMLparser.c: applied const'ification of strings patch from
998 Matthias Clasen
999
1000Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1001
1002 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1003 destroy the condition associated to the mutex.
1004
1005Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1006
1007 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1008 revealed by a Libxslt regression test.
1009
1010Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1011
1012 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1013 usable outside predicate evaluation; the intention is to
1014 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1015 like in <xsl:if test="/foo">.
1016
1017Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1018
1019 * xpath.c: Fix a memory leak which occurred when using
1020 xmlXPathCompiledEvalToBoolean().
1021
1022Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1023
1024 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1025 python/tests/Makefile.am:
1026 Added code submitted by Andreas Pakulat to provide node
1027 equality, inequality and hash functions, plus a single
1028 test program to check the functions (bugs 345779 + 345961).
1029
1030Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1031
1032 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1033 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1034 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1035 to be aware of a boolean result request. The new function
1036 is now used to evaluate predicates.
1037
1038Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1039
1040 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1041 introduced field @rewriteType on xmlXPathStepOp was not
1042 initialized to zero here; this could lead to the activation
1043 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1044 @rewriteType is randomly set to the value 1. A test
1045 (hardcoding the intial value to 1) revealed that the
1046 resulting incorrect behaviour is similar to the behaviour
1047 as described by Arnold Hendriks on the mailing list; so I
1048 hope that will fix the issue.
1049
1050Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1051
1052 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1053 was introduced with the addition of the d-o-s rewrite
1054 and made xpath.c unable to compile if XPATH_STREAMING
1055 was not defined (reported by Kupriyanov Anatolij -
1056 #345752). Fixed the check for d-o-s rewrite
1057 to work on the correct XPath string, which is ctxt->base
1058 and not comp->expr in this case.
1059
1060Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1061
1062 * xpath.c: Added optimization for positional predicates
1063 (only short-hand form "[n]"), which have a preceding
1064 predicate: "/foo[descendant::bar][3]".
1065
1066Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1067
1068 * parser.c: try to fix the crash raised by the parser in
1069 recover mode as pointed by Ryan Phillips
1070
1071Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1072
1073 * python/types.c: patch from Nic Ferrier to provide a better type
1074 mapping from XPath to python
1075
1076Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1077
1078 * runtest.c: applied patch from Boz for VMS and reporting
1079 Schemas errors.
1080
1081Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1082
1083 * testapi.c: applied patch from Felipe Contreras when compiling
1084 with --with-minimum
1085
1086Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1087
1088 * tree.c include/libxml/tree.h: Fixed a bug in
1089 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1090 very first given node had an attribute node :-( This was due
1091 to a missed check in the traversal mechanism.
1092 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1093 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1094 reusal; so the map-items don't need to be created for every
1095 cloning/adoption. Added a callback function to it for
1096 retrieval of xmlNsPtr to be set on node->ns; this is needed
1097 for my custom handling of ns-references in my DOM wrapper.
1098 Substituted code which created the XML namespace decl on
1099 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1100 those nastly "warnigns" from the docs of the clone/adopt
1101 functions; they work fine on my side.
1102
1103Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1104
1105 * result/pattern/namespaces: Adjusted the result of a
1106 regression test, since the fix of xmlGetNodePath() revealed a
1107 bug in this test result.
1108
1109Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1110
1111 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1112
1113Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1114
1115 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1116 for elements in the default namespace, rather than generating
1117 an unprefixed named node test and loosing the namespace
1118 information.
1119
1120Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1121
1122 * include/libxml/parser.h: Clarified in the docs that the tree
1123 must not be tried to be modified if using the parser flag
1124 XML_PARSE_COMPACT as suggested by Stefan Behnel
1125 (#344390).
1126
1127Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1128
1129 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1130
1131Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1132
1133 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1134 when the expression was not valid and @comp was NULL and I
1135 tried to do the d-o-s rewrite.
1136
1137Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1138
1139 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1140
1141Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1142
1143 * xpath.c: Enabled the compound traversal again; I added a
1144 check to use this only if the have an expression starting
1145 with the document node; so in the case of "//foo", we
1146 already know at compilation-time, that there will be only
1147 1 initial context node. Added the rewrite also to
1148 xmlXPathEvalExpr().
1149
1150Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1151
1152 * xinclude.c: fix bug #343968, include='text' can't lead to a
1153 recursion.
1154
1155Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1156
1157 * xpath.c: Disabled the compound traversal for the release;
1158 I need first to assure that this is done only if we have
1159 1 initial node.
1160
1161Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1162
1163 * xpath.c: fixed memory leak in xpath error reporting
1164
1165Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1166
1167 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1168
1169Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1170
1171 * xpath.c include/libxml/xpath.h runsuite.c:
1172 Changed the name of the recently added public function
1173 xmlXPathContextSetObjectCache() to
1174 xmlXPathContextSetCache(); so a more generic one, in
1175 case we decide to cache more things than only XPath
1176 objects.
1177
1178Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1179
1180 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1181 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1182 traversal of 2 axes when we have a "//foo" expression.
1183 This is done with a rewrite of the XPath AST in
1184 xmlXPathRewriteDOSExpression(); I added an additional field
1185 to xmlXPathStepOp for this (but the field's name should be
1186 changed). The mechanism: the embracing descendant-or-self
1187 axis traversal (also optimized to return only nodes which
1188 can hold elements), will produce context nodes for the
1189 inner traversal of the child axis. This way we avoid a full
1190 node-collecting traversal of the descendant-or-self axis.
1191 Some tests indicate that this can reduce execution time of
1192 "//foo" to 50%. Together with the XPath object cache this
1193 all significantly speeds up libxslt.
1194
1195Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1196
1197 * xmlschemas.c: A warning will now be reported in the value of
1198 the XSD attribute 'schemaLocation' does not consist of tuples
1199 (namespace-name, document-URI). A warning will be reported
1200 if a schema document could not be found at the specified
1201 location (via 'schemaLocation' or
1202 'noNamespaceSchemaLocation').
1203 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1204 xmlParserErrors.
1205
1206Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1207
1208 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1209 recreation (if possible) of the node-set which is used to
1210 collect the nodes in the current axis for the currect context
1211 node. Especially for "//foo" this will decrease dramatically
1212 the number of created node-sets, since for each node in the
1213 result node-set of the evaluation of descendant-or-self::node()
1214 a new temporary node-set was created. Added node iterator
1215 xmlXPathNextChildElement() as a tiny optimization for
1216 child::foo.
1217
1218Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1219
1220 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1221 It sits on an xmlXPathContext and need to be explicitely
1222 activated (or deactivated again) with
1223 xmlXPathContextSetObjectCache(). The cache consists of 5
1224 lists for node-set, string, number, boolean and misc XPath
1225 objects. Internally the xpath.c module will use object-
1226 deposition and -acquisition functions which will try to reuse
1227 as many XPath objects as possible, and fallback to normal
1228 free/create behaviour if no cache is available or if the cache
1229 is full.
1230 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1231 tests if a cache-creation is turned on by default for the whole
1232 library, e.g. for testing purposes of the cache. It is
1233 deactivated here in order to avoid confusion of the memory leak
1234 detection in runsuite.c.
1235
1236Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1237
1238 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1239 seems we really need to walk the whole list, since those
1240 nastly namespace nodes need to be added with
1241 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1242 A flag on the node-set indicating if namespace nodes are in
1243 the set would help here; this is the 3rd flag which would
1244 be usefull with node-sets. The current flags I have in mind:
1245 1) Is a node-set already sorted?
1246 This would allow for rebust and optimizable sorting
1247 behaviour.
1248 2) Of what type are the nodes in the set (or of mixed type)?
1249 This would allow for faster merging of node-sets.
1250 3) Are namespace nodes in the set?
1251 This would allow to skipp all the namespace node specific
1252 special handling. Faster node-set merging if the first
1253 set is empty; just memcpy the set.
1254
1255Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1256
1257 * xpath.c: Optimization of count(): eliminated sorting
1258 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1259 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1260 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1261
1262Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1263
1264 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1265 with colons in name and no namespace.
1266
1267Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1268
1269 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1270 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1271 xmlXPathCmpNodesExt(). Added additional checks in various code
1272 parts to avoid calling sorting or merging functions if the
1273 node-set(s) don't need them; i.e., if they are empty or contain
1274 just one node.
1275
1276Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1277
1278 * xpath.c: Optimized the comparison for non-element nodes
1279 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1280 of node-sets. This enhancement is related to bug #165547.
1281 There are other places where the old comparison function
1282 xmlXPathCmpNodes() is still called, but I currently don't
1283 know exactly what those calls are for; thus if they can be
1284 substituted (if it makes sense) for the new function.
1285
1286Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1287
1288 * xpath.c: Applied patch from Rob Richards, fixing a potential
1289 memory leak in xmlXPathTryStreamCompile(), when a list of
1290 namespaces was assigned to the XPath compilation context;
1291 here a new namespace list was created and passed to
1292 xmlPatterncompile(); but this list was not freed afterwards.
1293 Additionally we avoid now in xmlXPathTryStreamCompile() to
1294 compile the expression, if it has a colon - indicating
1295 prefixed name tests - and no namespace list was given. The
1296 streaming XPath mechanism needs a namespace list at
1297 compilation time (unlike normal XPath, where we can bind
1298 namespace names to prefixes at execution time).
1299 * pattern.c: Enhanced to use a string dict for local-names,
1300 ns-prefixes and and namespace-names.
1301 Fixed xmlStreamPushInternal() not to use string-pointer
1302 comparison if a dict is available; this won't work, since
1303 one does not know it the given strings originate from the
1304 same dict - and they normally don't do, since e.g.
1305 namespaces are hold on xmlNs->href. I think this would be
1306 worth an investigation: if we can add a @doc field to xmlNs
1307 and put the @href in to a additionan namespace dict hold
1308 in xmlDoc. Daniel will surely not like this idea :-) But
1309 evaluation of tons of elements/attributes in namespaces
1310 with xmlStrEqual() isn't the way we should go forever.
1311
1312Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1313
1314 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1315 The code expected a node (xmlNodePtr) on the info for a
1316 non-existent default attribute, which clearly cannot be
1317 expected, since the attribute does not exist. I can only
1318 guess that this sneaked trying to eliminate the query
1319 for the owner-element, which is unavoidable actually.
1320 Note that creation of default attributes won't have an
1321 effect if validating via SAX/XMLReader; i.e., the processor
1322 won't fire additional start-attribute events (I'm not even
1323 sure if Libxml2 has such a SAX-event; I think it hands them
1324 all over in the start-element event).
1325
1326Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1327
1328 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1329 In xmlSchemaBuildContentModelForSubstGroup(),
1330 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1331 xmlAutomataNewTransition2() to mimic a xs:choice for
1332 substitution-groups.
1333 * test/schemas/subst-group-1_1.xsd
1334 test/schemas/subst-group-1_0.xml
1335 result/schemas/subst-group-1_0_1
1336 result/schemas/subst-group-1_0_1.err: Added regression test
1337 supplied by Michael Romer for bug #341150.
1338
1339Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1340
1341 * relaxng.c: Fixed compilation error with patch supplied by
1342 Graham Bennett.
1343
1344Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1345
1346 * xmlschemas.c: We'll raise an internal error and stop
1347 validation now when an entity is found in the instance
1348 document, since we don't support automatic entity
1349 substitution by the schema processor (yet?) -
1350 see bug #340316, reported by Nick Wellnhofer.
1351
1352Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1353
1354 * configure.in: applied another Python detection patch from Joseph Sacco
1355 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1356 too
1357
1358Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1359
1360 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1361 patch from Kjartan Maraas, fixing #340404
1362
1363Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1364
1365 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1366 input buffer
1367
1368Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1369
1370 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1371 paths at the last moment
1372 * relaxng.c testapi.c tree.c: fix some comments
1373
1374Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1375
1376 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1377 file paths on Windows
1378
1379Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1380
1381 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1382
1383Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1384
1385 * tree.c: fix compilation without tree
1386
1387Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1388
1389 * xmllint.c: applied patch from Gary Coady to really make sure
1390 xmllint --nonet would not reach the network, should fix #337483.
1391
1392Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1393
1394 * configure.in: applied patch from Joseph Sacco changing slightly
1395 the python detection scheme should fix bug #338526
1396
1397Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1398
1399 * parser.c: fix the error message for invalid code point in content
1400 c.f. bug #339311
1401
1402Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1403
1404 * xmlschemas.c test/schemas/restriction-enum-1*
1405 result/schemas/restriction-enum-1*: Fixed incorrect
1406 validation of restricted enumerations. Added related
1407 regression tests.
1408
1409Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1410
1411 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1412 in case of errors, should fix bug #338303
1413
1414Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1415
1416 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1417 in case of errors, should fix bug #338306
1418
1419Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1420
1421 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1422 applied man page improvements from Daniel Leidert
1423
1424Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1425
1426 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1427 fixing #336163 and #336164
1428
1429Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1430
1431 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1432
1433Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1434
1435 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1436 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1437 patches from Aivars Kalvans to make unicode tables const, fixes
1438 bug #336096, this also updates to Unicode 4.01 final with a couple
1439 of character ranges fixes.
1440
1441Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1442
1443 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1444 #335603 and resync'ed genChRanges.py to the expected output.
1445
1446Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1447
1448 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1449 #316338 and adding a couple of optimizations in the regexp
1450 compilation engine.
1451 * test/regexp/bug316338 result/regexp/bug316338: added regression
1452 tests based on the examples provided in the bug report.
1453
1454Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1455
1456 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1457 warning raised by gcc-4.1 and latests changes
1458
1459Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1460
1461 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1462 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1463 pass on coverity reports.
1464
1465Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1466
1467 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1468 on coverity reports.
1469
1470Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1471
1472 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1473 python/libxml.c: more cleanups based on coverity reports.
1474
1475Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1476
1477 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1478 of small cleanups based on coverity reports.
1479
1480Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1481
1482 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1483
1484Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1485
1486 * xml2-config.in: fix Red Hat bug #184170
1487
1488Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1489
1490 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1491 "strict" lookup for namespaces based on a prefix. Fixed a
1492 namespace processing issue in the clone-node function, which
1493 occured if a @ctxt argument was given.
1494
1495Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1496
1497 * valid.c: fix HTML attribute ID checking for input element.
1498 Maintain current attribute "name" behavior for now.
1499
1500Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1501
1502 * tree.c: Bundled lookup of attr-nodes and retrieving their
1503 values into the functions xmlGetPropNodeInternal() and
1504 xmlGetPropNodeValueInternal(). Changed relevant code
1505 to use those functions.
1506
1507Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1508
1509 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1510
1511Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1512
1513 * python/libxml2.py: remove a tab, as pointed out on IRC
1514
1515Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1516
1517 * tree.c: Fix the add sibling functions when passing attributes.
1518 Modify testing for ID in xmlSetProp.
1519 No longer remove IDness when unlinking or replacing an attribute.
1520
1521Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1522
1523 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1524 if /etc/xml/catalog doesn't exist.
1525
1526Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1527
1528 * doc//*: updated the Ruby bindings links, and regenerated the
1529 docs.
1530
1531Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1532
1533 * catalog.c: improve catalog debugging message patch from Rick Jones
1534
1535Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1536
1537 * python/types.c: Nic Ferrier found debug statement left in the
1538 XPath conversion code
1539
1540Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1541
1542 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1543 Daniel Leidert
1544
1545Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1546
1547 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1548 The constructor needs a bucket to be assigned during component
1549 fixup.
1550
1551Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1552
1553 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1554 the empty string (reported by Bas Driessen on the mailing-list).
1555 Fixed schema XSI-acquisition and construction: the schemata
1556 (xmlSchema) didn't get the targetNamespace in some cases, thus
1557 the component resolution mechanism failed to work. The XSI
1558 stuff needs to be tested more intensively; think about how
1559 to test this for regression.
1560
1561Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1562
1563 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1564 Daniel Leidert
1565
1566Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1567
1568 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1569 Leidert, c.f. #331290
1570
1571Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1572
1573 * xmllint.c: fix an error report when using --path and --valid
1574 closes bug #331290
1575
1576Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1577
1578 * relaxng.c: trying to fix #331062, this is again a problem
1579 around interleave, there is no good fix unless reimplementing
1580 but this works around some cases and allow to validate in that
1581 case.
1582
1583Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1584
1585 * tree.c: Fixed bug #328896 reported by Liron. The path
1586 for text- and CDATA-section-nodes was computed incorrectly
1587 in xmlGetNodePath().
1588
1589Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1590
1591 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1592 and more thorough tests on atoms comparisons.
1593
1594Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1595
1596 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1597 Borland C++ 6
1598
1599Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1600
1601 * parser.c: bill pointed out a missing block in xmlParseComment
1602 trying to fill with a normal processing of the given character.
1603
1604Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1605
1606 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1607 * test/badcomment.xml result//badcomment.xml*: added to the regression
1608 suite.
1609
1610Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1611
1612 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1613 the header file.
1614
1615Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1616
1617 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1618 the API. It will be used to reflect DOM's Node.cloneNode and
1619 Document.importNode methods.
1620 The pros: 1) non-recursive, 2) optimized ns-lookup
1621 (mostly pointer comparison), 3) user defined ns-lookup,
1622 4) save ns-processing. The function is in an unfinished
1623 and experimental state and should be only used to test it.
1624
1625Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1626
1627 * uri.c: applied patch from Rob Richards fixing the URI regressions
1628 tests on Windows which seems to indicate bad escaping.
1629
1630Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1631
1632 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1633 the previous addition of the removal of redundant ns-decls.
1634
1635Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1636
1637 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1638 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1639 was given. Note that I haven't moved this option to the
1640 header file yet; so just call this function with an @option
1641 of 1 to test the behaviour.
1642
1643Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1644
1645 * tapi.c win32/Makefile.*: Added changed as proposed on
1646 the mailing list by venkat naidu in order to compile
1647 testapi.c on windows.
1648
1649Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1650
1651 * configure.in xml2-config.in: trying to fix windows/configure
1652 issues reported by Tim Van Holder
1653
1654Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1655
1656 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1657 when operating on an HTML document.
1658
1659Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1660
1661 * relaxng.c include/libxml/relaxng.h: Added
1662 xmlRelaxNGSetParserStructuredErrors() to the API.
1663
1664Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1665
1666 * parser.c: reverted first patches for #319279 which led to #326295
1667 and fixed the problem in xmlParseChunk() instead
1668 * test/ent11 result//ent11*: added test for #326295 to the regression
1669 suite
1670
1671Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1672
1673 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1674 regenerated the docs, preparing for release of 2.6.23
1675 * pattern.c xmlschemas.c: fixed some comments
1676
1677Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1678
1679 * test/XPath/docs/nodes test/XPath/tests/nodespat
1680 result/XPath/tests/nodespat: Added regression tests for
1681 the latest XPath/pattern fixes.
1682
1683Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1684
1685 * pattern.c: Another fix to handle "foo//.": "foo" was not
1686 included in the resulting node-set.
1687
1688Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1689
1690 * pattern.c xpath.c include/libxml/pattern.h:
1691 Fixed bug #322928, reported by Erich Schubert: The bug was
1692 in pattern.c, which is used for a tiny subset of xpath
1693 expression which can be evaluated in an optimized way.
1694 The doc-node was never considered when evaluating "//"
1695 expressions. Additionally, we fixed resolution
1696 to nodes of any type in pattern.c; i.e. a "//." didn't work
1697 yet, as it did select only element-nodes. Due to this
1698 issue the pushing of nodes in xpath.c needed to be adjusted
1699 as well.
1700
1701Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1702
1703 * parser.c: tiny refactoring patch from Bjorn Reese
1704
1705Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1706
1707 * SAX2.c: fix bug #324432 with <xml:foo/>
1708 * test/ns7 resul//ns7*: added to the regression tests
1709
1710Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1711
1712 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1713 MinGW compilation problem, should close bug #324943
1714
1715Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1716
1717 * xmlschemas.c: Removed last dependency on the obsolete enum
1718 xmlSchemaValidError.
1719
1720Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1721
1722 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1723 and doc build fixes from Michael Day
1724
1725Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1726
1727 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1728 Sreeni Nair.
1729
1730Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1731
1732 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1733 a child of an element (fix by Oleksandr Kononenko).
1734 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1735
1736Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1737
1738 * xmlschemas.c xmlstring.c: Fixed a segfault during
1739 text concatenation when validating a node tree:
1740 xmlStrncat was called with a @len of -1; but unlike
1741 xmlStrncatNew, it does not calculate the length
1742 automatically in such a case (reported by Judy Hay
1743 on the mailing list).
1744 Updated the descriptions of the involved string
1745 functions to note this.
1746
1747Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1748
1749 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1750 http resources.
1751
1752Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1753
1754 * win32/configure.js: Added enable/disable of runtime
1755 debugging (LIBXML_DEBUG_RUNTIME).
1756
1757Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1758
1759 * include/libxml/xmlversion.h.in: Fixed to define
1760 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1761
1762Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1763
1764 * test/schemas/bug321475* result/schemas/bug321475*:
1765 Added regression test for bug #321475 (reported by
1766 Gabor Nagy). Fixing of bug #323510 seemed to have
1767 fixed this bug as well.
1768
1769Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1770
1771 * test/schemas/bug323510* result/schemas/bug323510*:
1772 Added regression test for bug #323510.
1773
1774Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1775
1776 * xmlschemas.c: Workaround for bug #323510 (reported by
1777 Jonathan Filiatrault): substituted the epsilon transition
1778 for a labelled transition, in order to avoid a bug in
1779 xmlregexp.c which eliminated the epsilon transition and
1780 marked the initial state as final.
1781
1782Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
1783
1784 * xmlreader.c: Gary Coady pointed a memory leak in
1785 xmlTextReaderReadInnerXml() applied patch fixing #323864
1786
1787Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1788
1789 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
1790 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
1791 of warnings shown by HP-UX compiler and reported by Rick Jones
1792
1793Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1794
1795 * xmlwriter.c: Insert space between pubid and sysid when both
1796 passed to xmlTextWriterStartDTD and indenting not being used.
1797 Remove no longer used Mem callbacks.
1798
1799Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1800
1801 * runsuite.c: Changed to instantly mark instance-tests as
1802 failed if the corresponding schema was invalid. This
1803 reflects the side of the Python code for the XML Schema test
1804 suite. We now get the same number of failed tests on both
1805 sides.
1806
1807Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1808
1809 * xmlreader.c include/libxml/xmlreader.h: Added
1810 xmlTextReaderSchemaValidateCtxt() to the API.
1811
1812Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1813
1814 * xmlschemas.c: Fixed a segfault: the instance document was
1815 still tried to be validated, if the schema, dynamically
1816 acquired using XSI was invalid, thus mangled. The
1817 validation will stop (or rather won't validate) now in
1818 such a case. The schema parser error code will be set
1819 on the validion context now; this is somehow not nice,
1820 but it assures that the validation context indicates an
1821 error in there was a parser error.
1822
1823Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
1824
1825 * xmlreader.c: small doc patch from Aron Stansvik
1826 * legacy.c: another doc patch for a deprecated API
1827
1828Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1829
1830 * Makefile.am: Tiny change for 'make tests': raised
1831 the number of expected failures for James Clark's
1832 XML Schema datatype tests from 10 to 11. The additional
1833 reported error was agreed to be correct long time ago,
1834 but we missed to adjust the message reported by
1835 the testing script.
1836
1837Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1838
1839 * result/schemas/decimal* result/schemas/bug322411*:
1840 Added missing regression test results for the latest IDC
1841 and xs:decimal bugs.
1842
1843Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1844
1845 * test/schemas/decimal* test/schemas/bug322411*: Added
1846 regression tests for the latest IDC and xs:decimal bugs.
1847
1848Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1849
1850 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
1851 parent's list of duplicates was filled with NULLs instead
1852 of the nodes under certain conditions. This lead to a
1853 segfault when the list's entries were accessed.
1854
1855Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1856
1857 * xmlschemastypes.c: Fixed parsing of xs:decimal to
1858 allow/deny special lexical forms. Fixed the totalDigits
1859 for values in the range (x < 1) && (x > -1) && (x != 0);
1860 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
1861 Adjusted the comparison function for decimals due to this
1862 change. As a side effect comparison against zeroes was
1863 optimized.
1864
1865Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1866
1867 * xmlschemas.c: An assignment to a local variable, which was
1868 used to access the IDC node list, was missing after the
1869 reallocation of the list (reported by Fabrice GUY
1870 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
1871 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
1872 it is used to force bubbling of IDC node tables even
1873 if not necessary; this was intended to be used for test
1874 purposes, but I obviously missed to disable it (although
1875 it apparently helped finding the bug).
1876
1877Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1878
1879 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
1880 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
1881 this caused XSI-driven-dynamic schema acquisition to fail
1882 with @noNamespaceSchemaLocation (reported by Julien Lamy
1883 on the mailing list).
1884
1885Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1886
1887 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
1888 which caused the search for components to stop at the
1889 first encountered attribute group component.
1890 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
1891 designation of a not-found component was not reported.
1892
1893Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1894
1895 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
1896 in the date and time code raised on IRIX 6.5
1897
1898Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1899
1900 * xmlschemas.c include/libxml/xmlschemas.h:
1901 Added xmlSchemaSetParserStructuredErrors() to the API.
1902 Fixed channeling of error relevant information to
1903 subsequent parser/validation contexts.
1904
1905Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
1906
1907 * parserInternals.c: removed unreachable code pointed out by
1908 Oleksandr Kononenko, fixes bug #321695
1909
1910Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
1911
1912 * parser.c: use ctxt->standalone = -2 to indicate that the
1913 XMLDecl was parsed but no standalone attribute was found,
1914 suggested by Michael Day to detect if an XMLDecl was found.
1915
1916Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
1917
1918 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
1919 were not properly reported.
1920
1921Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
1922
1923 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
1924 which is not needed.
1925
1926Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1927
1928 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
1929 to use xmlSchemaGetCanonValueWhtspExt() in order to
1930 correctly report values for xs:anySimpleType.
1931 * test/schemas/idc-keyref-err1*
1932 result/schemas/idc-keyref-err1*: Added a test for this change.
1933
1934Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
1935
1936 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
1937 Return error condition not len if xmlwriter fails writing to buffer.
1938
1939Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
1940
1941 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
1942 applied patch from Geert Jansen to implement the save function to
1943 a xmlBuffer, and a bit of cleanup.
1944
1945Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1946
1947 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
1948 totalDigits value to be positiveInteger.
1949 Fixed crash in an error report function when we gave it
1950 the document node; only element and attribute nodes are
1951 processed now (reported by Rob Richards).
1952
1953Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
1954
1955 * xmlregexp.c: fix bug #319897, problem with counted atoms
1956 when the transition itself is counted too
1957 * result/regexp/hard test/regexp/hard: augmented the regression
1958 tests with the problem exposed.
1959
1960Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
1961
1962 * win32/Makefile.mingw include/win32config.h: applied patch from
1963 Mark Junker to fix compilation with MinGW
1964
1965Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
1966
1967 * libxml.3: tiny fix from Albert Chin
1968 * runsuite.c runtest.c testapi.c: portability cleanup for arch
1969 needing trio for *printf
1970
1971Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1972
1973 * tree.c: add additional checks to prevent tree corruption. fix problem
1974 copying attribute using xmlDocCopyNode from one document to another.
1975
1976Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
1977
1978 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
1979 cleanup from Albert Chin
1980 * doc/Makefile.am: html/index.sgml doesn't exist anymore
1981
1982Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
1983
1984 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
1985 HP-UX and AIX
1986
1987Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
1988
1989 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
1990 module portability
1991
1992Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
1993
1994 * error.c: fixing a portability problem on some old Unices with
1995 patch from Albert Chin
1996
19972005-10-27 Aleksey Sanin <aleksey@aleksey.com>
1998
1999 * c14n.c result/c14n/exc-without-comments/test-2
2000 test/c14n/exc-without-comments/test-2.xml
2001 test/c14n/exc-without-comments/test-2.xpath: fixing
2002 bug in exc-c14n namespace visibility + test case (bug #319367)
2003
2004Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2005
2006 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2007
2008Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2009
2010 * valid.c xmlregexp.c include/libxml/valid.h
2011 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2012 as this seems to give troubles with VC6 and stl as reported by
2013 Samuel Diaz Garcia.
2014
2015Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2016
2017 * parserInternals.c: fix a problem in some error case on Solaris
2018 when passed a NULL filename, pointed by Albert Chin.
2019
2020Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2021
2022 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2023 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2024 to the regression suite
2025
2026Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2027
2028 * HTMLparser.c: typo fix from Michael Day
2029
2030Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2031
2032 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2033 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2034
2035Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2036
2037 * parser.c: fixed second spot where CRLF split between chunks
2038 could cause trouble (bug #319279)
2039 * gentest.py, testapi.c: fixed two problems involved with
2040 --with-minimum compilation (compilation errors with schematron
2041 and formal expressions tests)
2042
2043Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2044
2045 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2046
2047Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2048
2049 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2050 the London airport.
2051
2052Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2053
2054 * xmlschemas.c: Removed creation of a temporary parser context
2055 during validation when processing xsi:type; this previously
2056 added a string to the dict of the schema - to assure thread
2057 safety, we don't want to modify a given schema during
2058 validation.
2059
2060Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2061
2062 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2063 misuse of vsnprintf
2064 * configure.in, config.h.in: added a configuration check for
2065 va_copy and added a define for VA_COPY for xmlwriter.c fix
2066 * parser.c: fixed problem with CRLF split between chunks (bug
2067 #319279) (fix provided by Brion Vibber)
2068
2069Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2070
2071 * xmlschemas.c: Fixed a potential memory leak in
2072 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2073 Fixed setting of ctxt->err to the given error code in
2074 the parsing error functions.
2075 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2076 starting point for IDC XPath compilation; this and some other
2077 tiny changes fixes issues regarding whitespace in the
2078 expressions and IDC selector/field relevant restrictions of
2079 the subset of XPath. Fixed a missing blocking of attributes
2080 in xmlStreamPushInternal().
2081
2082Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2083
2084 * runtest.c: removed the error message
2085 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2086 documentation
2087 * include/libxml/schemasInternals.h: changed warning about API stability
2088 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2089 regexps and automata. Not fully finished but should be way better.
2090
2091Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2092
2093 * xmlschemas.c: Fixed a memory leak in
2094 xmlSchemaContentModelDump(). Added output of local types
2095 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2096 dump output.
2097
2098Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2099
2100 * tree.c pattern.c: Silenced intel compiler warnings (reported
2101 by Kjartan Maraas, bug #318517).
2102 * xmlschemas.c: The above changes in pattern.c revealed an
2103 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2104 we really pushed them beforehand; this was previously not
2105 checked for the case when we discover an element node to be
2106 invalid wrt the content model.
2107 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2108
2109Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2110
2111 * result/schemas/*.err: Adapted regression test results.
2112
2113Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2114
2115 * xmlschemas.c: Fixed some identity-constraint issues:
2116 Restructured IDC node-tables
2117 Allowed IDCs to resolve also to nodes of complex type with
2118 simple content.
2119 Added check for keyrefs with references to keyrefs.
2120 IDC target-nodes were interferring with IDC node-tables,
2121 since they used one list of entries only. I separated this
2122 one big list into 3 lists: 1 for IDC node-table entries,
2123 1 for _duplicates_ of IDC node-table entries and 1 for
2124 IDC target-nodes. More code, but cleaner and it works at last.
2125 Keyrefs will fail to resolve to duplicate key/unique entries.
2126 I thought this was already working this way, but it didn't.
2127 The wording of the definition for [node table] in the spec
2128 can lead to a scenario, where keyrefs resolve perfectly, even
2129 if the relevant key-sequences of the referenced key/unique have
2130 duplicates in the subtree. Currently only Saxon 8.5.1 is
2131 dissallowing resolution to duplicate entries correctly - we
2132 will follow Saxon here.
2133 Removed some intel compiler warnings (reported by
2134 Kjartan Maraas, bug #318517).
2135 * pattern.c: Fixed an IDC-XPath problem when resolving to
2136 attributes.
2137
2138Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2139 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2140 to use getaddrinfo() if supported in Windows build (bug# 317431).
2141
2142Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2143
2144 * result/schemas/*: Adapted regression test results.
2145
2146Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2147
2148 * xmlschemas.c include/libxml/schemasInternals.h
2149 include/libxml/xmlerror.h: Initial implementation for
2150 redefinitions; this still misses checks for restrictions
2151 of the content model of complex types.
2152 Fixed default/fixed values for attributes (looks like they
2153 did not work in the last releases).
2154 Completed constraints for attribute uses.
2155 Seperated attribute derivation from attribute constraints.
2156 Completed constraints for attribute group definitions.
2157 Disallowing <import>s of schemas in no target namespace if the
2158 importing schema is a chameleon schema. This contradicts
2159 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2160 W3C XML Schema WG, thinks it is correct to dissalow such
2161 imports.
2162 Added cos-all-limited constraints.
2163 Restructured reference resolution to model groups and element
2164 declarations.
2165 Misc cleanup.
2166
2167Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2168
2169 * schematron.c xmlregexp.c: remove warnings under Windows.
2170
2171Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2172
2173 * parser.c: applied patch from Massimo Morara fixing bug #317447
2174 about risk of invalid write in xmlStringLenDecodeEntities
2175
2176Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2177
2178 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2179
2180Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2181
2182 * xmlregexp.c: seems a test to avoid duplicate transition is
2183 really needed at all times. Luka Por gave an example hitting
2184 this. Changed back the internal API.
2185
2186Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2187
2188 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2189
2190Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2191
2192 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2193
2194Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2195
2196 * xmlregexp.c: detect combinatory explosion and return with
2197 a runtime error in those case, c.f. #316338 though maybe we
2198 should not see such an explosion with that specific regexp,
2199 more checking needs to be done.
2200
2201Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2202
2203 * include/libxml/schemasInternals.h: Added some comments for the
2204 struct fields.
2205
2206Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2207
2208 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2209 blank path (bug 316224)
2210
2211Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2212
2213 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2214 rebuild.
2215 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2216 xmlSaveOption
2217 * xmlschemas.c: minor cleanups
2218
2219Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2220
2221 * test/schemas/import1_0.xsd: And adapting another one.
2222
2223Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2224
2225 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2226
2227Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2228
2229 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2230 result/schemas/changelog093_1_0.err
2231 result/schemas/derivation-ok-extension_0_0.err
2232 result/schemas/import1_0_0.err
2233 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2234 Adapted regression results.
2235
2236Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2237
2238 * xmlschemas.c include/libxml/schemasInternals.h
2239 include/libxml/xmlerror.h: Completion of the schema graph.
2240 Centralisation, more robustness of the schema document
2241 aquisition story. Centralised and restructured component fixup.
2242 Fixed attribute derivation when 'prohibiting' attribute uses.
2243 Added warnings: when schema documents cannot be localized
2244 during imports; when we get duplicate and pointless attribute
2245 prohibitions. Changed error reports for IDCs to report
2246 the relevant IDC designation as well (requested by GUY Fabrice).
2247 Misc code-cleanup.
2248
2249Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2250
2251 * xmlsave.c: applied second patch from David Madore to be less intrusive
2252 when handling scripts and style elements in XHTML1 should fix #316041
2253 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2254
2255Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2256
2257 * libxml.spec.in doc/devhelp/*: finished the integration with
2258 devhelp, completing the index and inserted into the gtk-doc
2259 database at "make install" stage
2260
2261Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2262
2263 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2264 and use option from xmlSaveCtxtPtr rather than global during output.
2265 * xmlsave.c: fix some output formatting for meta element under XHTML.
2266
2267Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2268
2269 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2270 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2271 * doc/Makefile.am: build devhelp before the examples.
2272 * doc/*: regenerated the API
2273
2274Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2275
2276 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2277 given a document pointer instead of an element
2278
2279Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2280
2281 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2282 should be complete with navigation, what is left done is glueing
2283
2284Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2285
2286 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2287 doc/devhelp/*: started work needed to generate devhelp content,
2288 not too hard based on the existing format and extractor.
2289
2290Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2291
2292 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2293
2294Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2295
2296 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2297
2298Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2299
2300 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2301 when handled a namespace node.
2302
2303Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2304
2305 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2306 releasing 2.6.21
2307 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2308 * threads.c include/libxml/threads.h xmllint.c: added the more
2309 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2310
2311Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2312
2313 * configure.in doc/* configure.in: prepare for release
2314 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2315
2316Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2317
2318 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2319 than initially expected as ctxt->error == NULL had behaviour side
2320 effects at the compilation level itself.
2321
2322Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2323
2324 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2325 pattern induced XPath bug #314282
2326 * relaxng.c: reverted back last change it was seriously broken
2327
2328Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2329
2330 * xmlsave.c: check for NULL to prevent crash with meta elements
2331
2332Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2333
2334 * relaxng.c: structured error reporting problem with Relax-NG
2335 should fix #314881 and #314759
2336
2337Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2338
2339 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2340
2341Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2342
2343 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2344 but more generally related to attributes and ID handling, fixes
2345 #314358 among other things
2346
2347Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2348
2349 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2350 first argument.
2351 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2352 based on Andrew W. Nosenko idea.
2353 * doc/* elfgcchack.h: regenerated the API
2354
2355Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2356
2357 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2358 reverting back to AM_PATH_PROG
2359
2360Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2361
2362 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2363 changing the behaviour when text nodes are found in body
2364 * result/HTML/*: this changes the output of some tests
2365
2366Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2367
2368 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2369 c.f. #160598
2370
2371Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2372
2373 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2374 bug #314853
2375
2376Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2377
2378 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2379 to serialization and no longer modify internal tree.
2380
2381Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2382
2383 * libxml.spec.in: the profiling usually don't work, disabled
2384 * doc/*: rebuilt
2385
2386Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2387
2388 * configure.in: trying to fix the first part of #310033 by
2389 detecting gcc <= 3.2
2390
2391Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2392
2393 * error.c: fixed bug #310033, the URI extraction code given a
2394 node is a bit twisted and broke in the last months.
2395
2396Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2397
2398 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2399 fix on test.
2400
2401Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2402
2403 * debugXML.c: change verbosity depending on API
2404 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2405 to previous outputs
2406
2407Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2408
2409 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2410 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2411 added a parser XML_PARSE_COMPACT option to allocate small
2412 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2413 directly within the node, various changes to cope with this.
2414 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2415 slightly change the output
2416
2417Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2418
2419 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2420 instead of $CC = 'gcc' because GCC may have a different name
2421
2422Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2423
2424 * configure.in: changes the way the python binary is found, should
2425 also fix bug #308004
2426
2427Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2428
2429 * parser.c: found another bug while looking at #309616 on missing
2430 entities.
2431 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2432 SAX stream in missing conditions for a few tests
2433
2434Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2435
2436 * encoding.c: applied the patch suggested #309565 which can avoid
2437 looping in error conditions.
2438
2439Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2440
2441 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2442 xmlGetLineNo() c.f. bug #309205
2443
2444Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2445
2446 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2447 the encoding module to the common error reporting mechanism
2448 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2449
2450Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2451
2452 * xpath.c: removed a potentially uninitialized variable error
2453 * python/generator.py: fixed a deprecation warning
2454 * python/tests/tstLastError.py: silent the damn test when Okay !
2455
2456Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2457
2458 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2459 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2460 when configured --without-sax1 and other cleanups fixes bug #172683
2461 * doc/* elfgcchack.h: regenerated
2462
2463Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2464
2465 * parser.c: fixed bug #170489 reported by Jirka Kosek
2466 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2467 result/valid/objednavka*: added the test to the regression suite.
2468
2469Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2470
2471 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2472 for the HTML parser based on the suggestions of bug #169834 by
2473 Paul Loberg
2474
2475Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2476
2477 * elfgcchack.h testapi.c doc/*: regenerated
2478 * schematron.c: fixed a compilation problem
2479 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2480 * result/expr/base: slightly changes the number of Cons.
2481
2482Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2483
2484 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2485 * xmlregexp.c: small cleanup
2486 * include/libxml/schematron.h include/libxml/xmlexports.h
2487 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2488
2489Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2490
2491 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2492 #313982
2493 * result/schemas/bug313982* test/schemas/bug313982*: also added
2494 the test case to the regression suite.
2495
2496Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2497
2498 * testRegexp.c: printed the wrong string
2499
2500Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2501
2502 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2503 xmlExpExpDerive(), added it to the testRegexp command line
2504 tool when providing multiple expressions.
2505
2506Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2507
2508 * Makefile.am result/expr/base test/expr/base: added the first
2509 regression test suite set for the new expression support
2510
2511Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2512
2513 * valid.c: fixed an uninitialized variable
2514 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2515 add the parser, serializer and some debugging
2516 * include/libxml/xmlversion.h.in: made the new support compiled
2517 by default if Schemas is included
2518 * testRegexp.c: cleanup and integration of the first part of the
2519 new code with a special switch
2520 * xmllint.c: show up Expr in --version if compiled in
2521 * include/libxml/tree.h: moved the xmlBuffer definition up
2522
2523Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2524
2525 * xmlschemas.c: Some preparation for the creation of a graph
2526 of imported/included/redefined schemas; this is needed for
2527 at least the redefinitions.
2528 Centralized the creation of the parser context in one function.
2529
2530Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2531
2532 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2533 handling code to have it in CVs from now. Not plugged, and misses
2534 APIs it's not compiled in yet.
2535
2536Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2537
2538 * xmlreader.c: applied another patch from Rob Richards to fix
2539 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2540
2541Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2542
2543 * xmlreader.c: applied patch from Rob Richards to fix
2544 xmlTextReaderGetAttribute behaviour with namespace declarations
2545
2546Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2547
2548 * xmlschemas.c include/libxml/xmlerror.h:
2549 Changed output for keyref-match errors; the target-node will
2550 be now reported rather than the scope-node of the keyref
2551 definition - allowing easier chasing of instance errors.
2552 This was reported by Guy Fabrice to the mailing list.
2553 Some initial parsing code for schema redefinitions.
2554 * result/schemas/bug303566_1_1.err
2555 result/schemas/bug312957_1_0.err: Adapted test results due
2556 to the keyref changes.
2557
2558Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2559
2560 * valid.c: applied patch from Derek Poon fixing bug #310692
2561
2562Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2563
2564 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2565 context type was not always properly initialized.
2566
2567Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2568
2569 * relaxng.c: fixed bug #307377 about validation of choices in
2570 list values.
2571 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2572 added examples to the regression tests, problem is that streaming
2573 version gives slightly more informations.
2574
2575Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2576
2577 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2578
2579Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2580
2581 * result/schemas/any6_1_0*: Added missing test results.
2582
2583Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2584
2585 * xmlregexp.c: fixed a determinism detection problem exposed by
2586 ##other tests commited by Kasimier, also added a small speedup
2587 of determinism detection.
2588 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2589 the results to the regression tests now
2590
2591Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2592
2593 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2594 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2595 Added some more tests for element wildcards.
2596
2597Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2598
2599 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2600 streaming XPath states were not popped in every case,
2601 thus failed to resolve correctly for subsequent input.
2602 * test/schemas/bug312957* result/schemas/bug312957*:
2603 Added the test submitted by Carol Hunter.
2604
2605Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2606
2607 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2608 ##other issues
2609 * result/schemas/any7* test/schemas/any7: completed the tests
2610 and added the results
2611 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2612 result/schemas/any5_1_0.err: this slightly chnages the output
2613 from 3 existing tests
2614
2615Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2616
2617 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2618 Marcus Boerger to remove warnings on Windows.
2619
2620Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2621
2622 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2623 an xmlSaveOption to omit XML declaration
2624
2625Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2626
2627 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2628 patch for HTML UTF-8 serialization
2629 * result/HTML/script2.html: this changed the output of that test
2630
2631Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2632
2633 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2634 of count based transition, when going though the counter must
2635 be reset to 0
2636 * test/schemas/bug310264* result/schemas/bug310264*: added the
2637 regression test.
2638
2639Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2640
2641 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2642 only freeing the first annotation in the list.
2643
2644Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2645
2646 * xmlreader.c: applied patch from Rob Richards fixing
2647 xmlTextReaderGetAttribute
2648
2649Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2650
2651 * HTMLparser.c: fixed an uninitialized memory access spotted by
2652 valgrind
2653
2654Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2655
2656 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2657 installed DTD
2658 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2659 cleanup the Path/URI conversion mess, needed fixing in various
2660 layers and a new API to the uri module which also fixes #306861
2661 * runtest.c: integrated a regression test specific to check the
2662 URI conversions done before calling the I/O handlers.
2663
2664Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2665
2666 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2667
2668Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2669
2670 * win32/configure.js: applied patch from Rob Richards to allow
2671 disabling modules in win32, fixes #304071
2672
2673Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2674
2675 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2676 xmlAttr.parent(), closing #312181
2677
2678Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2679
2680 * schematron.c: report improvement
2681 * test/schematron/zvon* result/schematron/zvon*: more tests
2682
2683Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2684
2685 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2686 Richards to add schematron to the build on Windows
2687 * test/schematron/zvon3* result/schematron/zvon3*: second test
2688 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2689 real second test 10 and 2 are swapped.
2690
2691Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2692
2693 * schematron.c: more bug fixes, improve the error reporting.
2694 * test/schematron/zvon2* result/schematron/zvon2*: second test
2695
2696Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2697
2698 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2699 text error rendering
2700 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2701 started integrating within "make tests"
2702
2703Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2704
2705 * test/schematron/*: a few first tests from Zvon unfortunately
2706 with the old syntax
2707
2708Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2709
2710 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2711 work done on the plane last week-end
2712
2713Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2714
2715 * runtest.c: allows an extra argument to subset the tests
2716 * xmlregexp.c: big speedup for validation, basically avoided
2717 transition creation explosion when removing epsilon transition
2718
2719Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2720
2721 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2722 xmlwriter.c: more cleanups based on sparse reports, added
2723 "make sparse"
2724
2725Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2726
2727 * python/libxml.c: don't output any message on failed resolver lookups,
2728 better done by the python user provided resolver layer.
2729
2730Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2731
2732 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2733 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2734 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2735 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2736 small cleanups based on Linus' sparse check output.
2737
2738Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2739
2740 * include/libxml/Makefile.am: added schematron.h, oops ...
2741
2742Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2743
2744 * xmlschemastypes.c: Added creation of the content type of
2745 xs:anyType. This is needed when trying to extend xs:anyType
2746 (although it makes no sense to extend it; IMHO the schema
2747 people should have ruled this out). This was reported
2748 by Yong Chen to the mailing list.
2749 * xmlschemas.c: Fixed handling of xs:anyType in
2750 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2751 adjustment to an error report output.
2752 * test/schemas/extension2* result/schemas/extension2*:
2753 Added a test case provided by Young Chen.
2754
2755Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2756
2757 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2758 base to be in "relative" form
2759
2760Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2761
2762 * schematron.c xmllint.c: started adding schematron to the xmllint
2763 tool, the report infrastructure is gonna be fun.
2764
2765Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2766
2767 * test/schemas/any6* test/schemas/any7*: Added regression tests
2768 (they fail currently), but did not added results yet.
2769
2770Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2771
2772 * xmlschemas.c: Removed the workaround code in
2773 xmlSchemaValidateElemWildcard() for the <any> wildcard
2774 with namespace == ##other. Support for such wildcards was
2775 implemented by Daniel at the automaton level recently, and
2776 the workaround code iterfered with it.
2777
2778Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
2779
2780 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
2781 signature to pass an int and not an enum since it can generate
2782 ABI compat troubles.
2783 * include/libxml/schematron.h schematron.c: adding the new
2784 schematron code, work in progress lots to be left and needing
2785 testing
2786 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
2787 Makefile.am configure.in: integration of schematron into the
2788 build
2789 * xpath.c include/libxml/xpath.h: adding flags to control compilation
2790 options right now just XML_XPATH_CHECKNS.
2791
2792Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2793
2794 * xmlschemas.c: Removed an "internal error" message from
2795 xmlSchemaBuildAContentModel() when an empty model group
2796 definition is hit.
2797
2798Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2799
2800 * pattern.c: Changed xmlCompileStepPattern() and
2801 xmlCompileAttributeTest() to handle the "xml" prefix without
2802 caring if the XML namespace was supplied by the user.
2803
2804Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2805
2806 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
2807 output the given string arguments correctly.
2808
2809Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
2810
2811 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
2812 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
2813 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
2814 include/libxml/valid.h include/libxml/xmlIO.h
2815 include/libxml/xmlerror.h include/libxml/xmlexports.h
2816 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
2817 to fix problems with calling conventions on Windows this should
2818 fix #309757
2819
2820Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2821
2822 * parser.c: an optimization of the char data inner loop,
2823 can gain up to 10% in pure SAX2 parsing speed
2824 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
2825 a bug in XML Schemas facet comparison #310893
2826
2827Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2828
2829 * xmlregexp.c xmlschemas.c: fixed the error reporting for
2830 not transitions
2831 * result/schemas/any5_0_0* result/schemas/any5_0_2*
2832 result/schemas/any5_1_0*: fixed output
2833
2834Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2835
2836 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
2837 bug #172215 about foreign namespaces by adding support for
2838 negated string transitions. Error messages still need to be
2839 improved.
2840 * test/schemas/any5* result/schemas/any5*: adding regression
2841 tests for this.
2842
2843Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2844
2845 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
2846 on namespaced attributes #310417.
2847
2848Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2849
2850 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
2851 ducplicated
2852
2853Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2854
2855 * xmlschemas.c: fixed xsd:all when used in conjunction with
2856 substitution groups
2857 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
2858 regression tests, strangely missing from NIST/Sun/Microsoft
2859 testsuites
2860
2861Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2862
2863 * xmlschemas.c: fixed bug #307508, a bad automata was built but
2864 this showed as an indeterminist result
2865
2866Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2867
2868 * xmlschemastypes.c: found the last bug raised by NIST tests in
2869 comparing base64 strings, result from runsuite:
2870 ## NIST test suite for Schemas version NIST2004-01-14
2871 Ran 23170 tests (3953 schemata), no errors
2872
2873Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2874
2875 * testRegexp.c: fixed where xmlMemoryDump() should be called.
2876 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
2877 affecting NIST regression tests
2878
2879Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2880
2881 * configure.in: applied a patch from Gerrit P. Haase to add
2882 module support on cygwin
2883
2884Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2885
2886 * HTMLparser.c: fixed a potential buffer overrun error introduced
2887 on last commit to htmlParseScript() c.f. #310229
2888
2889Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
2890
2891 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
2892 return TRUE if a nodeset with a numeric value of NaN is compared
2893 for inequality with any numeric value (bug 309914).
2894
2895Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
2898 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
2899 to route relaxng and schemas error messages when using the reader
2900 through the structured interface if activated.
2901 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
2902 to test.
2903
2904Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2905
2906 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
2907 Jiri Netolicky
2908 * result/HTML/script2.html* test/HTML/script2.html: added the test
2909 case from the regression suite
2910
2911Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2912
2913 * nanohttp.c: fixed bug #310105 with http_proxy environments with
2914 patch provided by Peter Breitenlohner
2915
2916Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2917
2918 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
2919 * xmllint.c: removed a compilation problem
2920
2921Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2922
2923 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
2924 preparing to make testsuite releases along with code source releases
2925 * gentest.py testapi.c: fixed a couple of problem introduced by
2926 the new Schemas support for Readers
2927 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
2928 but simple way.
2929 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
2930 raised by the doc builder.
2931 * doc/*: made rebuild
2932
2933Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2934
2935 * xmlschemas.c: fixed a bug introduced on last commit
2936
2937Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2938
2939 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
2940 pointed by Jeroen Ruigrok
2941 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
2942 the APIs for xmlReader schemas validation support
2943 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
2944 implementation and testing as xmllint --stream --schema ...
2945
2946Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2947
2948 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
2949
2950Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2951
2952 * parser.c: fix for #309761 from Dylan Shell
2953 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
2954 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
2955 * xmllint.c: couple of fixes plus added descriptions for --sax and
2956 --sax1
2957
2958Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2959
2960 * xmlschemas.c: Added c-props-correct constraint to check
2961 for equal cardinality of keyref/key.
2962 * include/libxml/xmlerror.h: Added an error code.
2963
2964Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2965
2966 * pattern.c: Fixed evaluation of attributes. Actually only
2967 attribute at the first level were evaluated (e.g. "@attr");
2968 expression like "foo/@attr" always failed.
2969
2970Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2971
2972 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
2973 user-provided SAX handler is given.
2974
2975Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2976
2977 * parser.c: fix some potential leaks in error cases.
2978 * xmllint.c: added --sax, to allow testing of --schemas --sax and
2979 various other combinations.
2980 * xmlschemas.c: fix a couple of tiny problems in
2981 xmlSchemaValidateStream()
2982
2983Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2984
2985 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
2986 xmlSchemaValidateStream() internally.
2987
2988Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2989
2990 * test/relaxng/docbook_0.xml: added the missing entity to the
2991 document internal subset to avoid errors if the DocBook catalogs
2992 are not there
2993 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
2994 untested yet
2995
2996Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
2997
2998 * parser.c: fixed problem with free on dupl attribute in
2999 dtd (bug309637).
3000 * test/errors/attr3.xml, result/errors/attr3.*: added
3001 regression test for this
3002
3003Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3004
3005 * win32/Makefile.msvc: try again to fix file format for Windows
3006
3007Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3008
3009 * win32/Makefile.msvc: removed spurious ^M
3010 * runtest.c: added check for option O_BINARY
3011 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3012 sticky tag to 'binary'
3013
3014Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3015
3016 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3017 in xmlCtxtGenericNodeCheck
3018 * runtest.c: changed "open" calls to include O_BINARY for Windows
3019
3020Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3021
3022 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3023 in areBlanks which failed.
3024 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3025 added the input file to the regression tests
3026
3027Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3028
3029 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3030 Anotolij.
3031 * test/schemas/bug309338* result/schemas/bug309338*:
3032 Added a regression test for the above bug.
3033
3034Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3035
3036 * Makefile.am: first steps toward a testsuite dist
3037 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3038
3039Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3040
3041 * runsuite.c runtest.c: Tiny portability adjustment for win.
3042 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3043 be created.
3044
3045Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3046
3047 * runsuite.c: first stb at unimplemnted detection
3048 * runtest.c: fixing Windows code
3049
3050Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3051
3052 * runsuite.c: fix on schemas error
3053 * runtest.c: portability glob() on Windows
3054
3055Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3056
3057 * runsuite.c runtest.c: cleanups, logfile and portability
3058 * xmllint.c: fixed a memory leak
3059
3060Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3061
3062 * parser.c: fixed a bug failing to detect UTF-8 violations in
3063 CData in push mode.
3064 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3065 to the regressions
3066
3067Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3068
3069 * debugXML.c: added enhancement for #309057 in xmllint shell
3070
3071Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3072
3073 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3074 bug in push mode
3075 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3076 regression suite
3077
3078Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3079
3080 * testapi.c tree.c: fixing a leak detected by testapi in
3081 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3082 seems to pass tests fine now.
3083 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3084 to push mode
3085 * error.c: remove a warning
3086 * runtest.c xmllint.c: avoid compilation errors if only some parts
3087 of the library are compiled in.
3088
3089Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3090
3091 * gentest.py testapi.c: fix a problem with previous patch to
3092 testapi.c
3093
3094Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3095
3096 * runsuite.c runtest.c tree.c: fixing compilations when
3097 disabling parts of the library at configure time.
3098
3099Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3100
3101 * parserInternals.c: fix bug raised by zamez on IRC
3102 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3103 * tree.c: added comments missing.
3104 * doc/*: regenerated
3105
3106Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3107
3108 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3109 assorted bugs
3110 * python/generator.py python/libxml2-python-api.xml: fixed
3111 conditionals in generator too
3112 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3113 cleanups too and rebuilt
3114
3115Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3116
3117 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3118
3119Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3120
3121 * runsuite.c: expanded test
3122 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3123
3124Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3125
3126 * runsuite.c: a bit of progresses on xstc
3127
3128Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3129
3130 * runsuite.c: completed the simple checks for Relax-NG suites
3131 back to the same 11 errors as in the Python runs.
3132
3133Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3134
3135 * runtest.c: complete, checking on other platforms is needed
3136 * README: updated
3137 * debugXML.c: fix a bug raised by bill on IRC
3138 * relaxng.c: fix a leak in weird circumstances
3139 * runsuite.c Makefile.am: standalone test tool agaisnt
3140 the regression suites, work in progress
3141
3142Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3143
3144 * runtest.c: adding URI tests
3145
3146Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3147
3148 * runtest.c: adding xml:id
3149
3150Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3151
3152 * runtest.c: finishing XPath, adding XPointer
3153
3154Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3155
3156 * runtest.c: adding more coverage, XInclude and starting XPath
3157
3158Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3159
3160 * tree.c include/libxml/tree.h: Added allocation/deallocation
3161 functions for the DOM-wrapper context.
3162
3163Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3164
3165 * tree.c: Commented the new functions to be experimental.
3166
3167Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3168
3169 * error.c valid.c: working some weird error reporting problem for
3170 DTD validation.
3171 * runtest.c: augmented with DTD validation tests
3172 * result/VC/OneID*: slight change in validation output.
3173
3174Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3175
3176 * runtest.c: added most HTML tests
3177
3178Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3179
3180 * test/namespaces/reconcile/tests.xml
3181 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3182 for some new DOM-wrapper helping functions.
3183
3184Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3185
3186 * xstc/xstc-to-python.xsl: Cleanup.
3187 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3188 Removed, those are not needed anymore due to the new test suite.
3189
3190Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3191
3192 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3193 missing.
3194 * runtest.c: added SAX1/SAX2 checks.
3195
3196Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3197
3198 * tree.c include/libxml/tree.h: Added
3199 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3200 xmlDOMWrapRemoveNode() to the API. These are functions intended
3201 to be used with DOM-wrappers.
3202
3203Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3204
3205 * runtest.c: continue to increase the tests
3206
3207Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3208
3209 * runtest.c: continue to increase the tests
3210
3211Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3212
3213 * runtest.c: continue to increase the tests
3214
3215Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3216
3217 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3218 it matches the glob() routine.
3219 * runtest.c Makefile.am: first steps toward a C regression test
3220 framework.
3221
3222Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3223
3224 * configure.in: fixed a problem with the detection of
3225 ss_family for ipV6, as reported on the mailing list by
3226 Doug Orleans.
3227
3228Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3229
3230 * test/schemas/empty-value* result/schemas/empty-value*:
3231 Added regression tests (from Dhyanesh).
3232
3233Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3234
3235 * xmlschemas.c: Fixed NULL values to be validated as empty
3236 string values (reported by Dhyanesh to the mailing list).
3237 Adjusted text concatenation of mixed content.
3238
3239Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3240
3241 * tree.c valid.c: applied patch from Rob Richards for removal
3242 of ID (and xml:id)
3243 * xmlreader.c: applied patch from James Wert implementing
3244 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3245
3246Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3247
3248 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3249 namespace list, appending of element character content.
3250 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3251
3252Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3253
3254 * xmlschemastypes.c: Added missing function descriptions.
3255
3256Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3257
3258 * xmllint.c: if sax1 is used and input is a file use the old
3259 API xmlParseFile()
3260 * xmlschemas.c: cleanups
3261 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3262 for the new functions in Schemas.
3263
3264Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3265
3266 * xmlschemas.c include/libxml/xmlschemas.h: Added
3267 xmlSchemaValidateFile() to the public API. This will use
3268 SAX2-driven validation.
3269
3270Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3271
3272 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3273 Added schema test results (Tom Browder, bug #306806).
3274
3275Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3276
3277 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3278 Added schema tests submitted by Tom Browder (bug #306806).
3279
3280Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3281
3282 * pattern.c: adjusted last change to xmlCompilePathPattern,
3283 fixed one compilation warning
3284
3285Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3286
3287 * pattern.c: Some changes/fixes to the streaming evaluation.
3288 * xmlschemas.c: A bit of support for parsing the schema for
3289 schema. Fixed attribute derivation when the use is
3290 "prohibited" and was "optional". Fixed an attribute construction
3291 bug, a left-over from the time, where <complexContent>,
3292 <extension>, etc. where created as structs.
3293
3294Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3295
3296 * libxml-2.0.pc.in: removed a redundant include path
3297
3298Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3299
3300 * xstc/Makefile.am: Some more adjustments.
3301
3302Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3303
3304 * xstc/Makefile.am: Changed test extraction process, since some
3305 boxes don't know about "tar --strip-path".
3306
3307Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3308
3309 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3310 * result//compare0* test//compare0*: added the regression test in
3311 the suite as this went unnoticed !
3312
3313Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3314
3315 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3316 enhancement for XPath streaming, consolidated with
3317 schemas usage of pattern.c. Added a new enum
3318 xmlPatternFlags.
3319 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3320 enum.
3321 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3322 result/XPath/mixedpat: added regression test for problems
3323 reported in bug306348
3324
3325Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3326
3327 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3328 default namespace if existent.
3329
3330Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3331
3332 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3333 values were not duplicated corrently when creating a computed value
3334 in xmlSchemaValAtomicType.
3335
3336Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3337
3338 * xmlschemas.c result/schemas/include1_0_0.err:
3339 Fixed an attribute fixed/default value constraint error.
3340
3341Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3342
3343 * result/schemas/*: Adapted regression test results.
3344
3345Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3346
3347 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3348 include/libxml/xmlschemastypes.h: Changed the validation process
3349 to be able to work in streaming mode. Some datatype fixes,
3350 especially for list and union types. Due to the changes the
3351 error report output has changed in most cases. Initial migration to
3352 functions usable by both, the parser and the validator. This should
3353 ease a yet-to-come XS construction API in the long term as well.
3354
3355Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3356
3357 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3358 troubles on rollback parsing of elements start #304761
3359 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3360 added it to the regression tests.
3361
3362Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3363
3364 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3365 for xml:space and xml:lang handling with SAX2 api.
3366
3367Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3368
3369 * globals.c: applied patch from Morten Welinder, closing bug #306901
3370 on compiling subsets of the library
3371
3372Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3373
3374 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3375 XS tests to use the new release of tests and test-definitions.
3376
33772005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3378
3379 * c14n.c: fix rendering of attributes when parent node
3380 is not in the node set
3381
33822005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3383
3384 * c14n.c: fixed xml attributes processing bug in exc c14n
3385 * xmllint.c: added --exc-c14n command line option
3386
3387Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3388
3389 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3390 handling of depth/level for cases like union operator
3391 (bug #306348 reported by Bob Stayton). Also enhanced
3392 several comments throughout pattern.c.
3393 * doc/apibuild.py: fixed problem in handling of
3394 'signed' declaration. Rebuilt the docs.
3395
3396Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3397
3398 * xinclude.c: Enhanced handling of xml:base for included
3399 elements, fixing bugs 169209 and 302353.
3400
3401Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3402
3403 * xmlschemas.c: Fixed facet errors to be channelled back for
3404 union type members; facet-validation will stop now on the
3405 first error. Reported by GUY Fabrice to the mailing-list.
3406 * xmlschemastypes.c: Changed to ignore lengh-related facet
3407 validation for QNames and NOTATIONs as proposed by the
3408 schema people.
3409 * test/schemas/union2* result/schemas/union2*: Added
3410 regression tests for union types (by GUY Fabrice).
3411
3412Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3413
3414 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3415 CDATA with NULL content.
3416
3417Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3418
3419 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3420 the timezone to -840 to 840.
3421
3422Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3423
3424 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3425 for "signed int" of the date-time timezone field. Silenced
3426 a warning.
3427
3428Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3429
3430 * tree.c: applied patch for replaceNode from Brent Hendricks
3431
3432Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3433
3434 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3435
3436Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3437
3438 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3439 problem exposed in bug #303640
3440
3441Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3442
3443 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3444 Added regression a test provided by Heiko Oberdiek (bug #303566).
3445
3446Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3447
3448 * pattern.c: Changed the XPath "." to resolve only on the first
3449 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3450 This should not affect pattern-like resolution on every level.
3451
3452Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3453
3454 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3455
3456Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3457
3458 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3459 * doc/apibuild.py: fixed __attribute() parsing problem
3460 * doc/* testapi.c: regenerated the descriptions and docs.
3461
3462Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3463
3464 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3465 to avoid linking with pthread library on non-threaded environments.
3466 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3467 list allocation.
3468
3469Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3470
3471 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3472 attributes were treated as being bound to the default namespace.
3473
3474Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3475
3476 * xmlschemastypes.c: Fixed date-time related validation
3477 (reported by David Crossley, bug #300576).
3478
3479Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3480
3481 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3482 dereferences (reported by Andriy, bug #301074).
3483
3484Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3485
3486 * xpath.c: Added some code to avoid integer overflow for
3487 ceil, floor and round functions (bug 301162)
3488
3489Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3490
3491 * xmlschemas.c: Removed workaround for bug #172215, since it
3492 does more harm in some scenarios. Added some of the
3493 "Particle Restriction OK" constraints - not yet enabled.
3494
3495Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3496
3497 * result/schemas/changelog093*: Added test results.
3498
3499Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3500
3501 * xmlschemas.c: Added output of canonical values in
3502 identity-constraint error messages.
3503 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3504 Added xmlSchemaGetCanonValueWhtsp() to the API.
3505 Further enhancement of the canonical value
3506 conversion.
3507 * test/schemas/changelog093_0.*: Added test with an XSD
3508 submitted by Randy J. Ray.
3509
3510Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3511
3512 * valid.c: Applied Daniel's fix for memory leak in dtd
3513 prefix (bug 300550).
3514 * xpath.c: minor change to comment only
3515
3516Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3517
3518 * xmlmemory.c: added the call to the breakpoint routine
3519 when a monitored block is reallocated or freed
3520
3521Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3522
3523 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3524 about HTTP query string parameter being lost
3525
3526Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3527
3528 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3529 adding namespace removal at the python level #300209
3530 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3531 test
3532
3533Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3534
3535 * xpath.c: fixed several places where memory cleanup was not
3536 properly done after an error was detected (problem was
3537 reported on the mailing list by Pawel Palucha)
3538
3539Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3540
3541 * xmlschemas.c: Added substitution group constraints; changed
3542 the build of the pre-computed substitution groups. Channeled
3543 errors during xsi assembling of schemas to the validation
3544 context. Fixed a big memory leak, which occured when using
3545 IDCs: the precomputed value of attributes was not freed if
3546 the attribute did not resolve to an IDC field (discovered
3547 with the help of Randy J. Ray's schema, posted to the
3548 xmlschema-dev maling list).
3549
3550Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3551
3552 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3553 Added handling substitution groups inside <choice> and <sequence>;
3554 for <all> this is not supported yet. Changed circular checks for
3555 model groups definitions. "memberTypes" are processed at different
3556 levels now: component resolution first, construction later; this
3557 goes hand in hand with a global change to handle component
3558 resolution in a distinct phase. Fixed invalid default values for
3559 elements to mark the schema as invalid; this just resulted in an
3560 error report previously, but the schema was handled as valid.
3561 Separated the assignment of the model groups to referencing
3562 model group definition references (i.e. particles); this was
3563 needed to perform the circularity check for model group definitions.
3564 Added "Element Declaration Properties Correct (e-props-correct)"
3565 constraints. Separated component resolution for simple/complex
3566 types.
3567 * include/libxml/schemasInternals.h: Added a flag for substitution
3568 group heads.
3569
3570Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3571
3572 * win32/Makefile.*: make install cleanup
3573
3574Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3575
3576 * win32/Makefile.mingw: fixed mingw compilation
3577 * testModule.c: removed mingw warnings
3578
3579Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3580
3581 * .cvsignore: added Eclipse project files to ignore list
3582
3583Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3584
3585 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3586 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3587 test/XPath/docs/lang: added a regression test
3588
3589Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3590
3591 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3592
3593Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3594
3595 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3596 and anchored them in the "Element Locally Valid (Element)"
3597 constraints. This restricts the type substitution via "xsi:type".
3598
3599Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3600
3601 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3602 facets validation messages.
3603
3604Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3605
3606 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3607 rebuilding.
3608
3609Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3610
3611 * xstc/Makefile.am: integrated fixup-tests.py
3612
3613Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3614
3615 * xmlschemastypes.c: fixed a lack of comment and missing test for
3616 a pointer in the API.
3617
3618Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3619
3620 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3621 files used for the tests.
3622
3623Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3624
3625 * xmlschemas.c include/libxml/schemasInternals.h
3626 result/schemas/src-element2-*.err result/schemas/element-*.err:
3627 Committing again, since the CVS server aborted.
3628
3629Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3630
3631 * xmlschemastypes.c: Corrected 'length' facet validation for
3632 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3633 data types did not return a value if already in normalized
3634 form.
3635 * xmlschemas.c include/libxml/schemasInternals.h:
3636 Eliminated creation of structs for <restriction>, <extension>,
3637 <simpleContent>, <complexContent>, <list> and <union>: the
3638 information is now set directly on the corresponding simple/
3639 complex type. Added some more complex type constraints.
3640 Added facet derivation constraints. Introduced "particle"
3641 components, which seem to be really needed if applying
3642 constraints. Corrected/change some of the parsing functions.
3643 This is all a bit scary, since a significant change to the code.
3644 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3645 Adapted regression test results.
3646
3647Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3648
3649 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3650 format to cope with gcc4 change of aliasing allowed scopes, had
3651 to add extra informations to doc/libxml2-api.xml to separate
3652 the header from the c module source.
3653 * *.c: updated all c library files to add a #define bottom_xxx
3654 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3655 * doc//* testapi.c: regenerated when rebuilding the API
3656
3657Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3658
3659 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3660 encoding UTF-8 should really be assumed. This may break if
3661 the HTTP headers indicates for example ISO-8859-1 since this
3662 then becomes a well formedness error.
3663
3664Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3665
3666 * SAX.c: fixed #172260 redundant assignment.
3667 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3668 xmlParseDoc() signatures #172257.
3669
3670Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3671
3672 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3673 is NULL as reported by bug #172255
3674
3675Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3676
3677 * relaxng.c: fixed a problem in Relax-NG validation #159968
3678 * test/relaxng/list.* result/relaxng/list_*: added the test
3679 to the regression suite
3680
3681Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3682
3683 * python/libxml.c: fixed bug #168504
3684
3685Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3686
3687 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3688 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3689 since apparently IBM can't avoid breaking common defines #166922
3690
3691Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3692
3693 * encoding.c: fix unitinialized variable in not frequently used
3694 code bug #172182
3695
3696Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3697
3698 * python/generator.py python/libxml.py: another patch from Brent
3699 Hendricks to add new handlers with the various validity contexts
3700 * python/tests/Makefile.am python/tests/validDTD.py
3701 python/tests/validRNG.py python/tests/validSchemas.py: also
3702 added the regression tests he provided
3703
3704Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3705
3706 * python/generator.py python/libxml.c: applied patch from Brent
3707 Hendricks to avoid leak in python bindings when using schemas
3708 error handlers.
3709
3710Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3711
3712 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3713
3714Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3715
3716 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3717 by Rob Richards
3718
3719Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3720
3721 * gentest.py, testapi.c: fixed problem with 'minimal library'
3722 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3723 by Greg Morgan
3724
3725Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3726
3727 * xmlschemas.c: Fixed call to a facet error report: the type of
3728 the error was wrong, resulting in a segfault (bug #171220, reported
3729 by GUY Fabrice).
3730
3731Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3732
3733 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3734 failing to build a linked list correctly (bug #169898, reported
3735 by bing song, hmm...).
3736
3737Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3738
3739 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3740 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3741 a variable was missed to be reset in a loop. Deactivated bubbling,
3742 if not referenced by a keyref.
3743
3744Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3745
3746 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3747 in c14n relative namespaces check and add structured error messages
3748 to c14n code
3749
3750Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3751
3752 * xmlschemas.c: Removed inheritance of "mixed" content type for
3753 short-hand restrictions of "anyType" (reported by Guy Fabrice
3754 to the mailing list). Added the namespace conversion (chameleon
3755 includes) for the base type reference of <restriction> and
3756 <extension>.
3757 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3758 of "mixed" inheritance.
3759
3760Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3761
3762 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3763
3764Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3765
3766 * xmlschemas.c: more debug messages from Matthew Burgess
3767 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3768
3769Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3770
3771 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3772 by Daniel, which I overwrote with the previous commit.
3773
3774Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3775
3776 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
3777 Hopefully finished validation against facets to use the normalized
3778 value of both, the facets and instance values. Added
3779 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
3780 and xmlSchemaGetValType() to the schema API.
3781
3782Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3783
3784 * libxml.spec.in: do not package .la files
3785 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
3786 * xmlschemastypes.c: fixed a couple of missing tests of parameters
3787 at public API entry points.
3788
3789Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
3790
3791 * xmlschemastypes.c: a couple of more changes to various
3792 decimal-handling routines. Fixes python some problems
3793 turned up by the python tests.
3794 * Makefile.am: change SchemasPythonTests message to warn
3795 that there are 10 'expected' errors (rather than 6) since
3796 we now reject a '+' sign on an unsigned.
3797
3798Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3799
3800 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
3801 normalized values of facets during validation: changed the
3802 arguments of some string comparison functions; added a static
3803 xmlSchemaValidateFacetInternal() with more arguments to be
3804 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
3805 to use the comparison functions. Fixed some assignments in
3806 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
3807
3808Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3809
3810 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
3811 updated docs and rebuilt
3812 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
3813
3814Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3815
3816 * encoding.c: removed a static buffer in xmlByteConsumed(),
3817 as pointed by Ben Maurer, fixes #170086
3818 * xmlschemas.c: remove a potentially uninitialized pointer warning
3819
3820Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
3821
3822 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
3823 and much of the routine xmlSchemaCompareDecimals. The
3824 changes were necessary to fix a problem reported on the
3825 mailing list by John Hockaday.
3826
3827Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3828
3829 * xmlschemas.c: The schema parser will stop if components could
3830 not be resolved. This is not conforming to the spec but for now
3831 will avoid internal errors during type fixup and content model
3832 creation. Restructured inclusion/import of schemata: this avoids
3833 duplicate, self and circular inclusion. Chameleon includes are
3834 still workarounded. Added restriction to disallow references to
3835 non-imported namespaces. Corrected parsing of <group>.
3836 * result/schemas/bug167754_0_0*: Added a missing test result.
3837
3838Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
3839
3840 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
3841 link and foreword warning to avoid problem with ignorant
3842 programmers, c.f #169721
3843
3844Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
3845
3846 * python/tests/Makefile.am python/tests/readernext.py: added
3847 a regression test from Rob Richards for the previous bug
3848
3849Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
3850
3851 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
3852 Rob Richards
3853
3854Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3855
3856 * xmlmodule.c: second patch from Rick Jones, portability fix for
3857 HP-UX
3858 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
3859 to avoid warnings.
3860
3861Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3862
3863 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
3864 patches, including a serious aliasing bug exposed in s390
3865 when trying to convert data pointer to code pointer.
3866
3867Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3868
3869 * xmlschemas.c: Tiny restructuring of the validation start-up
3870 functions. Added cleanup of the validation context at the
3871 end of validation. This takes care of the validation context
3872 being reused.
3873
3874Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3875
3876 * xmlschemastypes.c: Tiny changes in the comparison functions
3877 I forgot to commit last time.
3878
3879Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3880
3881 * xmlschemas.c: Added IDC validation of anySimpleType attribute
3882 values; anyway the IDC key comparison is restricted to
3883 anySimpleType <--> string based types. For other types we
3884 would possibly need the canonical lexical representation of
3885 them; this sounds not performant, since we would need to
3886 build such a representation each time we want to compare against
3887 anySimpleType. TODO: think about buffering the canonical values
3888 somewhere. Fixed error reports for default attributes to work
3889 without a node being specified. This all and the enabling of IDC
3890 validation fixes bug #165346 (reported by Benoit Gr?goire - could
3891 not read his last name correctly from bugzilla).
3892
3893Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3894
3895 * xmlschemas.c: Enabled IDC parsing and validation.
3896 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3897 Added xmlSchemaCopyValue to the API; this was done due to
3898 validation of default attributes against IDCs: since IDC keys
3899 consume the precomputed value, one needs a copy.
3900 * pattern.c: Enabled IDC support; this is currently done
3901 via calling xmlPatterncompile with a flag arg of 1.
3902
3903Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3904
3905 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
3906 xstc/Makefile.am: try to fix a problem with valgrind.
3907 * python/generator.py python/libxml.c python/tests/Makefile.am
3908 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
3909 c.f. bug #165349
3910
3911Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3912
3913 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
3914 the prefix instead of the namespace name.
3915 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
3916 Adapted invalid values of the "id" attribute, since they are
3917 validated now.
3918
3919Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
3920
3921 * threads.c: new version with fixes from Rob Richards
3922
3923Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
3924
3925 * threads.c: applied patch from Rich Salz for multithreading on
3926 Windows.
3927
3928Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3929
3930 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
3931 of bugs in the writer
3932
3933Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3934
3935 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
3936 * xpath.c: fixed compilation warning, no change to logic.
3937 * xmlschemastypes.c: fixed compilation warning, no change to logic.
3938
3939Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3940
3941 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
3942 xmlTextWriterStartAttributeNS
3943
3944Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3945
3946 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
3947 and switched XPath to use it by default when possible
3948
3949Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
3950
3951 * xmlschemastypes.c: a bit of cleanup
3952 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
3953 the documentation as a result.
3954
3955Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3956
3957 * xmlreader.c include/libxml/xmlreader.h: applied patch from
3958 Aron Stansvik to add xmlTextReaderByteConsumed()
3959 * testReader.c: added a test option
3960 * xmlschemastypes.c: fix a lack of pointer checking in APIs
3961
3962Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3963
3964 * test/schemas/bug167754_0*: Added the regression test of Frans
3965 Englich for bug #167754.
3966
3967Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3968
3969 * xmlschemas.c: Started support for IDC resolution to default
3970 attributes. If building the content model for <all>: ensured
3971 to put element declarations and not the particles into the
3972 content model automaton (this was bug #167754, reported by
3973 Frans Englich).
3974
3975Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3976
3977 * pattern.c pattern.h: Some experimental addition for parsing
3978 of expressions and streamable validation.
3979 Added xmlStreamPushAttr to the API.
3980
3981Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3982
3983 * xmlschemas.c: Added validation for the attribute "id" in the
3984 schemata; doing this needed error report fixes for notations,
3985 facets and group. Changed NOTATION validation to work with the
3986 declared NOTATIONs in the schema; this does have no impact on
3987 the validation via the relaxng module.
3988 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3989 Added xmlSchemaNewNOTATIONValue to the API to be able to do
3990 the NOTATION validation described above.
3991 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
3992 Fixed the values of the "id" attributes, which were not validated
3993 previously.
3994
3995Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3996
3997 * xmlschemas.c: Fixed comparison for default/fixed attribute
3998 values, if the type was 'xsd:string'. Changed the comparison
3999 for IDCs to use the whitespace aware comparison function.
4000 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4001 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4002 xmlSchemaCompareValuesWhtsp to the API. Added functions
4003 to compare strings with whitespace combinations of "preserve",
4004 "replace" and "collapse".
4005
4006Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4007
4008 * xmlschemas.c: Further work on IDCs, especially evaluation for
4009 attribute nodes.
4010
4011Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4012
4013 * encoding.c: fix the comment to describe the real return values
4014 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4015 the patterns, pluggin in the XPath default evaluation, but
4016 disabled right now because it's not yet good enough for XSLT.
4017 pattern.h streaming API are likely to be changed to handle
4018 relative and absolute paths in the same expression.
4019
4020Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4021
4022 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4023 Made 'nil'ed elements work. Added a specific error message
4024 for 'strict' attribute wildcards.
4025 * include/libxml/xmlerror.h: Added an error code for
4026 wildcards.
4027 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4028
4029Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4030
4031 This change started out as a simple desire to speed up the
4032 execution time of testapi.c, which was being delayed by
4033 nameserver requests for non-existent URL's. From there it
4034 just sort of grew, and grew....
4035 * nanohttp.c, nanoftp.c: changed the processing of URL's
4036 to use the uri.c routines instead of custom code.
4037 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4038 * uri.c: added accepting ipV6 addresses, in accordance with
4039 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4040 * gentest.py, testapi.c: fixed a few problems with the
4041 testing of the nanoftp and nanohttp routines.
4042 * include/libxml/xmlversion.h: minor change to fix a
4043 warning on the docs generation
4044 * regenerated the docs
4045
4046Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4047
4048 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4049 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4050 (bug 166199)
4051 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4052 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4053 PYTHONPATH is set, to assure new libxml2 routines are used.
4054
4055Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4056
4057 * parser.c: fixed problem when no initial "chunk" was
4058 given to xmlCreatePushParser (bug 162613)
4059
4060Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4061
4062 * dict.c: fixed compilation warning
4063 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4064 * xmllint.c: changed to return non-zero status if error
4065 on xinclude processing
4066 * xmlsave.c: minor deletion of a redundant condition statement
4067
4068Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4069
4070 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4071
4072Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4073
4074 * pattern.c xmllint.c: fixed implementation for |
4075 * test/pattern/conj.* result/pattern/conj: added a specific regression
4076 test
4077
4078Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4079
4080 * pattern.c: first implementation for | support
4081
4082Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4083
4084 * pattern.c: fixed the namespaces support
4085 * tree.c: fixed xmlGetNodePath when namespaces are used
4086 * result/pattern/multiple result/pattern/namespaces
4087 test/pattern/multiple.* test/pattern/namespaces.*: added
4088 more regression tests
4089
4090Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4091
4092 * xmlschemas.c: fixed one internal function
4093 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4094 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4095
4096Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4097
4098 * Makefile.am: use the walker to test the patterns instead of
4099 the normal reader
4100 * pattern.c xmllint.c: bug fixes in the train including fixing the
4101 stupid build break.
4102
4103Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4104
4105 * pattern.c: more bug fixes for the XPath streaming code.
4106
4107Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4108
4109 * xmlschemas.c: Integrated the streaming pattern from the
4110 pattern module. Fixed some IDC code bugs. Changed
4111 fallback for attribute declaration addition to work like for
4112 element declarations.
4113
4114Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4115
4116 * pattern.c xmllint.c: bugfixes around the streaming patterns
4117
4118Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4119
4120 * Makefile.am configure.in result/pattern/simple
4121 test/pattern/simple.*: added first test for the patterns
4122 * pattern.c xmllint.c: a few fixes
4123
4124Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4125
4126 * pattern.c include/libxml/pattern.h xmllint.c: added a
4127 streaming pattern detector for a subset of XPath, should
4128 help Kasimier for identity constraints
4129 * python/generator.py: applied Stephane Bidoul patch to find
4130 paths without breaking.
4131
4132Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4133
4134 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4135
4136Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4137
4138 * xmlreader.c: implementation of xmlTextReaderReadString by
4139 Bjorn Reese
4140
4141Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4142
4143 * xmlschemas.c: Corrected an ambigious symbol-space for
4144 local attribute declarations. IFDEFed more IDC code to
4145 surpress compiler warnings.
4146
4147Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4148
4149 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4150 files for the Bakefile generator for Makefiles from Francesco
4151 Montorsi
4152 * win32/configure.js: fixes for Windows compilation with non-default
4153 flags by Joel Reed
4154
4155Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4156
4157 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4158 by Martijn Faassen
4159
4160Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4161
4162 * xmlschemas.c include/libxml/schemasInternals.h:
4163 Added an initial skeleton for indentity-constraints. This is all
4164 defined out, since not complete, plus it needs support from other
4165 modules.
4166 Added machanism to store element information for the
4167 ancestor-or-self axis; this is needed for identity-constraints
4168 and should be helpfull for a future streamable validation.
4169 * include/libxml/xmlerror.h: Added an error code for
4170 identity-constraints.
4171
4172Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4173
4174 * gentest.py testapi.c: had to fix generation and rebuild.
4175 * valid.c: the testapi found a bug in the last code of course !
4176
4177Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4178
4179 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4180 is generated, fixes bug #161386
4181 * dict.c: fix a comment typo
4182 * elfgcchack.h doc/*: regenerated
4183
4184Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4185
4186 * parser.c: found and fixed 2 problems in the internal subset scanning
4187 code affecting the push parser (and the reader), fixes #165126
4188 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4189 to the regression tests.
4190
4191Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4192
4193 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4194 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4195 speedups, start to deprecate 3 ElementDef related entry point
4196 and replace them with better ones.
4197
4198Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4199
4200 * xmlschemas.c: more hash dictionary interning changes
4201
4202Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4203
4204 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4205 the hash reuses the dictionnary for internal strings
4206 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4207 speedup when parsing for example DocBook documents.
4208
4209Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4210
4211 * parser.c: small speedup in skipping blanks characters
4212 * entities.c: interning the entities strings
4213
4214Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4215
4216 * parser.c: boosting common commnent parsing code, it was really
4217 slow.
4218 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4219 regression tests
4220
4221Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4222
4223 * parser.c: small optimization back.
4224
4225Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4226
4227 * dict.c parser.c include/libxml/dict.h: a single lock version
4228 mostly avoid the cost penalty of the lock in case of low
4229 parallelism, so applying that version instead.
4230
4231Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4232
4233 * dict.c: patch from Gary Coady to fix a race in dict reference
4234 counting in multithreaded apps.
4235
4236Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4237
4238 * parser.c: fixed bug #164556 where non-fatal errors stopped
4239 push parsing and xmlreader.
4240 * Makefile.am: fixup
4241 * test/errors/webdav.xml result/errors/webdav*: adding regression
4242 test for this problem.
4243
4244Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4245
4246 * xmlschemas.c: Corrected targetNamespace in
4247 xmlSchemaElementDump. Cosmetic changes to the dump output.
4248
4249Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4250
4251 * configure.in NEWS doc/*: preparing release of 2.6.17,
4252 updated and rebuilt the docs
4253
4254Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4255
4256 * parser.c: better fix for #151694 not killing c14n regression tests
4257 * xmlschemastypes.c: fixing bug #157653
4258
4259Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4260
4261 * parser.c: fixing bug #151694, line should always be set in the
4262 elements.
4263
4264Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4265
4266 * xmlschemastypes.c: trying to fix at least the message from
4267 bug #158628
4268 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4269 for format, c.f. bug #159997
4270
4271Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4272
4273 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4274 bug #157872
4275
4276Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4277
4278 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4279
4280Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4281
4282 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4283 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4284 tests about it.
4285 * doc/*: rebuilt
4286 * testdso.c: removed a warning due to a missing void in signature.
4287
4288Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4289
4290 * include/libxml/schemasInternals.h xmlschemas.c:
4291 Exposed targetNamespace for simple/complex types, model groups,
4292 attribute groups and notations (reported by Michael Hewarth
4293 to the mailing list). Added targetNamespace to xmlSchemaType,
4294 xmlSchemaAttributeGroup and xmlSchemaNotation.
4295 Tiny cosmetic change to the content model error report output.
4296 * result//all_*.err result//any3_0_0.err result//choice_*.err
4297 result//list0_0_1.err result//list0_1_1.err: Adapted output
4298 of regression tests.
4299
4300Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4301
4302 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4303 back in, since I missed to update xmlschemas.c before doing
4304 the previous commit.
4305
4306Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4307
4308 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4309 from xmlregexp.c to report expected elements on content model errors.
4310 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4311 Adapted output of regression tests.
4312
4313Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4314
4315 * config.h.in configure.in xmlmodule.c: trying to work around
4316 the compilation problem on HP-UX
4317
4318Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4319
4320 * pattern.c: fixed the fixed size array structure problem reported by
4321 Patrick Streule
4322
4323Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4324
4325 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4326 the API description, rebuilt, improved navigation in documentation
4327 a bit.
4328
4329Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4330
4331 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4332 and xmlRegExecNextValues() to return error transition strings too,
4333 and sink state detection and handling.
4334
4335Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4336
4337 * xmlschemas.c: fixed bug #163641 when the value passed for
4338 an atomic list type is NULL.
4339
4340Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4341
4342 * Makefile.am configure.in: fixed dependency on python 2.3,
4343 also small improvement for cygwin (bug 163273)
4344
4345Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4346
4347 * gentest.py testapi.c: William noticed I forgot to add special
4348 support for xmlmodules.c define
4349 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4350 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4351 entry point and refactored to use both code.
4352
4353Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4354
4355 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4356 setting up a "private" library (after some list posts about
4357 people having trouble doing it)
4358
4359Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4360
4361 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4362 rollback
4363
4364Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4365
4366 * TODO: small update
4367 * xmlregexp.c: trying to add an API to get useful error informations
4368 back from a failing regexp context.
4369
4370Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4371
4372 * xpath.c: fixed problem with xmlXPathErr when error number
4373 subscript was out of range (bug 163055)
4374
4375Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4376
4377 * uri.c: fixed problem with xmlURIEscape when query part was
4378 empty (actually fixed xmlURIEscapeStr to return an empty
4379 string rather than NULL for empty string input) (bug 163079)
4380
4381Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4382
4383 * parser.c, parserInternal.c: fixed "col" calculation for
4384 struct _xmlParserInput (based on patch from Rob Richards)
4385 * include/libxml/xmlerror.h, error.c: propagated error column
4386 number in the xmlError structure
4387
4388Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4389
4390 * parser.c: fixed namespace bug in push mode reported by
4391 Rob Richards
4392 * test/ns6 result//ns6*: added it to the regression tests
4393 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4394 added an extra option argument to module opening and defined
4395 a couple of flags to the API.
4396
4397Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4398
4399 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4400 Bjorn Reese, plus some cleanups
4401 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4402 add the new header
4403 * doc/* testapi.c: regenerated the API
4404
4405Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4406
4407 * configure.in: making DSO support an option
4408 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4409 and documentation cleanups
4410 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4411 checks for new module
4412 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4413 previously
4414
4415Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4416
4417 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4418 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4419 include/libxml/Makefile.am include/libxml/xmlerror.h
4420 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4421 include/libxml/xmlwin32version.h.in: applied DSO support
4422 patch 2 from Joel Reed
4423
4424Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4425
4426 * configure.in: applied patch from Marcin Konicki for BeOS
4427
4428Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4429
4430 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4431
4432Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4433
4434 Re-examined the problems of configuring a "minimal" library.
4435 Synchronized the header files with the library code in order
4436 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4437 were the same in both. Modified the API database content to more
4438 accurately reflect the conditionals. Enhanced the generation
4439 of that database. Although there was no substantial change to
4440 any of the library code's logic, a large number of files were
4441 modified to achieve the above, and the configuration script
4442 was enhanced to do some automatic enabling of features (e.g.
4443 --with-xinclude forces --with-xpath). Additionally, all the format
4444 errors discovered by apibuild.py were corrected.
4445 * configure.in: enhanced cross-checking of options
4446 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4447 doc/libxml2-api.xml, gentest.py: changed the usage of the
4448 <cond> element in module descriptions
4449 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4450 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4451 testSAX.c: cleaned up conditionals
4452 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4453 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4454 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4455 synchronized the conditionals with the corresponding module code
4456 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4457 added additional conditions required for compilation
4458 * doc/*.html, doc/html/*.html: rebuilt the docs
4459
4460Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4461
4462 * parserInternals.c: fixed to skip (if necessary) the BOM for
4463 encoding 'utf-16'. Completes the fix for bug #152286.
4464 * tree.c, parser.c: minor warning cleanup, no change to logic
4465
4466Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4467
4468 * python/generator.py: added most required entires to
4469 foreign encoding table, plus some additional logic to
4470 assure only the 1st param uses the 't#' format. Fixes
4471 bug #152286, but may still have some other UTF-16 problems.
4472
4473Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4474
4475 * Makefile.am, gentest.py: enhanced for enabling build in
4476 a different directory. Added (optional) param to gentest.py
4477 to specify the source directory (bug #155468)
4478 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4479 to (top_builddir) (bug #155468)
4480 * python/Makefile.am, python/generator.py: enhanced for enabling
4481 build in a different directory(bug #155468). Added (optional)
4482 param to generator.py to specify the source directory. Added
4483 a new table of functions which have possible "foreign" encodings
4484 (e.g. UTF16), and code to use python 't' format instead of
4485 'z' format (mostly solving bug #152286, but still need to
4486 populate the table).
4487
4488Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4489
4490 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4491 Change reference to new site for Solaris binaries, fixing bug
4492 160598
4493
4494
4495Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4496
4497 * parser.c: reset input->base within xmlStopParser
4498 * xmlstring.c: removed call to xmlUTF8Strlen from within
4499 xmlUTF8Strpos (Bill Moseley pointed out it was not
4500 useful)
4501
4502Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4503
4504 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4505 instead of ctxt->error for its reports (bug #160662)
4506
4507Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4508
4509 * python/generator.py: modified to allow the ns and nsDefs
4510 accessors to return None instead of error when no namespace
4511 is present (bug #)
4512
4513Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4514
4515 * doc/Makefile.am: changed maintainer-clean dependency with
4516 suggestion from Crispin Flowerday (bug #157634)
4517 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4518 were specified with debugDumpNode (bug #160621)
4519
4520Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4521
4522 * valid.c: fixed ID deallocation problem based on patch from
4523 Steve Shepard fixes bug #160893
4524 * xmlmemory.c: improving comment.
4525 * testapi.c: new test for xmlDictExists() is generated.
4526
4527Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4528
4529 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4530 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4531 warnings on function pointer <-> object pointer (a hack).
4532
4533Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4534
4535 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4536
4537Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4538
4539 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4540 a dead loop on bad data (bug 159550)
4541
4542Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4543
4544 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4545 of elements for which a declaration existed were still processed
4546 by the wildcard mechanism (reported by philippe ventrillon to the
4547 mailing list).
4548 Changed the import and include machanism to share dictionaries.
4549
4550Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4551
4552 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4553 go through the catalog resolution.
4554 * gentest.py testapi.c: fix a side effect wrning of the change
4555
4556Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4557
4558 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4559 dictionnary interface.
4560 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4561 from Rob Richards
4562
4563Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4564
4565 * xmlschemas.c: tiny enhancement for content model error reports
4566 (#157190, #143948). Removed abbreviations: CT, ST and WC
4567 (#157190, reported by Frans Englich).
4568 Initial: no report of local components.
4569 * result/schemas/all* result/schemas/any3_0_0.err
4570 result/schemas/choice*
4571 result/schemas/cos-st-restricts-1-2-err_0_0.err
4572 result/schemas/derivation-ok-extension-err_0_0.err
4573 result/schemas/derivation-ok-extension_0_0.err
4574 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4575 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4576 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4577 result/schemas/facet-unionST-err1_0_0.err
4578 result/schemas/hexbinary_0_1.err
4579 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4580 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4581 Adapted output.
4582
4583Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4584
4585 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4586 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4587 checked prior to facets of derived types - which caused a seg
4588 fault otherwise (bug #158216, reported by Frans Englich).
4589
4590Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4591
4592 * gentest.py, testapi.c: further enhancement, now all
4593 compilation warnings have been fixed.
4594 * xmlschemastypes.c: added NULL check for one function
4595
4596Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4597
4598 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4599 on a couple of lines)
4600 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4601
4602Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4603
4604 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4605
4606Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4607
4608 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4609 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4610 normalization for 'normalizedString'.
4611 Added xmlSchemaWhiteSpaceReplace to the API.
4612
4613Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4614
4615 * Makefile.am: forgot a $(srcdir)
4616 * encoding.c: stupid error wrong name #157976
4617
4618Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4619
4620 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4621
4622Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4623
4624 * python/generator.py python/libxml.c python/libxml2class.txt
4625 python/libxml_wrap.h python/types.c: Applied patch from Brent
4626 Hendricks adding support for late DTD validation.
4627 * python/tests/Makefile.am python/tests/dtdvalid.py
4628 python/tests/test.dtd: integrated the provided regression test
4629
4630Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4631
4632 * configure.in: detect when struct sockaddr_storage
4633 has the __ss_family member instead of ss_family and
4634 behave accordingly. We now can use ipv6 on aix.
4635
4636Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4637
4638 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4639 added -q option, and more conditional features fixes
4640 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4641 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4642 include/libxml/debugXML.h: various compilation and conditional
4643 cleanups.
4644 * doc/*: regenerated
4645
4646Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4647
4648 * gentest.py testapi.c: better handling of conditional features
4649 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4650 on parser contexts closed leaks, error messages
4651
4652Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4653
4654 * xpath.c: fixed problem concerning XPath context corruption
4655 during function argument evaluation (bug 157652)
4656
4657Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4658
4659 * testapi.c: more types.
4660 * parserInternals.c xpath.c: more fixes
4661
4662Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4663
4664 * gentest.py testapi.c: better parser options coverage
4665 * SAX2.c xpath.c: more cleanups.
4666
4667Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4668
4669 * testapi.c: trying to fix some optional support brokenness
4670
4671Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4672
4673 * gentest.py testapi.c: more coverage
4674 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4675
4676Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4677
4678 * gentest.py testapi.c: more coverage
4679 * SAX2.c parser.c parserInternals.c: more fixes
4680
4681Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4682
4683 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4684
4685Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4686
4687 * gentest.py testapi.c: more types, more coverage
4688 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4689 xmlschemastypes.c: more problems fixed
4690
4691Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4692
4693 * gentest.py: fixed test file corruption problem
4694
4695Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4696
4697 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4698
4699Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4700
4701 * testapi.c: augmented the number of types
4702
4703Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4704
4705 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4706 bug fixes and documentation updates.
4707
4708Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4709
4710 * gentest.py testapi.c: augmented type autogeneration for enums
4711 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4712
4713Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4714
4715 * encoding.c: fixed a regression in iconv support.
4716
4717Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4718
4719 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4720 for unknown pointer types
4721 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4722 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4723 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4724 xpointer.c: This uncovered an impressive amount of entry points
4725 not checking for NULL pointers when they ought to, closing all
4726 the open gaps.
4727
4728Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4729
4730 * catalog.c: fixed problem with NULL entry (bug 157407)
4731 * xpath.c: fixed a couple of warnings (no change to logic)
4732
4733Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4734
4735 * gentest.py testapi.c: more coverage
4736 * xmlunicode.c: one fix
4737
4738Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4739
4740 * entities.c: fixed a compilation problem on a recent change
4741
4742Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4743
4744 * gentest.py testapi.c: more coverage
4745 * nanoftp.c tree.c: more fixes
4746
4747Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4748
4749 * gentest.py testapi.c: fixed the way the generator works,
4750 extended the testing, especially with more real trees and nodes.
4751 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4752 of real problems found and fixed.
4753 * entities.c: fix error reporting to go through the new handlers
4754
4755Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4756
4757 * parser.c: dohh ... stupid change killing xmlParseDoc()
4758
4759Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4760
4761 * gentest.py testapi.c: changing the way the .c is generated,
4762 extending the tests coverage
4763 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4764 function signatures, regenerating stuff
4765 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4766
4767Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4768
4769 * gentest.py testapi.c: extending the tests coverage
4770
4771Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4772
4773 * Makefile.am: gentest.py was missing from the EXTRA_DIST
4774
4775Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
4776
4777 * gentest.py testapi.c: extending the tests coverage
4778 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
4779
4780Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4781
4782 * gentest.py testapi.c: more fixes and extending the tests coverage
4783 * nanoftp.c xmlIO.c: more fixes and hardening
4784
4785Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
4786
4787 * gentest.py testapi.c: more fixes and extending the tests coverage
4788 * valid.c: bunch of cleanups and 2 leaks removed
4789
4790Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
4791
4792 * gentest.py testapi.c: more fixes and extending the tests coverage
4793 * list.c tree.c: more fixes and hardening
4794
4795Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4796
4797 * gentest.py testapi.c: more fixes and extending the tests coverage
4798 * relaxng.c include/libxml/relaxng.h: adding a type init interface
4799 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
4800 cleanups and bug fixes raised by the regression tests
4801
4802Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
4803
4804 * gentest.py testapi.c: more fixes and extending the tests coverage
4805 * xmlwriter.c list.c: more hardeing of APIs
4806 * doc/apibuild.py: skip testapi.c when scanning the C files.
4807
4808Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
4809
4810 * gentest.py testapi.c: more testing and coverage
4811 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
4812 * doc/*: rebuilt
4813
4814Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
4815
4816 * gentest.py testapi.c: more developments on the API testing
4817 * HTMLparser.c tree.c: more cleanups
4818 * doc/*: rebuilt
4819
4820Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
4821
4822 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
4823 * Makefile.am gentest.py testapi.c: work on generator of an
4824 automatic API regression test tool.
4825 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
4826 xmlstring.c: various API hardeing changes as a result of running
4827 teh first set of automatic API regression tests.
4828 * test/slashdot16.xml: apparently missing from CVS, commited it
4829
4830Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4831
4832 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
4833 on #fedora-devel
4834
4835Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
4836
4837 * parser.c: fixed a bug reported by Petr Pajas on the list and
4838 affecting XML::Libxml
4839
4840Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
4841
4842 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
4843 sure the conversion functions return the number of byte written.
4844 Had to fix one of the examples.
4845
4846Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4847
4848 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
4849
4850Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4851
4852 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
4853 Brent Hendricks in the mailing-list
4854 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
4855 parserInternals.c: fix #156626 and more generally how to find out
4856 if a validation contect is part of a parsing context or not. This
4857 can probably be improved to make 100% sure that vctxt->userData
4858 is the parser context too. It's a bit hairy because we can't
4859 change the xmlValidCtxt structure without breaking the ABI since
4860 this change xmlParserCtxt information indexes.
4861
4862Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4863
4864 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
4865 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
4866
4867Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
4868
4869 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
4870 (bug 156527)
4871
4872Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
4873
4874 * nanoftp.c nanohttp.c: second part of the security fix for
4875 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
4876
4877Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
4878
4879 * nanoftp.c: applied fixes for a couple of potential security problems
4880 * tree.c valid.c xmllint.c: more fixes on the string interning checks
4881
4882Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
4883
4884 * debugXML.c include/libxml/xmlerror.h: added checking for names
4885 values and dictionnaries generates a tons of errors
4886 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
4887 include/libxml/tree.h: fixing the errors in the regression tests
4888
4889Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4890
4891 * parser.c: modified the handling of _private for entity
4892 expansion (bug 155816)
4893
4894Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4895
4896 * parser.c: fixed the leak reported by Volker Roth on the list
4897 * test/ent10 result//ent10*: added a specific test for the problem
4898
4899Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
4900
4901 * valid.c: unlinked the internal subset within xmlValidateDtd
4902 (bug 141827)
4903 * configure.in: added -Wall to developer's flags
4904 * doc/examples/reader4.res: added to CVS
4905
4906Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
4907
4908 * HTMLparser.c: added support for HTML PIs #156087
4909 * test/HTML/python.html result/HTML/python.html*: added specific tests
4910
4911Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4912
4913 * threads.c: fixed nasty bug #156087
4914
4915Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4916
4917 * python/libxml.c: fixed a problem occuring only in x86_64 when
4918 very large error messages are raised to the Python handlers.
4919
4920Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4921
4922 * xmlschemas.c: fixed a memory bug
4923 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
4924 and regenerated the directory
4925
4926Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4927
4928 * include/libxml/xmlreader.h xmlreader.c: applied patch from
4929 Graham Bennett adding 4 convenience functions to the reader API.
4930
4931Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
4932
4933 * debugXML.c: excluded a few nodes (with no content) from the
4934 string check routine.
4935
4936Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
4937
4938 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
4939 raise a problem, need debug
4940
4941Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4942
4943 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
4944 #155240 building outside the source tree. but make tests fails.
4945
4946Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
4947
4948 * debugXML.c include/libxml/xmlerror.h: added namespace checking
4949
4950Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4951
4952 * debugXML.c: some framework preparation to add namespace checkings
4953
4954Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
4955
4956 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
4957 adding the tree debug mode
4958 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
4959 by the debug mode.
4960 * SAX2.c: another tree fix from Rob Richards
4961
4962Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
4963
4964 * catalog.c: small change to last fix, to get xml:base right
4965
4966Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4967
4968 * catalog.c: added code to handle <group>, including dumping
4969 to output (bug 151924).
4970 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
4971 cleanup (no change to logic)
4972
4973Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
4974
4975 * configure.in debugXML.c include/libxml/xmlversion.h.in
4976 include/libxml/xmlwin32version.h.in: revamped the XML debugging
4977 module and prepare for a new checking mode
4978
4979Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4980
4981 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
4982
4983Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4984
4985 * python/generator.py python/libxml.c python/tests/outbuf.py:
4986 applied patch from Malcolm Tredinnick fixing bug #154294
4987 related to saving to python file objects.
4988
4989Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4990
4991 * tree.c: changed xmlHasNsProp to properly handle a request for
4992 the default namespace (bug 153557)
4993
4994Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
4995
4996 * parser.c: fixed problem with dictionary handling within
4997 xmlParseInNodeContext (bug 153175)
4998
4999Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5000
5001 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5002 check-xinclude-test-suite.py, check-xml-test-suite.py,
5003 check-xsddata-test-suite.py, doc/examples/index.py: changed
5004 changed sys.path setting from 'append' to 'insert' (patch
5005 supplied by Malcolm Tredinnick) (bug 153716)
5006
5007Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5008
5009 * include/libxml/parserInternals.h: added two new macros
5010 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5011 parsing and xpath for testing data not necessarily
5012 unicode.
5013 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5014 IS_DIGIT_CH macros to ascii versions (bug 153936).
5015
5016Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5017
5018 * error.c: added some coding to attempt to display which file
5019 contains an error when using XInclude (bug 152623)
5020
5021Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5022
5023 * configure.in: stupid cut'n paste bug in xmllint detection
5024
5025Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5026
5027 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5028
5029Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5030
5031 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5032 include/libxml/schemasInternals.h: Parsing of <complexContent>
5033 - handle attribute 'mixed', catch illegal attributes.
5034 Parsing of <complexType> - handle attributes 'abstract',
5035 'final' and 'block', catch illegal attributes.
5036 Validation of complex types - handle abstract types.
5037 Added handling of default/fixed attributes and element values.
5038 Per validation option attribute nodes/text nodes are created
5039 on the instance.
5040 Added the corresponding constraints for fixed/default.
5041 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5042 to the external API.
5043 Extended element declaration constraints.
5044 Got rid of perseverative creation of temporery validation/parser
5045 contexts.
5046 Added handling of xsi:schemaLocation and
5047 xsi:noNamespaceSchemaLocation.
5048 Fixed xsi:type component resolution if using non-prefixed
5049 QNames.
5050 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5051 Enabled namespace awareness of the content model if using the
5052 model group "all".
5053 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5054 which broke the test.
5055 * xstc/xstc.py: Workaround to accomodate case insensitive
5056 test definitions in ms-test.def.xml (was missing in a previous
5057 commit).
5058
5059Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5060
5061 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5062 adding option not to load dtd from the drv_libxml2.py module
5063 #134633
5064
5065Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5066
5067 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5068 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5069 warning generated by the Nonstop Kernel Open System Services
5070 compiler #151710
5071
5072Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5073
5074 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5075 python exception hierarchy #139824
5076
5077Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5078
5079 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5080 E20 concerning NMTOKENS and co. validation #153722
5081 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5082 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5083
5084Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5085
5086 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5087 #153713
5088 * xpath.c: fixed a realloc potential problem
5089
5090Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5091
5092 * Makefile.am: fixed make valgrind xstc
5093
5094Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5095
5096 * xmlschemastypes.c: fixing an out of bound adressing issue
5097
5098Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5099
5100 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5101 code cleanups.
5102
5103Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5104
5105 * parser.c: fixed a bunch of errors when realloc failed.
5106
5107Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5108
5109 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5110 by Purify on Windows.
5111
5112Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5113
5114 * xmllint.c: added --timing --copy timing for the copy
5115 * vms/build_libxml.com: applied patch from Craig Berry
5116 to build with recent releases
5117
5118Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5119
5120 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5121 xmlNanoHTTPContentLength to the external API (bug151968).
5122 * parser.c: fixed unnecessary internal error message (bug152060);
5123 also changed call to strncmp over to xmlStrncmp.
5124 * encoding.c: fixed compilation warning (bug152307).
5125 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5126 a couple of compilation warnings.
5127 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5128 warnings; no change to logic.
5129
5130Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5131
5132 * parser.c: removed some extern before function code reported by
5133 Kjartan Maraas on IRC
5134 * legacy.c: fixed compiling when configuring out the HTML parser
5135 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5136 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5137 of the HTML parser data structures, current data generate a huge
5138 amount of ELF relocations at loading time.
5139
5140Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5141
5142 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5143 in the change log and cleanup of space/tabs issues.
5144
5145Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5146
5147 * xmlschemas.c include/libxml/schemasInternals.h
5148 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5149 Simpified attribute wildcard creation and assignment to get rid
5150 of memory leaks.
5151 Restructured the validation process.
5152 Restructured and expanded parsing of <attributeGroup>.
5153 Added initial handing of xsi:type.
5154 Advanced handling of xsi:nil (should work now for simple types).
5155 Added construction of schemata using xsi:schemaLocation and
5156 xsi:noNamespaceSchemaLocation; this is not enabled, since
5157 no corresponding API exists yet.
5158 Moved the content model to complex type components.
5159 Resolution of types for attributes will look for simple types
5160 only (incl. all the built-in simple types).
5161 Extended parsing of 'anyAttribute'.
5162 Fixed content-type type for complex types if derived from
5163 'anyType' using the short-hand form (see bug # 152470,
5164 submitted by Thilo Jeremias).
5165 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5166 * xstc/xstc.py: Workaround to accomodate case insensitive
5167 test definitions in ms-test.def.xml.
5168 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5169 result/schemas/ns0_1_2.err: Adapted.
5170
5171Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5172
5173 * xmlwriter.c: changed char array initialisation to avoid a
5174 complaint from some compiler(s) (bug 152308)
5175
5176Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5177
5178 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5179 routine suggested by Mark Itzcovitz
5180
5181Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5182
5183 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5184 which is that notation not in the internal subset should
5185 not be saved, and the second more nasty on an error saving
5186 NOTATIONs, if there is a proof that nobody uses notations !
5187
5188Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5189
5190 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5191 xmlSchemaValidateOneElement to the XML Schema validation API,
5192 as proposed by Jeffrey Fink - see bug # 152073.
5193
5194Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5195
5196 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5197 checking for xmllint and xsltproc in configure.in, fixed
5198 make dist w.r.t. the new xstc subdir.
5199 * doc/*: rebuilt
5200
5201Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5202
5203 * xstc/xstc.py: Changed to finally validate instance documents.
5204
5205Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5206
5207 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5208 heavy ... weight 250MB of VM !
5209
5210Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5211
5212 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5213 more cleanup in integrating the xstc testsuite
5214
5215Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5216
5217 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5218 starting to integrate the xstc suite in the normal regression
5219 tests
5220
5221Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5222
5223 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5224 set correctly.
5225
5226Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5227
5228 * check-xinclude-test-suite.py: when output and expected do not match
5229 exactly run diff to put the differences in the log c.f. #148691
5230
5231Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5232
5233 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5234 xstc/sun-test-def.xml: Initial release of generation files to
5235 create python test scripts, which will run the W3C XML Schema Test
5236 Collection. The ms-test-def.xml and sun-test-def.xml files
5237 were extracted from the online HTML XSTC results [1], since they did
5238 not exist for the SUN tests, and only partially did exist for the
5239 MS tests. The NIST definition file was created by concatenation
5240 of the existing definition files for each single datatype.
5241 The stylesheet "xstc-to-python.xslt" should be run against the
5242 definition files to produce the python scripts.
5243 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5244 results-master.html"
5245
5246Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5247
5248 * xmlschemas.c include/libxml/schemasInternals.h
5249 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5250 a format argument was missing.
5251 Fixed wrong assignment of the owner of a wildcard in
5252 xmlSchemaBuildAttributeValidation (in the shorthandform of
5253 <complexType>; this caused a seg fault, due to a double-free
5254 of the wildcard.
5255 Added a check for circular attribute group references.
5256 Added a check for circular model group definition references.
5257 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5258
5259Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5260
5261 * xmlstring.c: modified comments on xmlGetUTF8Char in
5262 response to bug 151760 (no change to logic)
5263
5264Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5265
5266 * xmlstring.c: fixed error reported on the list caused by
5267 my last change
5268
5269Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5270
5271 * NEWS configure.in doc/*: release of libxml2-2.6.13
5272
5273Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5274
5275 * xmlIO.c: fixing #151456, an encoding error could generate
5276 a serialization loop.
5277
5278Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5279
5280 * Makefile.am: also produce a tar ball with just the sources
5281 * xmllint.c: added --path option and --load-trace options to
5282 xmllint, RFE #147740 based on xsltproc versions
5283 * doc/xmllint.* doc/*: updated the man page and rebuilt
5284
5285Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5286
5287 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5288 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5289 update the test.
5290 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5291 in previous commit.
5292 * Makefile.am: added a message in the regression tests
5293
5294Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5295
5296 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5297 with default namespace when a named prefix with the same href
5298 was present (reported on the mailing list by Karl Eichwalder.
5299 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5300 Julius Mittenzwei.
5301 * dict.c: added a typecast to try to avoid problem reported by
5302 Pascal Rodes.
5303
5304Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5305
5306 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5307 not create a computed value on a facet and thus crashed during
5308 validation of instances.
5309 Expanded validity checks for min/maxOccurs attributes.
5310 Expanded validity checks for the value of the attribute "form".
5311
5312Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5313
5314 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5315 mailing list by Julius Mittenzwei
5316
5317Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5318
5319 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5320 Red Hat bug #124942
5321
5322Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5323
5324 * parser.c: remove a warning on Solaris
5325 * xmlschemastype.c: fix a crashing bug #151111
5326
5327Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5328
5329 * test/schemas/import-bad-1_0.imp: Added missing test file.
5330 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5331 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5332 - see #150840.
5333 Changed the import of schemas to allow failure of location
5334 of a resource to be imported.
5335 * result/schemas/all_* result/schemas/any3_0_0.err
5336 result/schemas/choice_* result/schemas/import1_0_0.err
5337 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5338 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5339 result/schemas/ns0_1_2.err: Adapted regression test results.
5340
5341Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5342
5343 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5344 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5345
5346Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5347
5348 * parser.c: fixed path problem in DTD loading reported by
5349 Sameer Abhinkar
5350
5351Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5352
5353 * win32/configure.js: added support for version extra
5354 * win32/Makefile.*: upgraded to zlib 1.2.1
5355
5356Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5357
5358 * configure.in: removing -O -g from default gcc flags #150828
5359
5360Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5361
5362 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5363 and rebuilt the docs.
5364
5365Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5366
5367 * python/libxml.c: fix a problem on last commit
5368
5369Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5370
5371 * xmllint.c xpath.c include/libxml/xpath.h
5372 include/libxml/xpathInternals.h python/libxml.c
5373 python/libxml_wrap.h: trying to remove some warning when compiling
5374 on Fedora Core 3 and 64bits
5375
5376Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5377
5378 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5379 <sequence>, <choice>, <include>, <import>.
5380 Fixed schema defaults (elementFormDefault, etc.) for included
5381 schemas.
5382 Fixed a bug which reported attributes as invalid on
5383 elements declarations with the built-in type 'anyType'.
5384 Added "lax" validation of the content of elements of type
5385 'anyType'.
5386 Fixed: element declarations with the same name were treated
5387 as duplicate if located in the subtree of <choice> -> <sequence>.
5388 (This was bug 150623, submitted by Roland Lezuo)
5389 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5390 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5391 Kapitanker)
5392 * xmlschemastypes.c: Changed the type of anyType to
5393 XML_SCHEMAS_ANYTYPE.
5394 * include/libxml/xmlerror.h: Added schema parser errors.
5395 * result/schemas/bug145246_0_0*
5396 result/schemas/extension1_0_2.err: Changed test results.
5397 * result/schemas/ct-sc-nobase_0_0*
5398 result/schemas/facet-whiteSpace_0_0*
5399 result/schemas/import1_0_0* result/schemas/import2_0_0*
5400 result/schemas/include2_0_0* result/schemas/include3_0_0*
5401 result/schemas/restriction-attr1_0_0*
5402 result/schemas/seq-dubl-elem1_0_0*
5403 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5404 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5405 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5406 test/schemas/import2_0* test/schemas/include2_0*
5407 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5408 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5409 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5410 files.
5411
5412Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5413
5414 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5415 CVS dist
5416
5417Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5418
5419 * doc/xmllint.xml, xmllint.1, xmllint.html:
5420 Edit and rebuild the man pages with Daniel's C14 update
5421
5422Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5423
5424 * parser.c: fixed missing line numbers on entity as reported
5425 on the list by Steve Cheng
5426
5427Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5428
5429 * configure.in globals.c include/libxml/xmlversion.h.in
5430 include/libxml/xmlwin32version.h.in: added some code to
5431 include the CVS ChangeLog version in the xmlParserVersion
5432 string (printed by xmllint with --version)
5433
5434Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5435
5436 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5437 python/libxml.c python/libxml_wrap.h python/types.c
5438 python/tests/schema.py python/tests/Makefile.am: Applied patch
5439 from Torkel Lyng to add Schemas support to the Python bindings
5440 and extend the schemas error API, registered a new test.
5441 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5442
5443Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5444
5445 * debugXML.c: added help for new set shell command
5446 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5447 added parser option to not generate XInclude start/end nodes,
5448 added a specific option to xmllint to test it fixes #130769
5449 * Makefile.am: regression test the new feature
5450 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5451
5452Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5453
5454 * xmlIO.c: small typo pointed out by Mike Hommey
5455 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5456 the --c14n description, c.f. #144675 .
5457 * nanohttp.c nanoftp.c: applied a first simple patch from
5458 Mike Hommey for $no_proxy, c.f. #133470
5459 * parserInternals.c include/libxml/parserInternals.h
5460 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5461 in includes #137414
5462 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5463 first version of the inplementation of parsing within
5464 the context of a node in the tree #142359, new function
5465 xmlParseInNodeContext(), added support at the xmllint --shell
5466 level as the "set" function
5467 * test/scripts/set* result/scripts/* Makefile.am: extended
5468 the script based regression tests to instrument the new function.
5469
5470Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5471
5472 * doc/xmllint.xml, xmllint.html, xmllint.1:
5473 add c14n to man page (man, it's hard to keep up with
5474 Daniel!)
5475
5476Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5477
5478 * doc/xmllint.xml, xmllint.html, xmllint.1:
5479 add pattern, walker, maxmem, output and xmlout to man page
5480 fixes #144675
5481
5482Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5483
5484 * xmllint.c: added a --c14n option to canonicalize the output
5485 should close the RFE #143226
5486
5487Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5488
5489 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5490 * xmlcatalog.c: applied patch from Albert Chin to add a
5491 --no-super-update option to xmlcatalog see #145461
5492 and another patch also from Albert Chin to not crash
5493 on -sgml --del without args see #145462
5494 * Makefile.am: applied another patch from Albert Chin to
5495 fix a problem with diff on Solaris #145511
5496 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5497 in bug #148115
5498 * python/libxml.py: apply fix from Marc-Antoine Parent about
5499 the errors in libxml(2).py on the node wrapper #135547
5500
5501Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5502
5503 * Makefile.am: added a dumb rule to able to compile tst.c
5504 when people submit a sample test program
5505 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5506 to document xmlSchemasSetValidErrors() limitations, #141827
5507 * error.c: Add information in generic and structured error
5508 setter functions that this need to be done per thread #144308
5509 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5510 bug #144162
5511 * doc/xmllint.xml: typo fix #144840
5512
5513Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5514
5515 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5516 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5517 include/libxml/xmlschemastypes.h: applied Schemas patches
5518 from Kasimier Buchcik
5519 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5520 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5521 lot of new tests for things fixed by the patch
5522
5523Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5524
5525 * valid.c: fixed my mis-handling of External ID on last
5526 change.
5527
5528Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5529
5530 * valid.c: changed the parsing of a document's DTD to use
5531 the proper base path (bug 144366)
5532
5533Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5534
5535 * Makefile.am config.h.in configure.in python/Makefile.am:
5536 applied a patch from Gerrit P. Haase to get python bindings
5537 on Cygwin
5538
5539Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5540
5541 * include/libxml/valid.h: elaborated on description of
5542 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5543 144760)
5544 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5545 minor fixes to comments for doc rebuilding errors.
5546 * doc/*.html: rebuilt the docs
5547
5548Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5549
5550 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5551 fixes documentation glitches raised by Oliver Stoeneberg
5552
5553Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5554
5555 * tree.c: fixed problem with memory leak on text nodes in DTD
5556 (bug 148965) with patch provided by Darrell Kindred
5557
5558Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5559
5560 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5561 (bug 149041)
5562
5563Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5564
5565 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5566 info posted to the mailing list.
5567
5568Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5569
5570 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5571 xmlreader.c, include/libxml/tree.h: many further little changes
5572 for OOM problems. Now seems to be getting closer to "ok".
5573 * testOOM.c: added code to intercept more errors, found more
5574 problems with library. Changed method of flagging / counting
5575 errors intercepted.
5576
5577Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5578
5579 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5580 and another one from Rob Richards fixing #148448
5581
5582Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5583
5584 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5585 setting doc->charset.
5586
5587Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5588
5589 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5590 fixes for out of memory condition, mostly from Olivier
5591 Andrieu.
5592 * testOOM.c: some further improvement by Olivier, with
5593 a further small enhancement for easier debugging.
5594
5595Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5596
5597 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5598 implemented patches supplied by Olivier Andrieu
5599 (bug 148588), plus made some further enhancements, to
5600 correct some problems with out of memory conditions.
5601 * testOOM.c: improved with patches from Olivier Andrieu
5602
5603Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5604
5605 * tree.c: put in patch for Windows buffer re-allocation
5606 submitted by Steve Hay (bug 146697)
5607
5608Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5609
5610 * xinclude.c: added some code to check, when an include is
5611 done, whether the requested URL gets mapped to some other
5612 location (e.g. with a catalog entry) and, if so, take care
5613 of the xml:base properly (bug 146988)
5614
5615Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5616
5617 * error.c: fixed to assure user data param is set correctly
5618 when user structured error handler is called (bug 144823)
5619
5620Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5621
5622 * xmlreader.c: fixed problem with reader state after
5623 processing attributes (bug 147993)
5624
5625Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5626
5627 * configure.in, Makefile.am: put in an auto* check for the
5628 path to perl (if it exists), and modified make Timingtests
5629 to use that path instead of just executing the dbgenattr.pl
5630 script (bug 148056)
5631
5632Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5633
5634 * python/generator.py: added a check on the argument for some
5635 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5636 reported on the list). Further enhancement should be done
5637 to auto-create the appropriate object.
5638 * python/libxml.c: minor fix for a warning message; added a
5639 routine, currently not used, to report the description of a
5640 PyCObject.
5641 * python/libxml2class.txt: regenerated
5642
5643Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5644
5645 * catalog.c test/catalogs/white* result/catalogs/white*:
5646 applied patches from Peter Breitenlohner to fix handling
5647 of white space normalization in public ids and add tests
5648
5649Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5650
5651 * xmlmemory.c: applied a small fix from Steve Hay
5652
5653Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5654
5655 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5656 the xpath context document pointer (part of fix to libxslt
5657 bug 147445)
5658
5659Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5660
5661 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5662 of tabs and spaces (bug 147424)
5663
5664Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5665
5666 * python/drv_libxml.py: added an encoding "special comment" to avoid
5667 warning message in python2.3 (bug 146889)
5668 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5669 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5670 * xpath.c: enhanced to take advantage of current libxslt handling
5671 of tmpRVT. Fixes bug 145547.
5672
5673Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5674
5675 * libxml.h uri.c: fixed a couple of problems in the new
5676 elfgcchack.h trick pointed by Peter Breitenlohner
5677
5678Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5679
5680 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5681 which prevented building with --with-minimum
5682
5683Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5684
5685 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5686 docs
5687
5688Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5689
5690 * parser.c: make the push interfaces synchronous
5691 * python/tests/sync.py: added a specific test
5692 * python/tests/Makefile.am doc/examples/Makefile.am
5693 doc/examples/index.py: added the new test, cleaning up
5694 "make tests" output
5695
5696Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5697
5698 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5699 datatype facet problem with recent changes.
5700
5701Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5702
5703 * python/libxml.c: Changed the number of XPath extension functions
5704 allowed to be variable-length (patch supplied by Marc-Antoine
5705 Parent, bug 143805). Added code to "unregister" the functions
5706 when the parser cleanup takes place.
5707
5708Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5709
5710 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5711 some updates with memory debugging facilities while messing
5712 with libxslt python bindings
5713
5714Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5715
5716 * python/libxml.c python/generator.py python/libxml.py
5717 python/libxml2-python-api.xml python/libxml2class.txt:
5718 applied patch from Stéphane Bidoul to fix some Python bindings
5719 initialization, then had to change the parserCleanup()
5720 to handle memory released there.
5721 * xmlmemory.c: added more debugging comments.
5722
5723Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5724
5725 * xmlreader.c: seems the reader buffer could be used while not
5726 allocated, fixes bug #145218
5727
5728Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5729
5730 * python/generator.py: do not provide functions used as destructor
5731 of classes as public methods to avoid double-free problem like
5732 in bug #145185
5733
5734Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5735
5736 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5737 Now compiles warning-free, all tests passed.
5738 * SAX2.c: small change to comments for documentation.
5739 No change to logic.
5740
5741Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5742
5743 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5744
5745Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5746
5747 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5748 allocation problem
5749
5750Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5751
5752 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5753 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5754 applied Schemas patches from Kasimier Buchcik, there is still
5755 one open issue about referencing freed memory.
5756 * test/schemas/* result/schemas/*: updated with new tests from
5757 Kasimier
5758
5759Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5760
5761 * include/libxml/globals.h include/libxml/xmlIO.h
5762 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5763 to globals.h to avoid some troubles pointed out by Rob Richards
5764
5765Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5766
5767 * libxml.m4: applied changes suggested by Mike Hommey, remove
5768 libxml1 support and use CPPFLAGS instead of CFLAGS
5769
5770Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5771
5772 * libxml.spec.in: another, more 'experimental' feature to
5773 get compiler optimization based on gcc runtime profiling
5774
5775Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5776
5777 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
5778 Ven suggestion to reduce ELF footprint and generated code. Based on
5779 aliasing of libraries function to generate direct call instead of
5780 indirect ones
5781 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
5782 generation of elfgcchack.h based on the API description, extended
5783 the API description to show the conditionals configuration flags
5784 required for symbols.
5785 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
5786 * doc/*: regenerated the docs.
5787
5788Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5789
5790 * regressions.py, regressions.xml: new files for running
5791 regression tests under Python. Not yet complete, but
5792 should provide good testing under both Linux and Windows.
5793 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
5794 for --push testing to include the 'rb' param when compiled
5795 under Windows.
5796
5797Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5798
5799 * uri.c: fixed a problem when base path was "./xxx"
5800 * result/XInclude/*: 5 test results changed by above.
5801 * Makefile.am: fixed a couple of spots where a new
5802 result file used different flags that the testing one.
5803
5804Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
5805
5806 * valid.c: suppressed warnings from within xmlValidGetValidElements
5807 (bug 144644)
5808 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
5809 (bug 144245)
5810
5811Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5812
5813 * valid.c: implemented bugfix from Massimo Morara for DTD
5814 dumping problem.
5815 * test/valid/t10.xml, result/valid/t10.*: added regression
5816 for above
5817 * configure.in: small change for my profile settings
5818
5819Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
5820
5821 * doc/xmlcatalog_man.xml, xmlcatalog.1
5822 Docs patch from Ville Skytta, bugzilla #144841
5823
5824Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
5825
5826 * doc/xmllint.xml, xmllint.html, xmllint.1
5827 update man page to reflect William's newly disciplined return
5828 code mojo
5829
5830Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5831
5832 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
5833 compilation errors when configured with --with-minimum
5834
5835Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5836
5837 * debugXML.c: applied patch from Stefano Debenedetti to register
5838 namespaces in the debug shell
5839
5840Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5841
5842 * xmlreader.c: fix from Steve Ball and update of the comment.
5843 * Makefile.am result/errors/*.str: William pointed out that
5844 the streaming error checking part wasn't streaming, fixing
5845
5846Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5847
5848 * catalog.c: patch from Igor for the default catalog path on Windows
5849
5850Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5851
5852 * configure.in: apparently wasn't updated last time
5853
5854Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5855
5856 * configure.in, xmlmemory.c, globals.c: fixed problem when
5857 configuring using --with-thread-alloc
5858
5859Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5860
5861 * win32/configure.js win32/Makefile.* minor changes for the new
5862 layout of the Windows binary package
5863
5864Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5865
5866 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
5867 from Kasimier Buchcik for Schema Component Constraints
5868 * test/schemas/* result/schemas/*: added the regression tests
5869
5870Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5871
5872 * xmllint.c: fixed missing error return code for schema
5873 validation (bug 143880), also changed over to an enum for
5874 defining the error return codes for all conditions.
5875
5876Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5877
5878 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
5879 problem when substituing entities using the Reader, the entities
5880 content might be freed and if rereferenced would crash
5881 * Makefile.am test/* result/*: added a new test case and a new
5882 test operation for the reader with substitution of entities.
5883
5884Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5885
5886 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
5887 applied patch from Rob Richards for the per thread I/O mappings
5888
5889Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5890
5891 * xinclude.c: some further enhancement to take care of
5892 xml:base for XPointer elements (bug 143886). Also fixed
5893 a problem when xml:base was already specified on an
5894 XInclude'd element.
5895
5896Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
5897
5898 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
5899 (bug 143738).
5900
5901Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
5902
5903 * uri.c, include/libxml/uri.h: added a new routine
5904 xmlBuildRelativeURI needed for enhancement of xinclude.c
5905 * xinclude.c: changed handling of xml:base (bug 135864)
5906 * result/XInclude/*: results of 5 tests changed as a result
5907 of the above change
5908
5909Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5910
5911 * test/schemas/* result/schemas/*: added a bunch of tests from
5912 Kasimier Buchcik posted on May 11
5913
5914Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5915
5916 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
5917 of wildcards attribute handling
5918 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
5919 regression tests
5920
5921Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5922
5923 * parser.c: fixed a bug where invalid charrefs may not be detected
5924 sometimes as pointed by Morus Walter.
5925 * test/errors/charref1.xm result/errors/charref1.xml*: added the
5926 test in the regression suite.
5927
5928Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5929
5930 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
5931 also corrected typo on error code enum.
5932 * include/libxml/xmlerror.h: corrected typo on schema error
5933 code enum
5934
5935Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
5936
5937 * xmlschemas.c: minor cosmetic changes, no change to logic.
5938 * result/schemas/attruse_0_[12].err: regenerated
5939 * globals.c: added a newline at end to make gcc happy
5940
5941Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
5942
5943 * xmlschemas.c include/libxml/schemasInternals.h
5944 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
5945 implementing attribute uses and wildcards.
5946 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
5947
5948Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5949
5950 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
5951 Rob Richards for custom I/O BufferCreateFilenane fixes bug
5952 #143366
5953
5954Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
5955
5956 * xpath.c: fixed problem with predicate evaluation on an
5957 empty nodeset (bug 143409)
5958
5959Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
5960
5961 * testSAX.c: fixed problem with attribute listing (bug 142674)
5962 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
5963 gets called (bug 142686)
5964
5965Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5966
5967 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
5968 Charles Bozeman fixing a side effect in date handling
5969
5970Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
5971
5972 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
5973 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
5974
59752004-05-25 Aleksey Sanin <aleksey@aleksey.com>
5976
5977 * c14n.c: fixed c14n bug with serializing attribute namespaces
5978
5979Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5980
5981 * xpath.c: fixed to allow '+' in exponent of number
5982 (bug 143005)
5983 * SAX2.c: fixed typo in last commit
5984
5985Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5986
5987 * SAX2.c: skipped call to xmlValidateNCName when compiling
5988 --with-minimum (bug 142917)
5989
5990Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5991
5992 * catalog.c: reverted the broken change.
5993
5994Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5995
5996 * NEWS doc/*: updated the docs for 2.6.10
5997
5998Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
5999
6000 * configure.in : releasing 2.6.10
6001
6002Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6003
6004 * tree.c: avoid returning default namespace when searching
6005 from an attribute
6006 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6007 back to escaping " since the normal serialization routines do not
6008 use it anymore, should close bug #134477 . Tried to make
6009 the writer avoid it too but it didn't work.
6010
6011Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6012
6013 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6014 handling and added direct links to bugzilla report for
6015 bug numbers.
6016
6017Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6018
6019 * error.c: modified to assure proper user data is sent to
6020 structured error routine (bug 142598)
6021
6022Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6023
6024 * catalog.c: a couple of large static variable which should really
6025 not be declared as such cluttered the .bss section.
6026
6027Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6028
6029 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6030 libxslt ChangeLog
6031
6032Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6033
6034 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6035 ChangeLog page generation. The awk shoudl escape characters
6036 not okay in XML and the xslt should make links to functions
6037 or variables or bug reported in the entries.
6038
6039Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6040
6041 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6042 escaping customization.
6043
6044Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6045
6046 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6047
6048Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6049
6050 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6051
6052Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6053
6054 * parser.c: enhanced the enhancement, fixed another couple of
6055 special cases.
6056
6057Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6058
6059 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6060
6061Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6062
6063 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6064 handling, start to looks better, need to be completed and added
6065 directly at the saving context level.
6066
6067Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6068
6069 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6070 the escape on save routines for better performances (less malloc)
6071 and more flexibility using the new saving context. Preliminary
6072 work, interface will change.
6073
6074Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6075
6076 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6077 element reference within the xs:all construct (bug 139897)
6078
6079Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6080
6081 * xinclude.c: a little further fixing of fallback processing, this
6082 time for fallback with children (bug 139520).
6083
6084Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6085
6086 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6087 allow ref in group definition (bug 134411). Also fixed
6088 misc compilation warning messages.
6089 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6090 regenerated (now no error reported).
6091
6092Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6093
6094 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6095 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6096 #141195 about text between comments.
6097
6098Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6099
6100 * xmlschemas.c, include/libxml/schemasInternals.h,
6101 include/libxml/xmlerror.h: Applied patches supplied by
6102 Kasimier Buchcik.
6103 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6104 changed test to account for above patch.
6105
6106Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6107
6108 * python/tests/tstLastError.py: better portability fix for f(*args),
6109 use apply(f, args) as Stephane Bidoul suggested
6110
6111Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6112
6113 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6114 is already present and, if so, to ignore the request to add it.
6115 This has a very dramatic effect on memory requirements as well
6116 as efficiency. It also fixes bug 141762.
6117
6118Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6119
6120 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6121 applied patch from Ed Davis to allow "make tests" to work
6122 with Python 1.5
6123
6124Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6125
6126 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6127 fixes bug #141266
6128 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6129 test
6130
6131Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6132
6133 * Makefile.am: fix for a pedantic make check without make all request
6134
6135Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6136
6137 * uri.c xmlIO.c: fixing some problems in URI unescaping
6138 and output buffer opening, this should fix #141864
6139
6140Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6141
6142 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6143 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6144 Matt Sergeant
6145
6146Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6147
6148 * xmlregexp.c: enhanced the handling of subexpression ranges
6149 which have a minOccurs of 0 (bug 140478 again); cleaned up
6150 comments throughout the module.
6151
6152Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6153
6154 * xmllint.c: adding a --maxmem option to check memory used.
6155
6156Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6157
6158 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6159 bug #141529 i.e. various problems when building with --without-html
6160
6161Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6162
6163 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6164 call the deregistering functions. Also added the check to
6165 xmllint --stream --chkregister .
6166
6167Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6168
6169 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6170 regression tests on Windows
6171
6172Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6173
6174 * xmlreader.c: never commit without running make tests first !
6175
6176Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6177
6178 * xmlreader.c: fix a nasty problem with reading over the end
6179 * xmlsave.c: fix a reported memory leak apparently
6180
6181Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6182
6183 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6184 on Windows.
6185 * xpath.c: the NaN problem also shows up on Borland
6186
6187Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6188
6189 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6190 occurs 0 problems - fixes bug 140478.
6191
6192Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6193
6194 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6195 from Kasimier Buchcik
6196 * xmlschemas.c: recursive xs:extension fix from taihei goi
6197
6198Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6199
6200 * tree.c: small buffer resizing improvement from Morten Welinder
6201 closes #140629
6202
6203Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6204
6205 * xpath.c: last version of the fix for MSC version 1200
6206
6207Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6208
6209 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6210
6211Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6212
6213 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6214 inexistent functions, cleaned them out.
6215
6216Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6217
6218 * error.c: Johnson Cameron pointed out that
6219 initGenericErrorDefaultFunc() was really wrong.
6220 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6221 must be made public, added some missing comments on the XMLReader
6222 header.
6223 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6224 from attributes
6225
6226Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6227
6228 * xpath.c: fixed a stupid () error + Mark name.
6229
6230Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6231
6232 * configure.in: preparing 2.6.9 release
6233 * doc/* News: updated and rebuilt the docs
6234
6235Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6236
6237 * xpath.c: relaxed id() to not check taht the name(s) passed
6238 are actually NCName, decided this in agreement with Aleksey Sanin
6239 since existing specs like Visa3D broke that conformance checking
6240 and other tools seems to not implement it sigh...
6241 * SAX2.c: check attribute decls for xml:id and the value is an
6242 NCName.
6243 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6244
6245Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6246
6247 * xpath.c: work around Microsoft compiler NaN bug raise reported
6248 by Mark Vakoc
6249 * xmlschemas.c include/libxml/schemasInternals.h
6250 include/libxml/xmlerror.h: fixed a recusive extention schemas
6251 compilation error raised by taihei goi
6252
6253Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6254
6255 * libxml.spec.in: keep the ChangeLog compressed
6256 * xmlreader.c: fix a segfault when using Close()
6257 * python/tests/Makefile.am python/tests/reader8.py: test for
6258 the Close() reader API.
6259
6260Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6261
6262 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6263 doc/examples/io2.c: minor warning cleanup (no change to logic)
6264 * xinclude: fixed return value for internal function
6265 xmlXIncludeLoadFallback (now always 0 or -1)
6266
6267Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6268
6269 * valid.c: small enhancement to fix bug 139791
6270
6271Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6272
6273 * xmlschemas.c include/libxml/schemasInternals.h
6274 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6275 for the attribute use support
6276 * test/schemas/attruse* result/schemas/attruse*: added the
6277 tests to the regression suite.
6278
6279Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6280
6281 * xmlsave.c: move the TODO as comments as the function while not
6282 finished are usable as-is
6283 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6284 implementing union
6285 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6286 * python/Makefile.am: applied fix from Mike Hommey
6287
6288Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6289
6290 * parser.c: fixed problem with detecting external dtd
6291 encoding (bug 135229).
6292 * Makefile.am: minor change to test label
6293
6294Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6295
6296 * xinclude.c: fixed problem causing duplicate fallback
6297 execution (bug 139520)
6298 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6299 added testcase
6300
6301Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6302
6303 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6304 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6305 4 first regression tests
6306
6307Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6308
6309 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6310 should depend on the version of python used to compile it.
6311
6312Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6313
6314 * HTMLparser.c: applied patch from James Bursa, frameset should
6315 close head.
6316
6317Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6318
6319 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6320 which was causing check-relaxng-test-suite.py test 351 to fail.
6321
6322Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6323
6324 * nanohttp.c: implemented fix for M$ IIS redirect provided
6325 by Ian Hummel
6326 * relaxng.c: fixed problem with notAllowed compilation
6327 (bug 138793)
6328
6329Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6330
6331 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6332 from Mark Vakoc.
6333
63342004-04-01 Johan Dahlin <johan@gnome.org>
6335
6336 * python/.cvsignore: Add generated files, to make cvs silent.
6337
6338Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6339
6340 * xmlschemas.c: small signed-ness patch from Steve Little
6341
6342Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6343
6344 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6345 xmlschemas regexp that William pointed out while working on
6346 #134120
6347 * test/regexp/branch result/regexp/branch: added a specific
6348 regression test
6349
6350Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6351
6352 * Makefile.am: added PYTHONPATH to python tests for Schemas
6353 and RelaxNG
6354 * test/xsdtest/xsdtestsuite.xml: added testfile for
6355 SchemasPythonTests
6356
6357Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6358
6359 * doc/examples/examples.xsl doc/examples/index.html: added
6360 information about compiling on Unix
6361
6362Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6363
6364 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6365 * doc/*: rebuilt to update
6366
6367Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6368
6369 * xmlsave.c: optimize indentation based on the new context
6370
6371Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6372
6373 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6374 a very tricky problem when modifying the tree based on an XPath
6375 result query.
6376
6377Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6378
6379 * relaxng.c: fixed problem with IS_COMPILABLE flag
6380 (bug 130216)
6381
6382Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6383
6384 * parser.c: applied patch from Dave Beckett to correct line number
6385 errors when using push with CDATA
6386
6387Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6388
6389 * doc/examples/xpath1.c: added a test template
6390 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6391 added a new example, and make valgrind target
6392
6393Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6394
6395 * parser.c: apply fix for #136693
6396
6397Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6398
6399 * doc/examples/io2.c
6400 * doc/examples/io2.res
6401 add xmlDocDumpMemory example in response to mailing list FAQ
6402 (rebuilt xml and html also)
6403
6404Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6405
6406 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6407 patch from Mark Vakoc avoiding using xmlParse* option and use
6408 xmlRead* instead
6409 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6410 to avoid problems with some pathnames.
6411
6412Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6413
6414 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6415 the docs.
6416 * Makefile.am: use valgring fro the new Python based regression tests
6417
6418Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6419
6420 * relaxng.c: remove a memory leak on schemas type facets.
6421 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6422 check-xsddata-test-suite.py: reduce verbosity
6423 * configure.in Makefile.am: incorporated the Python regressions
6424 tests for Relax-NG and Schemas Datatype to "make tests"
6425
6426Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6427
6428 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6429 Alfred Mickautsch for better DTD support.
6430 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6431 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6432 reference counting is handled in the XML parser which had the
6433 side effect of removing a lot of hazardous cruft added to try
6434 to fix the problems associated as they popped up.
6435 * xmlIO.c: FILE * close fixup for stderr/stdout
6436
6437Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6438
6439 * relaxng.c: added an error message when an element is not
6440 found within a <choice> (bug 126093)
6441
6442Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6443
6444 * xmlregexp.c: enhanced the logic of parsing char groups to
6445 better handle initial or ending '-' (bug 135972)
6446
6447Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6448
6449 * relaxng.c: added check for external reference in
6450 xmlRelaxNGGetElements (bug 137718)
6451 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6452 regression test for above
6453
6454Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6455
6456 * nanohttp.c: added a close for the local file descriptor
6457 (bug 137474)
6458
6459Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6460
6461 * xmlsave.c: switched the output routines to use the new context.
6462
6463Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6464
6465 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6466 nodes (bug 137153)
6467
6468Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6469
6470 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6471
6472Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6473
6474 * parser.c: fix bug reported by Holger Rauch
6475 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6476 result/att8.sax: added the test to th regression suite
6477
6478Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6479
6480 * doc/search.php: Minor change for later verson of php requiring
6481 $HTTP_GET_VARS.
6482
6483Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6484
6485 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6486 previously used only for recursion, to use a value of '2' to
6487 indicate copy properties & namespaces, but not children.
6488 * xinclude.c: changed the handling of ranges to use the above new
6489 facility. Fixes Bug 134268.
6490
6491Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6492
6493 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6494 added new module xmlsave with patch supplied by Eric Zurcher
6495 (second attempt - don't know what happened to the first one!)
6496
6497Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6498
6499 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6500 providing Python bindings for the Canonicalization C14N support.
6501
6502Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6503
6504 * .cvsignore and python/.cvsignore patched
6505
6506Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6507
6508 * xinclude.c: enhanced to assure that if xpointer is called
6509 for a document, the XML_PARSE_NOENT flag is set before parsing
6510 the included document so that entities will automatically get
6511 taken care of.
6512 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6513 is encountered, it will log it and not crash (bug 135713)
6514
6515Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6516
6517 * xinclude.c: modified to make sub-includes inherit the
6518 parse flags from the parent document (bug 132597)
6519
6520Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6521
6522 * xmlschemas.c: QName handling fixes for the XML Schemas
6523 support from Adam Dickmeiss
6524 * test/schemas/po1_0.xsd: also fix the schemas
6525 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6526 regression tests
6527
6528Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6529
6530 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6531 paalied patch from Julio M. Merino Vidal fixing bug #134751
6532 to fix --with-html-dir option.
6533 * doc/*: rebuilt fully the docs
6534 * doc/html/libxml-xmlsave.html: new file from new header.
6535
6536Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6537
6538 * debugXML.c testHTML.c tree.c doc/examples/*.c
6539 include/libxml/xmlsave.h: fixing compilation bug with some options
6540 disabled as well as --with-minimum should fix #134695
6541
6542Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6543
6544 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6545 should close #134092
6546
6547Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6548
6549 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6550 the new xmlsave module before the actuall big code change.
6551
6552Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6553
6554 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6555 * test/schemas/mixed* result/schemas/mixed*: added his regression
6556 tests too.
6557
6558Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6559
6560 * testSAX.c: fix a compilation problem about a missing timb include
6561
6562Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6563
6564 * testSAX.c: small enhancement to prevent trying to print
6565 strings with null pointers (caused "make tests" errors on
6566 HP-UX)
6567
6568Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6569
6570 * doc/xmllint.xml
6571 * doc/xmllint.1
6572 * doc/xmllint.html
6573 * doc/xmlcatalog_man.xml
6574 * doc/xmlcatalog.1
6575 * doc/xmlcatalog_man.html
6576 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6577 use
6578
6579Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6580
6581 * Makefile.am: patch for cross-compilation to Windows from
6582 Christophe de VIENNE.
6583
6584Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6585
6586 * doc/*.html, doc/html/*.html: regenerated docs using older
6587 version of xsltproc pending resolution of AVT problem
6588
6589Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6590
6591 * Makefile.am: applied patch from Charles Bozeman to not use
6592 the system xmllint.
6593
6594Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6595
6596 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6597 for MingW
6598
6599Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6600
6601 * Makefile.am catalog.c configure.in: applied a cleanup patch
6602 from Peter Breitenlohner
6603 * tree.c: removed a doc build warning by fixing a param comment
6604 * doc/* : rebuilt the docs
6605
6606Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6607
6608 * valid.c HTMLparser.c: avoid ID error message if using
6609 HTML_PARSE_NOERROR should fix #130762
6610
6611Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6612
6613 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6614 fixing compilation and link option when configuring with
6615 --without-valid should fix #135309
6616
6617Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6618
6619 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6620 * parser.c: cleanup
6621 * valid.c: speedup patch from Petr Pajas
6622
6623Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6624
6625 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6626 on the list by Mike Hommey
6627
6628Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6629
6630 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6631 rebuilt the documentation.
6632
6633Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6634
6635 * python/tests/*.py: applied patch from Malcolm Tredinnick
6636 to avoid tabs in python sources, should fix #135095
6637
6638Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6639
6640 * testSAX.c: add --timing option
6641 * relaxng.c: use the psvi field of the nodes instead of _private
6642 which may be used for other purposes.
6643
6644Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6645
6646 * encoding.c: small patch to try to fix a warning with Sun One compiler
6647
6648Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6649
6650 * encoding.c: small patch removing a warning with MS compiler.
6651
6652Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6653
6654 * debugXML.c: added "relaxng" option to the debugging shell
6655 * Makefile.am test/errors/* result/errors/*: some regression tests
6656 for some error tests cases.
6657
6658Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6659
6660 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6661 is passed.
6662 * test/att7 result//att7*: adding an old regression test
6663 laying around on my laptop
6664
6665Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6666
6667 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6668 on large file by using xmlParserInputBufferCreateStatic() with
6669 the mmap'ed file
6670
6671Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6672
6673 * tree.c: some clarification in xmlDocDumpMemory() documentation
6674 * xmllint.c: fixed xmllint --stream --timing to get timings back
6675
6676Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6677
6678 * parser.c: fixed a problem in push mode when attribute contains
6679 unescaped '>' characters, fixes bug #134566
6680 * test/att6 result//att6*: added the test to the regression suite
6681
6682Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6683
6684 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6685 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6686 xmlAddRef
6687
6688Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6689
6690 * python/tests/indexes.py python/tests/reader.py: indicated
6691 encoding of the test file, needed for python 2.3
6692
6693Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6694
6695 * xpath.c: fixed problem with numbers having > 19
6696 fractional places (bug 133921)
6697
6698Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6699
6700 * xpath.c: applied optimization patch from Petr Pajas
6701
6702Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6703
6704 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6705 from Alfred Mickautsch and the added patch from Lucas Brasilino
6706
6707Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6708
6709 * benchmark.png index.html xml.html: updating the benchmark
6710 graph and using a PNG instead of a GIF
6711 * xmlreader.c: updated the TODO
6712
6713Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6714
6715 * doc/tutorial/xmltutorial.xml
6716 * doc/tutorial/xmltutorial.pdf
6717 * doc/tutorial/*.html
6718 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6719 last name I don't know, for pointing this out
6720
6721Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6722
6723 * NEWS configure.in: preparing release of 2.6.6
6724 * doc/*: updated the docs and rebuilt them
6725
6726Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6727
6728 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6729 suspicious about it but this is fairly contained and regression
6730 tests still passes.
6731 * test/schemas/all1* result/schemas/all1*: added the test to
6732 the regression suite.
6733
6734Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * parser.c: fixed bug #132575 about finding the end of the
6737 internal subset in push mode.
6738 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6739 added the test to the regression suite
6740
6741Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6742
6743 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6744 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6745 * doc/*: updated the benchmark rebuilt the docs
6746 * python/tests/Makefile.am python/tests/indexes.py: added a
6747 specific regression test for xmlByteConsumed()
6748 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6749
6750Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6751
6752 * tree.c: fixed missing output of internal DTD param entities when
6753 nothing else present in DTD (bug 134052)
6754
6755Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6756
6757 * encoding.c: applied patch supplied by Christophe Dubach
6758 to fix problem with --with-minimum configuration
6759 (bug 133773)
6760 * nanoftp.c: fixed potential buffer overflow problem,
6761 similar to fix just applied to nanohttp.c.
6762
6763Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6764
6765 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6766 William :-)
6767
6768Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6769
6770 * acinclude.m4, configure.in: fixed problem concerning
6771 determining SOCKLEN_T as pointed out by Daniel Richard G.
6772 on the mailing list
6773
6774Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6775
6776 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
6777
6778Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6779
6780 * xpath.c: small patch from Philip Ludlam to avoid warnings.
6781
6782Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6783
6784 * encoding.c: applied a small patch from Alfred Mickautsch
6785 to avoid an out of bound error in isolat1ToUTF8()
6786
6787Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6788
6789 * xinclude.c: remove the warning on the 2001 namespace
6790 * parser.c parserInternals.c xpath.c: remove some warnings
6791 when compiling with MSVC6
6792 * nanohttp.c: applied a patch when using _WINSOCKAPI_
6793
6794Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
6795
6796 * xinclude.c: added a small hack to fix interference between
6797 my fixes for bugs 132585 and 132588.
6798 * python/libxml.c: fixed problem with serialization of namespace
6799 reported on the mailing list by Anthony Carrico
6800
6801Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6802
6803 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
6804 (bug 133686).
6805
6806Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6807
6808 * xmlwriter.c: fixed problem with return value of
6809 xmlTextWriterWriteIndent() (bug 133297)
6810
6811Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6812
6813 * xinclude.c: changed coding to output good XIncludes when
6814 one or more bad ones are present (bug 132588)
6815
6816Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
6817
6818 * xinclude.c: corrected handling of empty fallback condition
6819 (bug 132585)
6820
6821Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
6822
6823 * HTMLparser.c: added initialisation for ctxt->vctxt
6824 in HTMLInitParser (bug 133127)
6825 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
6826 from several function params)
6827
6828Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
6829
6830 * xinclude.c: fixed problem regarding freeing of dictionary
6831 when there are errors within an XInclude file (bug 133106).
6832 Thanks to Oleg Paraschenko for the assistance.
6833
6834Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6835
6836 * xmlschemastypes.c: fixed validation of maxLength with no
6837 content using patch submitted by Eric Haszlakiewicz
6838 (bug 133259)
6839
6840Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6841
6842 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
6843 calling convention to the public function prototypes (rep by
6844 Cameron Johnson)
6845 * include/libxml/xmlexports.h: fixed mingw+msys compilation
6846 (rep by Mikhail Grushinskiy)
6847
6848Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6849
6850 * xmlwriter.c: enhanced output indenting (bug 133264)
6851
6852Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
6853
6854 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
6855 Steve Ball to provide structured error reports.
6856
6857Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6858
6859 * tree.c, include/libxml/tree.h: moved serialization of
6860 attribute text data (xmlSerializeContent) into a separate
6861 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
6862 * xmlwriter.c: changed handling of attribute string to use the
6863 routine above (fixed bug 131548)
6864
6865Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
6866
6867 * doc/examples/reader1.c, reader2.c, reader3.c
6868 * doc/examples/examples.xml
6869 * doc/examples/*.html
6870 add note that reader examples need libmxl2 > 2.6, rebuild
6871 html - this time doing it correctly :-)
6872
6873Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
6874
6875 * doc/examples/examples.xml
6876 * doc/examples/*.html
6877 add note that reader examples need libmxl2 > 2.6, rebuild
6878 html
6879
6880Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
6881
6882 * xpath.c: added (void *) type override to prevent
6883 warning on Solaris (Bug 132671)
6884
6885Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
6886
6887 * doc/examples/Makefile.am
6888 per Jan. 15 email to the list from oliverst, the index.html
6889 file from this directory wasn't making it into the tarball
6890
6891Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6892
6893 * acinclude.m4: applied fix from Alexander Winston for a problem
6894 related to automake-1.8 , c.f. #132513 and #129861
6895
6896Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
6897
6898 * doc/examples/index.py: don't rely on . being on the path for
6899 make tests, should keep Mr. Crozat quiet until next time...
6900
6901Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
6904 docs, checked rngparser stuff does not end up in the tarball
6905
6906Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6907
6908 * python/libxml.c: applied patch from Frederic Peters
6909 fixing the wrong arg order in xpath callback in bug #130980
6910
6911Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
6912
6913 * xinclude.c: fixing #130453 XInclude element with no href attribute
6914 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
6915 the compact syntax will require more work, postponed for the
6916 2.6.5 release.
6917
6918Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6919
6920 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
6921 Steve Ball to avoid a double-free.
6922
6923Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
6924
6925 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
6926 test result, fixed a awful lot of memory leaks showing up in
6927 testWriter.c, changed the examples and the Makefiles to test
6928 memory leaks.
6929 * xmlwriter.c: fixed a memory leak
6930 * Makefile.am: run the doc/examples regression tests as part of
6931 make tests
6932 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
6933 compile an XPath expression within a context, currently the goal
6934 is to be able to reuse the XSLT stylesheet dictionnary, but this
6935 opens the door to others possible optimizations.
6936 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
6937 to build a new dictionnary based on another read-only dictionnary.
6938 This is needed for XSLT to keep the stylesheet dictionnary read-only
6939 while being able to reuse the strings for the transformation
6940 dictionnary.
6941 * xinclude.c: fixed a dictionnar reference counting problem occuring
6942 when document parsing failed.
6943 * testSAX.c: adding option --repeat for timing 100times the parsing
6944 * doc/* : rebuilt all the docs
6945
6946Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
6947
6948 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
6949
6950Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6951
6952 * xmlschemastypes.c: applied patch from John Belmonte for
6953 normalizedString datatype support.
6954
6955Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6956
6957 * xpath.c: fixed problem with union when last() is used
6958 in predicate (bug #131971)
6959 * xpointer.c: minor change to comment for doc generation
6960
6961Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6962
6963 * parser.c: fixed bug #131745 raised by Shaun McCance with the
6964 suggested patch
6965
6966Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
6967
6968 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
6969 leak reported on the list.
6970
6971Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6972
6973 * python/generator.py python/tests/tstLastError.py: applied
6974 patch from Stephane Bidoul to add enums to the Python bindings.
6975
6976Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6977
6978 * testHTML.c: another small patch from Mark Vakoc
6979
6980Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6981
6982 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
6983 patch from Mark Vakoc to not use SAX1 unless necessary.
6984
6985Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
6986
6987 * dict.c parser.c xmlstring.c: some parser optimizations,
6988 xmllint --memory --timing --repeat --stream ./db10000.xml
6989 went down from 16.5 secs to 15.5 secs.
6990
6991Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6992
6993 * xmlschemas.c: removed a memory leak remaining from the switch
6994 to a dictionnary for string allocations c.f. #130891
6995
6996Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6997
6998 * xmlreader.c: fixing some problem if configured --without-xinclude
6999 c.f. #130902
7000
7001Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7002
7003 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7004 c.f. #130896
7005
7006Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7007
7008 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7009 applying patch from Mark Vakoc for Windows
7010 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7011 fixes from Sven Zimmerman
7012
7013Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7014
7015 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7016 python/tests/Makefile.am python/tests/tstLastError.py: applied
7017 patch from Stephane Bidoul for structured error handling from
7018 python, and the associated test
7019
7020Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7021
7022 * configure.in: fixed Bug130593
7023 * xmlwriter.c: fixed compilation warning
7024
7025Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7026
7027 * include/libxml/xmlstring.h: fixed the comment in the header
7028 * doc/*: rebuilt the docs
7029
7030Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7031
7032 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7033 include/libxml/Makefile.am, include/libxml/catalog.c,
7034 include/libxml/chvalid.h, include/libxml/encoding.h,
7035 include/libxml/parser.h, include/libxml/relaxng.h,
7036 include/libxml/tree.h, include/libxml/xmlwriter.h,
7037 include/libxml/xmlstring.h:
7038 moved string and UTF8 routines out of parser.c and encoding.c
7039 into a new module xmlstring.c with include file
7040 include/libxml/xmlstring.h mostly using patches from Reid
7041 Spencer. Since xmlChar now defined in xmlstring.h, several
7042 include files needed to have a #include added for safety.
7043 * doc/apibuild.py: added some additional sorting for various
7044 references displayed in the APIxxx.html files. Rebuilt the
7045 docs, and also added new file for xmlstring module.
7046 * configure.in: small addition to help my testing; no effect on
7047 normal usage.
7048 * doc/search.php: added $_GET[query] so that persistent globals
7049 can be disabled (for recent versions of PHP)
7050
7051Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7052
7053 * doc/tutorial/customfo.xsl
7054 * doc/tutorial/customhtml.xsl
7055 update custom tutorial-building stylesheets in preparation
7056 for tutorial update
7057
7058Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7059
7060 * rngparser.c: commiting the compact relax ng parser. It's not
7061 completely finished, it's not integrated but I want to save the
7062 current state
7063
7064Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7065
7066 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7067 win32/libxml2.def.src: fixed apibuild.py's generation of
7068 "constructors" to be in alphabetical order (instead of previous
7069 random sequence); regenerated resulting files.
7070
7071Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7072
7073 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7074 problem.
7075
7076Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7077
7078 * doc/newapi.xsl: change background color of function
7079 declaration to improve readability
7080 * doc/*: rebuild docs with new stylesheet
7081
7082Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7083
7084 * parser.c, include/libxml/parser.h: added a routine
7085 xmlStrncatNew to create a new string from 2 frags.
7086 * tree.c: added code to check if node content is from
7087 dictionary before trying to change or concatenate.
7088
7089Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7090
7091 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7092 Bug 130419) and eliminated xmlInitMemoryDone. More
7093 improvement needed.
7094 * xml2-config.in: added an additional flag (--exec-prefix) to
7095 allow library directory to be different from include directory
7096 (Bug 129558).
7097
7098Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7099
7100 * error.c: applied patch from Stéphane Bidoul for structured error
7101 reporting.
7102
7103Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7104
7105 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7106 Lucas Brasilino to add indentation support to xmlWriter
7107
7108Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7109
7110 * xinclude.c: fixed problem with "recursive" include (fallback
7111 contains another include - Bug 129969)
7112
7113Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7114
7115 * SAX2.c: found and fixed a bug misallocating some non
7116 blank text node strings from the dictionnary.
7117 * xmlmemory.c: fixed a problem with the memory debug mutex
7118 release.
7119
7120Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7121
7122 * xinclude.c: fixed problem caused by wrong dictionary
7123 reference count, reported on the list by Christopher
7124 Grayce.
7125
7126Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7127
7128 * python/generator.py, python/libxml2class.txt: fixed problem
7129 pointed out by Stéphane Bidoul on the list.
7130 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7131 completed modifications required to fix Bug 129967 (at last!).
7132 Now wait to see how long before further trouble...
7133
7134Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7135
7136 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7137 memory leak reported by Dave Beckett
7138 * xmlschemas.c: Removed spurious comment reported on the mailing
7139 list
7140 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7141 Further work on Bug 129967 concerning xpointer range handling
7142 and range-to function; much better, but still not complete
7143
7144Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7145
7146 * valid.c: xmlValidateElement could crash for element holding a
7147 namespace declaration but not in a namespace. Oliver Fischer
7148 provided the example.
7149
7150Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7151
7152 * xmllint.c: issue validation status on stderr, not stdout as suggested
7153 by Pawel Palucha
7154 * result/relaxng/*: this change slightly all the output from RNG
7155 regressions.
7156
7157Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7158
7159 * xmlschemas.c: edited a couple of comments in accordance with
7160 posting on the mailing list (no logic change)
7161 * xpointer.c: working on Bug 129967, added check for NULL
7162 nodeset to prevent crash. Further work required.
7163 * xpath.c: working on Bug 129967, added code to handle
7164 XPATH_LOCATIONSET in RANGETO code, also added code to
7165 handle it in xmlXPathEvaluatePredicateResult. Further
7166 work required.
7167
7168Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7169
7170 * xmlschemas.c: added tests for xs:all to assure minOccurs
7171 and maxOccurs <= 1 (Bug 130020)
7172
7173Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7174
7175 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7176 with patch from Charles Bozeman.
7177
7178Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7179
7180 * xmlregexp.c: fixed problem causing segfault on validation error
7181 condition (reported on mailing list)
7182
7183Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7184
7185 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7186 parser contexts (problem reported on mailing list)
7187 * doc/apibuild.py: small change to prevent duplicate lines
7188 on API functions list. It will take effect the next time
7189 the docs are rebuilt.
7190
7191Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7192
7193 * configure.in NEWS doc/*: updated the docs and prepared a new
7194 release 2.6.4
7195
7196Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7197
7198 * legacy.c: remove deprecated warning on startElement()
7199
7200Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7201
7202 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7203 was broken with the new namespace. Fixes #129932
7204
7205Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7206
7207 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7208 redefined in includes, quick fix to allow this but lacks the
7209 equality of the redefinition test.
7210
7211Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7212
7213 * valid.c: fixed bug concerning validation using external
7214 dtd of element with mutiple namespace declarations
7215 (Bug 129821)
7216
7217Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7218
7219 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7220 when node has default namespace (Bug 129710)
7221
7222Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7223
7224 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7225 document order for attributes is retained (Bug 129331)
7226
7227Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7228
7229 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7230 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7231 the file descriptor. Updated the comment, should close #129683
7232
7233Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7234
7235 * xinclude.c: fixed a serious problem in XInclude #129021
7236
7237Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7238
7239 * parser.c: fixed bug #129489, propagation of parsing flags
7240 in entities.
7241 * parser.c xmlreader.c: improved the comments of parsing options
7242
7243Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7244
7245 * python/Makefile.am, python/tests/Makefile.am,
7246 doc/Makefile.am: applied fixes to allow build from
7247 'outside' directory (Bug 129172)
7248
7249Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7250
7251 * tree.c - add explanation of namespace inheritance when
7252 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7253
7254Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7255
7256 * include/libxml/xpathInternals.h: undid last change (my
7257 bad). Put necessary fix in libxslt/libexslt instead.
7258 * include/libxml/DOCBparser.h: put test for __GCC__ on
7259 warning directive (Bug 129105)
7260
7261Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7262
7263 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7264 to cater for NULL pointer (bug 129561)
7265 * globals.c: added comment to suppress documentation warning
7266 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7267 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7268
7269Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7270
7271 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7272 using an xmlReaderWalker()
7273
7274Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7275
7276 * tree.c: fix misc. typos in doc comments
7277 * include/libxml/tree.h: elaborate on macro define doc comments
7278 * doc/*: rebuild docs
7279
7280Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7281
7282 * doc/examples/*: don't call the result files .out but .res as
7283 the Makefiles tend to try generating binaries for .out targets...
7284
7285Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7286
7287 * doc/html/libxml-pattern.html: - cvs add API docs for new
7288 pattern stuff
7289
7290Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7291
7292 * tree.c
7293 * doc/*:
7294 Elaborate in documentation discussion of xmlNewChild
7295 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7296 out the usefulness of a more explicit explanation of the
7297 reserved character escaping issue.
7298
7299Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7300
7301 * xmlcatalog.c: applied patch from Stefan Kost
7302
7303Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7304
7305 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7306
7307Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7308
7309 * win32/Makefile.* win32/configure.js: Added pattern support
7310
7311Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7312
7313 * configure.in doc/* libxml.spec.in: preparing release of
7314 libxml2-2.6.3, updated and regenerated the docs.
7315
7316Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7317
7318 * SAX2.c pattern.c: removed some compilation warnings
7319
7320Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7321
7322 * xmllint.c: fixing bug #119264 xmllint failing to report
7323 serialization errors in some cases.
7324
7325Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7326
7327 * entities.c: fixed an XML entites content serialization
7328 potentially triggered by XInclude, see #126817
7329
7330Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7331
7332 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7333 suggested by Daniel Schulman in #128313
7334
7335Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7336
7337 * configure.in Makefile.am: another patch from Kenneth Haley
7338 for Mingw, c.f. #128787
7339
7340Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7341
7342 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7343 for compiling on Mingw see #128786
7344
7345Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7346
7347 * xmllint.c: some flags were not passed down correctly as
7348 parsing options. Fixes #126806
7349
7350Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7351
7352 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7353 include/libxml/xmlerror.h: augmented the XInclude API
7354 to be able to pass XML parser flags down to the Inclusion
7355 process. Also resynchronized with the Last Call W3C Working
7356 Draft 10 November 2003 for the xpointer attribute.
7357 * Makefile.am test/XInclude/docs/nodes[23].xml
7358 result/XInclude/*: augmented the tests for the new namespace and
7359 testing the xpointer attribute, changed the way error messages
7360 are tested
7361 * doc/*: regenerated the documentation
7362
7363Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7364
7365 * error.c: filter warning messages if the global setting blocks them
7366 * xinclude.c xmlreader.c include/libxml/xinclude.h
7367 include/libxml/xmlerror.h: updated the change of namespace at
7368 the XInclude level, raise a warning if the old one is found,
7369 and some cleanup
7370
7371Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7372
7373 * tree.c: tentative fix for #126117 character reference in
7374 attributes output problem in some cornercase.
7375
7376Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7377
7378 * python/libxml.py: tried to fix the problems reported in
7379 bug #126735
7380 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7381 fixed again some problem trying to use the structured error
7382 handlers, c.f. bug #126735
7383 * result/VC/ElementValid: tiny change due to the fix
7384
7385Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7386
7387 * error.c: fixed __xmlRaiseError to use structured error handlers
7388 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7389
7390Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7391
7392 * parser.c: attempt to fix #126211 ...
7393
7394Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7395
7396 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7397 include/libxml/xmlreader.h: fixed the pattern interfaces
7398 but not yet the parser to handle the namespaces.
7399 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7400
7401Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7402
7403 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7404 include/libxml/pattern.h include/libxml/schemasInternals.h
7405 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7406 the make rebuild in doc, this include new directive to stop
7407 documentation warnings
7408 * doc/* doc/html/*: rebuilt the docs
7409 * pattern.c xmlreader.c include/libxml/pattern.h
7410 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7411 to save nodes while scanning the tree with the reader, cleanup
7412 the way element were freed, and xmlTextReaderPreserve()
7413 implementation, the API might change for namespace binding support
7414 when compiling patterns.
7415 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7416
7417Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7418
7419 * python/libxml.py: oops forgot to modify/commit the new code.
7420
7421Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7422
7423 * python/generator.py python/libxml.c python/libxml_wrap.h:
7424 cleanup the output buffer support to at least get the basic
7425 to work
7426 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7427 cleanup.
7428 * include/libxml/xmlwriter.h: cleanup
7429
7430Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7431
7432 * include/libxml/xmlversion.h.in
7433 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7434 docs
7435
7436Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7437
7438 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7439 regexp quantifiers
7440
7441Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7442
7443 * pattern.c include/libxml/pattern.h: adding the pattern node
7444 selection code. Inheried in part from libxslt but smaller.
7445 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7446 integrated the pattern module, made it a configure time option
7447 * xmllint.c: added --pattern to test when doing --stream
7448
7449Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7450
7451 * xmlreader.c: fixed a problem in xmlreader validation when
7452 streaming exposed by reader2 example.
7453
7454Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7455
7456 * doc/xml.html
7457 * doc/docs.html:
7458 add reference to the Code Examples page to docs.html list
7459 of resources
7460
7461Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7462
7463 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7464 from Eric
7465
7466Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7467
7468 * include/libxml/xinclude.h
7469 * doc/*: Add comments for macro definitions in xinclude.h and
7470 rebuild the docs
7471
7472Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7473
7474 * doc/docdescr.doc
7475 Updating William's explanation of how to build docs,
7476 reflecting Daniel's new docs build system
7477
7478Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7479
7480 * xmlmemory.c: enhanced by adding mutex to protect global
7481 structures in a multi-threading environment. This fixed
7482 some random errors on the Threads regression tests.
7483
7484Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7485
7486 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7487 import sys
7488
7489Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7490
7491 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7492 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7493 handled internally by default, with proper BOM and UTF-16LE
7494 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7495 BOM on output, and will be automatically recognized on input.
7496 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7497 added regression tests for above.
7498
7499Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7500
7501 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7502 build with all compilers. Added C-Runtime option for MSVC. Included
7503 xmlWriter.
7504 * xmlwriter.c: Added IN_LIBXML macro
7505
7506Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7507
7508 * win32/Makefile.bcb: applied patch from Eric
7509
7510Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7511
7512 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7513 is broken on 2.6.x
7514
7515Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7516
7517 * entities.c: fixed #127877, never output &quot; in element content
7518 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7519 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7520 result/valid/index.xml result/valid/xlink.xml: this changes the
7521 output of a few tests
7522
7523Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7524
7525 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7526 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7527 testSchemas behaviour when a schemas failed to parse.
7528 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7529 test for xsd:include from Eric Van der Vlist
7530
7531Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7532
7533 * parser.c: swapped the attribute defaulting and attribute checking
7534 parts of parsing a new element start, fixes bug #127772
7535 * result/valid/127772.* test/valid/127772.xml
7536 test/valid/dtds/127772.dtd: added the example in the regression tests
7537
7538Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7539
7540 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7541 to avoid bug #127851
7542
7543Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7544
7545 * xmlregexp.c: fixing some Negative Character Group and
7546 Character Class Subtraction handling.
7547
7548Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7549
7550 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7551 on Eric van der Vlist examples
7552 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7553 added regression tests
7554 * doc/examples/Makefile.am doc/examples/index.py: do not
7555 regenerate the index on make all target, but only on
7556 make rebuild to avoid troubles.
7557
7558Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7559
7560 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7561 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7562 starting to add proper namespace support too.
7563 * test/schemas/* result/schemas/*: added a number of tests
7564 fixed the result from some regression tests too.
7565
7566Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7567
7568 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7569 Daniel has removed it, fix link to George's IBM article, other
7570 minor edits
7571
7572Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7573
7574 * xmlschemas.c: applied patch from Robert Stepanek to start
7575 import os schemas support, cleaned up stuff and the patch.
7576 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7577 to regression, fixed a few regressions too.
7578
7579Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7580
7581 * HTMLparser.c: applied two parsing fixes from James Bursa
7582
7583Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7584
7585 * doc/examples/*: added two xmlReader examples
7586 * xmlreader.c: cleaned up some bugs in the process
7587
7588Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7589
7590 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7591 Alfred Mickautsch, bugfixes and comments
7592 * doc/examples/*: added his test as the xmlWriter example
7593 * doc/html/ doc/*.html: this resulted in some improvements
7594 * include/libxml/hash.h: fixed an inclusion problem when
7595 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7596
7597Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7598
7599 * xinclude.c: fix an error message
7600 * doc/examples/*: added tree2 example from Lucas Brasilino
7601
7602Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7603
7604 * doc/newapi.xsl: improve the sort sequence for page content
7605 * doc/html/*.html: regenerate the web pages
7606
7607Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7608
7609 * Makefile.am: do not package cvs versioning temp files.
7610 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7611 slightly improved the API xml format, fixed a lot of small
7612 rendering problems
7613 * doc/html/libxml*.html: rebuilt
7614
7615Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7616
7617 * include/libxml/*.h include/libxml/*.h.in: modified the file
7618 header to add more informations, painful...
7619 * genChRanges.py genUnicode.py: updated to generate said changes
7620 in headers
7621 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7622 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7623 APIs modules. Updated the stylesheets, some cleanups, regenerated
7624 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7625
7626Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7627
7628 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7629 the build process to remove all remains from the old gtk-doc
7630 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7631 stylesheets have been improved, and the API*html now generated
7632 are XHTML1 valid too
7633
7634Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7635
7636 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7637 enhancement to prevent comment with unreferenced variable.
7638 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7639 improve auto-generation of documentation
7640 * apibuild.py: minor change to an error message
7641
7642Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7643
7644 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7645 improving navigation
7646 * doc/html/*.html: updated the result
7647
7648Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7649
7650 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7651 improvement of the stylesheets, fixed a API generation problem,
7652 switched the stylesheet and Makefile to build the HTML output.
7653 * doc/html/*.html: complete update, ditched some old files, might
7654 introduce some breakage...
7655
7656Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7657
7658 * doc/newapi.xsl: lot of improvements, this starts looking good
7659 enough to be usable.
7660
7661Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7662
7663 * doc/newapi.xsl: stylesheet to build HTML pages from the
7664 API XML description, Work in Progress
7665
7666Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7667
7668 * xpath.c: fixed bug 126976 (string != empty nodeset
7669 should be false)
7670
7671Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7672
7673 * doc/html/*.html: Finally - found the problem with the
7674 page generation (XMLPUBFUN not recognized by gtkdoc).
7675 Re-created the pages using a temporary version of
7676 include/libxml/*.h.
7677 * testOOMlib.c,include/libxml/encoding.h,
7678 include/libxml/schemasInternals.h,include/libxml/valid.h,
7679 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7680 include/libxml/xmlwin32version.h.in,
7681 include/libxml/xpathInternals.h: minor edit of comments
7682 to help automatic documentation generation
7683 * doc/docdescr.doc: small elaboration
7684 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7685 (messed up on last try)
7686 * xmlreader.c: minor change to clear warning.
7687
7688Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7689
7690 * Copyright: fixed some wording
7691 * libxml.spec.in: make sure doc/examples is packaged
7692 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7693 annoying problem about xmlRemoveID and xmlReader streaming.
7694 Thing looks fixed now, had to add a doc reference to the
7695 xmlID structure though...
7696
7697Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7698
7699 * doc/docdescr.doc: added description of man page building
7700
7701Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7702
7703 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7704 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7705 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7706 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7707 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7708 added missing pages for the website.
7709
7710Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7711
7712 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7713 generated pages (again), manually restored doc/html/index.html
7714 and manually edited generated file doc/gnome-xml.xml to put
7715 in appropriate headings.
7716 * doc/docdescr.doc: new file to describe details of the
7717 document generation (helps my memory for the next time)
7718 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7719 enhancement to please the automatic documentation generation.
7720
7721Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7722
7723 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7724 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7725 minor error cleanup for gcc-3.3.[12] compilation warnings.
7726
7727Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7728
7729 * tree.c: minor changes to some comments
7730 * doc/*.html: rebuilt the generated HTML pages for changes
7731 from jfleck (bug 126945)
7732
7733Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7734
7735 * doc/examples/*: added Dodji's example, added output handling
7736
7737Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7738
7739 * doc/examples/*: added Aleksey XPath example, fixed bugs
7740 in the indexer
7741
7742Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7743
7744 * doc/*: integrating the examples in the navigation menus
7745 * doc/examples/*: added make tests, updated the navigation,
7746 added a new test, cleanups, updates.
7747
7748Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7749
7750 * doc/*.html: rebuilt the generated HTML pages
7751 * doc/examples/*: updated the stylesheets, added a synopsis,
7752 Makefile.am is now generated by index.py
7753
7754Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7755
7756 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7757 added autogeneration of a web page for the examples
7758 * doc/examples/example1.c doc/examples/.cvsignore
7759 doc/examples/examples.xml doc/examples/index.py: updated the
7760 informations extracted, improved the format and indexing.
7761
7762Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7763
7764 * check-xinclude-test-suite.py: less verbose on difference
7765 * libxml.spec.in: cleanup
7766 * parser.c: fixed xmlCleanupParser() doc
7767 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7768 doc/examples/Makefile.am doc/examples/example1.c
7769 doc/examples/examples.xml doc/examples/index.py
7770 doc/examples/test1.xml: work on adding C examples and
7771 generating automated information about those. examples.xml
7772 is autogenerated describing the examples.
7773 * example/Makefile.am: cleanup
7774
7775Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7776
7777 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
7778 fixed missing '-' in block names, enhanced the hack for
7779 ABI aliasing.
7780
7781Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
7782
7783 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
7784 python/libxml2class.txt: enhanced for range checking,
7785 updated to Unicode version 4.0.1 (API docs also updated)
7786 * python/generator.py: minor change to fix a warning
7787
7788Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7789
7790 * Makefile.am: apply fix from Karl Eichwalder for script path
7791
7792Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7793
7794 * win32/configure.js: applied patch from Mark Vakoc to simplify
7795 his work from CVS checkouts.
7796
7797Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
7798
7799 * doc/xmlreader.html: minor cleanups
7800
7801Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
7802
7803 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
7804 for gcc so that, if undefined, it's defined as
7805 __attribute__((unused))
7806
7807Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
7808
7809 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
7810 appears after the variable declaration.
7811 * valid.c: trivial change to eliminate a warning message
7812
7813Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
7814
7815 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
7816 rebuilt the docs
7817
7818Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7819
7820 * xmllint.c: change --html to make sure we use the HTML serialization
7821 rule by default when HTML parser is used, add --xmlout to allow to
7822 force the XML serializer on HTML.
7823 * HTMLtree.c: ugly tweak to fix the output on <p> element and
7824 solve #125093
7825 * result/HTML/*: this changes the output of some tests
7826
7827Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7828
7829 * xinclude.c: fixed bug #125812, about XPointer in XInclude
7830 failing but not returning an error.
7831
7832Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
7833
7834 * valid.c: fixed bug #125811 related to DTD post validation
7835 where the DTD doesn't pertain to a document.
7836
7837Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
7838
7839 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
7840 the XML_PARSE_NONET parser option.
7841 * xmllint.c: converted xmllint.c to use the option instead of
7842 relying on the global resolver variable.
7843
7844Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7845
7846 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
7847 support to the reader interface. Lot of testing of the walker,
7848 various bug fixes.
7849 * xmllint.c: added --walker and made sure --xinclude --stream --debug
7850 works as expected
7851 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
7852 result/XInclude/*.rdr: added regression tests for the walker and
7853 XInclude xmlReader support, had to slightly change a couple of tests
7854 because the walker can't distinguish <foo/> from <foo></foo>
7855
7856Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
7857
7858 * tree.c nanohttp.c threads.c: second BeOS patch from
7859 Marcin 'Shard' Konicki
7860
7861Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7862
7863 * parser.c: always generate line numbers
7864
7865Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7866
7867 * parser.c: fixed another regression introduced in fixing #125823
7868
7869Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7870
7871 * python/libxml.c: previous fix for #124044 was broken, correct
7872 fix provided.
7873 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
7874 and the error handlers to address #125877
7875
7876Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7877
7878 * parser.c: side effect of #123105 patch, namespace resolution
7879 would fail when defined in internal entities, fixes #125823
7880
7881Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7882
7883 * python/libxml.c: be more defensive in the xmlReader python bindings
7884 fixing bug #124044
7885
7886Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7887
7888 * valid.c: the a-posteriori DTD validation code was not validating
7889 the namespace declarations, this fixes #124110
7890
7891Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
7892
7893 * xmlIO.c: enhanced to bypass compression detection code
7894 when input file is stdin (bug 125801)
7895
7896Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7897
7898 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
7899
7900Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7901
7902 * xpath.c: more fixes about unregistering objects
7903 * include/libxml/relaxng.h: applied patch from Mark Vakoc
7904 missing _cplusplus processing clause
7905
7906Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
7907
7908 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
7909
7910Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
7911
7912 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
7913 Marcin 'Shard' Konicki to provide BeOS thread support.
7914
7915Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7916
7917 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
7918 from Steve Ball to make a schema parser from a preparsed document.
7919
7920Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7921
7922 * tree.c: applied a couple of patches from Mark Lilback about text
7923 nodes coalescing
7924
7925Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7926
7927 * xpath.c: change suggested by Anthony Carrico when unregistering
7928 a namespace prefix to a context
7929 * hash.c: be more careful about calling callbacks with NULL payloads.
7930
7931Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7932
7933 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
7934 regenerated docs and APIs
7935 * parser.c: cleanup and last change to fix #123105
7936
7937Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7938
7939 * HTMLparser.c: Fix #124907 by simply backporting the same
7940 fix as for the XML parser
7941 * result/HTML/doc3.htm.err: change to ID detecting modified one
7942 test result.
7943
7944Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7945
7946 * parser.c include/libxml/parser.h: included a new function
7947 to reuse a Push parser context, based on Graham Bennett original
7948 code
7949 * valid.c: in HTML, a name in an input is not an ID
7950 * TODO: bug list update
7951
7952Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
7953
7954 * xpath.c: applied patch from nico@xtradyne.com for #125030
7955
7956Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7957
7958 * Makefile.am: cleanup
7959 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
7960 sometimes the error handlers can get a parser context on DTD
7961 errors, and sometime they don't. So be very careful when trying
7962 to grab those informations.
7963
7964Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7965
7966 * tree.c: applied patch from Kasimier Buchcik which fixes a
7967 problem in xmlSearchNs introduced in 2.6.0
7968
7969Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
7970
7971 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
7972
7973Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7974
7975 * tree.c: fix bug #125047 about serializing when finding a
7976 document fragment node.
7977
7978Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
7979
7980 * testSAX.c: fix bug #125592 need a NULL check
7981 * include/libxml/chvalid.h: rename a parameter
7982
7983Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
7984
7985 * parser.c: applied patch from #123105 about defaulted attributes
7986 from element coming from an entity
7987
7988Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7989
7990 * xmllint.c: fixed warning message from IRIX (bug 125182)
7991 * python/libxml.py: removed tabs, replaced with spaces
7992 (bug 125572)
7993
7994Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
7995
7996 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
7997 if xmlNewInputFromFile() fails.
7998 * xmlreader.c: avoid using _private for the node or document
7999 elements.
8000
8001Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8002
8003 * win32/configure.js: added declaration for verMicroSuffix
8004
8005Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8006
8007 * libxml.m4: applied patch from Patrick Welche provided in
8008 bug #125432 , future proofing the .m4 file.
8009 * parser.c: resetting the context should also reset the error
8010 * TODO: problem of conformance w.r.t. E20 was raised in the
8011 XML Core telconf and libxml2 isn't conformant there.
8012
8013Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8014
8015 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8016
8017Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8018
8019 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
8020 small glitch missing a const
8021
8022Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8023
8024 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
8025 it doesn't define IN_LIBXML
8026
8027Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8028
8029 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
8030
8031Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8032
8033 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8034 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8035
8036Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8037
8038 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8039
8040Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8041
8042 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8043 * doc/*: updated and regenerated the docs and API
8044
8045Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8046
8047 * SAX2.c error.c tree.c: moved the line number to their proper
8048 field in elements now.
8049
8050Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8051
8052 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8053 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8054 added the xmlWriter module contributed by Alfred Mickautsch
8055 * include/libxml/tree.h: added room for line and extra information
8056 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8057 of them introduced in September
8058 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8059
8060Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8061
8062 * Makefile.am configure.in xmldwalk.c xmlreader.c
8063 include/libxml/Makefile.am include/libxml/xmldwalk.h
8064 include/libxml/xmlversion.h.in: removing xmldwalk module
8065 since it got merged with the xmlreader.
8066 * parser.c: cleanup
8067 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8068 rebuilt the API
8069 * python/tests/Makefile.am python/tests/reader7.py
8070 python/tests/walker.py: adding regression testing for the
8071 new xmlreader APIs, new APIs for reader creation, including
8072 makeing reader "walker" operating on preparsed document trees.
8073
8074Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8075
8076 * entities.c, valid.c: fixed problem reported on the mailing
8077 list by Melvyn Sopacua - wrong argument order on functions
8078 called through xmlHashScan.
8079
8080Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8081
8082 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8083
8084Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8085
8086 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8087 tested it through the xslt regression suite.
8088
8089Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8090
8091 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8092 allowing to grab the content without forcing allocations.
8093 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8094 * xpath.c xmldwalk.c: removed a couple of comment errors.
8095
8096Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8097
8098 * parser.c: applied patch from Chris Anderson to change back
8099 memcmp with CMPx()
8100
8101Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8102
8103 * HTMLparser.c: fixed to not send NULL to %s printing
8104 * python/tests/error.py result/HTML/doc3.htm.err
8105 result/HTML/test3.html.err result/HTML/wired.html.err
8106 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8107 up some of the regression tests error
8108
8109Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8110
8111 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8112 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8113 Fixed the HTTP<->parser interraction, which should fix 2 long
8114 standing bugs #104790 and #124054 , this also fix the fact that
8115 HTTP error code (> 400) should not generate data, we usually
8116 don't want to parse the HTML error information instead of the
8117 resource looked at.
8118
8119Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8120
8121 * doc/Makefile.am: enhanced the installation of tutorial files
8122 to avoid installing CVS subdirectories (bug 122943)
8123
8124Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8125
8126 * xmlIO.c: fixed segfault when input file not present
8127 * tree.c: changed output formatting of XML_CDATA_SECTION
8128 (bug 120917)
8129
8130Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8131
8132 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8133 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8134 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8135 xpath.c: Changed all (?) occurences where validation macros
8136 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8137 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8138 many warning messages on certain platforms, and also high-
8139 lights places in the library which may need to be enhanced
8140 for proper UTF8 handling.
8141
8142Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8143
8144 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8145 doc/apibuild.py: enhanced to include enough comments to
8146 make the api doc generation happy.
8147
8148Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8149
8150 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8151 to fix the HTTP/XML parser integration.
8152
8153Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8154
8155 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8156 for creating reader from sources or reusing a reader with
8157 a new source, like the xmlReadxx and xmlCtxtReadxxx
8158 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8159 doc/Makefile.am: regenerated the APIs
8160 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8161
8162Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8163
8164 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8165 include/libxml/parserInternals.h: enhanced macros to avoid
8166 breaking ABI from previous versions.
8167 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8168 defined in parserInternals.h. Makes maintenance much easier.
8169 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8170 compilation warnings
8171 * configuration.in: fixed pushHTML test error; enhanced for
8172 better devel (me) testing
8173
8174Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8175
8176 * legacy.c: remove the warning for startDocument(), as it is used by
8177 glade (or glade-python)
8178 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8179 invalid accesses found by running some Python based regression
8180 tests under valgrind. There is still a few leaks reported by the
8181 relaxng regressions which need some attention.
8182 * doc/Makefile.am: fixed a make install problem c.f. #124539
8183 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8184 patch from crutcher
8185
8186Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8187
8188 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8189 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8190 calls.
8191
8192Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8193
8194 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8195
8196Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8197
8198 * Makefile.am: small fix from Bjorn Reese
8199
8200Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8201
8202 * valid.c: fix a call missing arguments
8203
8204Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8205
8206 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8207 a bug in the range search; enhanced range generation (inline code
8208 if a small number of intervals); enhanced the readability of the
8209 output files.
8210
8211Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8212
8213 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8214 chvalid.def from scratch based on XML 2nd edition REC
8215 and regenerated the code.
8216
8217Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8218
8219 * check-xml-test-suite.py: removed some annoying warnings
8220 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8221 in the PubidChars definition, regenerated, there is still
8222 a bug left somewhere
8223 * genChRanges.py: save the header directly in include/libxml/
8224 * configure.in: I generated a 2.6.0beta6 earlier today
8225
8226Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8227
8228 * fixed small error on previous commit (chvalid.h in
8229 base dir instead of include directory)
8230
8231Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8232
8233 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8234 new files for a different method for doing range validation
8235 of character data.
8236 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8237 include/libxml/parserInternals.h: modified for new range method.
8238 * catalog.c: small enhance for warning message (using one
8239 of the new range routines)
8240
8241Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8242
8243 * valid.c include/libxml/valid.h: adding an serror field to
8244 the validation context breaks the ABI for the xmlParserCtxt
8245 structure since it's embedded by content and not by reference
8246
8247Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8248
8249 * configure.in: patch from Mike Hommey
8250 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8251 Bidoul
8252 * parser.c: fix the potentially nasty access to ctxt->serror
8253 without checking first that the SAX block is version 2
8254
8255Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8256
8257 * SAX2.c: fixed a nasty bug with interning some text strings
8258 * configure.in: prepare for beta5 of 2.6.0
8259 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8260 better error handling for I/O and converted FTP and HTTP
8261 * parser.c: fixed another bug
8262
8263Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8264
8265 * SAX2.c: fixed uninitialized new field.
8266 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8267 all messages
8268
8269Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8270
8271 * include/libxml/tree.h: make room in Doc, Element, Attributes
8272 for PSVI type informations.
8273
8274Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8275
8276 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8277 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8278 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8279 include/libxml/parser.h include/libxml/valid.h
8280 include/libxml/xmlerror.h: Setting up the framework for structured
8281 error reporting, touches a lot of modules, but little code now
8282 the error handling trail has been cleaned up.
8283
8284Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8285
8286 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8287
8288Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8289
8290 * xpath.c: cleanup
8291 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8292 to the new error mechanism
8293
8294Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8295
8296 * error.c xmlschemas.c: a bit of cleanup
8297 * result/schemas/*.err: updated with the new result strings
8298
8299Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8300
8301 * xpath.c: fixed bug 124061
8302
8303Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8304
8305 * Makefile.am: cleanup
8306 * encoding.c: fix a funny typo
8307 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8308 converted the Schemas code to the new error handling. PITA,
8309 still need to check output from regression tests.
8310
8311Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8312
8313 * HTMLtree.c include/libxml/xmlerror.h: converted too
8314 * tree.c: small cleanup
8315
8316Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8317
8318 * xinclude.c: comment fix
8319 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8320 to the new infrastructure
8321
8322Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8323
8324 * xmlIO.c: final error handling cleanup
8325 * xinclude.c error.c: converted XInclude to the new error handling
8326 * include/libxml/xmlerror.h: added XInclude errors
8327
8328Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8329
8330 * parser.c: bug in compression saving was crashing galeon
8331 reported by teuf
8332
8333Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8334
8335 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8336 I/O error path
8337
8338Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8339
8340 * xmlIO.c: better handling of error cases
8341
8342Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8343
8344 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8345 cleaning up error handling in the I/O module.
8346
8347Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8348
8349 * xmlregexp.c include/libxml/xmlerror.h: error handling
8350 cleanup of the Regexp module.
8351
8352Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8353
8354 * tree.c: converting the tree module too
8355 * error.c include/libxml/xmlerror.h: created a simpler internal
8356 error reporting function.
8357
8358Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8359
8360 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8361 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8362 error reporting that time.
8363 * threads.c: applied the two patches for TLS threads
8364 on Windows from Jesse Pelton
8365 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8366 return is always zero terminated. Should also help detecting
8367 passing wrong buffer size easilly.
8368 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8369 updated the results to follow the errors string generated by
8370 last commit.
8371
8372Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8373
8374 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8375 handling in the Relax-NG module.
8376
8377Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8378
8379 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8380 module to teh new error reporting. Better default report, adds
8381 the element associated if found, context and node are included
8382 in the xmlError
8383 * python/tests/reader2.py: the error messages changed.
8384 * result/relaxng/*: error message changed too.
8385
8386Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8387
8388 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8389 win32/configure.js: applied patch from Stéphane Bidoul to
8390 fix the compilation of 2.6.0 code on Win32
8391
8392Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8393
8394 * check-xml-test-suite.py: fixing the script
8395 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8396 memcmp calls, seems to not break conformance, slightly inflate
8397 the size of the gcc generated code though.
8398
8399Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8400
8401 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8402 more cleanup of error handling in parserInternals, sharing the
8403 routine for memory errors.
8404
8405Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8406
8407 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8408 include/libxml/xmlerror.h: more code cleanup, especially around
8409 error messages, the HTML parser has now been upgraded to the new
8410 handling.
8411 * result/HTML/*: a few changes in the resulting error messages
8412
8413Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * parser.c include/libxml/xmlerror.h: more error/warning
8416 handling cleanups, the XML parser module should be okay now.
8417
8418Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8419
8420 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8421 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8422 integrated the xmlDocWalker API given by Alfred Mickautsch,
8423 and providing an xmlReader like API but working on a xmlDocPtr.
8424
8425Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8426
8427 * Makefile.am: more cleanup in make tests
8428 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8429 in the transition to the new error reporting strategy.
8430 * python/tests/reader2.py result/VC/* result/valid/*:
8431 few changes in the strings generated by the validation output
8432
8433Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8434
8435 * Makefile.am: changed 'make tests' to use a concise output,
8436 scrolling to see where thing broke wasn't pleasant
8437 * configure.in: some beta4 preparation, but not ready yet
8438 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8439 new error handling code, last error informations are stored
8440 in the parsing context or a global variable, new APIs to
8441 handle the xmlErrorPtr type.
8442 * parser.c parserInternals.c valid.c : started migrating to the
8443 new error handling code, it's a royal pain.
8444 * include/libxml/parser.h include/libxml/parserInternals.h:
8445 moved the definition of xmlNewParserCtxt()
8446 * parser.c: small potential buffer access problem in push code
8447 provided by Justin Fletcher
8448 * result/*.sax result/VC/PENesting* result/namespaces/*
8449 result/valid/*.err: some error messages were sligthly changed.
8450
8451Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8452
8453 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8454 function (wrapper around snprintf)
8455
8456Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8457
8458 * entities.c: Fix error on output of high codepoint charref like
8459 &#x10FFFF; , reported by Eric Hanchrow
8460
8461Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8462
8463 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8464 of a pain murrayc is really gonna be.
8465
8466Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8467
8468 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8469
8470Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8471
8472 * entities.c legacy.c parser.c: made the predefined entities
8473 static predefined structures to avoid the work, memory and
8474 hazards associated to initialization/cleanup.
8475
8476Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8477
8478 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8479 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8480 include/libxml/parser.h include/libxml/parserInternals.h
8481 include/libxml/xmlversion.h.in: added a new configure
8482 option --with-push, some cleanups, chased code size anomalies.
8483 Now a library configured --with-minimum is around 150KB,
8484 sounds good enough.
8485
8486Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8487
8488 * libxml-2.0-uninstalled.pc.in: New file for building against
8489 uninstalled libxml2 builds.
8490 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8491 * .cvsignore: Ignore the new generated *.pc file.
8492
8493Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8494
8495 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8496 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8497 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8498 added 2 new configure option: --with-reader --with-sax1
8499 to allow removing the reader or non-xmlReadxxx() interfaces.
8500
8501Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8502
8503 * configure.in entities.c tree.c valid.c xmllint.c
8504 include/libxml/tree.h include/libxml/xmlversion.h.in:
8505 Adding a configure option to remove tree manipulation
8506 code which is not strictly needed by the parser.
8507
8508Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8509
8510 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8511 patch from Marcin 'Shard' Konicki
8512
8513Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8514
8515 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8516 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8517 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8518 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8519 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8520 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8521 include/libxml/catalog.h include/libxml/debugXML.h
8522 include/libxml/entities.h include/libxml/nanohttp.h
8523 include/libxml/relaxng.h include/libxml/tree.h
8524 include/libxml/valid.h include/libxml/xmlIO.h
8525 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8526 include/libxml/xpathInternals.h python/libxml.c:
8527 Okay this is scary but it is just adding a configure option
8528 to disable output, this touches most of the files.
8529
8530Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8531
8532 * xmlmemory.c: better fix, avoids breaking the python bindings
8533
8534Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8535
8536 * xmlmemory.c: fix a compilation problem when configuring
8537 with debug but without mem-debug
8538
8539Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8540
8541 * Makefile.am: cleanup, creating a new legacy.c module,
8542 made sure make tests ran in reduced conditions
8543 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8544 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8545 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8546 increased the modularization, allow to configure out
8547 validation code and legacy code, added a configuration
8548 option --with-minimum compiling only the mandatory code
8549 which then shrink to 200KB.
8550
8551Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8552
8553 * parser.c: fix a bug raised by the Mips compiler.
8554 * include/libxml/SAX.h include/libxml/parser.h: move the
8555 SAXv1 block definitions to parser.h fixes bug #123380
8556 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8557 the attribute and element pool borken 2 commits ago.
8558 Start playing with an entry point to preserve a subtree.
8559 * entities.c: remove a warning.
8560
8561Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8562
8563 * encoding.c, parser.c, relaxng.c: further (final?) minor
8564 changes for compilation warnings. No change to logic.
8565
8566Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8567
8568 * parser.c: fixed small problem with missing entities (test/ent2)
8569
8570Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8571
8572 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8573 if the result is not well formed that ctxt->myDoc is not NULL
8574 and uses the context dictionnary.
8575
8576Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8577
8578 * parser.c: other patches from William Brack to avoid
8579 compilation warnings on AIX.
8580
8581Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8582
8583 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8584 avoid compilation warnings on some (e.g. AIX) systems
8585
8586Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8587
8588 * parserInternals.c: fixed a backward compatibility problem
8589 when formatting "deprecated SAXv1 function ignorableWhitespace"
8590 could be reproduced by xmllint --format
8591
8592Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8593
8594 * doc/libxml2-api.xml: rebuilt the API
8595 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8596 --nocdata and --nsclean to remove CDATA section and surperfluous
8597 namespace declarations
8598 * parser.c SAX2.c: implementation of the 2 new options
8599
8600Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8601
8602 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8603 added the same htmlRead APIs than their XML counterparts
8604 * include/libxml/parser.h: new parser options, not yet implemented,
8605 added an options field to the context.
8606 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8607 is found within a cdata section.
8608 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8609 result/cdata2.sax test/cdata2: add one more cdata test
8610
8611Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8612
8613 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8614 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8615 base URL parameter when not loading from a file or URL.
8616
8617Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8618
8619 * configure.in: preparing a beta3 solving the ABI problems
8620 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8621 include/libxml/globals.h include/libxml/SAX.h: make sure the
8622 global variables for the default SAX handler are V1 ones to
8623 avoid ABI compat problems.
8624 * xmlreader.c: cleanup of uneeded code
8625 * hash.c: fix a comment
8626
8627Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8628
8629 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8630 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8631 fixing some comments to avoid warnings from apibuild.py
8632
8633Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8634
8635 * win32/configure.js: patch from Stephane Bidoul for configuring
8636 the beta2 version #123104
8637
8638Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8639
8640 * Makefile.am: adding repeated parsing and validating tests
8641 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8642 DOM tree building interfaces use the dictionary from the
8643 parsing context to build the element and attributes names
8644 as well as formatting spaces and short text nodes
8645 * include/libxml/dict.h dict.c: added some reference counting
8646 for xmlDictPtr because they can be shared by documents and
8647 a parser context.
8648 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8649 functions and use the standard ones now.
8650 * xmllint.c: add --nodict
8651 * python/libxml.c: fix a stupid bug so that ns() works on
8652 attribute nodes.
8653
8654Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8655
8656 * parser.c include/libxml/parser.h: adding a new set of
8657 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8658 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8659 a clear define of xmlParserOption, xmlCtxtUseOptions()
8660 should simplify custom parsing without being tempted to
8661 use global variables, and xmlCtxtReset() should allow reuse
8662 of a context for multiple parsing.
8663 * xmllint.c: switched to use xmlReadXXX, allow options to
8664 be used simultaneously with less troubles.
8665 * tree.c: simple warning removal
8666 * doc/apibuild.py: small fix
8667 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8668
8669Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8670
8671 * parser.c: revert xmlCreateDocParserCtxt() since this break
8672 the parseDoc() python bindings
8673
8674Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8675
8676 * parser.c: make sure xmlDetectSAX2() is called only at
8677 parsing time to avoid breaking apps changing the SAX
8678 callbacks after context allocation, change xmlCreateDocParserCtxt()
8679 to use an immutable buffer instead of a copy
8680
8681Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8682
8683 * xmlIO.c: applied patch from Markus Keim fixing a problem
8684 with I/O callback registration.
8685 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8686 for xmlParserErrors
8687
8688Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8689
8690 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8691 really a const xmlChar*
8692 * xmlreader.c include/libxml/xmlreader.h: addin the
8693 xmlTextReaderConstString() to get an interned string from
8694 the reader
8695
8696Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8697
8698 * error.c: fixed a warning message (trivial)
8699 * doc/search.php: removed incorrect warning message when word
8700 search not found in last of multiple tables (bug 119535)
8701
8702Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8703
8704 * configure.in: preparing a 2.6.0-beta2 release
8705 * xmlIO.c: avoid a warning
8706 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8707 by Chris Ryland
8708 * include/libxml/dict.h: add a QName access lookup to the
8709 dictionary.
8710 * xmlreader.c include/libxml/xmlreader.h: adding const access
8711 based on the dictionary interface for string read from the
8712 reader, the node content access is still TODO, it's too different
8713
8714Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8715
8716 * SAX2.c: fixing namespace DTD validations
8717 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8718 namespaces is slightly different now.
8719 * Makefile.am: report the memory used in Timingtests (as well as time)
8720
8721Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8722
8723 * Makefile.am: add streaming on memory regression tests, found
8724 bad bugs in the reader interface
8725 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8726 condition in end of file.
8727 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8728 adding immutable buffers, and parser input based on those,
8729 but this should not be used (yet) for general parsing
8730 * parser.c: added a comment about using immutable buffers for
8731 general parsing.
8732 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8733 output of the regression tests
8734 * xmllint.c: using the immutable buffers when streaming on
8735 mmaped file (--stream --memory)
8736
8737Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8738
8739 * dict.c: the last patch broke unicity of returned strings, removed
8740
8741Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8742
8743 * Makefile.am: add a Timingtests target to check bad behaviour
8744 from the streaming engine
8745 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8746 * xmlreader.c: fix a bad behaviour on large buffer inputs
8747
8748Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8749
8750 * dict.c xmlreader.c: two small improvements
8751
8752Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8753
8754 * parserInternals.c: avoid a leak with previous patch
8755
8756Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8757
8758 * python/libxml.c: use stderr and not stdout for default errors
8759 in python environment bug #122552
8760
8761Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8762
8763 * parserInternals.c: small fix from Rob Richards for input filename
8764 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8765 * xmlIO: adding a guard in one function
8766
8767Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8768
8769 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8770 reducing memory allocation and free and avoiding expensive routines
8771
8772Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8773
8774 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
8775 seriously with per-document dict and element and attribute nodes
8776 reuse in the xmlReader. This seems to lead to an interesting
8777 speedup of the xmlReader already.
8778
8779Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8780
8781 * dict.c include/libxml/dict.h: do string allocations in large
8782 pools, allowing to find if a string pertain to a dict quickly
8783 * xmllint.c: fix --stream --repeat --timing
8784 * Makefile.am: the testThreads run output should be seen.
8785
8786Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8787
8788 * SAX2.c include/libxml/parser.h: starting work on reusing the
8789 parser dictionary for the element and attribute tag names.
8790 Add pools for Element and Attributes in the parser context,
8791 which should help speeding up the reader.
8792 * Makefile.am result/*.rdr : adding non-python reader regression
8793 tests.
8794
8795Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8796
8797 * SAX2.c parser.c valid.c: starting to cleanup some of the
8798 problems exposed by the W3C/NIST regression suite.
8799 * result/ent7.sax result/xml2.sax: small fixes.
8800
8801Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8802
8803 * parser.c: more parser error factoring
8804
8805Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8806
8807 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
8808
8809Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8810
8811 * parser.c include/libxml/xmlerror.h: factoring of more
8812 error handling code, serious size reduction and more lisibility
8813 of the resulting code.
8814 * parserInternals.c parser.c include/libxml/parserInternals.h
8815 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
8816 checks are done, use a counter for entities. Entities where freed and
8817 reallocated at the same address failing the check.
8818 * tree.c: avoid a warning
8819 * result/valid/* result/VC/*: this slightly changes some validation
8820 error messages.
8821
8822Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
8823
8824 * valid.c: fixed bug 121759 - early declaration of
8825 attribute-list in external DTD
8826
8827Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8828
8829 * parser.c include/libxml/xmlerror.h: starting cleaning up
8830 error handling, factorize error processing
8831 * doc/xmllint.html: update of the page, remove --sgml
8832
8833Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8834
8835 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
8836 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
8837 broken pseudo SGML DocBook parser code.
8838
8839Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8840
8841 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
8842 valgrind pointed out the strings overlapped. cleanup .
8843
8844Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8845
8846 * tree.c: applied speedup to xmlSearchNs() as suggested by
8847 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
8848 applying the same trick.
8849
8850Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8851
8852 * parser.c parserInternals.c tree.c include/libxml/parser.h
8853 include/libxml/xmlerror.h: adding namespace checkings
8854 while making sure they still parse as wellformed documents.
8855 Add an nsWellFormed status report to the context, and
8856 provide new appropriate error codes.
8857 * Makefile.am result/namespaces/* test/namespaces/*: add
8858 specific regression testing for the new namespace support
8859 * test/att5 result/noent/att5 result/att5 result/att5.sax:
8860 add more coverage for the attribute parsing and normalization
8861 code.
8862
8863Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8864
8865 * threads.c: backport of a thread bugfix from 2_5_X branch
8866
8867Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8868
8869 * parser.c: fixed a bug in one corner case of attribute parsing.
8870
8871Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * configure.in doc/* : 2.6.0beta1 changes
8874 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
8875 normalization, might not be totally fixed but this should
8876 make sure SAX event provide the right strings for attributes
8877 except entities for which libxml2 is different by default
8878 This should fix #109564
8879 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
8880 in attribute callback values
8881 * result/c14n/with-comments/example-4
8882 result/c14n/without-comments/example-4: this also fixes a subtle
8883 bug in the canonicalization tests.
8884
8885Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8886
8887 Time to commit 3 days of work rewriting the parser internal,
8888 fixing bugs and migrating to SAX2 interface by default. There
8889 is some work letf TODO, like namespace validation and attributes
8890 normalization (this break C14N right now)
8891 * Makefile.am: fixed the test rules
8892 * include/libxml/SAX2.h include/libxml/parser.h
8893 include/libxml/parserInternals.h SAX2.c parser.c
8894 parserInternals.c: changing the parser, migrating to SAX2,
8895 adding new interface to switch back to SAX1 or initialize a
8896 SAX block for v1 or v2. Most of the namespace work is done
8897 below SAX, as well as attribute defaulting
8898 * globals.c: changed initialization of the default SAX handlers
8899 * hash.c tree.c include/libxml/hash.h: added QName specific handling
8900 * xmlIO.c: small fix
8901 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
8902 version code path
8903 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
8904 pointed out a typo in a very old test namespace
8905
8906Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
8907
8908 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
8909 of compressed files, setting doc->compressed appropriately
8910 (bug #120503).
8911
8912Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8913
8914 * parser.c: try to cope with the fact that apps may still
8915 have allocated smaller SAX callbak block
8916
8917Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8918
8919 * dict.c: allow to give -1 for undefined length in lookups
8920 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
8921 first round of work on the new SAX2 interfaces, the API
8922 will change but commiting before changing for historical
8923 reference.
8924
8925Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
8926
8927 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
8928 sax->warning with wrong params).
8929
8930Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8931
8932 * include/libxml/globals.h: patch from Stéphane Bidoul to export
8933 globals entry points to the python bindings
8934
8935Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8936
8937 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
8938 by default instead of "HTML"
8939 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
8940 avoiding calls to "areBlanks" when not needed.
8941 * include/libxml/parser.h include/libxml/tree.h: some structure
8942 extensions for future work on using per-document dictionaries.
8943
8944Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8945
8946 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
8947 tree, keeping result in the same tree, added SAXtests to the
8948 default "make tests"
8949
8950Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8951
8952 * include/libxml/xmlexports.h: defined additional macros which
8953 affect exports and added mingw section
8954
8955Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
8956
8957 * doc/index.py: fixed problem parsing xhtml docs
8958 * doc/xmlreader.html,doc/guidelines.html: small modification
8959 to avoid problem in python parsing.
8960 * doc/search.php: fixed upper case filename problem for XSLT docs
8961
8962Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
8963
8964 * xinclude.c: patch from Mark Vakoc that allows compiling
8965 with XInclude but without XPointer support.
8966
8967Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8968
8969 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
8970 to add --libtool-libs option to xml2-config script.
8971
8972Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
8973
8974 * doc/README.docs, doc/Makefile.am: new file added,
8975 giving some description of the documentation generation process
8976 * doc/search.php: fixed problem with upper case on filenames
8977
8978Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8979
8980 * win32/Makefile.bcb: updates by Eric Zurcher
8981
8982Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8983
8984 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
8985 to compensate for pollution from Igor's header taint
8986 (quick before Daniel notices)
8987
8988Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8989
8990 * SAX2.c: fixed a namespace error on attribute reporting bug
8991 pointed out by Tobias Reif
8992 * test/p3p result/p3p result/noent/p3p: this test case was wrong
8993 using xmlsn instead of xmlns...
8994
8995Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8996
8997 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
8998 typos reported by Mark Vakoc
8999
9000Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9001
9002 add:
9003 * doc/tutorial/api.html
9004 * doc/tutorial/ar01s09.html
9005 * doc/tutorial/includexpath.c
9006 updated
9007 * doc/tutorial/*.html
9008 fix my bad - forgot to check in new files when I last
9009 updated
9010
9011Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9012
9013 * win32/Makefile.bcb: new file, support for Borland C++
9014 * xmllint.c: fixed time inclusion for various compilers
9015
9016Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9017
9018 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9019 few casts to shut the compiler warnings
9020
9021Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9022
9023 * win32/Makefile.* win32/configure.js: fixed for mingw
9024
9025Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9026
9027 * globals.c threads.c: fixing bug #120870 try to avoid problem
9028 with uninitialized mutexes
9029
9030Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9031
9032 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9033 up with multiple states, select the "best" one. Fix #120682
9034 * result/relaxng/tutor11_2_3.err: small change resulting
9035
9036Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9037
9038 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9039
9040Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9041
9042 * include/libxml/[threads-xpointer].h: realigned parameters
9043 after taint
9044
9045Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9046
9047 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9048 as reported by Eric Zurcher
9049
9050Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9051
9052 * relaxng.c: fixed bug #120386 again a problem introduced when
9053 trying to reuse automata for content validation. Fix a bug report
9054 problem on zeroOrMore
9055 * result/relaxng/tutor3_7_err: change slightly error reporting.
9056
9057Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9058
9059 * include/libxml/Makefile.am: make sure the new header will
9060 be included when generating a new distribution.
9061
9062Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9063
9064 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9065 routines which led to bug #120040 and the ones reported by
9066 Martijn Faassen
9067
9068Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9069
9070 * include/libxml/parserInternals.h include/libxml/relaxng.h
9071 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9072 parameters after taint.
9073
9074Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9075
9076 * include/libxml/xmlversion.h.in: moved export defs to a separate
9077 file for consistency.
9078 * include/libxml/xmlexports.h: new file, contains export defs.
9079
9080Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9081
9082 * include/libxml/*.h genUnicode.py: exportability taint
9083 of the headers.
9084
9085Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9086
9087 * SAX.c: make the deprecated interfaces log an error message
9088 to be sure it won't get used.
9089
9090Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9091
9092 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9093 Adding new version of the SAX interface, it's not there yet,
9094 currently just preparing the work
9095 * globals.c parser.c SAX.c include/libxml/SAX.h
9096 include/libxml/globals.h include/libxml/parser.h: doing some
9097 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9098 while keeping functionalities, preparing SAX2 integration.
9099 * dict.c: small cleanup.
9100
9101Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9102
9103 * tree.c: fixes a small bug introduced in last commit and detected
9104 by valgrind.
9105
9106Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9107
9108 * dict.c hash.c: optimization when freeing hash tables.
9109 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9110 allocations
9111 * parser.c parserInternals.c include/libxml/parser.h: keep a
9112 single allocated block for all the attributes callbacks,
9113 avoid useless malloc()/free()
9114 * tree.c: do not realloc() when growing a buffer if the buffer
9115 ain't full, malloc/memcpy/free avoid copying memory.
9116
9117Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9118
9119 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9120 --dtdvalidfpi for Tobias Reif
9121
9122Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9123
9124 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9125 new dictionary module to keep a single instance of the names used
9126 by the parser
9127 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9128 switched all parsers to use the dictionary internally
9129 * include/libxml/HTMLparser.h include/libxml/parser.h
9130 include/libxml/parserInternals.h include/libxml/valid.h:
9131 Some of the interfaces changed as a result to receive or return
9132 "const xmlChar *" instead of "xmlChar *", this is either
9133 insignificant from an user point of view or when the returning
9134 value changed, those function are really parser internal methods
9135 that no user code should really change
9136 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9137 the docs were regenerated
9138
9139Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9140
9141 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9142
9143Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9144
9145 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9146 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9147
9148Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9149
9150 * doc/API*.html, doc/html/*: regenerated API documentation
9151 for xmlsoft.org (part of Bug 119535)
9152
9153Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9154
9155 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9156 doc/libxml2-api.xml: Minor changes to comments, etc. for
9157 improving documentation generation
9158 * doc/Makefile.am: further adjustment to auto-generation of
9159 win32/libxml2.def.src
9160
9161Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9162
9163 * News configure.in: preparing libxml2-2.5.10 release
9164 * doc/* : updated the doc and rebuilt
9165
9166Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9167
9168 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9169 Malcolm Tredinnick with the patch he suggested.
9170
9171Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9172
9173 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9174
9175Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9176
9177 * uri.c: fixing an use of strcpy() where both strings overlap
9178 pointed out by valgrind.
9179
9180Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9181
9182 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9183 some compilation warnings.
9184 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9185 plus some cleanup and better error reporting.
9186
9187Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9188
9189 * encoding.c: applied UTF-16 encoding handling patch provided by
9190 Mark Itzcovitz
9191 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9192 not having iconv support.
9193
9194Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9195
9196 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9197 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9198 mingw compiler on Windows.
9199
9200Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9201
9202 * parser.c: fixed the serious CPU usage problem reported by
9203 Grant Goodale
9204 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9205 missing in htmlSAXParseDoc
9206
9207Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9208
9209 * doc/Makefile.am: Removed dependency from libxml2.def.src
9210
9211Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9212
9213 * autogen.sh: took away the requirement for automake-1.4,
9214 changed the messages for getting auto* tools to current
9215 gnu pages.
9216 * configure.in: added check for Linux Dec alpha requiring
9217 -ieee flag, fixed test for ipv6
9218 * trionan.c: fixed problem for compiling on Linux Dec alpha
9219 using native compiler
9220 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9221 whenever libxml2-api.xml is changed.
9222
9223Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9224
9225 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9226 is not used.
9227
9228Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9229
9230 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9231
9232Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9233
9234 * News configure.in: preparing libxml2-2.5.9 release
9235 * doc/* : updated the doc and rebuilt
9236
9237Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9238
9239 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9240 definition to get a correct API XML description. This was apparently
9241 breaking Windows build.
9242
9243Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9244
9245 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9246 the progressive HTML parser front-end on large character data
9247 island leading to an erroneous end of data detection by the
9248 parser. Some cleanup too to get closer from the XML progressive
9249 parser.
9250
9251Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9252
9253 * win32/configure.js: Added in support for the ISO8859X
9254 module (patch provided by Jesse Pelton)
9255
9256Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9257
9258 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9259 when the library is not initialized and one try to save, the
9260 locks in threaded env might not been initialized, playing safe
9261 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9262 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9263 his tests to the regression suite.
9264
9265Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9266
9267 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9268 (with apologies to Igor) - Enhanced handling of docb and
9269 nanohttp.
9270
9271Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9272
9273 * encoding.c: further small changes for warnings when
9274 configured with --with-iconv=no
9275
9276Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9277
9278 * error.c trionan.[ch] testThreads.c python/generator.py:
9279 further small changes to elminate most of the remaining
9280 warnings.
9281
9282Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9283
9284 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9285 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9286 python/libxml.c include/libxml/xmlmemory.h: small changes
9287 to syntax to get rid of compiler warnings. No changes
9288 to logic.
9289
9290Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9291
9292 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9293
9294Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9295
9296 * tree.c: fixed a small problem in the patch for #118763
9297 * result/HTML/doc3.htm*: this reverts back to the previous result
9298
9299Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9300
9301 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9302 and rebuilt, apparently some C++ wrappers are not available,
9303 c.f. bug #118943
9304
9305Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9306
9307 * tree.c: fixing HTML attribute serialization bug #118763
9308 applying a modified version of the patch from Bacek
9309 * result/HTML/doc3.htm*: this modifies the output from one test
9310
9311Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9312
9313 * tree.c include/libxml/tree.h: added a new API to split a
9314 QName without generating any memory allocation
9315 * valid.c: fixed another problem with namespaces on element
9316 in mixed content case
9317 * python/tests/reader2.py: updated the testcase with
9318 Bjorn Reese fix to reader for unsignificant white space
9319 * parser.c HTMLparser.c: cleanup.
9320
9321Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9322
9323 * catalog.c: trying to fix #118754 of possible recursion in the
9324 catalogs. Not fantastically happy about the current fix since
9325 it's likely to break under very thread intensive concurrent
9326 access to the catalog. Better solution might to keep the depth
9327 an extra argument to the resolution functions.
9328
9329Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9330
9331 * valid.c: fixed bug #118712 about mixed content, and namespaced
9332 element names.
9333 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9334 in the regression tests
9335
9336Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9337
9338 Coninuing work on bug 118559
9339 * DOCBparser.c: removed 2 unsed vars
9340 * xmlregexp.c: changed some numeric const to their enum symbols
9341 * xmlreader.c: changed one var define from int to enum
9342 (a little more to be done, awaiting co-ordination)
9343 * relaxng.c: deleted one unused var
9344 * xmllint.c: deleted some unused vars, changed one arg
9345 val from int to enum
9346 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9347 * xmlIO.c: fixed typo from last night (small warning msg)
9348
9349Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9350
9351 Working on bug 118559
9352 * error.c: deleted unused variable
9353 * parserInternals.c: deleted unneeded 'const' qualifier
9354 * parser.c: changed variable type for enum temp storage
9355 * xmlIO.c: changed debugging var to be inside #ifdef
9356 * valid.c: removed unused variable
9357 * HTMLparser.c: removed some unneeded 'const' qualifiers
9358 * xpath.c: added some type casts, removed some unused vars
9359 * xinclude.c: added one type cast
9360 * nanohttp.c: repositioned some #ifdef to avoid unused var
9361 * nanoftp.c: removed unused var
9362
9363Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9364
9365 * HTMLparser.c: applied a patch from William Brack about
9366 the problem of parsing very large HTML instance with comments
9367 as raised by Nick Kew
9368
9369Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9370
9371 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9372 patch from Bjorn Reese for xmlTextReaderNodeType() and
9373 significant whitespace. There is an enum for node type
9374 values now.
9375
9376Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9377
9378 * encoding.c: applying patch from Peter Jacobi to added
9379 ISO-8859-x encoding support when iconv is not available
9380 * configure.in include/libxml/xmlversion.h.in
9381 include/libxml/xmlwin32version.h.in: added the glue needed
9382 at the configure level and made it the default for Windows
9383
9384Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9385
9386 * python/generator.py python/libxml.c python/libxml2class.txt:
9387 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9388 in python
9389
9390Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9391
9392 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9393 cleanup patch, and also avoided a possible memory leak
9394
9395Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9396
9397 * encoding.c: fix the previous commit
9398
9399Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9400
9401 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9402 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9403 some future cleanup of UTF8 handling
9404
9405Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9406
9407 * xpath.c: applied a change suggested by Sean Griffin in bug
9408 #118494 about a memory leak in EXSLT
9409
9410Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9411
9412 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9413 when fixing the previous Relax-NG bugs
9414 * result/relaxng/*: This slightly changes the output messages of
9415 some regression tests.
9416 * configure.in: added support of -with-fexceptions for nested C++
9417 support.
9418
9419Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9420
9421 * doc/tutorial/apa.html
9422 * doc/tutorial/apb.html
9423 * doc/tutorial/apc.html
9424 * doc/tutorial/apd.html
9425 * doc/tutorial/ape.html
9426 * doc/tutorial/apf.html
9427 * doc/tutorial/apg.html
9428 * doc/tutorial/aph.html
9429 * doc/tutorial/ar01s02.html
9430 * doc/tutorial/ar01s03.html
9431 * doc/tutorial/ar01s04.html
9432 * doc/tutorial/ar01s05.html
9433 * doc/tutorial/ar01s06.html
9434 * doc/tutorial/ar01s07.html
9435 * doc/tutorial/ar01s08.html
9436 * doc/tutorial/index.html
9437 * doc/tutorial/ix01.html
9438 * doc/tutorial/xmltutorial.pdf
9439 * doc/tutorial/xmltutorial.xml
9440 update tutorial with XPath example
9441
9442Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9443
9444 * SAX.c parser.c: fixing a bug about a special case of namespace
9445 handling, this closes bug #116841
9446
9447Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9448
9449 * relaxng.c result/relaxng/*: checked and fixed the compilation
9450 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9451 This slightly changes the output messages of some regression tests.
9452
9453Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9454
9455 * xmlreader.c: fixed an out of bound error #118052 , the good
9456 part if that base64 code was not in use yet ...
9457
9458Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9459
9460 * doc/xmllint.html
9461 include html version of the xmllint man page, so an
9462 up-to-date version is visible on the Web
9463
9464Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9465
9466 * xinclude.c include/libxml/xinclude.h: added a new API
9467 xmlXIncludeProcessTree() to process XInclude only on a subtree
9468 this should fix bug #115385
9469
9470Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9471
9472 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9473 the error callback and parameters of parsing and validation
9474 contexts
9475 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9476 on text nodes.
9477
9478Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9479
9480 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9481 when using the push XML parser.
9482 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9483 added the test to the regression suite.
9484
9485Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9486
9487 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9488 as suggested by Rob Richards
9489
9490Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9491
9492 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9493 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9494 to unsigned int and a couple of others.
9495
9496Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9497
9498 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9499
9500Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9501
9502 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9503
9504Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9505
9506 * globals.c threads.c: fixes some problem when freeing unititialized
9507 mutexes
9508
9509Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9510
9511 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9512 directly, some cleanups
9513 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9514 validation code.
9515
9516Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9517
9518 * win32/configure.js: Jesse Pelton pointed out a problem in the
9519 javascript code.
9520
9521Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9522
9523 * NEWS doc/*: regenerated
9524 * nanoftp.c nanohttp.c: might fix includes problems with the
9525 Ipv6 support on solaris
9526 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9527 defined as #IMPLIED
9528
9529Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9530
9531 * configure.in doc/*: preparing release 2.5.8
9532 * nanohttp.c: changed some preprocessor block
9533 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9534 hexBinary schema datatype and adding support for totalDigits and
9535 fractionDigits facets.
9536
9537Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9538
9539 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9540
9541Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9542
9543 * xinclude.c: fixed bug #116095 removing the error message when
9544 reapplying XInclude to a document.
9545
9546Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9547
9548 * xmlIO.c: applied small changes to portability layer for
9549 compilation on DJGPP Ms-DOS compiler.
9550
9551Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9552
9553 * parser.c HTMLparser.c: use the character() SAX callback
9554 if the cdataBlock ain't defined.
9555 * xpath.c: fix bug #115349 allowing compilation when configured
9556 with --without-xpath since the Schemas code needs NAN and co.
9557
9558Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9559
9560 Fixed problem with multi-threading, shown by the test program
9561 testThreads. After fix, ran mutiple tests on various speed
9562 machines (single and dual processor X86), which all seem okay.
9563
9564 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9565
9566 * threads.c: added missing initialisation for condition variable
9567 in xmlNewRMutex.
9568
9569Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9570
9571 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9572 closing bug #114837
9573
9574 * configure.in: Added checks for IPv6 support and getaddrinfo().
9575
9576 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9577
9578 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9579
9580 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9581 field or sockaddr_in field, depending upon the availability of IPv6
9582 support.
9583 have_ipv6(): Added to check for run-time IPv6 support.
9584 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9585 Modified to parse a URI with IPv6 address given in [].
9586 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9587 resolution, if it is available on the system, as gethostbyname
9588 does not return IPv6 addresses on some platforms.
9589 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9590 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9591 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9592 we are dealing with.
9593
9594 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9595 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9596 a URI with IPv6 address given in [].
9597 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9598 available on the system. Also IPv6 addresses will be resolved by
9599 gethostbyname only if IPv6 run-time support is available.
9600 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9601
9602Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9603
9604 * win32/configure.js include/win32config.h
9605 include/libxml/xmlversion.h.in: Applied the patch for BCB
9606 by Eric Zurcher.
9607
9608Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9609
9610 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9611 due to #115104 and while fixing #115101 . HTML URLs must not
9612 be version dependant.
9613
9614Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9615
9616 * entities.c: do not generate &quot; for " outside of attributes
9617 * result//*: this changes the output of some tests
9618
9619Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9620
9621 * parser.c xmlIO.c: trying to fix #114277 about when file
9622 remapping and escaping should really be attempted.
9623
9624Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9625
9626 * doc/*: applied a patch from Gman for building docs
9627 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9628 Gary Pennington to provide an allocator for xmlValidCtxt
9629 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9630 #113580 about data not being passed immediately.
9631
9632Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9633
9634 * tree.c: applied a couple of patches from Mark Itzcovitz
9635 to handle saving back "UTF-16" documents.
9636
9637Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9638
9639 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9640 some work done while in the Maldives (hence the timezone on the
9641 laptop !)
9642 * result/schemas/length3* test/schemas/deter0_*
9643 test/schemas/group0_*: some tests added too
9644
9645Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9646
9647 * encoding.c: small fix
9648 * xmlIO.c: fixed an error message
9649
9650Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9651
9652 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9653 accepting an improper UTF8 sequence
9654
9655Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9656
9657 * threads.c: applied the patch from Stéphane Bidoul for getting
9658 rid of extra threads in a dynamic library.
9659 * win32/configure.js: threads default to 'native' now.
9660
9661Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9662
9663 * HTMLtree.c: fixing bug #112904: html output method escaped
9664 plus sign character in URI attribute.
9665
9666Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9667
9668 * build_glob.py global.data globals.c parser.c
9669 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9670 up threads global defaults.
9671 * doc/libxml2-api.xml: this extends the API with new functions
9672 * python/tests/Makefile.am python/tests/reader2.py
9673 python/tests/thread2.py: integrated the associated testcase and
9674 fixed the error string used in reader2
9675
9676Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9677
9678 * configure.in libxml.spec.in python/Makefile.am: trying
9679 to conciliate --with-python= requirements and RPM builds,
9680 a PITA really...
9681
9682Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9683
9684 * HTMLparser.c: oops last commit introduced a memory leak.
9685
9686Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9687
9688 * xmllint.c doc/xmllint.xml: added --nonet option
9689 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9690 xsltproc or xmllint
9691 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9692 rebuilt
9693 * HTMLparser.c: cleaned up the HTML parser context build when
9694 using an URL
9695
9696Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9697
9698 * libxml.spec.in: added a comment about bug #112902
9699
9700Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9701
9702 * minor cleanup of configure '--help' display
9703 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9704
9705Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9706
9707 * tree.c: PI nodes in external subset were not freed :-\
9708 fixes bug #112842
9709
9710Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9711
9712 * xmllint.c: added --schema option to run WXS schema validation
9713 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9714 tried to improve error reporting in the Schema code, some cleanup
9715 too.
9716
9717Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9718
9719 * xmlschemas.c: fixed some problems in the handling of errors,
9720 and attributes addressed by references.
9721 * test/schemas/* result/schemas/*: dropped the verbosity level
9722 and added a couple of new tests
9723
9724Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9725
9726 * relaxng.c: Stéphane Bidoul found an off by one addressing
9727 error on the error handling.
9728
9729Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9730
9731 * xmlschemastypes.c: trying to fix #112673
9732
9733Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9734
9735 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9736 warning, this fixed a bug and should close #111574
9737
9738Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9739
9740 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9741 holding minOccurs="0"
9742 * test/schemas/all_* result/schemas/all_*: added some regression
9743 tests for that bug
9744 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9745 Garry Pennington to compile without schemas support.
9746
9747Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9748
9749 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9750
9751Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9752
9753 * xml2-config.in: try to fix Red hat bug #89957, do not
9754 output -L/usr/lib64
9755 * xmlreader.c: fixed a typo in a comment
9756
9757Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9758
9759 * doc/tutorial/aph.html, ix01.html
9760 forgot to cvs add the new files. Thanks to Roland van Laar
9761 for pointing this out
9762
9763Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9764
9765 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9766 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9767 to the XML/XSLT doc generation closing #111799
9768 * doc/html/*: complete update of the HTML results
9769
9770Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9771
9772 * win32/defgen.xsl: fixed the conditional for unicode map,
9773 removed hardcoded schema entries
9774
9775Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9776
9777 * win32/defgen.xsl: new file, stylesheet for generating
9778 win32/libxml2.def.src from doc/libxml2-api.xml
9779 * win32/libxml2.def.src: is autogenerated from now on, changes
9780 to this file will not appear here anymore
9781
9782Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9783
9784 * win32/configure.js python/setup.py.in: applied patch
9785 from Stéphane Bidoul for the Python bindings on the new
9786 release.
9787
9788Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9789
9790 * debugXML.c: included libxml/uri.h for xmlCanonicPath
9791 declaration
9792 * win32/configure.js: thread-enabled build is now default
9793 * win32/libxml2.def.src: added more exports
9794
9795Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9796
9797 * NEWS doc/*.xsl doc/*.html: updated the web site separated
9798 developers from common pages, made the transition to XHTML1,
9799 added validity checking to the makefile rules.
9800
9801Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9802
9803 * parser.c: fix for xmlIOParseDTD same as previous and reported
9804 by Petr Pajas
9805
9806Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9807
9808 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
9809 closing #111638
9810
9811Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9812
9813 * python/generator.py: fixed a problem in the generator where
9814 the way functions are remapped as methods on classes was
9815 not symetric and dependant on python internal hash order,
9816 as reported by Stéphane Bidoul
9817
9818Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
9819
9820 * doc/tutorial:
9821 xmltutorial.xml
9822 xmltutorial.pdf
9823 *.html
9824 add appendix on generating compiler flags, more indexing
9825
9826Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9827
9828 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
9829 to get libxml-2.5.7 to compile on OpenVMS
9830
9831Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9832
9833 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
9834
9835Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9836
9837 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
9838 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
9839 man page based on xsltproc and a stylesheet PI in the XML.
9840
9841Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9842
9843 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
9844 character preventing rendering by the man command.
9845
9846Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9847
9848 * NEWS configure.in: preparing release 2.5.7
9849 * doc/*: updated and rebuilt the docs
9850 * doc/apibuild.py: fixed the script
9851
9852Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9853
9854 * Makefile.am doc/apibuild.py: make sure the OOM code don't
9855 get in the way of the builds
9856 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
9857
9858Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9859
9860 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
9861 Memory test from Havoc Pennington #109368
9862 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
9863 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
9864 include/libxml/parser.h: a lot of memory allocation cleanups
9865 based on the results of the OOM testing
9866 * check-relaxng-test-suite2.py: seems I forgot to commit the
9867 script.
9868
9869Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9870
9871 * xmlschemastypes.c: trivial fix for 109774 removing a warning
9872
9873Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9874
9875 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
9876 more places where xmlCanonicPath() must be used to convert
9877 filenames to URLs, trying to fix #111088
9878
9879Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9880
9881 * python/libxml.c python/libxml.py: applied patch from
9882 Brent M Hendricks adding binding for xmlCatalogAddLocal
9883
9884Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9885
9886 * HTMLparser.c: tried to fix #98879 again in a more solid
9887 way.
9888
9889Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9890
9891 * win32/libxml2.def.src: added more exports from the relaxng and
9892 xmlreader clan
9893
9894Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9895
9896 * SAX.c test/valid/ns* test/result/ns*: applied the patch
9897 provided by Brent Hendricks fixing #105992 and integrated the
9898 examples in the testsuite.
9899
9900Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9901
9902 * TODO: updated a bit
9903 * configure.in: fixed the comment, threads now default to on
9904 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
9905
9906Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9907
9908 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
9909 xmlreader.c include/libxml/parser.h: a lot of performance work
9910 especially the speed of streaming through the reader and push
9911 interface. Some thread related optimizations. Nearly doubled the
9912 speed of parsing through the reader.
9913
9914Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
9915
9916 * doc/xmllint.xml
9917 * doc/xmllint.1
9918 update man page to explain use of --stream
9919
9920Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9921
9922 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
9923 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
9924 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
9925 include/libxml/globals.h include/libxml/xmlmemory.h: added
9926 xmlMallocAtomic() to be used when allocating blocks which
9927 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
9928 to allow registering the full set of functions needed by
9929 a garbage collecting allocator like libgc, ref #109944
9930
9931Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9932
9933 * configure.in: switched to have thread support enabled by default,
9934 didn't got troubles with ABI compatibility on Linux, hope it
9935 won't break on strange OSes, if yes, report the system ID
9936 * doc/libxml2-api.xml: just rebuilt the API
9937
9938Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9939
9940 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
9941 added support for large file, tested with a 3+GB instance,
9942 and some cleanup.
9943 * catalog.c: added a TODO
9944 * Makefile.am: added some "make tests" comments
9945
9946Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9947
9948 * relaxng.c: some cleanups
9949 * doc/xmlreader.html: extended the document to cover RelaxNG and
9950 tree operations
9951 * python/tests/Makefile.am python/tests/reader[46].py: added some
9952 xmlReader example/regression tests
9953 * result/relaxng/tutor*.err: updated the output of a number of tests
9954
9955Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
9956
9957 * relaxng.c: valgrind pointed out an uninitialized variable error.
9958
9959Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9960
9961 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
9962 xmlreader.c: augnemting the APIs, cleanups.
9963 * parser.c: cleanup bug #111005
9964 * xmlIO.c: added some missing comments
9965
9966Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9967
9968 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
9969 trying to improve the subset compiled, and more testing.
9970 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
9971 documentation
9972 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
9973 * result/relaxng/*.err: fix some of the outputs
9974
9975Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9976
9977 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
9978 include/libxml/xmlreader.h: implemented streaming of
9979 RelaxNG (when possible) on top of the xmlReader interface,
9980 provided it as xmllint --stream --relaxng .rng .xml
9981 This seems to mostly work.
9982 * Makefile.am: updated to test RelaxNG streaming
9983
9984Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9985
9986 * relaxng.c include/libxml/relaxng.h: integrated the regexp
9987 based validity checking of fragments of the document for
9988 which the RNG can be compiled to regexps. Works on all regression
9989 tests, only fix needed is related to error messages.
9990
9991Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
9992
9993 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
9994 include/libxml/xmlregexp.h: Starting work precompiling
9995 parts of RelaxNG schemas. Not plugged onto validity checking
9996 yet, just the regexp building part. Needed to extend some
9997 of the automata and regexp APIs.
9998
9999Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10002 xmllint --stream and xmllint --stream --valid returns errors
10003 code appropriately
10004
10005Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10006
10007 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10008 and Next() operation to work on subtrees within the reader
10009 framework.
10010 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10011 * python/tests/reader5.py: added an example for those new
10012 functions of the reader.
10013
10014Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10015
10016 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10017
10018Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10019
10020 * xmlreader.c: fixing HasValue for namespace as raised by
10021 Denys Duchier
10022
10023Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10024
10025 * HTMLparser.c include/libxml/HTMLparser.h: exported
10026 htmlCreateMemoryParserCtxt() it was static
10027
10028Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10029
10030 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10031 update from Charles Bozeman for date and duration types
10032 * test/schemas/date_0.* test/schemas/dur_0.*
10033 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10034
10035Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10036
10037 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10038 fixing bug #107129, removing excessive allocation and calls
10039 to *printf in the code to build QName strings.
10040
10041Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10042
10043 * win32/libxml2.def.src: fixed conditional exports, reported by
10044 Luke Murray.
10045
10046Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10047
10048 * parser.c: fixed a possible problem with xmlRecoverMemory()
10049
10050Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10051
10052 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10053 triostr.h: Bjorn sent an update for the TRIO portability layer.
10054
10055Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10056
10057 * win32/libxml2.def.src: exported new functions
10058
10059Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10060
10061 * configure.in NEWS: preparing release 2.5.6
10062 * doc/*: updated and rebuilt the docs
10063
10064Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10065
10066 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10067 on C14Ntests
10068
10069Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10070
10071 * relaxng.c: one more fixup of error message reporting
10072
10073Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10074
10075 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10076 variable pointed out by valgrind
10077
10078Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10079
10080 * relaxng.c: try to work on bug #109225 and provide better
10081 error reports.
10082 * result/relaxng/* : this change the output of a number of tests
10083 * xinclude.c: fixing the parsed entity redefinition problem
10084 raised on the list.
10085 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10086
10087Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10088
10089 * xmlschemastypes.c: fixed date comparison to handle the tzo
10090 The only failures left are disagreements on Notations and
10091 '+1' not being allowed for ulong, uint, ushort and ubyte.
10092
10093Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10094
10095 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10096 to the XML Schemas errata
10097 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10098
10099Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10100
10101 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10102 and facets support. Currently only schemas with binHex or
10103 base64 don't compile. A few error left in the test suite:
10104 found 1035 test instances: 919 success 23 failures
10105 most are gdate or gdateyear failing check, and a few cases where
10106 James clark tests results are strange.
10107 * valid.c: allow to reuse the Notation checking routine without
10108 having a validation context.
10109 * SAX.c: removed a #if 0
10110
10111Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10112
10113 * xinclude.c: forgot to apply one check from #106931 patch
10114 * xmlschemastypes.c: more work on XML Schemas datatypes
10115
10116Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10117
10118 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10119 on cleaning up XML Schemas datatypes based on James Clark tests
10120 test/xsdtest/xsdtest.xml
10121
10122Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10123
10124 * relaxng.c: implemented comparisons for Schemas values.
10125 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10126 some bugs in duration handling, comparisons for durations
10127 and decimals, removed all memory leaks pointed out by James
10128 testsuite. Current status is now
10129 found 238 test schemas: 197 success 41 failures
10130 found 1035 test instances: 803 success 130 failures
10131
10132Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10133
10134 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10135 leaks in the W3C XML Schemas code
10136 * xmlschemastypes.c: implemented nonPositiveInteger
10137 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10138 fixed the test and result.
10139
10140Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10141
10142 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10143 parser and a typo
10144 * xmlschemastypes.c: reindenting, fixing a memory access
10145 problem with dates.
10146
10147Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10148
10149 * parser.c: fixing #109227 providing more context in case of
10150 start/end tag mismatch
10151 * python/tests/ctxterror.py python/tests/readererr.py: update the
10152 tests accordingly
10153
10154Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10155
10156 * xinclude.c: should fix #109327 errors on memory accesses
10157
10158Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10159
10160 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10161 is an URI reference
10162
10163Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10164
10165 * xpath.c: fixed bug #109160 on non-ASCII IDs
10166
10167Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10168
10169 * parser.c: Norm suggested a nicer error message for xml:space values
10170 errors
10171
10172Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10173
10174 * xpath.c include/libxml/xpath.h: first part of the fix to
10175 performance bug #108905, adds xmlXPathOrderDocElems() providing
10176 document order for nodes.
10177 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10178
10179Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10180
10181 * xmlschemastypes.c: removing a warning with Sun compiler
10182 bug #109154
10183
10184Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10185
10186 * doc/xmllint.xml
10187 * doc/xmllint.1
10188 update xmllint man page with --relaxng option
10189
10190Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10191
10192 * python/setup.py.in : was missing "drv_libxml2.py"
10193
10194Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10195
10196 * tree.c xpath.c: some changes related to the new way of
10197 handling Result Value Tree, before 2.5.5
10198
10199Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10200
10201 * configure.in NEWS: preparing release 2.5.5
10202 * doc/* : updated the documentation and regenerated it.
10203
10204Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10205
10206 * xpath.c: fixed some problems related to #75813 about handling
10207 of Result Value Trees
10208
10209Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10210
10211 * uri.c: applied a set of patches from Lorenzo Viali correcting
10212 URI parsing errors.
10213
10214Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10215
10216 * parser.c: validity status was not passed back when validating in
10217 entities, but raised by Oliver Fischer
10218
10219Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10220
10221 * HTMLtree.c: avoid escaping ',' in URIs
10222
10223Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10224
10225 * parser.c: fixing bug #108976 get the ID/REFs to reference
10226 the ID in the document content and not in the entity copy
10227 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10228 stuff, better solution for #107208
10229 * xmlregexp.c: removed a direct printf, dohhh
10230 * xmlreader.c: fixed a bug on streaming validation of empty
10231 elements in entities
10232 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10233 cleanup of the validation tests
10234 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10235 added more ID/IDREF tests to the suite
10236
10237Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10238
10239 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10240 compiler.
10241
10242Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10243
10244 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10245
10246Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10247
10248 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10249 defined in entities content
10250
10251Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10252
10253 * SAX.c: Fixed validation bug #108858 on namespace names using
10254 entities and reported by Brent Hendricks
10255 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10256 --debug output.
10257
10258Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10259
10260 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10261 about the DocType node not being reported sometimes.
10262 * python/tests/reader.py: added to test to the regression checks
10263
10264Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10265
10266 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10267 reported by Edd Dumbill
10268
10269Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10270
10271 * HTMLparser.c parser.c parserInternals.c: patch from
10272 johan@evenhuis.nl for #107937 fixing some line counting
10273 problems, and some other cleanups.
10274 * result/HTML/: this result in some line number changes
10275
10276Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10277
10278 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10279 instead of libxml.spec
10280 * relaxng.c: fixed some of the error reporting excessive
10281 verbosity
10282 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10283 xmlschemastypes.c: removed some warnings from gcc
10284 * doc/libxml2-api.xml: rebuilt
10285
10286Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10287
10288 * relaxng.c: another optimization, for choice this time
10289 * result/relaxng/spec1* result/relaxng/tutor12_1*
10290 result/relaxng/tutor3_7: cleanups.
10291
10292Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10293
10294 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10295 * test/relaxng/testsuite.xml: augmented the test suite
10296 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10297 some schemas validation tests in the presence of foreign
10298 namespaces.
10299
10300Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10301
10302 * relaxng.c: added another interleave speedup.
10303
10304Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10305
10306 * xmlschemastypes.c: added integer and fixed one of the
10307 IDREFS regression tests pbm
10308 * result/relaxng/docbook_0.err: updated
10309
10310Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10311
10312 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10313 declared both in the DTD and in the Schemas <grin/>
10314 * relaxng.c: more debug, added a big optimization for <mixed>
10315 * test/relaxng/testsuite.xml: augmented the testsuite
10316 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10317 DocBook example to the regression tests
10318
10319Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10320
10321 * check-xsddata-test-suite.py: cosmetic change for output
10322 * relaxng.c: try to minimize calls to malloc/free for states.
10323
10324Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10325
10326 * tree.c: removed a warning
10327 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10328 support
10329 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10330 cleanup/improvements of the regression tests batch
10331 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10332
10333Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10334
10335 * relaxng.c: fixed error msg cleanup deallocation
10336 * xmlschemastypes.c: added a function to handle lists of
10337 atomic types, added support for IDREFS
10338
10339Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10340
10341 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10342 and IDREF, usable from RelaxNG now
10343 * include/libxml/xmlschemastypes.h: need to add a new interface
10344 because the validation modifies the infoset
10345 * test/relaxng/testsuite.xml: extended the testsuite
10346
10347Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10348
10349 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10350 shemas datatype ID/IDREF support still missing though.
10351 * xmlreader.c: fix a crashing bug with prefix raised by
10352 Merijn Broeren
10353 * test/relaxng/testsuite.xml: augmented the testsuite with
10354 complex inheritance tests
10355
10356Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10357
10358 * relaxng.c: switched back to the previous Relax-NG code base,
10359 the derivation algorithm need severe constraining code to avoid
10360 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10361 TEI based example and other bugs
10362 * result/relaxng/*err: updated the results
10363 * test/relaxng/testsuite.xml: started a new test suite
10364
10365Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10366
10367 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10368 that the original RelaxNG validation code was un-fixeable, it got
10369 rewritten to use the derivation algorithm from James Clark and
10370 redebugged it (nearly) from scratch:
10371 found 373 test schemas: 372 success 1 failures
10372 found 529 test instances: 529 success 0 failures
10373
10374Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10375
10376 * SAX.c parser.c: fix some recursion problems introduced in the
10377 last release.
10378 * relaxng.c: more debugging of the RNG validation engine, still
10379 problems though.
10380
10381Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10382
10383 * Makefile.am: stop generating wrong result file with * in name
10384 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10385 * result/relaxng/demo* test/relaxng/demo: added the tests from
10386 Sebastian reproducing the problem.
10387
10388Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10389
10390 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10391 up Aleksey's change
10392
10393Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10394
10395 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10396 variable to control the indentation for the xmllint "--format"
10397 option
10398
10399Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10400
10401 * encoding.c: applied Gennady's patch against buffer overrun
10402
10403Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10404
10405 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10406 Clark it appeared I had bug in URI parsing code ...
10407 * relaxng.c include/libxml/relaxng.h: completely revamped error
10408 reporting to not loose message from optional parts.
10409 * xmllint.c: added timing for RNG validation steps
10410 * result/relaxng/*: updated the result, all error messages changed
10411
10412Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10413
10414 * xpath.c: fix bug #107804, the algorithm used for document order
10415 computation was failing on attributes.
10416
10417Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10418
10419 * valid.c: fix bug #107764 , possibility of buffer overflow
10420 in xmlValidDebug()
10421
10422Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10423
10424 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10425 from Philipp Dunkel
10426
10427Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10428
10429 * xmlschemastype.c: made powten array static it should not be exported
10430 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10431 parser function.
10432 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10433
10434Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10435
10436 * tree.c: fixed a node dump crash on attributes
10437 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10438 an URI test bug and get better output.
10439
10440Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * check-xsddata-test-suite.py: give more infos
10443 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10444 REF->DEF in attribute values.
10445
10446Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10449 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10450 regression tests from James Clark.
10451
10452Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10453
10454 * relaxng.c xmlschemas.c xmlschemastypes.c
10455 include/libxml/xmlschemastypes.h: added param support for relaxng
10456 type checking, started to increment the pool of simple types
10457 registered, still much work to be done on simple types and
10458 facets checkings.
10459
10460Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * entities.c: fixes again one of the problem raised by
10463 James Clark in #106788
10464
10465Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10466
10467 * relaxng.c: Fixed a couple of problem raised by James Clark
10468 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10469 datatype level still not fixed though.
10470
10471Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10472
10473 * configure.in: preparing release 2.5.4
10474 * doc/*: updated and rebuilt the docs
10475 * relaxng.c: removed warnings
10476 * result/relaxng/*: updated the results
10477
10478Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * valid.c: fixes a DTD regexp generation problem.
10481
10482Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10483
10484 * parser.c: fixes bug #105998 about false detection of
10485 attribute consumption loop.
10486
10487Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10488
10489 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10490
10491Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * SAX.c: fixed bug #105992
10494
10495Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10496
10497 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10498 element.
10499 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10500 found 373 test schemas: 369 success 4 failures
10501 found 529 test instances: 525 success 4 failures
10502 * check-relaxng-test-suite.py: added memory debug reporting
10503
10504Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10505
10506 * uri.c parser.c: some warning removal on Igor's patch
10507 * tree.c: seems I messed up with #106788 fix
10508 * python/libxml.c: fixed some base problems when Python provides
10509 the resolver.
10510 * relaxng.c: fixed the interleave algorithm
10511 found 373 test schemas: 364 success 9 failures
10512 found 529 test instances: 525 success 4 failures
10513 the resulting failures are bug in the algorithm from 7.3 and
10514 lack of support for params
10515
10516Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10517
10518 * parser.c: another fix for nodeinfo in entities problem
10519 * tree.c entities.c: fixed bug #106788 from James Clark
10520 some spaces need to be serialized as character references.
10521
10522Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10523
10524 * parser.c uri.c: fixed the bug I introduced in the path
10525 handling, reported by Sebastian Bergmann
10526
10527Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10528
10529 * parser.c: fixing some nodeinfo in entities problem raised
10530 by Glenn W. Bach
10531 * relaxng.c: implemented the first section 7.3 check
10532 * result/relaxng/*: updated the results
10533
10534Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10535
10536 * relaxng.c: fixed some problems in the previous commit
10537 and finished implementing 4.16 rules checking
10538 found 373 test schemas: 353 success 20 failures
10539 found 529 test instances: 519 success 6 failures
10540 * result/relaxng/*: updated the results
10541
10542Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10543
10544 * relaxng.c: implemented checks from section 7.2
10545
10546Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10547
10548 * relaxng.c: implemented the checks from section 7.1, fixed
10549 some of the 4.20 and 4.21 problems.
10550 found 373 test schemas: 338 success 35 failures
10551 found 529 test instances: 519 success 6 failures
10552 * result/relaxng/*: updated the results
10553
10554Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10555
10556 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10557 * result/relaxng/*: updated the results
10558
10559Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10560
10561 * relaxng.c: more bugfixes
10562 * result/relaxng/*: updated the results
10563
10564Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10565
10566 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10567 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10568 * SAX.c: ensured xmlDoc.URL is always canonic
10569 * parser.c: obsoleted xmlNormalizeWindowsPath
10570 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10571 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10572 * win32/libxml2.def.src: added few exports
10573
10574Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10575
10576 * Makefile.am configure.in: patched to have shared libraries
10577 for Python regression tests and static binaries for gdb debug
10578 in my development environment
10579 * relaxng.c: more bugfixes
10580 found 373 test schemas: 296 success 77 failures
10581 found 529 test instances: 516 success 8 failures
10582 * result/relaxng/*: updated the results
10583
10584Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10585
10586 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10587
10588Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10589
10590 * xmlschemastypes.c: float/double check bugfix
10591 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10592 validation
10593 * xmlreader.c: add a TODO for Jody
10594 * relaxng.c: bugfix bugfix bugfix
10595 found 373 test schemas: 300 success 73 failures
10596 found 529 test instances: 507 success 10 failures
10597 * result/relaxng/*: updated the results
10598
10599Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10600
10601 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10602
10603Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10604
10605 * relaxng.c check-relaxng-test-suite.py: more work on the
10606 RelaxNG implementation conformance testing.
10607 found 373 test schemas: 284 success 89 failures
10608 found 529 test instances: 448 success 47 failures
10609 * result/relaxng/*: updated the results
10610
10611Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10612
10613 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10614 a patch from Kjartan Maraas to fix some typos
10615
10616Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10617
10618 * relaxng.c: more bug-hunting
10619 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10620 intermediate rng tree
10621 * python/generator.py: patch from Stephane Bidoul to fix the generator
10622 on python < 2.2
10623
10624Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10625
10626 * check-relaxng-test-suite.py relaxng.c: more testing on the
10627 Relax-NG front, cleaning up the regression tests failures
10628 current state and I forgot support for "mixed":
10629 found 373 test schemas: 280 success 93 failures
10630 found 529 test instances: 401 success 68 failures
10631 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10632 moved the Name, NCName and QName validation routine in tree.c
10633 * uri.c: fixed handling of URI ending up with #, i.e. having
10634 an empty fragment ID.
10635 * result/relaxng/*: updated the results
10636
10637Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10638
10639 * check-xinclude-test-suite.py: improved the script accordingly
10640 to the XInclude regression tests updates
10641 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10642 November 2002
10643 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10644 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10645 augmented the Xpointer testsuite for the element() scheme
10646
10647Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10648
10649 * relaxng.c: added TODO for the DTD compatibility spec
10650 * xinclude.c: more bug fixes driven by the testsuite
10651
10652Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10653
10654 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10655 regression tests for XInclude, improved the script, improving
10656 XInclude error reporting mechanism
10657
10658Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10659
10660 * NEWS doc/* configure.in: preparing release 2.5.3
10661
10662Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10663
10664 * tree.c: trying to fix #104934 about some XHTML1 serialization
10665 issues.
10666
10667Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10668
10669 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10670 encoding conversion when the input buffer stops in the
10671 middle of a multibyte char
10672
10673Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10674
10675 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10676 * check-relaxng-test-suite.py: python script to run regression
10677 against OASIS RelaxNG testsuite
10678 * relaxng.c: some cleanup tweaks
10679 * HTMLparser.c globals.c: cleanups in comments
10680 * doc/libxml2-api.xml: updated the API
10681 * result/relaxng/*: errors moved files, so large diffs but
10682 no changes at the semantic level.
10683
10684Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10685
10686 * tree.c: fixing #105678 problem when dumping a namespace node.
10687
10688Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10689
10690 * xpath.c: fixed doc comment problems
10691 * python/generator.py python/libxml_wrap.h python/types.c: adding
10692 RelaxNG wrappers
10693 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10694 test of those early Python RelaxNG bindings
10695
10696Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10697
10698 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10699 * relaxng.c: found the validation problem I had with interleave
10700 when not covering all remaining siblings
10701 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10702 testsuite and check the RNG schemas against the RNG schemas
10703 given in appendix A
10704
10705Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10706
10707 * win32/Makefile.msvc: updates for RelaxNG
10708 * win32/Makefile.mingw: updates for RelaxNG
10709 * win32/libxml2.def.src: added RelaxNG exports
10710
10711Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10712
10713 * xinclude.c: applied another bug fix from Sean Chittenden
10714
10715Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10716
10717 * configure.in xmllint.c: I f...ed up the default configuration
10718 of schemas and --relaxng option display in xmllint, pointed by
10719 Morus Walter.
10720 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10721 detection module, fixes bug #105374.
10722
10723Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * xmlschemastypes.c: added the boolean base type.
10726
10727Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10728
10729 * xmlschemastypes.c: started implementing some of the missing
10730 default simple types
10731 * result/relaxng/*: updated the results
10732
10733Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10734
10735 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10736
10737Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10738
10739 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10740 * Makefile.am: use xmllint for doing the RelaxNG tests
10741 * configure.in: preparing 2.5.2 made schemas support default to
10742 on instead of off
10743 * relaxng.c: removed the verbosity
10744 * xmllint.c: added --relaxng option
10745 * python/generator.py python/libxml_wrap.h: prepared the integration
10746 of the new RelaxNG module and schemas
10747 * result/relaxng/*: less verbose output
10748
10749Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10750
10751 * valid.c: do not run content model validation if the
10752 content is not determinist
10753
10754Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10755
10756 * SAX.c: added the redefinition of namespaced attribute
10757 check that was missing as Fabrice Desré pointed out.
10758
10759Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10760
10761 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10762 improvements from Nick Kew, allowing to do more checking
10763 to HTML elements and attributes.
10764
10765Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10766
10767 * xinclude.c: fixing bug #105137 about entities declaration
10768 needing to be copied to the including document.
10769
10770Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * catalog.c: fixed bug #104817 with delegateURI
10773 * xpath.c: fixing bugs #104123 and #104125
10774
10775Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
10776
10777 * configure.in valid.c xmlreader.c python/libxml_wrap.h
10778 python/types.c: fixing #104096 to compile without regexps
10779
10780Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10781
10782 * valid.c: fixing bug #103969 forgot to add an epsilon transition
10783 when building the automata for elem*
10784
10785Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10786
10787 * HTMLparser.c: applied patch from Arne de Bruijn fixing
10788 bug #103827
10789
10790Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10791
10792 * HTMLparser.c: updating a comment, fixing #103776
10793
10794Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10795
10796 * parser.c: fixing bug 105049 for validity checking of content
10797 within recursive entities.
10798
10799Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10800
10801 * HTMLparser.c: try to fix # 105049
10802 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
10803 * tree.c: updated a function comment
10804
10805Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10806
10807 * relaxng: more work on grammars and refs/defs
10808 * test/relaxng/* result/relaxng/*: augmented/updated the
10809 regression tests
10810
10811Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10812
10813 * relaxng: more work on name classes, except support
10814 * test/relaxng/* result/relaxng/*: augmented/updated the
10815 regression tests
10816
10817Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10818
10819 * relaxng: more work on name classes, the "validate all" schemas
10820 seems to work now.
10821 * test/relaxng/* result/relaxng/*: augmented/updated the
10822 regression tests
10823
10824Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10825
10826 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
10827 * parser.c: put a guard against infinite document depth, basically
10828 trying to avoid another kind of DoS attack.
10829 * relaxng.c: some code w.r.t. nameClasses
10830
10831Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10832
10833 * test/relaxng/* result/relaxng/*: check all the namespace support
10834 was actually correct based on tutorial section 10.
10835
10836Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10837
10838 * relaxng: include seems to work okay now
10839 * test/relaxng/* result/relaxng/*: augmented/updated the
10840 regression tests
10841
10842Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10843
10844 * relaxng.c: a bit of work done in the train back.
10845 * test/relaxng/*: added one of the include tests
10846
10847Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10848
10849 * relaxng: more work done in the train
10850 * test/relaxng/* result/relaxng/*: augmented/updated the
10851 regression tests
10852
10853Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10854
10855 * relaxng.c: debugging of externalRef
10856 * test/relaxng/* result/relaxng/*: augmented/updated the
10857 regression tests
10858
10859Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10860
10861 * relaxng.c: more work on Relax-NG, implementing externalRef
10862 * test/relaxng/* result/relaxng/*: augmented/updated the
10863 regression tests
10864 * Makefile.am: cleanup to Relaxtests target
10865
10866Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10867
10868 * relaxng.c: more work on Relax-NG, implementing interleave
10869 * test/relaxng/* result/relaxng/*: augmented/updated the
10870 regression tests
10871
10872Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10873
10874 * relaxng.c: more work on Relax-NG, implementing interleave
10875 * test/relaxng/* result/relaxng/*: augmented/updated the
10876 regression tests
10877
10878Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
10879
10880 * doc/tutorial/customfo.xsl
10881 * doc/tutorial/customhtml.xsl
10882 adding stylesheet customizations used to generate fo
10883 for pdf and html
10884
10885Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10886
10887 * relaxng.c: more work on Relax-NG
10888 * test/relaxng/* result/relaxng/*: augmented/updated the
10889 regression tests
10890 * xmlschemastypes.c: added a number of base type definition but not
10891 the associated checks, those are still TODOs
10892
10893Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
10894
10895 in docs/tutorial:
10896 * apa.html
10897 * apb.html
10898 * apc.html
10899 * apd.html
10900 * ape.html
10901 * apf.html
10902 * apg.html
10903 * ar01s02.html
10904 * ar01s03.html
10905 * ar01s04.html
10906 * ar01s05.html
10907 * ar01s06.html
10908 * ar01s07.html
10909 * ar01s08.html
10910 * index.html
10911 * xmltutorial.pdf
10912 * xmltutorial.xml
10913 add index to tutorial
10914
10915Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
10916
10917 * doc/xmlcatalog.1
10918 * doc/xmlcatalog_man.html
10919 * doc/xmlcatalog_man.xml
10920 belatedly fixing bug #93622 (adds rewriteURI type to
10921 "--add" option in xmlcatalog man page
10922
10923Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10924
10925 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
10926 Julio Merino, closing #104475
10927
10928Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10929
10930 * relaxng.c: more work on Relax-NG
10931 * test/relaxng/* result/relaxng/*: augmented/updated the
10932 regression tests
10933
10934Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10935
10936 * relaxng.c: more work on Relax-NG
10937 * test/relaxng/* result/relaxng/*: augmented/updated the
10938 regression tests
10939
10940Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10941
10942 * README: updated the policy on private mail answers
10943 * relaxng.c: more work on Relax-NG
10944 * test/relaxng/* result/relaxng/*: augmented/updated the
10945 regression tests
10946
10947Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
10948
10949 * error.c parser.c tree.c: applied a documentation patch from
10950 Stefan Kost
10951
10952Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10953
10954 * relaxng.c: more work on Relax-NG
10955 * doc/*: regenerated the docs
10956 * test/relaxng/* result/relaxng/*: updated and augmented the
10957 Relax-NG regression tests and results
10958
10959Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10960
10961 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
10962 First commit of the new Relax-NG validation code, not generally
10963 useful yet.
10964 * test/relaxng/* result/relaxng/*: current state of the regression
10965 tests
10966
10967Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10968
10969 * tree.c: minimized the memory allocated for GetContent
10970 and a bit of cleanup.
10971
10972Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10973
10974 * python/generator.py: seems there is no good reasons to
10975 not generate bindings for XPointer
10976
10977Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10978
10979 * xmlreader.c doc/apibuild.py: applied a new patch from
10980 Stéphane Bidoul for cleanups
10981 * doc/libxml2-api.xml: rebuilt the API description with
10982 new entry points
10983
10984Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10985
10986 * xmlreader.c python/drv_libxml2.py python/generator.py
10987 python/libxml.c python/libxml.py python/libxml_wrap.h
10988 python/types.c: patch from Stéphane Bidoul for better per
10989 context error message APIs
10990 * python/tests/ctxterror.py python/tests/readererr.py:
10991 update of the tests
10992
10993Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
10994
10995 * doc/guidelines.html
10996 grammar and spelling cleanup
10997
10998Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10999
11000 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11001 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
11002 a patch from Stéphane Bidoul to allow per XMLtextReader error
11003 and warning handling
11004 * python/tests/Makefile.am python/tests/readererr.py: adding the
11005 specific regression test
11006
11007Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11008
11009 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11010 should raise a syntax error
11011
11012Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11013
11014 * python/libxml.c: cleanup patch from Stéphane Bidoul
11015
11016Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11017
11018 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11019
11020Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11021
11022 * python/generator.py python/libxml.c python/libxml.py
11023 python/libxml_wrap.h python/types.c: applied and fixed a patch
11024 from Stéphane Bidoul to provide per parser error handlers at the
11025 Python level.
11026 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11027 regression test for it.
11028
11029Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11030
11031 * xmlreader.c: fixed the streaming property of the reader,
11032 it was generating tree faster than consuming it. Pointed out
11033 by Nate Myers
11034 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11035
11036Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11037
11038 * win32/libxml2.def.src: added more xmlreader and other exports
11039
11040Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11041
11042 * xpath.c: fix to the XPath implementation for parent and
11043 ancestors axis when operating on a Result Value Tree.
11044 Fixes bug #100271
11045
11046Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11047
11048 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11049 to fix some URI/file escaping problems
11050
11051Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11052
11053 * python/generator.py: fixed a bug raised by Raymond Wiker,
11054 docSetRootElement() should not raise an exception if the
11055 return is None
11056
11057Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11058
11059 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11060 fixed bug #102181 by applying the suggested change and fixing
11061 the generation/registration problem.
11062
11063Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11064
11065 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11066 routines.
11067
11068Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11069
11070 * parser.c: one more IsEmptyElement crazyness, that time in
11071 external parsed entities if substitution is asked.
11072 * python/tests/reader3.py: added a specific test.
11073
11074Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11075
11076 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
11077 support and improved error handler registration
11078
11079Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11080
11081 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11082 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11083 * README: fixed a link
11084
11085Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11086
11087 * configure.in doc/* NEWS: preparing 2.5.1 release
11088 * SAX.c parser.c: fixing XmlTextReader bug
11089
11090Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11091
11092 * SAX.c: fuck, I introduced a memory leak on external parsed
11093 entities in 2.5.0 :-(
11094
11095Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11096
11097 * xmllint.c: another fix needed as pointed by Christophe Merlet
11098 for --stream --debug if compiled without debug support.
11099
11100Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11101
11102 * doc/xmllint.xml
11103 * doc/xmllint.1:
11104 update man page with --stream and --chkregister
11105
11106Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11107
11108 * globals.c: fixed --with-threads compile
11109 * xmllint.c: fixed --without-debug compile
11110 * include/libxml/globals.h: cleanup
11111 * include/libxml/schemasInternals.h: add a missing include
11112
11113Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11114
11115 * configure.in NEWS: preparing 2.5.0 release
11116 * SAX.c: only warn in pedantic mode about namespace name
11117 brokeness
11118 * globals.c: fix a doc generation problem
11119 * uri.c: fix #101520
11120 * doc/*: updated and rebuilt the doc for the release, includuding
11121 stylesheet update
11122 * python/Makefile.am: fix a filename bug
11123
11124Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11125
11126 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11127 should not be called.
11128
11129Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11130
11131 * libxml-2.0.pc.in: applied the patch to fix #101894
11132
11133Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11134
11135 * tree.c : applied patch from Lukas Schroeder for register callbacks
11136 * valid.c: modified patch from Lukas Schroeder to test
11137 register callbacks with --chkregister
11138
11139Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11140
11141 * xmlreader.c: seriously changed the way data are pushed to
11142 the underlying parser, go by block of 512 bytes instead of
11143 tryng to detect tag boundaries at that level. Changed the
11144 way empty element are detected and tagged.
11145 * python/tests/reader.py python/tests/reader2.py
11146 python/tests/reader3.py: small changes mostly due to context
11147 reporting being different and DTD node being reported. Some
11148 errors previously undetected are now caught and fixed.
11149 * doc/xmlreader.html: flagged last section as TODO
11150
11151Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11152
11153 * python/libxml.py: integrated the Python 2.2 optimizations
11154 from Hannu Krosing, while maintaining compatibility with
11155 1.5 and 2.1
11156
11157Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11158
11159 * xmllint.c: a bit of cleanup
11160 * xmlreader.c: small fix
11161 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11162 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11163
11164Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11165
11166 * python/setup.py.in: patch from Stéphane Bidoul to include
11167 drv_libxml2.py in setup.py
11168
11169Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11170
11171 * doc/xmlreader.html: starting documenting the new XmlTextReader
11172 interface.
11173
11174Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11175
11176 * xmllint.c: added the --stream flag to use the TextReader API
11177 * xmlreader.c: small performance tweak
11178
11179Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11180
11181 * xmlreader.c python/tests/reader2py: okay the DTD validation
11182 code on top of the XMLTextParser API should be solid now.
11183
11184Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11185
11186 * xmlreader.c python/tests/reader2py: Fixing some more mess
11187 with validation and recursive entities while using the
11188 reader interface, it's getting a bit messy...
11189
11190Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11191
11192 * xmlreader.c python/tests/reader.py: another couple of problem
11193 related to IsEmptyElement reported by Stéphane Bidoul needed
11194 some fixes.
11195
11196Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11197
11198 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
11199 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
11200 based on the python XmlTextReader interface.
11201
11202Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11203
11204 * tree.c: backing out one change in the last patch which broke the
11205 regression tests
11206
11207Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11208
11209 * global.data globals.c tree.c include/libxml/globals.h: applied
11210 an old patch from Lukas Schroeder to track node creation and
11211 destruction. Probably missing a lot of references at the moment
11212 and not usable reliably.
11213
11214Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11215
11216 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11217 from doc/news.html and a stylesheet
11218
11219Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11220
11221 * xmlreader.c python/tests/reader.py: fixed another couple of
11222 xmlreader bugs reported by Stéphane Bidoul and added tests.
11223
11224Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11225
11226 * xmlreader.c python/tests/reader2.py: fixed another validity
11227 checking in external parsed entities raised by Stéphane Bidoul
11228 and added a specific regression test.
11229 * python/tests/reader3.py: cleanup
11230
11231Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * xmlreader.c python/tests/reader2.py: fixed a problem with
11234 validation within entities pointed by Stéphane Bidoul, augmented
11235 the tests to catch those.
11236
11237Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11238
11239 * python/generator.py: modified the generator to allow keeping
11240 class references when creating new classes, needed to fix a bug
11241 pointed by Stéphane Bidoul where the input buffer of the
11242 xmlTextReader instance gets destroyed if the python wrapper for
11243 the input is not referenced anymore.
11244
11245Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11246
11247 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11248 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11249
11250Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11251
11252 * xmlreader.c python/tests/reader.py: fixed another problem
11253 pointed by Stéphane Bidoul
11254
11255Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11256
11257 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11258 with "<a/>"
11259
11260Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11261
11262 * SAX.c: warn on xmlns:prefix="foo"
11263 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11264 for namespace attributes handling.
11265
11266Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11267
11268 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11269 a really nasty problem raised by a DocBook XSLT transform
11270 provided by Sebastian Bergmann
11271
11272Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11273
11274 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11275 by Stéphane Bidoul and integrated it into the tests
11276
11277Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11278
11279 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11280 extended the XmlTextReader API a bit, addding accessors for
11281 the current doc and node, and an entity substitution mode for
11282 the parser.
11283 * python/libxml.py python/libxml2class.txt: related updates
11284 * python/tests/Makefile.am python/tests/reader.py
11285 python/tests/reader2.py python/tests/reader3.py: updated a bit
11286 the old tests and added a new one to test the entities handling
11287
11288Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11289
11290 * python/generator.py python/libxml2class.txt
11291 python/tests/reader.py python/tests/reader2.py: changed the
11292 generator to provide casing for the XmlTextReader similar to
11293 C# so that examples and documentation are more directly transposable.
11294 Fixed the couple of tests in the suite.
11295
11296Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * doc/guidelines.html: added a document on guildeline for
11299 publishing and deploying XML
11300
11301Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11302
11303 * valid.c xmlreader.c: final touch running DTD validation
11304 on the XmlTextReader
11305 * python/tests/Makefile.am python/tests/reader2.py: added a
11306 specific run based on the examples from test/valid/*.xml
11307
11308Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11309
11310 * python/libxml.py: added a few predefined xmlTextReader parser
11311 configuration values.
11312
11313Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11314
11315 * python/libxml_wrap.h: trying to fix #102037
11316
11317Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11318
11319 * SAX.c: fixing bug #95296, when the predefined entities
11320 are redefined in the DTD the default one must be used
11321 instead anyway.
11322
11323Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11324
11325 * doc/xmllint.xml
11326 * doc/xmllint.1
11327 Add discussion of XML_DEBUG_CATALOG to xmllint man
11328 page - bug #100907
11329
11330Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11331
11332 * xmlreader.c: Fixed the empty node detection to avoid reporting
11333 an inexistant close tag.
11334
11335Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11336
11337 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11338 for Python 2.1
11339
11340Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11341
11342 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11343
11344Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11345
11346 * doc/libxml2-api.xml python/tests/reader.py: one really need
11347 to provide the base URI information when creating a reader parser
11348 from an input stream. Updated the API and the example using it.
11349
11350Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11351
11352 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11353 include/libxml/valid.h include/libxml/xmlreader.h: working on
11354 DTD validation on top of xml reader interfaces. Allows to
11355 validate arbitrary large instances. This required some extensions
11356 to the valid module interface and augmenting the size of xmlID
11357 and xmlRef structs a bit.
11358 * uri.c xmlregexp.c: simple cleanup.
11359
11360Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11361
11362 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11363 work on the xml reader interfaces.
11364 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11365 Web page for the Windows binaries.
11366
11367Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * xmlIO.c: applied a patch for VMS following the report by
11370 Nigel Hall
11371
11372Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11373
11374 * parser.c: the parseStartTag bug fix wasn't complete.
11375
11376Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11377
11378 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11379 parseStartTag, fixing it.
11380 * test/att4 result/att4 result/noent/att4: adding the test
11381 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11382 more methods to XmlTextReader.
11383
11384Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11385
11386 * win32/libxml2.def.src: added more xml reader exports
11387 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11388 to the build
11389
11390Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11391
11392 * doc/tutorial/xmltutorial.xml
11393 plus generated html and pdf
11394 Updating tutorial again based on further comments from Niraj
11395 Tolia on the last iteration
11396
11397Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11398
11399 * doc/tutorial/xmltutorial.xml
11400 * doc/tutorial/includekeyword.c
11401 * doc/tutorial/includegetattribute.c
11402 plus generated html and pdf
11403 Adding fix from Niraj Tolia to tutorial to properly free memory.
11404
11405Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11406
11407 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11408 more methods of XmlTextReader.
11409 * python/libxml2class.txt python/tests/reader.py: this increased the
11410 methods in the bndings, augmented the test to check those new
11411 functions.
11412
11413Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11414
11415 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11416 methods of XmlTextReader.
11417 * python/generator.py python/libxml_wrap.h python/types.c
11418 python/libxml2class.txt: added the reader to the Python bindings
11419 * python/tests/Makefile.am python/tests/reader.py: added a specific
11420 test for the Python bindings of the Reader APIs
11421 * parser.c: small cleanup.
11422
11423Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11424
11425 * xinclude.c: fallback was only copying the first child not the
11426 full child list of the fallback element, closes #89684 as reopened
11427 by Bernd Kuemmerlen
11428
11429Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11430
11431 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11432
11433Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11434
11435 * configure.in: preparing release of 2.4.30
11436 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11437 gives enum values, fix functype return type, put back fields in
11438 structs
11439 * doc/*: updated the docs rebuilt
11440
11441Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11444 about htmlNodeDumpOutput location.
11445 * xpath.c: removed an undefined function signature
11446 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11447 too many symbols in the API breaking the python bindings.
11448 Updated with the libxslt/libexslt changes.
11449
11450Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11451
11452 * configure.in: preparing release of 2.4.29
11453 * doc/*: rebuilt the docs and API
11454 * xmlreader.c: a few more fixes for the XmlTextReader API
11455
11456Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11457
11458 * include/win32config.h: applied mingw patch from Magnus Henoch
11459
11460Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11461
11462 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11463
11464Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11467 building Python script, does the C parsing directly, generates
11468 a better API description including structure fieds defs and
11469 enums. Still a couple of bugs, but good enough for the python
11470 wrappers now.
11471 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11472 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11473 include/libxml/schemasInternals.h include/libxml/tree.h: more
11474 cleanup based on the python analysis script reports.
11475 * libxml.spec.in: make sure the API XML description is part of the
11476 devel package.
11477
11478Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11479
11480 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11481 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11482 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11483 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11484 code cleanup, especially the function comments.
11485 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11486
11487Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11488
11489 * Makefile.am xmlreader.c include/libxml/Makefile.am
11490 include/libxml/xmlreader.h: Adding a new set of APIs based on
11491 the C# TextXmlReader API but converted to C. Allow to parse
11492 in constant memory usage, far simpler to program and explain
11493 than the SAX like APIs, unfinished but working.
11494 * testReader.c: test program
11495
11496Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11497
11498 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11499
11500Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11501
11502 * tree.c: Chip turner indicated that XHTML1 serialization
11503 rule for style actually break on both IE and Mozilla,
11504 try to avoid the rule if escaping ain't necessary
11505
11506Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11507
11508 * nanhttp.c: handle HTTP URL escaping, problem reported by
11509 Glen Nakamura and Stefano Zacchiroli
11510
11511Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11514
11515Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11516
11517 * uri.c: Johann Richard pointed out some XPointer problems for
11518 URN based URI references in XInclude. Modified the URI parsing
11519 and saving routines to allow correct parsing and saving of
11520 XPointers, especially when attached to "opaque" scheme accordingly
11521 to RFC 2396
11522
11523Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11524
11525 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11526 of refactoring to the HTML saving code.
11527 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11528 in the doc.
11529
11530Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11531
11532 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11533 to a buffer API to reuse the generic dump to an OutputIO layer,
11534 this reduces code, fixes xmlNodeDump() for XHTML, also made
11535 xmlNodeDump() now return the number of byte written.
11536
11537Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11538
11539 * python/setup.py.in: another patch from Stéphane Bidoul for
11540 Python bindings on Windows
11541 * doc/parsedecl.py: small cleanup
11542
11543Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11544
11545 * libxml.spec.in configure.in: add a line in %changelog for releases
11546
11547Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11548
11549 * parser.c: patch from Marcus Clarke fixing a problem in entities
11550 parsing that was detected in KDe documentations environment.
11551
11552Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11553
11554 * python/libxml.c (libxml_prev): Return the previous as opposed to
11555 the next node (I guess this is the result of some cut & paste programming:)
11556
11557Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11558
11559 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11560
11561Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11562
11563 * python/generator.py python/libxml.c python/setup.py.in: trying
11564 to fix the Python bindings build on Windows (Stéphane Bidoul)
11565
11566Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11567
11568 * win32/configure.js: added option for python bindings
11569 * win32/libxml2.def.src: added more exports
11570
11571Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11572
11573 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11574 pthreads
11575 * win32/wince/*: applied updates to Windows CE port from Javier
11576
11577Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * configure.in: preparing 2.4.28
11580 * libxml.spec.in doc/Makefile.am: some cleanup
11581 * doc/*: updated the news and regenerated.
11582
11583Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11584
11585 * HTMLparser.c: final touch at closing #87235 </p> end tags
11586 need to be generated.
11587 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11588 this change slightly the output of a few tests
11589 * doc/*: regenerated
11590
11591Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11592
11593 * parserInternals.c: fixing bug #99190 when UTF8 document are
11594 parsed using the progressive parser and the end of the chunk
11595 is in the middle of an UTF8 multibyte character.
11596
11597Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11598
11599 * threads.c: fixed initialization problem in xmlNewGlobalState
11600 which was causing crash.
11601 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11602 in xmlInitializeGlobalState.
11603 * parserInternals.c: cleaned up ctxt->sax initialisation.
11604
11605Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11606
11607 * tree.c include/libxml/tree.h: modified the existing APIs
11608 to handle XHTML1 serialization rules automatically, also add
11609 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11610 libxslt serialization uses it when needed without changing
11611 the library API.
11612 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11613 result/xhtml1: added a new test specifically for xhtml1 output
11614 and updated the result of one XHTML1 test
11615
11616Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * xinclude.c parserInternals.c encoding.c: fixed #99082
11619 for xi:include encoding="..." support on text includes.
11620 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11621 test/XInclude/ents/isolatin.txt : added a specific regression test
11622 * python/generator.py python/libxml2class.txt: fixed the generator
11623 the new set of comments generated for doc/libxml2-api.xml were
11624 breaking the python generation.
11625
11626Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11627
11628 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11629 * configure.in: patch for Solaris on new autoconf closes #98880
11630 * doc/parsedecl.py: repair the frigging API building script,
11631 did I say that python xmllib sucks ?
11632 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11633 and some comment are no more truncated.
11634
11635Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11636
11637 * parser.c: Martin Stoilov pointed out a potential leak in
11638 xmlCreateMemoryParserCtxt
11639
11640Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11641
11642 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11643 included in HTML documents and using the push parser.
11644
11645Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11646
11647 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11648 specified, look for the Python interpreter not just in the
11649 specified root but also in the specified location. Fixes #98825
11650
11651Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11652
11653 * python/libxml.c: fixing bug #98792 , node may have no doc
11654 and dereferencing without checking ain't good ...
11655
11656Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11657
11658 * configure.in: preparing release 2.4.27
11659 * doc/* : updated and rebuilt the docs
11660 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11661 and all the docs are actually packaged and in the final RPMs
11662 * parser.c parserInternals.c include/libxml/parser.h: restore
11663 xmllint --recover feature.
11664
11665Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11666
11667 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11668 processing of parsed entities, and XPath computation on sustitued
11669 entities.
11670 * testXPath.c: make sure entities are substitued.
11671
11672Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11673
11674 * parser.c: fixed #96594, which was totally dependent on the
11675 processing of internal parsed entities, which had to be changed.
11676
11677Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11680 trying to fix bug #98517 about building outside the source tree
11681 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11682
11683Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11684
11685 * include/win32config.h: cleanup
11686 * win32/Makefile.mingw: integrated mingw in JScript configure
11687 * win32/Makefile.msvc: modified to allow mingw coexistence
11688 * win32/configure.js: integrated mingw
11689 * win32/Readme.txt: cleanup
11690
11691Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11692
11693 * HTMLparser.c: strengthen the guard in the Pop macros,
11694 like in the XML parser, closes bug #97315
11695
11696Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11697
11698 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11699 callback is never used.
11700
11701Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11702
11703 * parserInternals.c: fixed the initialization of the SAX structure
11704 which was breaking xsltproc
11705 * xpath.c: patch from Petr Pajas for CDATA nodes
11706 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11707 * parser.c include/libxml/parser.h: patch from Peter Jones
11708 removing a leak in xmlSAXParseMemory() and adding the
11709 function xmlSAXParseMemoryWithData()
11710
11711Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11712
11713 adding pdf of tutorial, changing web page to link to it
11714 * doc/tutorial/xmltutorial.pdf
11715 * doc/xml.html
11716 * doc/docs.html
11717
11718Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11719
11720 * doc/tutorial/ar01s08.html
11721 adding file what I forgot for tutorial
11722
11723Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11724
11725 Adding encoding discussion to tutorial
11726 Added:
11727 * doc/tutorial/images/*.png: DocBook admonition image files
11728 * doc/tutorial/apf.html, apg.html: new generated html
11729 * doc/tutorial/includeconvert.c: conversion code entity file
11730 changed:
11731 * doc/tutorial/xmltutorial.xml: DocBook original
11732 * doc/tutorial/*.html: generated html
11733
11734Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11735
11736 * include/libxml/*.h: retired xmlwin32version.h
11737 * doc/Makefile.am: retired xmlwin32version.h
11738 * win32/configure.js: retired xmlwin32version.h
11739
11740Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11741
11742 * win32/libxml2.def.src: exported additional symbols
11743 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11744 sisterhood
11745
11746Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11747
11748 * globals.c: fixed a typo pointed out by Igor
11749 * xpath.c: try to speed up node compare using line numbers
11750 if available.
11751
11752Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11753
11754 * tree.c: make xmlFreeNode() handle attributes correctly.
11755
11756Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11757
11758 * catalog.c: completed the #96963 fix, as reported by Karl
11759 Eichwalder
11760
11761Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11762
11763 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11764
11765Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11766
11767 * Makefile.am: switched the order of a couple of includes
11768 to fix bugs #97100
11769
11770Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11771
11772 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11773 xmlLoadCatalogs that used to separate directories with a ':'.
11774
11775Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11776
11777 * threads.c: improvements to the Windows-side of thread handling
11778 * testThreads.c: conditionally excluded unistd.h
11779 * testThradsWin32.c: broke overlong lines
11780 * include/win32config.h: adapted thread-related macros to the new
11781 scheme and for pthreads on Windows
11782 * win32/Makefile.msvc: introduced a more flexible thread build,
11783 added testThreads[Win32].c to the build
11784 * win32/configure.js: introduced a more flexible thread config
11785
117862002-10-31 John Fleck <jfleck@inkstain.net>
11787
11788 * doc/xml.html (and, by implication, FAQ.html)
11789 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11790
11791Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11792
11793 * configure.in: removed xmlwin32version.h
11794 * include/libxml/Makefile.am: removed xmlwin32version.h
11795
11796Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11797
11798 * tree.c: applied patch from Brian Stafford to fix a bug
11799 in xmlReconciliateNs()
11800
11801Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11802
11803 * tree.c: applied patch from Christian Glahn to allow
11804 xmlNewChild() on document fragment nodes
11805
11806Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11807
11808 * parser.c: Christian Glahn found a problem with a recent
11809 patch to xmlParseBalancedChunkMemoryRecover()
11810 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11811 problems
11812 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11813 test/schemas/seq*: added the test cases from Charles
11814
11815Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11816
11817 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
11818 serious cleanup of the spec file and associated changes
11819 in the Makefiles.
11820 * valid.c: try to remove some warnings on x86_64
11821
11822Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11823
11824 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
11825 fix bug #96586
11826
11827Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11828
11829 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
11830 parsing, applied his patch
11831 * result/HTML/attrents.html result/HTML/attrents.html.err
11832 result/HTML/attrents.html.sax test/HTML/attrents.html:
11833 added the test and result case provided by Mikhail Sogrine
11834
11835Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11836
11837 * vms/build_libxml.com vms/config.vms vms/readme.vms
11838 include/libxml/parser.h include/libxml/parserInternals.h
11839 include/libxml/tree.h include/libxml/xmlIO.h
11840 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
11841 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
11842 Applied the VMS update patch from Craig A. Berry
11843 * doc/*.html: update
11844
11845Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11846
11847 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
11848
11849Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11850
11851 * debugXML.c: adding a grep command to --shell in xmllint
11852 for T.V. Raman
11853
11854Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11855
11856 * xmlcatalog.c: tried to fix some of the problem with --sgml
11857
11858Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
11859
11860 * parser.c: tried to fix bug #91500 where doc->children may
11861 be overriden by a call to xmlParseBalancedChunkMemory()
11862
11863Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11864
11865 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
11866 identifiers in SGML catalogs containing '&'
11867
11868Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11869
11870 * python/types.c: fixed bugs when passing result value tree
11871 to Python functions.
11872
11873Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * configure.in: preparing the release of 2.4.26
11876 * doc/*: updated and rebuilt the documentation
11877
11878Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11879
11880 * parser.c: fixed a XML Namespace compliance bug reported by
11881 Alexander Grimalovsky
11882
11883Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11884
11885 * HTMLtree.c: fixed serialization of script and style when
11886 they are not lowercase (i.e. added using the API to the tree).
11887
11888Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11889
11890 * valid.c: make xmlValidateDocument emit a warning msg if there
11891 is no DTD, pointed by Christian Glahn
11892
11893Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11894
11895 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
11896 content model when some of the blocks have min or max, and a couple
11897 of bugs found in the process.
11898 * result/schemas/list0* test/schemas/list0*: added some specific
11899 regression tests
11900
11901Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
11902
11903 * README: updated the contact informations
11904
11905Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11906
11907 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
11908 misses it, reported by Peter Bray.
11909
11910Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11911
11912 * tree.c: investigating xmlNodeGetContent() on namespace nodes
11913 and removed a few warnings
11914
11915Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
11916
11917 * parser.c: Christian Glahn found a small bug in the push parser.
11918 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
11919 public
11920
11921Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11922
11923 * xmlschemas.c include/libxml/xmlschemas.h: added
11924 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
11925 * testSchemas.c: added --memory to test the new interface
11926
11927Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11928
11929 * doc/index.py doc/search.php: integrated the XSLT indexing,
11930 a few fixed in the indexer, added a scope selection at the
11931 search level.
11932
11933Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11934
11935 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
11936 this was due to uninitialized parts of the validation context
11937
11938Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11939
11940 * debugXML.c: applied patch from Mark Vakoc except the API
11941 change, preserved it.
11942 * doc/*: updated the docs to point to the search engine for
11943 information lookup or before bug/help reports.
11944
11945Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11946
11947 * doc/index.py doc/search.php: added mailing-list archives
11948 indexing and lookup
11949
11950Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11951
11952 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
11953
11954Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11955
11956 * doc/index.py: improved HTML indexing
11957 * doc/search.php: make the queries also lookup the HTML based indexes
11958
11959Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11960
11961 * doc/index.py: added HTML page indexing
11962
11963Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11964
11965 * xmlIO.c: extended Windows path normalisation to fix the base
11966 problem in libxslt.
11967 * catalog.c: fixed list handling in XML_CATALOG_FILES
11968
11969Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11970
11971 * valid.c: typo/bug found by Christian Glahn
11972
11973Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11974
11975 * xmlIO.c: applied Windows CE patch from Javier.
11976 * win32/wince: new directory, contains support for the PocketPC
11977 with Windows CE from Javier.
11978 * include/win32config.h: reorganised, removed duplicate
11979 definitions and applied WinCE patch from Javier.
11980 * include/wsockcompat.h: new file, now contains WinSock
11981 compatibility macros.
11982 * win32/Makefile.msvc: introduced double-run compilation.
11983
11984Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11985
11986 * configure.in include/libxml/xmlwin32version.h: preparing release
11987 of 2.4.25
11988 * doc/*: updated and regenerated teh docs and web pages.
11989
11990Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11991
11992 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
11993 error were not covering namespace declarations.
11994 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
11995 it was missing the attribute declaration for the namespace
11996 * result/VC/NS3: the fix now report breakages in that test
11997
11998Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11999
12000 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12001
12002Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12003
12004 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12005 and regenerated the docs and web site
12006
12007Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12008
12009 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12010 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12011 not before
12012
12013Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12014
12015 * python/generator.py python/libxml2class.txt: fixed a stupid error
12016 breaking the python API
12017
12018Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12021 triostr.c triostr.h: applied a trio update patch from
12022 Bjorn Reese which should work with MinGW
12023
12024Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12025
12026 * tree.c: improving some documentation comments
12027 * xmlregexp.c: found and fixed a mem leak with python regression tests
12028 * doc/*: rebuilt the doc and the API XML file including the
12029 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12030 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12031 python/types.c: added access to the XML Schemas regexps from
12032 python
12033 * python/tests/Makefile.am python/tests/regexp.py: added a
12034 simple regexp bindings test
12035
12036Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12037
12038 * doc/xml.html:
12039 fixing ftp links - thanks to Vitaly Ostanin
12040
12041Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12042
12043 * xmlregexp.c: fixed the data callback on transition functionality
12044 which was broken when using the compact form
12045 * result/schemas/*: updated the results, less verbose, all tests
12046 pass like before
12047 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12048 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12049 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12050 annoying warnings
12051 * xpath.c: try to provide better error report when possible
12052
12053Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12054
12055 * Makefile.am: fixed a breakage raised by Jacob
12056
12057Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12058
12059 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12060 which don't use sockets
12061
12062Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12063
12064 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12065 * win32/configure.js: applied zlib patch from Daniel Gehriger
12066
12067Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12068
12069 * win32/configure.js: applied the patch from Mark Vakoc for
12070 regexp support
12071 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12072 for regexp support
12073
12074Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12075
12076 * xmlschemastypes.c: as pointed by Igor Float and Double
12077 parsing ain't finished yet
12078
12079Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12080
12081 * Makefile.am configure.in: trying to fix #88412 by bypassing
12082 all the python subdir if python ain't detected
12083
12084Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12085
12086 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12087 made configuring with regexps/automata/unicode the default
12088 but without schemas ATM
12089 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12090 fixed the regexp based DTD validation performance and memory
12091 problem by switching to a compact form for determinist regexps
12092 and detecting the determinism property in the process. Seems
12093 as fast as the old DTD validation specific engine :-) despite
12094 the regexp built and compaction process.
12095
12096Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12097
12098 * valid.c: determinism is debugged, new DTD checking code now works
12099 but xmlFAComputesDeterminism takes far too much CPU and the whole
12100 set usues too much memory to be really usable as-is
12101
12102Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12103
12104 * tree.c: fixed another stupid bug in xmlGetNodePath()
12105 * xmllint.c: --version now report the options compiled in
12106
12107Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12108
12109 * HTMLparser.c: small cleanup
12110 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12111 when configured with them. A bit of debugging around the determinism
12112 checks is still needed
12113
12114Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12115
12116 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12117
12118Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12119
12120 * xmlIO.c: small portability glitch fixed.
12121
12122Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * xmlschemastypes.c: incomplete steps for real/double support
12125 * testAutomata.c include/libxml/xmlautomata.h
12126 include/libxml/xmlregexp.h: avoiding a compilation problem
12127 * valid.c include/libxml/valid.h: starting the work toward using
12128 the regexps for actual DTD validation
12129
12130Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12131
12132 * hash.c: cosmetic cleanup
12133 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12134 integrating a DTD validation layer based on the regexps
12135
12136Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12137
12138 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12139 the determinism was tested before eliminating the epsilon
12140 transitions :-(
12141
12142Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12143
12144 * python/generator.py python/libxml.c python/libxml.py
12145 python/libxml2-python-api.xml python/libxml2class.txt
12146 python/libxml_wrap.h python/types.c: updated the python
12147 bindings, added code for easier File I/O, and the ability to
12148 define a resolver from Python fixing bug #91635
12149 * python/tests/Makefile.am python/tests/inbuf.py
12150 python/tests/outbuf.py python/tests/pushSAXhtml.py
12151 python/tests/resolver.py python/tests/serialize.py: updated
12152 and augmented the set of Python tests.
12153
12154Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12155
12156 * win32/configure.js: added more readme info for the binary
12157 package.
12158
12159Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12160
12161 * xmlIO.c: fixed a stupid out of bound array error
12162
12163Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12164
12165 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12166 messing around with support for Windows path, cleanups,
12167 trying to identify and fix the various code path to the
12168 filename access. Added xmlNormalizeWindowsPath()
12169
12170Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12171
12172 * error.c valid.c: working on better error reporting of validity
12173 errors, especially providing an accurate context.
12174 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12175 error reports in those cases.
12176
12177Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12178
12179 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12180 parser.c parserInternals.c xmlIO.c: get rid of all the
12181 perror() calls made in the library execution paths. This
12182 should fix both #92059 and #92385
12183
12184Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12185
12186 * xmllint.c: memory leak reporting was broken after a change
12187 of the preprocessor symbol used to activate it.
12188
12189Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12190
12191 * tree.c: try to make the copy function work for node of
12192 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12193 DOM layers though, not libxml2 itself.
12194
12195Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * valid.c: try to provide file and line informations, not all
12198 messages are covered, but it's a (good) start
12199
12200Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12201
12202 * xinclude.c: reimplemented a large part of the XInclude
12203 processor, trying to minimize resources used, James Henstridge
12204 provided a huge test case which was exhibiting severe memory
12205 consumption problems.
12206
12207Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12208
12209 * python/Makefile.am: applied patch from Christophe Merlet to
12210 reestablish DESTDIR
12211
12212Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12213
12214 * libxml.spec.in: fixes libary path for x86_64 AMD
12215
12216Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12217
12218 * doc/tutorial/includekeyword.c
12219 * doc/tutorial/xmltutorial.xml:
12220 (plus resulting generated html files)
12221 fixing one spot I missed in the tutorial where I hadn't freed
12222 memory properly
12223
12224Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12225
12226 * doc/tutorial/includeaddattribute.c
12227 * doc/tutorial/includeaddkeyword.c
12228 * doc/tutorial/includegetattribute.c
12229 * doc/tutorial/includekeyword.c
12230 * doc/tutorial/xmltutorial.xml
12231 * doc/tutorial/*.html:
12232 update tutorial to properly free memory (thanks to Christopher
12233 R. Harris for pointing out that this needs to be done)
12234 * doc/tutorial/images/callouts/*.png:
12235 added image files so the callouts are graphical, making it
12236 easier to read ( use "--param callout.graphics 1" to generate
12237 html with graphical callouts)
12238
12239Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12240
12241 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12242 nice logos generated by Marc Liyanage
12243 * doc/site.xsl *.html: changed the stylesheet to show the new
12244 logo and regenerated the pages
12245
12246Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12247
12248 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12249
12250Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * xpath.c: possible mem leak patch from Jason Adams
12253
12254Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12255
12256 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12257 in the XQuery namespace
12258 * configure.in: preparing 2.4.24
12259 * doc/*.html: updated the web pages
12260
12261Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12262
12263 * python/generator.py: closing bug #85258 by generating conditional
12264 compile check to avoid linking to routines not configured in.
12265
122662002-08-22 Havoc Pennington <hp@pobox.com>
12267
12268 * autogen.sh: update error message for missing automake
12269
12270Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12271
12272 * python/Makefile.am: typo in target name resulted in libxml2.py
12273 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12274
12275Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12276
12277 * win32/win32/Makefile.mingw: updated with version from
12278 Elizabeth Barham at http://soggytrousers.net/repository/
12279
12280Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12281
12282 * win32/Makefile.msvc: added the prefix location to the include
12283 and lib search path.
12284
122852002-08-18 Havoc Pennington <hp@pobox.com>
12286
12287 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12288 both automake 1.6 and 1.4 installed get the right automake. Means
12289 compilation from CVS will now require the latest automake 1.4
12290 release, or manually creating symlinks called "automake-1.4" and
12291 "aclocal-1.4"
12292
12293Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12294
12295 * configure.in python/Makefile.am: more AMD 64 induced changes from
12296 Frederic Crozat
12297
12298Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * xinclude.c: oops I was missing the xml:base fixup too
12301 * result/XInclude/*.xml: this adds xml:base attributes to most
12302 results of the tests
12303
12304Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12305
12306 * xinclude.c: quick but apparently working implementation of
12307 xi:fallback, should close bug #89684
12308 * Makefile.am test/XInclude/docs/fallback.xml
12309 result/XInclude/fallback.xml: added a basic test for fallback,
12310 and run with --nowarning to avoid a spurious warning
12311 * configure.in: applied patch from Frederic Crozat for python
12312 bindings on AMD 64bits machines.
12313
12314Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12315
12316 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12317 the caller don't pass a SAX callback block.
12318
12319Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12320
12321 * tree.c: applied the same fix for the XML-1.0 namespace to
12322 xmlSearchNsByHref() as was done for xmlSearchNs()
12323
12324Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12325
12326 * libxml.3: small cleanup of the man page
12327 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12328 when serializing HREF attributes generated by XSLT.
12329
12330Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12331
12332 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12333 version of Marc Liyanage' patch for boolean attributes in HTML
12334 output
12335
12336Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12337
12338 * python/tests/serialize.py: fixed the test results, indenting
12339 behaviour changed slightly
12340
12341Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12342
12343 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12344 new c14n function to Windows def files
12345
12346Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12347
12348 * c14n.c: fixed a memory leak in c14n code
12349
12350Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12351
12352 * parser.c include/libxml/parser.h: adding a new API for Christian
12353 Glahn: xmlParseBalancedChunkMemoryRecover
12354 * valid.c: patch from Rick Jones for some grammar cleanup in
12355 validation messages
12356 * result/VC/* result/valid/*: this slightly change some of the
12357 regression tests outputs
12358
12359Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12360
12361 * tree.c: trying to fix a problem in namespaced attribute handling
12362 raised by Christian Glahn
12363
12364Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12365
12366 * encoding.c include/libxml/encoding.h: Opening the interface
12367 xmlNewCharEncodingHandler as requested in #89415
12368 * python/generator.py python/setup.py.in: applied cleanup
12369 patches from Marc-Andre Lemburg
12370 * tree.c: fixing bug #89332 on a specific case of loosing
12371 the XML-1.0 namespace on xml:xxx attributes
12372
12373Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12374
12375 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12376 corner case from new Merlin's test suite and added a callback
12377 that will be used to improve xmlsec performance
12378
12379Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12380
12381 * HTMLtree.c: trying to fix the <style> escaping problem in
12382 HTML serialization bug #89342
12383
12384Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12385
12386 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12387 and rebuilt the web site.
12388
12389Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12390
12391 * include/libxml/tree.h: added _private member to xmlNs struct
12392
12393Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12394
12395 * HTMLparser.c: fixing bug #84876 based on the xml working
12396 code.
12397
12398Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12399
12400 * python/Makefile.am: enhanced to fix bug 72012 (errors
12401 when using '-jX' make parameter)
12402
12403Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12404
12405 * xpath.c: small additional enhancement for booleans
12406 compared to nodesets
12407
12408Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12409
12410 * HTMLtree.c: changed the order of the encoding declaration
12411 attributes in the meta tags due to a bug in IE/Mac
12412
12413Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12414
12415 * xpath.c: enhanced handling of booleans (especially '='
12416 and '!=' for nodesets) - fixes bug 85256. Added new
12417 routine xmlXPathNotEqualValues for more proper handling
12418 of '!=' when nodesets are involved.
12419
12420Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12421
12422 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12423 doc/xmlcatalog_man.xml to the source distribution
12424
12425Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12426
12427 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12428 asked for this.
12429
12430Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12431
12432 * configure.in: preparing 2.4.23
12433 * doc/*: rebuilt the docs
12434
12435Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12436
12437 * parser.c: fixing bug #84169 by fixing the
12438 comment of xmlCreatePushParserCtxt to describe the
12439 encoding detection parameters better.
12440
12441Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12442
12443 * valid.c: fixing bug #79331 in one path the lookup for
12444 ID attributes on a namespaced node wasn't handled correctly :-\
12445
12446Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12447
12448 * HTMLparser.c: trying to fix 87235 about discarded white
12449 spaces in the HTML parser.
12450 * result/HTML/*: this changes the output of a number of HTML
12451 regression tests
12452
12453Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12454
12455 * xpath.c: applied patch from Richard Jinks for the namespace
12456 axis + fixed a memory error.
12457 * parser.c parserInternals.c: applied patches from Peter Jacobi
12458 removing ctxt->token for good.
12459 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12460 popped out by the regression tests.
12461 * Makefile.am: patch for threads makefile from Gary Pennington
12462
12463Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12464
12465 * xpath.c: enhanced behaviour of position() after usage of
12466 expressions involving preceding-sibling (et al).
12467
12468Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12469
12470 * hash.c: applied a patch from Peter Jacobi to solve a problem
12471 when compiling with the Watcom C on Win32
12472 * result/schemas/*.err: the change of hashing algo generated
12473 permutations in the output
12474
12475Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12476
12477 * hash.c: applied patch from Sander Vesik improving the quality of
12478 the hash function.
12479
124802002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12481
12482 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12483 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12484 xmllint.c xpath.c: replaced sprintf() with snprintf()
12485 to prevent possible buffer overflow (the bug was pointed
12486 out by Anju Premachandran)
12487
12488Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12489
12490 * parser.c: removed an uninitialized data error popped by valgrind
12491 on PE references
12492
12493Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12494
12495 * doc/xml.html
12496 adding tutorial reference to the web page
12497
12498Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12499
12500 * doc/tutorial/xmltutorial.xml
12501 * doc/tutorial/ar01s07.html
12502 * doc/tutorial/ape.html
12503 * doc/tutorial/includegetattribute.c
12504 adding section to tutorial about retrieving an attribute
12505 value
12506
12507Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12508
12509 * parser.c: applied a couple of patches from Peter Jacobi to start
12510 to get rid of ctxt->token, with a possible significant speed
12511 improvement to be gained once done. Better compliance with PE
12512 references constructs in DTDs too.
12513 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12514 from Peter too
12515
12516Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12517
12518 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12519 xmlParseElement was likely to have been deallocated at the
12520 time of the report, possibly leading to segfault. Just report
12521 the tag name now.
12522
12523Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12524
12525 * xpath.c: patch from Richard Jinks for XPath substring() function
12526 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12527
125282002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12529
12530 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12531
12532Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12533
12534 *doc/FAQ.html
12535 fixing typos in FAQ, thanks to Robert Funnell for the
12536 editing help
12537
12538Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12539
12540 * NEWS: got complaints from rpmlint that it was empty
12541
12542Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12543
12544 * added doc/tutorial, including:
12545 apa.html
12546 apb.html
12547 apc.html
12548 apd.html
12549 ar01s02.html
12550 ar01s03.html
12551 ar01s04.html
12552 ar01s05.html
12553 ar01s06.html
12554 includeaddattribute.c
12555 includeaddkeyword.c
12556 includekeyword.c
12557 includestory.xml
12558 index.html
12559 xmltutorial.xml
12560 libxml tutorial, including generated html
12561
12562Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12563
12564 * result/c14n/exc-without-comments/merlin-c14n-two-*
12565 result/c14n/without-comments/merlin-c14n-two-*
12566 test/c14n/exc-without-comments/merlin-c14n-two-*
12567 test/c14n/without-comments/merlin-c14n-two-*
12568 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12569 c14n/exc-c14n and slightly modified test script to handle
12570 these test cases
12571 * c14n.c: fixed bugs for complicated nodes set (namespace
12572 without node and others from merlin-c14n-two.tar.gz)
12573 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12574 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12575 for xmlsec performance patch
12576 * xpath.c: fixed self::node() for namespaces and attributes
12577
12578Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12579
12580 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12581 but with the format parameter
12582 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12583
12584Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12585
12586 * Makefile.am: updated c14n tests suite
12587 * c14n.c: performance improvement for previous c14n patch
12588
12589Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12590
12591 * parser.c: another peroformance patch from Peter Jacobi, that
12592 time on parsing attribute values.
12593
12594Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12595
12596 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12597 into LibXML2 test suite
12598
12599Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12600
12601 * c14n.c: propagating xpath ancesstors node fix to c14n
12602 plus small performance improvement to reduce number of
12603 mallocs
12604 * xpath.c: fixed ancestors axis processing for namespace nodes
12605
12606Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12607
12608 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12609 Peter Jacobi
12610
12611Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12612
12613 * configure.in: preparing 2.4.22
12614
12615Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12616
12617 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12618 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12619 a public entry point.
12620 * doc/*: rebuilt the API and docs
12621
12622Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12623
12624 * xpath.c: patch from Richard Jinks to fix a problem introduced
12625 in the previous patch and pointed by Norm
12626
12627Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12628
12629 * libxml.spec.in: fixing bug #81112
12630
12631Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12632
12633 * uri.c: fixing bug #82848
12634
12635Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12638 output of one catalog test
12639
12640Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12641
12642 * global.data globals.c tree.c include/libxml/globals.h
12643 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12644 default value for global parameter xmlIndentTreeOutput to 1 and
12645 introduced new global parameter xmlTreeIndentString (the string
12646 used to do one-level indent) with default value " " (as it was
12647 in tree.c)
12648
12649Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12650
12651 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12652 with trio and schemas.
12653
12654Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * xpath.c: patch from Richard Jinks to fix the problem raised in
12657 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12658
12659Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12660
12661 * xmlschemas.c: a bit of work on import.
12662 * xmlschemastypes.c: Charles Bozeman provided a compare function
12663 for date/time types so min/max facet restrictions should work,
12664 indeterminate comparisons return an error instead of equal.
12665 * test/schemas/date_0* result/schemas/date_0_0: specific test
12666 from Charles Bozeman too
12667
12668Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12669
12670 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12671 from Christian Cornelssen fixing the man pages and the Catalog
12672 building script.
12673 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12674 next step is <xs:import> I now have a reasonable understanding
12675 of how it works.
12676
12677Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12678
12679 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12680
12681Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12682
12683 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12684
12685Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12686
12687 * xpath.c: fixing an XPath function evalutation bug pointed out
12688 by Alexey Efimov where the context was lost when evaluating
12689 the function arguments
12690
12691Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12692
12693 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12694 function public for XMLSec performance optimizations
12695
12696Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12697
12698 * python/generator.py python/libxml2class.txt : fixed a problem
12699 with the HTML parser pointed by Gary Benson
12700 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12701 example
12702
12703Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12704 * parser.c: fixed bug #81159 (memory growth in SAX)
12705
12706Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12707 * xpath.c: fixed bug #78858 (the real fix)
12708
12709Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12710 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12711
12712Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12713
12714 * tree.c: modified xmlNodeSetBase to allow changing the
12715 base of a document.
12716
12717Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12718
12719 * xmlschemastypes.c: patch Charles Bozeman for validation of
12720 all the date, time, and duration types
12721 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12722 * configure.in: fixed an error pointed by an user
12723 * xml2-config.in: fixed an error pointed by an user
12724
12725Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12726
12727 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12728 win32/libxml2.def.src xmlIO.c: exported default
12729 'file:', 'http:' and 'ftp:' protocols input handlers
12730 and maked protocols comparisson case insensitive
12731
12732Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12733
12734 * configure.in: Neven Has detected a typo
12735
12736Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12737
12738 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12739 as one of the persons allowed to commit directly to the
12740 module.
12741
12742Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12743
12744 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12745 * valid.c: raised a too low limit
12746 * doc/*: rebuilt the docs
12747
12748Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12749
12750 * test/XPath/expr/floats test/XPath/expr/functions
12751 result/XPath/expr/floats result/XPath/expr/functions
12752 xpath.c: another XPath conformance patch from Richard Jinks
12753
12754Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12755
12756 * xmlschemas.c: fixed validation of attribute groups.
12757 * test/schemas result/schemas: added an example from the primer
12758
12759Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12760
12761 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12762 * test/schemas result/schemas: updated the test list
12763
12764Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12765
12766 * TODO: updated a bit
12767 * parser.c: made a comment more specific
12768 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12769 Schemas conformance.
12770 * test/schemas result/schemas: updated the test list
12771
12772Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12773
12774 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12775 implementing xs:all with minOccurs = 0
12776 * tes/schemas/* result/schemas/*: added more tests covering
12777 xs:all
12778
12779Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12780
12781 * xmlregexp.c: first implementation of the all particle, this
12782 may need to be revisited for case where not all transitions
12783 must be crossed.
12784
12785Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12786
12787 * tree.c: another entity processing update from Markus Henke
12788
12789Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12790
12791 * trionan.c: fixed crash on OSF/1
12792
12793Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * xmlschemas.c: more Schemas work
12796 * test/schemas/* result/schemas/*: added more tests coming
12797 from the spec.
12798
12799Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12800
12801 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12802 ExcC14N specification
12803
12804Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12805
12806 * tree.c: patch from Markus Henke, fix for recursive entities.
12807
12808Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12809
12810 * xpath.c: fix a problem with string() on a document node.
12811
12812Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12813
12814 * Makefile.am xmlschemas.c: more Schemas work
12815 * test/schemas/* result/schemas/*: added more tests coming
12816 from the spec.
12817
12818Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12819
12820 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
12821 * result/HTML/*: this changes a few things in the results
12822
12823Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12824
12825 * include/libxml/tree.h: eliminated 'declaration different than
12826 prototype' warning
12827 * include/win32config.h: "resolved" conflicts with errno.h
12828
12829Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12830
12831 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
12832 on the automata interfaces and debug of counted choices
12833 * test/schemas/* result/schemas/*: added a number of tests
12834
12835Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12836
12837 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
12838 a bit of work on Schemas
12839 * testSchemas.c: try to make it more useful
12840 * test/schemas/* result/schemas/* Makefile.am: changed the
12841 Schemas regression test procedure, started adding a few samples
12842
12843Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12844
12845 * include/libxml/encoding.h: Patch for the Borland C++ builder
12846 * include/libxml/tree.h: Patch for the Borland C++ builder
12847 * threads.c: Patch for the Borland C++ builder
12848 * win32/bcb5: New directory for the Borland C++ builder
12849 project files
12850
12851Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12852
12853 * win32/Makefile.msvc: Update for XML Schema support
12854 * win32/configure.js: Update for XML Schema support
12855 * win32/libxml2.def.src: Update for XML Schema support
12856
12857Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12858
12859 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
12860 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
12861 xmlunicode.c include/libxml/Makefile.am
12862 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
12863 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
12864 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
12865 include/libxml/xmlversion.h.in : merged the current state of
12866 XML Schemas implementation, it is not configured in by default,
12867 a specific --schemas configure option has been added.
12868 * test/automata test/regexp test/schemas Makefile.am
12869 result/automata result/regexp result/schemas:
12870 merged automata/regexp/schemas regression tests
12871
12872Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
12873
12874 * xpath.c: Gary found a compile time problem, fixes #78823
12875
12876Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12877
12878 * configure.in: release of 2.4.20
12879 * doc/*: updated and rebuilt the docs
12880
12881Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12882
12883 * python/Makefile.am: patch from Cristian Gafton to build on
12884 Red Hat 6.2, should also fix #75779
12885
12886Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12887
12888 * valid.c: first part of fixing #78729
12889
12890Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
12891
12892 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
12893 escaping of URI when saving HTML files.
12894 * result/HTML/*: this impacted some tests
12895
12896Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
12897
12898 * configure.in: trying to fix #77441
12899
12900Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12901
12902 * include/libxml/xmlIO.h: Hallski complained it could not be
12903 included by itself.
12904
12905Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * configure.in: applied an IEEE flag patch for OSF/1 #77825
12908
12909Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12910
12911 * win32/configure.js: patch from Nilo for the c14n option
12912 * win32/Makefile.msvc: fixed libxml2.def generation with threads
12913
12914Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12915
12916 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
12917 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
12918 LIBXML_THREAD_ENABLED
12919
12920Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12921
12922 * xpath.c: another patch from Richard Jinks for substring conformance
12923 * test/XPath/expr/floats test/XPath/expr/strings
12924 result/XPath/expr/floats result/XPath/expr/strings: update of the
12925 test suite to check those.
12926
12927Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12928
12929 * xpath.c: patch from Richard Jinks for .x float parsing.
12930
12931Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12932
12933 * parser.c: patch from Markus Henke when an encoding ain't recognized
12934
12935Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12936
12937 * libxml.m4: got a report that #include <string.h> was needed
12938
12939Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12940
12941 * xmllint.c: applied a fix from Anthony Jones for -o /--output
12942
12943Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
12944
12945 * doc/example.html: fixing typo
12946
12947Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12948
12949 * xpath.c: fixed a bug in the nodeset to boolean comparison code
12950 pointed out by Melvyn Sopacua.
12951
12952Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12953
12954 * libxml.m4: Frédéric Crozat gave a patch related to the change
12955 of Include paths breaking the libxml.m4
12956
12957Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12958
12959 * xpath.c: Fix bug #76927 forgot to save some context
12960 when evaluating binary expressions
12961
12962Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12963
12964 * configure.in: fixed configure for MPE/iX from Markus Henke
12965 * xmlmemory.c: fixed initialization problems
12966 * xpath.c: another set of patches from Richard Jinks this
12967 fixes "make XPathtests" on linux
12968
12969Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12970
12971 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
12972 * test/XPath/expr/compare test/XPath/expr/equality
12973 test/XPath/expr/floats test/XPath/expr/functions
12974 test/XPath/expr/strings result/XPath/expr/compare
12975 result/XPath/expr/equality result/XPath/expr/floats
12976 result/XPath/expr/functions result/XPath/expr/strings: Updated
12977 tests though they show a divergence on Linux
12978
12979Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12980
12981 * xpath.c trionan.c: previous commit also included patches
12982 from Richard Jinks on some IEEE support corner case
12983
12984Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12985
12986 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
12987 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
12988 that $(datadir) should be used for docs
12989
12990Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12991
12992 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
12993 could leak filedescriptors
12994
12995Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12996
12997 * configure.in nanohttp.c: applied patch from Allan Clark for
12998 UnixWare/OpenServer
12999
13000Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13001
13002 * configure.in: preparing 2.4.19
13003 * doc/*: rebuilt the docs
13004
13005Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13006
13007 * nanohttp.c: fixing #76043, got fed up with non-portability
13008 of that piece of code.
13009
13010Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13011
13012 * valid.c SAX.c: Never commit without running "make tests" :-(
13013 fix a couple of stupidities in the previous commit
13014 * result/*: a few changes in some attribute order result of previous
13015 commit.
13016
13017Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13018
13019 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13020 the internal subset should not raise duplicate ID errors,
13021 also there was a small bug in conjunction to namespace
13022 declarations defaulted and xml:xxx attributes DTD definitions.
13023
13024Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13025
13026 * xpath.c: Richard Jinks also raised some rounding problems
13027 this tries to fix them
13028
13029Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13030
13031 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13032 behaviour in xmlXPathCastToString()
13033
13034Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13035
13036 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13037 raised by Morus Walter
13038
13039Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13040
13041 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13042 from Igor
13043
13044Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13045
13046 * xpath.c: fixing #75619, related to a problem when trying
13047 to evaluate condition when the current node set resulting
13048 from that sub-step evaluation is empty. Also fixes 2 potential
13049 problem with previous-sibling and next-siblings axis.
13050
13051Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13052
13053 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13054 HTML support is not configured in.
13055
13056Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13057
13058 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13059 include/libxml/tree.h: dohh I really didn't intended to commit
13060 this test version :-(
13061
13062Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13063
13064 * testSAX.c: I wanted to see the real speed at the SAX interface
13065 after a little too many Ximianer started complaining about the
13066 parser speed.
13067 added a --quiet option:
13068 paphio:~/XML -> ls -l db100000.xml
13069 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13070 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13071 3200006 callbacks generated
13072 real 0m1.270s
13073 Which means 16MBytes/s and 3Mcallback/s
13074
13075Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13076
13077 * xpath.c: valgrind spotted another error that time when running
13078 on libxslt regression tests
13079
13080Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13081
13082 * Makefile.am: adding "make valgrind" running the full regression
13083 tests (except python ones) under Valgrind (using valgrind -q
13084 which was kindly added by the author).
13085 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13086 passes cleanly now except an obcure floating point initialization
13087 raised in log10() in one XPath regression test ???
13088 * tree.c: edited some comments to close #75244
13089
13090Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13091
13092 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13093 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13094 context of ScrollKeeper, made sure that if the number is
13095 an integer, the serialization follows the description at
13096 http://www.w3.org/TR/xpath#section-String-Functions
13097
13098Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13099
13100 * configure.in: preparing 2.4.18
13101 * doc/*: updated and rebuilt the web site
13102 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13103 the Windows and Cygwin maintainers.
13104 * parser.c: humm, changed the way the SAX parser work when
13105 xmlSubstituteEntitiesDefault(1) is set, it will then
13106 do the entity registration and loading by itself in case the
13107 user provided SAX getEntity() returns NULL.
13108 * testSAX.c: added --noent to test the behaviour.
13109
13110Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13111
13112 * parser.c: Wilfried Teiken provided a hackish but working
13113 way to get context reported back on entities when parsing
13114 with SAX and without breaking the DOM build.
13115
13116Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13117
13118 * c14n.c: applied a new patch from Aleksey Sanin
13119 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13120 to reference Aleksey implementation of XML digital Signatures
13121
13122Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13123
13124 * xpath.c: small fix to avoid potential problem due to
13125 ordering of freeing data
13126 * python/Makefile.am: people were complaining about
13127 the generated file in python dir not being built
13128
13129Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13130
13131 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13132 python/generator.py python/libxml.c python/types.c: Cleanup
13133 of the python Makefiles based on Jacob and James feedback,
13134 fixed the spec file accordingly, fixed the number of warning
13135 that passing my pedantic CFLAGS was generating. Conclusion
13136 is that Python includes are real crap.
13137
13138Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13139
13140 * configure,in: it was reported quite a few times that
13141 xml2-config --cflags should not output
13142 -I$includeprefix/libxml2/libxml because libxml2 header names
13143 clashes with existing names like list.h from C++ stl.
13144 Includes should be #include<libxml/xxx.h> so ...
13145
13146Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13147
13148 * c14n.c: another patch from Aleksey Sanin
13149
13150Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13151
13152 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13153 canonicalization algorithm
13154 * doc/xml.html doc/index.html: added the C14N references on the
13155 index page.
13156
131572002-03-13 jacob berkman <jacob@ximian.com>
13158
13159 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13160 usage, redundant, and gcc specific
13161
13162Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13163
13164 * xpath.c: speedup some node selection operations, this can
13165 have a significant impact on DocBook Norm's stylesheets
13166 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13167 make sure it's always the case
13168 * debugXML.c: distinguish CDATA and comments in ls operations
13169
13170Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13171
13172 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13173 to generate better API descriptions etc...
13174
13175Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13176
13177 * c14n.c: Fixing #74186, made sure all boolean expressions
13178 get fully parenthesized, ran indent on the output
13179 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13180 include/libxml/tree.h: also #74186 related, removed the
13181 --with-buffers option, and all the preprocessor conditional
13182 sections that were resulting from it.
13183
13184Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13185
13186 * valid.c: applied patch from Dodji Seketeli fixing an
13187 uninitailized variable in xmlValidGetValidElements()
13188
13189Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13190
13191 * c14n.c: fixed a few comments
13192 * doc/*.html doc/*/*.html: regenerated the docs and added
13193 the C14N API
13194 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13195
13196Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13197
13198 * check-xml-test-suite.py: fix to adapt varaiations in the
13199 bindings
13200 * configure.in python/setup.py python/setup.py.in: fixed to
13201 have the version of the python scripts automatically updated
13202
13203Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13204
13205 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13206 in xmlCopyProp()
13207
13208Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13209
13210 * configure.in: preparing 2.4.17 release
13211 * doc/*: updated and rebuilt the docs
13212 * xpath.c: fixed a comment
13213 * python/libxml.c: fixed a possible reentrancy problem
13214
13215Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13216
13217 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13218 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13219 added a specific regression test
13220 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13221 not raise exceptions when failing to find the attribute.
13222
13223Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13224
13225 * configure.in xmllint.c: owen pointed out a problem with the
13226 ftme fix, gettimeofday() was not detected by configure and
13227 the ftime header wasn't included, dohhh
13228
13229Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13230
13231 * configure.in xmllint.c: trying to fix #71457 for timing
13232 precision when gettimeofday() is not availble but ftime() is
13233
13234Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13235
13236 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13237 are now copied on install and part of the -devel RPM
13238
13239Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13240
13241 * xpath.c: trying to avoid bug #72150 which was apparently
13242 caused by a gcc bug (or a processor problem) as detailed
13243 at http://veillard.com/gcc.bug
13244
13245Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13246
13247 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13248 fixed xmlReconciliateNs(), added a Python test/example for
13249 inter-document cut'n paste
13250 * python/libxml.py: fixed node.doc on document nodes and added
13251 xpathEval() onto node objects
13252
13253Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13256 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13257 fixup and integrated tests for the serialization stuff
13258
13259Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13260
13261 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13262 moved the libxml man page to section 3
13263
13264Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13265
13266 * tree.c: fix bug #72490
13267 * python/libxml.c python/libxml.py: added methods serialize()
13268 and saveTo() to all node elements.
13269
13270Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13271
13272 * xmlIO.c: closed #73430, don't read from an input source
13273 which indicated an end-of-file or an error.
13274
13275Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13276
13277 * parser.c: make sure SAX endDocument is always called as
13278 this could result in a Python memory leak otherwise (it's
13279 used to decrement ref-counting)
13280 * python/generator.py python/libxml.c python/libxml.py
13281 python/libxml2-python-api.xml python/libxml2class.txt
13282 python/tests/error.py python/tests/xpath.py: implemented
13283 the suggestions made by Gary Benson and extended the tests
13284 to match it.
13285
13286Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13287
13288 * python/generator.py: applied patch fixing #73450
13289
13290Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13291
13292 * xpath.c: fixing #61290 "namespace nodes have no parent"
13293 long standing divergence from the XPath REC. NodeSets
13294 simply hold a copy of namespace nodes and those node ->next
13295 points to the parent (which may not be the node carrying the
13296 definition).
13297 * include/libxml/xpath.h: flagged but didn't added a possible
13298 speedup
13299 * DOCBparser.c HTMLparser.c: removed some warnings from push
13300 parser due to new state being added.
13301 * tree.c: new fix from Boris Erdmann
13302 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13303 the XML Canonalization support from Aleksey Sanin
13304
13305Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13306
13307 * tree.c: patch from Boris Erdmann fixing some namespace odities
13308 with xmlCopyNode()
13309
13310Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13311
13312 * xmlIO.c: fix bug #72706 when loading a NULL entity
13313
13314Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13315
13316 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13317 actually change in a future XML Namespace revision.
13318
13319Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13320
13321 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13322 added the possibility of returning nodesets from XPath extension
13323 functions written in Python
13324
13325Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13326
13327 * python/*: commiting some Python bindings work done while travelling
13328
13329Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13330
13331 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13332 explicitely with memory debugging switched on
13333
13334Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13335
13336 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13337 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13338 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13339 the accessor generator for strings
13340 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13341 regression test.
13342
13343Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13344
13345 * python/README python/generator.py python/libxml.c python/setup.py:
13346 added the 'usual' setup.py to allow building a libxml2-python
13347 module based on the same code. The initialization is however
13348 different the 2 .so files fo libxml2 and libxslt are identical and
13349 they entry point initialize both libraries. this is done to avoid
13350 some possible nasty problem since the Python don't merge the maps
13351 of all shared modules.
13352
13353Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13354
13355 * parser.c: fixed a push/encoding bug reported by Michael
13356 on librsvg
13357
13358Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13359
13360 * include/libxml/parserInternals.h: fixes a misplaced #endif
13361
13362Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13363
13364 * parser.c valid.c: found and fixed a couple of allocation bugs
13365
13366Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13367
13368 * doc/xml.html doc/python.html doc/*: added a Python and binding
13369 page describing the current state of the Python bindings and
13370 giving pointers to the other languages wrappers.
13371
13372Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13373
13374 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13375 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13376 rebuilt the API and web site
13377 * xpath.c: fixed #71978 portability bugs
13378
13379Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13380
13381 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13382
13383Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13384
13385 * include/libxml/parserInternals.h parser.c: had to change
13386 2 internal parsing API when processing document content
13387 to check the start and end of element content are defined
13388 in the same entity
13389 * valid.c include/libxml/valid.h: attribute normalization can
13390 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13391 with the context to report it.
13392 * SAX.c: fixed the last known bugs, crazy validation constraints
13393 when a document is standalone seems correctly handled. There
13394 is a couple of open issues left which need consideration especially
13395 PE93 on external unparsed entities and standalone status.
13396 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13397 The 2 tests left failing are actually in error. Cleanup done.
13398
13399Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13400
13401 * valid.c: implemented E59 spaces in CDATA does not match the
13402 nonterminal S
13403
13404Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13405
13406 * SAX.c parser.c valid.c: more validation test fixups
13407 * check-xml-test-suite.py: added duration info for the tests
13408
13409Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13410
13411 * parser.c valid.c: a couple of errors were reported but not
13412 saved back as such in the parsing context. Down to 1% failure rate
13413 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13414
13415Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13416
13417 * xmlInternald.c: isExtender was missing a char
13418 * parser.c include/libxml/parser.h: % are acceptable in the
13419 internal subset if within a PUBLIC ID
13420
13421Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13422
13423 * SAX.c parserInternals.c valid.c: more work on the conformance
13424 suite. Took the step to finally block documents with encoding
13425 errors. It's a fatal error per the spec, people should have fixed
13426 their documents by now.
13427
13428Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13429
13430 * check-xml-test-suite.py: fixed the test script after some discussion
13431 on the semantic of TYPE="error"
13432 * Makefile.am: added the script to the distrib
13433
13434Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13435
13436 * SAX.c entities.c: fixed a couple of conformances issues deep
13437 into the validation code (standalone and undeclared Notations)
13438
13439Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13440
13441 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13442 stayed there for years !
13443
13444Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13445
13446 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13447 missing
13448
13449Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13450
13451 * check-xml-test-suite.py: improved the behaviour a bit as
13452 well as the logs
13453 * parser.c valid.c SAX.c: fixed a few more bugs
13454 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13455
13456Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13457
13458 * check-xml-test-suite.py: python script to run regression tests
13459 against the XML Test suite of W3C/OASis
13460 * SAX.c: fixed a validation bug
13461 * parser.c: fixed 3 errors pointed by the test suite
13462 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13463 * python/Makefile.am: fixed a dependendy
13464
13465Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * xmlmemory.c: avoid a warning bug #71594
13468
13469Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13470
13471 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13472 warning on alpha/Tru64
13473
13474Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13475
13476 * include/libxml/entities.h: fixing a comment
13477 * valid.c: fixing some troubles with validity check on namespaces
13478 * result/VC/NS3 test/VC/NS3: added a specific regression test
13479
13480Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13481
13482 * tree.c: Fixing #71342 serializing '\n' in attribute values
13483 * result/noent/att3 result/att3 test/att3: added a specific
13484 test.
13485
13486Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13487
13488 * python/libxml.c: couple of bug fixes
13489
13490Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13491
13492 * python/*.py: removed tabs and used spaces.
13493
13494Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13497 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13498
13499Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13500
13501 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13502 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13503
13504Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13505
13506 * include/libxml/encoding.h include/libxml/entities.h
13507 include/libxml/globals.h include/libxml/parser.h
13508 include/libxml/threads.h include/libxml/tree.h
13509 include/libxml/xmlmemory.h: trying to fix the include mess
13510
13511Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13512
13513 * include/libxml/xmlmemory.h: reverted part of the previous
13514 attempt to provide #69655, this was breaking the build.
13515
13516Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13517
13518 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13519 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13520 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13521 include/libxml/parserInternals.h include/libxml/tree.h
13522 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13523 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13524 clean.
13525 * python/libxml.c: fixed a warning.
13526
13527Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13528
13529 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13530 copying of node, merge back IDs in the target document.
13531 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13532 test/XInclude/ents/ids.xml: test case
13533 * result/VC/ElementValid4: output changed due to a typo fix
13534
13535Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13536
13537 * python/Makefile.am: seems some version of automake didn't
13538 generate the dependencies right as Jacob found out. Add
13539 an extra dependency rule.
13540
13541Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * parserInternals.c valid.c: Justin Fletcher found some parts
13544 of the code needing cleanup
13545 * libxml.spec.in python/Makefile.am python/generator.py
13546 python/libxml.c python/libxml.py: Fixed the python Makefiles
13547 corrected a bug showing up on ia64, changed the name of the
13548 python internal module too
13549
13550Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13551
13552 * Makefile.am: applied patch from Andris Pavenis for binary
13553 name suffixes
13554
13555Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13556
13557 * xmllint.c win32/win32config.h: fixing #68748
13558
13559Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13560
13561 * valid.c: fixing #70166
13562
13563Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13564
13565 * valid.c: fixing #70077
13566
13567Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13568
13569 * Copyright Makefile.am README configure.in libxml.spec.in:
13570 Changed to the MIT Licence
13571 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13572 doc/xmlio.html: updated the doc accordingly
13573 * include/libxml/xmlwin32version.h configure.in: preparing
13574 2.4.14 release
13575 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13576 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13577 fixed the const xmlChar * wrapper and generator, XPath extension
13578 functions now use the context as first argument
13579 * python/tests/tstxpath.py python/tests/xpath.py
13580 python/tests/xpathext.py: Updated the tests accordingly
13581 * tree.c: fixed bug #70067
13582
13583Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13584
13585 * Makefile.am: cleanup
13586 * debugXML.c: always use stdout if output is NULL
13587 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13588 * python/Makefile.am python/generator.py python/libxml2class.txt
13589 python/libxml_wrap.h python/types.c: augmented the number of bindings
13590 handling FILE * and XPath contexts
13591 * python/tests/Makefile.am: avoid a stupid problem due to the
13592 use of TEST.
13593
13594Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13595
13596 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13597
13598Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13599
13600 * python/TODO python/libxml.c: cleanup the extension function lookup
13601 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13602
13603Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13604
13605 * configure.in python/Makefile.am: do not install outside
13606 of prefix
13607
13608Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13609
13610 * python/TODO python/libxml.c: started adding SAX interfaces
13611 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13612 SAX test
13613
13614Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13615
13616 * tree.c: hardened the addChild function
13617 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13618 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13619 added accessors needed for xmlNode, a bit more testing and
13620 extension of interfaces
13621 * python/tests/Makefile.am python/tests/build.py: added a test
13622 build from scratch/save/load/check
13623
13624Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13625
13626 * parserInternals.c: change a small bit in the way valididy
13627 error messages get initialized
13628 * python/TODO python/libxml.c python/libxml2-python-api.xml
13629 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13630 added some memory debugging to track leaks at the libxml2 level
13631 * python/tests/*.py: changed all tests to check for leaks,
13632 there is just one left in XPath extension registrations.
13633
13634Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13635
13636 * python/TODO python/generator.py python/libxml2-python-api.xml
13637 python/libxml2class.txt: more accessor classes for the parser
13638 context, allow to switch on and check validity
13639 * python/tests/Makefile.am python/tests/error.py
13640 python/tests/invalid.xml python/tests/valid.xml
13641 python/tests/validate.py: attded more test and and added error.py
13642 which I forgot to commit in the last step
13643
13644Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13645
13646 * python/Makefile.am python/types.c: cleanup
13647 * python/libxml.c python/libxml.py python/libxml_wrap.h
13648 python/generator.py python/libxml2-python-api.xml
13649 python/libxml2class.txt: added class for parser context, added
13650 first cut for push mode support. Added a framework to generate
13651 accessors functions.
13652 * python/tests/Makefile.am python/tests/push.py: added a push
13653 test
13654
13655Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13656
13657 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13658 bug a bit of cleanup.
13659
13660Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13661
13662 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13663 python/libxml2class.txt: adding error redirections and preformat
13664 to a python handler
13665 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13666 tests self checking
13667
13668Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13669
13670 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13671 a function
13672
13673Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13674
13675 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13676 python/libxml.c python/libxml2-python-api.xml
13677 python/libxml2class.txt: Progressing through the TODOs, class
13678 description output, extra XML API, RPM now builds the wrappers
13679 for all python installed versions
13680
13681Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * configure.in libxml.spec.in python/Makefile.am python/TODO
13684 python/generator.py python/libxml2class.txt: added more informations
13685 in the libxml2-python package including docs. Slightly changed
13686 the class hierarchy
13687 * python/tests/*: added basic regression tests infrastructure too
13688
13689Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13690
13691 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13692 added libxml2-python as part of the packages installed
13693
13694Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13695
13696 * python/Makefile.am python/generator.py python/libxml.c
13697 python/libxml.py: more work, now able to extend the
13698 XPath interpreter with functions written in python.
13699
13700Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13701
13702 * python/Makefile.am: Jacob sent a patch to allow building from
13703 tarfile.
13704
13705Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13706
13707 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13708 inserted the python wrappers build, I hope this won't be too
13709 unportable
13710
13711Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13712
13713 * xpath.c: minor optimization
13714 * python/generator.py python/libxml.c python/libxml.py
13715 python/libxml_wrap.h: more work on the python bindings,
13716 they now support XPath and there is no evident leak
13717
13718Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13719
13720 * python/generator.py python/libxml.c python/libxml.py:
13721 more work on the python bindings generator.
13722
13723Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13724
13725 * python/generator.py python/libxml.c python/libxml_wrap.h:
13726 more work on the python bindings.
13727
13728Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13729
13730 * python/generator.py python/libxml.c python/libxml.py
13731 python/libxml_wrap.h: commited early version of a python binding
13732 for private use only ATM
13733
13734Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13735
13736 * entities.c tree.c include/libxml/entities.h: applied patch
13737 from Anthony Jones to implement copy of DTD subtree too. Had
13738 just to keep 2 function private which really ought to become
13739 public ones.
13740
13741Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13742
13743 * xmllint.c: added pointers to the web pages in the usage()
13744
13745Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13746
13747 * tree.c: more fixes from Petr Kozelka for attribute handling
13748 in the tree API to align the semantic with DOM.
13749
13750Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13751
13752 * valid.c tree.c entities.c: another set of patches from
13753 Anthony Jones for copy operations cleanup and robustness
13754
13755Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13756
13757 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13758 an alphabetic index based on comments content
13759 * doc/*: rebuilt the web site with the new references
13760
13761Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13762
13763 * parserInternals.h: Greg Sjaardema suggested to use an
13764 eponential buffer groth policy in xmlParserAddNodeInfo()
13765
13766Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13767
13768 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13769 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13770 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13771 to generate cross-references, and added/updated the stylesheets
13772 to generate and link API indexes. The generic keyword index
13773 is not done yet.
13774 * doc/*.html: regenerated all the usual docs too
13775
13776Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13777
13778 * debugXML.c: added an xpath function to the shell for T. V. Raman
13779
13780Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13781
13782 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13783 debug routines.
13784
13785Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13786
13787 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13788 support of attribute nodes
13789
13790Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13791
13792 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13793 hopefully near complete and fully documented of the API in XML
13794 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13795 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13796 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13797 include/libxml/parserInternals.h include/libxml/valid.hi
13798 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13799 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13800 include/libxml/xpath.h include/libxml/xpathInternals.h:
13801 Cleaned up the doc comments a lot in the process, the interface
13802 coverage is now 100%
13803
13804Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13805
13806 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13807 extracts comments from the gtk-doc DocBook output (a bit
13808 convoluted but seems to work).
13809
13810Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13811
13812 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13813 added an XML description of the API, moved the script generating
13814 it here. Added a "make api" target
13815
13816Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13817
13818 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
13819
13820Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13821
13822 * xpath.c include/libxml/xpathInternals.h: the change made to
13823 xmlXPathFuncLookupFunc was incompatible roll it back
13824
13825Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13826
13827 * SAX.c: cleanup patch from Anthony Jones
13828 * doc/Makefile.am: fix the headers to avoid in make scan
13829 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
13830 includes, * vs Ptr and general cleanup
13831 * parsedecl.py: first version of a script to extract the
13832 module interfaces, the goal will be to provide .decl or XML
13833 specification of the interfaces to build wrappers.
13834
13835Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13836
13837 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
13838 now provides return codes in case of errors
13839
13840Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
13841
13842 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
13843 Upgraded to trio baseline 1.6
13844 * strio.h strio.c: Replaced by triostr.h and triostr.c
13845
13846Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13847
13848 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
13849 of strdup usage in the code
13850
13851Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13852
13853 * parser.c error.c: Keith Isdale complained rightly that
13854 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
13855
13856Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13857
13858 * tree.c: fixed the funxtion to set the xml: attributes
13859 * debugXML.c: added "setbase" to test it.
13860
13861Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13862
13863 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
13864 to allow updating an attribute content
13865
13866Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13867
13868 * libxml.h: try to avoid problems when compiling on Windows
13869
13870Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13871
13872 * hash.c: patch from Anthony Jones for hash.c allocation size
13873 * Makefile.am: trying to work around Yet Another Libtool Madness
13874 and build the 2.4.13 release finally ...
13875
13876Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13877
13878 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
13879 * doc/* : update of the documentation
13880
13881Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13882
13883 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
13884 at fixing #61290 :-(
13885
13886Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13887
13888 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
13889 Fixes bug #67229
13890
13891Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13892
13893 * tree.c: trying to avoid troubles when a subtree is copied
13894 and coalesced in part with the target tree. Should fix
13895 bug #67407
13896
13897Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13898
13899 * valid.c: fixed validation of attributes content of type
13900 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
13901 values, very old bug. Fixes #67671
13902
13903Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13904
13905 * parser.c include/libxml/parserInternals.h tree.c: integrated
13906 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
13907 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
13908
13909Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13910
13911 * threads.c: applied Serguei Narojnyi's patch to add native
13912 thread support on the Win32 platform
13913 * testThreadsWin32.c Makefile.am: added the test program also
13914 from Serguei, Win32 specific
13915 * include/win32config.h include/libxml/xmlwin32version.h.in:
13916 added patch from Igor for the Windows thread specific defines.
13917
13918Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13919
13920 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
13921
13922Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13923
13924 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
13925 output page into XMLinfo.html. Close bug #66951 and
13926 raised by Robert Collins too.
13927
13928Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
13929
13930 * encoding.c: Paul Keogh pointed out a possibility of segfault
13931 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
13932 Closes bug # 68238
13933
13934Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
13935
13936 * doc/*.html: updated the Gdome2 links
13937
13938Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13939
13940 * libxml.h: Applied following patches from Robert Collins
13941 and make sure IN_LIBXML is defined when compiling it
13942 -------
13943 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
13944 as well as Visual C.
13945 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13946 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13947 * strio.c (PLATFORM_UNIX): Define for Cygwin.
13948 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
13949 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
13950 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
13951 xmlSysIDExists xmlNoNetExists).
13952 * xmllint.c: Don't include winsock2.h for Cygwin.
13953
13954Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13955
13956 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
13957 when the version info is not present.
13958
13959Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13960
13961 * tree.c: Anthony Jones pointed out a problem in
13962 xmlStringGetNodeList() and provided a fix for it
13963
13964Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13965
13966 * parser.c: patch from Frank J Franklin to remove a bug in
13967 xmlCreatePushParserCtxt() when the initial buffer passed
13968 is large.
13969
13970Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13971
13972 * win32/*: big cleanup of the Windows/MSVC project files
13973 from Igor Zlatkovic
13974
13975Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13976
13977 * doc/Makefile.am: should fix #67674 and avoid troubles if
13978 xsltproc is not available or fails in the prefix provided
13979
13980Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
13981
13982 * xmlmemory.c: one more doc patch from Charlie Bozeman.
13983
13984Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13985
13986 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
13987 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
13988 Fixed a few other problems raised by Charlie Bozeman.
13989 * result/VC/ElementValid[5-7]: fixed the output
13990
13991Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13992
13993 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
13994 patches from Charlie Bozeman. Regenerated the HTML docs.
13995
13996Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
13997
13998 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
13999 for Windows from Igor
14000
14001Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14002
14003 * xmllint.c: applied Justin Fletcher patch for --output or -o
14004
14005Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14006
14007 * win32/libxml2/libxml2.def.src: close #67019
14008
14009Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14010
14011 * xmllint.c: applied Justin Fletcher generic timing patch
14012 similar to the one already applied to xsltproc.
14013
14014Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14015
14016 * include/libxml/tree.h tree.c: applied documentation patches
14017 from Charlie Bozeman
14018
14019Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14020
14021 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14022
14023Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14024
14025 * valid.c: fix the xmlStrdup() used in the previous patch.
14026 * valid.c: added --dropdtd
14027 * tree.c: fixed xmlUnlinkNode so it also removes the references
14028 from the document if the node is a DTD
14029
14030Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14031
14032 * HTMLtree.c valid.c: cleanup some static declarations
14033
14034Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14035
14036 * xmllint.c: removed another strdup()
14037 * doc/FAQ: removed the HP/UX entry
14038
14039Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14040
14041 * valid.c: fix bug #66816 when validating.
14042 * xmllint.c: don't use sys/time.h if configure did not found it
14043
14044Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14045
14046 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14047 xmlcatalog_man.xml
14048
14049Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14050
14051 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14052 xmlInitMemory() was declared twice
14053
14054Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14055
14056 * globals.c: do not reference strdup() !
14057 * configure.in libxml-2.0.pc.in: trying to fix the libs
14058 of the various config extraction modules
14059
14060Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14061
14062 * configure.in : preparing 2.4.12
14063 * doc/* : updated and rebuilt the docs
14064
14065Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14066
14067 * uri.c: closed bug #66159
14068 * testURI.c: added --escape option
14069 * configure.in: some cleanup for xml2-config --cflags
14070
14071Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14072
14073 * globals.c testThreads.c: removed some misplaced includes
14074 of xmlversion.h
14075
14076Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14077
14078 * threads.c: patch from Gary Pennington fixing a possible
14079 problem at initialization time.
14080
14081Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14082
14083 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14084 Eric Lavigne contribution to build libxml2 on MacOS using
14085 CodeWarrior.
14086
14087Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14088
14089 * xmllint.c: applied Geert Kloosterman's patch to fix
14090 --repeat --timing output
14091
14092Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14093
14094 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14095 where non-wellformed XML declaractions were not detected.
14096
14097Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14098
14099 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14100
14101Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14102
14103 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14104 gets reset by xmlCleanupInputCallbacks() and this makes the
14105 function useless. Same for output.
14106
14107Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14108
14109 * xmlIO.c: robert pointed out a loop error in callback cleanups
14110
14111Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14112
14113 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14114 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14115 they are not really tied to debugging
14116
14117Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14118
14119 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14120 * xmllint.c: better --catalogs description
14121
14122Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14123
14124 * tree.c: fixed a couple of problems in xmlSetProp()
14125
14126Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14127
14128 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14129 unappropriate stdout output.
14130
14131Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14132
14133 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14134 by Denis Beurive, closes #65111
14135
14136Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14137
14138 * valid.c: in case of content model validity error, don't
14139 print it if validity warnings were not requested.
14140
14141Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14142
14143 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14144 * parserInternals.c: removed the last exit() call. Print an
14145 unmaskable error on stderr instead (library mismatch detection)
14146
14147Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14148
14149 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14150 shell instructions from Heiko Rupp
14151
14152Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14153
14154 * catalog.c: use the URL notation file:// for default catalog paths
14155
14156Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14157
14158 * include/libxml/tree.h: better comments for _private fields
14159 * tree.c: removed a problem when copying an entity reference.
14160
14161Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14162
14163 * vms/*: updated instructions and diffs from John A Fotheringham
14164
14165Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14166
14167 * include/libxml/xmlerror.h: avoid an include problem if
14168 #include <libxml/xmlerror.h> happens first in code
14169 seems to be the case in KDE libs
14170
14171Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14172
14173 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14174 from Igor for Windows
14175
14176Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14177
14178 * Makefile.am: Gary Pennington pointed out a missing prefix
14179
14180Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14181
14182 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14183 * doc/*: upgraded and rebuilt the docs
14184
14185Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14186
14187 * HTMLparser.c: fix comment in scripts element parsing.
14188 * result/HTML/doc3*: updated the results.
14189
14190Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14191
14192 * uri.c: another URI bug fix #63336, using Joel Young patch.
14193
14194Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14195
14196 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14197 a cleaned up version of the Pwd shell string generation.
14198
14199Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14200
14201 * valid.c include/libxml/tree.h: trying to fix namespaces +
14202 validation problems for good, closing #63619 in the process
14203 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14204 wrong in this respect, fixed it.
14205
14206Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14207
14208 * xmllint.c: Morus Walter patch to allow --format and --encode
14209
14210Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14211
14212 * debugXML.c: Stefan Kost provided an help command for the shell
14213
14214Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14215
14216 * debugXML.c: Heiko Rupp pointed that the shell would crash
14217 on empty nodesets returns.
14218
14219Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14220
14221 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14222 migh need the history libraries
14223
14224Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14225
14226 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14227 handle the case of < in quoted attributes, Bastian Kleineidam
14228
14229Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14230
14231 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14232 fixing catalog breakages
14233 * Makefile.am catalog.c result/catalogs/catal
14234 result/catalogs/mycatalog.* test/catalogs/catal*:
14235 fixed more problems in catalog support, added more regression tests
14236 for both XML and SGML catalog handling
14237
14238Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14239
14240 * debugXML.c: applied an improvement to xmlGetLineNo() from
14241 Keith Isdale
14242
14243Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14244
14245 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14246 Side effect of the progressive catalog loading
14247
14248Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14249
14250 * Makefile.am: confexecdir and confexec_DATA were defined twice
14251 pointed out by Karl Eichwalder
14252
14253Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14254
14255 * xmlcatalog.c: avoid unlink() and use remove() instead.
14256
14257Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14258
14259 * libxml.spec.in: cleanup
14260 * include/libxml/xmlwin32version.h: updated with 2.4.8
14261
14262Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14263
14264 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14265 of compiling libxml with a non standard set of options
14266
14267Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14268
14269 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14270 document --sgml option, fixing gnome bugzilla #63382
14271
14272Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14273
14274 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14275 breakage of 2.4.7, added a couple of really needed APIs
14276 like xmlCatalogIsEmpty() and xmlNewCatalog()
14277 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14278 for install-catalog
14279 * configure.in: preparing 2.4.8
14280
14281Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14282
14283 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14284 include/libxml/tree.h include/libxml/xmlIO.h: more include
14285 cleanups, export cleanly one html output + format function.
14286
14287Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14288
14289 * parser.c: removed initGenericErrorDefaultFunc call from
14290 xmlInitParser() since it could destroy previous calls to
14291 xsltSetGenericErrorFunc() effects
14292
14293Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14294
14295 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14296 keyword.
14297
14298Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14299
14300 * Makefile.am: cleanup
14301 * threads.c: cleanup too
14302 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14303 from xsltproc
14304 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14305 dependency loop.
14306
14307Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14308
14309 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14310 was not used anymore !
14311
14312Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14313
14314 * configure.in: preparing 2.4.7
14315 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14316 manual page from John
14317 * doc/*: updated the doc and rebuilt the generated pages
14318
14319Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14320
14321 * xmlIO.c: closing bug #62711, the library should never
14322 close stdin or stdout.
14323
14324Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14325
14326 * uri.c: second pass at fixing #63336, using Joel Young
14327 final patch. looks okay.
14328
14329Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14330
14331 * uri.c include/libxml/uri.h: trying to clear #63336
14332 allowing the escaping routine to parse unconformant
14333 URI-References.
14334
14335Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14336
14337 * vms/readme.vms vms/build_libxml.com nanoftp.c
14338 include/libxml/xmlversion.h.in: a few VMS updates from
14339 John A Fotheringham
14340 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14341 and xmlCleanupOutputCallbacks() for the Perl binding people.
14342
14343Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14344
14345 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14346 apply fixes to close #63271 and avoid segfaults when
14347 the error routine gets callbed before xmlInitParser()
14348 get called.
14349 * nanoftp.c error.c: Applied patches from Justin Fletcher
14350 correcting some xmlGenericError misuses.
14351
14352Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14353
14354 *doc/xmllint.xml, doc/xmllint.1
14355 New and improved man page for xmllint - .xml is the original, .1
14356 is the generated man page
14357
14358Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14359
14360 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14361 the web site from the main HTML document.
14362
14363Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14364
14365 * parser.c: fixed an erroneous validation bug when PE refs
14366 occurs in external parsed entities referenced from the
14367 internals subset
14368 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14369 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14370 added the associated testcase, it's a nice one.
14371 * HTMLparser.c: generate the DTD node as HTML still ...
14372 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14373
14374Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14375
14376 * HTMLparser.c: fixed a bug in htmlNewDoc()
14377
14378Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14379
14380 * test/threads/*: added entities testing to the Thread test
14381 * testThreads.c: make the test reasonable
14382 * DOCBparser.c: fix the DTD public and system ID
14383 * xmllint.c: added --sgml for SGML DocBook importing
14384 * Makefile.am: added Docbtests target
14385
14386Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14387
14388 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14389 * testThreads.c: removed bogus include
14390
14391Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14392
14393 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14394 fixed a very serious (looping) validation bug
14395
14396Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14397
14398 * include/libxml/globals.h include/libxml/threads.h threads.c
14399 testThreads.c: far more testing, cleaning up bugs
14400 * *.c : make sure globals.h is always included.
14401
14402Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14403
14404 * HTMLparser.c: try to get rid of parser loops for good.
14405
14406Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14407
14408 * configure.in: fixed some bugs in CFLAGS passing.
14409 * test/threads Makefile.am testThreads.c: added a specific
14410 threaded test case (really nasty, guaranteed).
14411
14412Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14413
14414 * catalog.c: serious cleanup on the management of the
14415 XML catalog tree, more tests done, especially with
14416 the catalog PI.
14417
14418Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14419
14420 * catalog.c: avoid a problem in catalog cleanup on SMP if
14421 catalogs were not initialized.
14422
14423Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14424
14425 * catalog.c xpath.c: trying to cleanup the not thread safe
14426 parts of the library.
14427
14428Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14429
14430 * include/libxml/globals.h configure.in global.data: make
14431 the allocation be per-thread a configure option
14432 * encoding.c include/libxml/parser.h: fixed compilation
14433 errors
14434
14435Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14436
14437 * include/libxml/parser.h: Norm reported that a few lines
14438 added were breaking libxslt compile, removed them for now
14439
14440Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14441
14442 * parser.c parserInternals.c threads.c: debugged and fixed
14443 initialization problems which were giving troubles on SMP
14444 boxes.
14445
14446Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14447
14448 * include/libxml/Makefile.am: missing globals.h
14449
14450Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14451
14452 * globals.c: added a couple of standard includes.
14453
14454Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14455
14456 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14457 include/libxml/parserInternals.h include/libxml/tree.h
14458 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14459 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14460 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14461 Applied the last patches from Gary, cleanup, activated threading
14462 all user accessible global variables are now handled in globals.[ch]
14463 Still a bit rought but make tests passes with either
14464 --with-threads defined at configure time or not.
14465 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14466 linking options
14467
14468Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14469
14470 * Makefile.am include/libxml/Makefile.am
14471 include/libxml/globals.h globals.c include/libxml/threads.h
14472 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14473 configure.in: started integrating the core of the thread support
14474 not activated yet but half integrated. The code should still
14475 compile and work anyway.
14476
14477Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14478
14479 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14480 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14481 integrating the non-controversial parts of Gary Pennington
14482 multithread patches
14483 * catalog.c: corrected a small bug introduced
14484
14485Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14486
14487 * catalog.c include/libxml/catalog.h: very serious cleanup,
14488 isolating unportable code and as much as possible the accesses
14489 to the global shared catalog. May need more testing !
14490
14491Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14492
14493 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14494 Keith Isdale patches for the XSLT debugger interfaces. Some
14495 cleanup
14496
14497Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14498
14499 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14500 * DOCBparser.c: generate line nubers in elements
14501
14502Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14503
14504 * configure.in: preparing 2.4.6 release
14505 * doc/xml.html doc/html/*: updated and rebuilt the docs
14506 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14507
14508Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14509
14510 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14511 adding documentation for DV's supercatalog support
14512
14513Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14514
14515 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14516 super catalog support adding one API and one flag --sgml to
14517 xmlcatalog
14518
14519Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14520
14521 * doc/xmlcatalog_man.xml, xmlcatalog.1
14522 One more crack at
14523 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14524
14525Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14526
14527 * xpath.c: implemented xmlXPathObjectCopy for external objects
14528 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14529
14530Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14531
14532 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14533 finishing up fix to
14534 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14535 the xmlcatalog man page display more elegantly
14536
14537Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14538
14539 * configure.in: closing bug #61832
14540 * HTMLparser.c: removed a warning
14541
14542Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14543
14544 * xpath.c: fixing #61673 part I, do not loose doc information
14545 when copying result value trees.
14546
14547Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14548
14549 * xpath.c: trying to harden the XPath interpreter
14550
14551Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14552
14553 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14554 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14555
14556Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14557
14558 * HTMLparser: repaired another loop problem
14559
14560Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14561
14562 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14563 parsing.
14564 * xpath.c: fix bug #61291 the default XML namespace node is
14565 missing from the namespace axis.
14566 * tree.c: refuse to create namespaces nodes with prefix "xml"
14567
14568Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14569
14570 * SAX.c: ouch a non-defined namespace could lead to a crash,
14571 fixed #61215
14572
14573Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14574
14575 * parserInternals.c: closed bug #61054
14576
14577Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14578
14579 * include/libxml/Makefile.am: closing #60708
14580
14581Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14582
14583 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14584 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14585
14586Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14587
14588 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14589
14590Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14591
14592 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14593 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14594
14595Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14596
14597 * catalog.c: Justin Fletcher provided cleaup code in case
14598 HAVE_STAT is not defined
14599 * include/win32config.h: Igor Zlatkovic suggested to have
14600 HAVE_STAT defined there
14601
14602Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14603
14604 * catalog.c - fixed typing error reported by M. Barros
14605
14606Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14607
14608 * xmllint.c - fixing typo
14609
14610Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14611
14612 * HTMLparser.c: small enhancement to prevent loop on
14613 unrecognizable data
14614
14615Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14616
14617 * parserInternals.c: applying patch from bug #60757 this
14618 should close it
14619
14620Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14621
14622 * catalog.c xmlcatalog.c: removed a couple of warning
14623 * xpath.c: try to solve the linking problem on platforms
14624 needing trio to compile
14625
14626Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14627
14628 * Makefile.am libxml.spec.in: backing up non-documented changes
14629 commited without review or aproval by Jens Finke <jens@gnome.org>
14630 * HACKING: made 100% clear that no commit should be done directly
14631
14632Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14633
14634 * configure.in: Joe Orton provided a patch fixing a problem
14635 when iconv is specified to be in a non-standard directory
14636 but wasn't exported in xml2-config --cflags
14637
14638Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14639
14640 * configure.in: let's ship 2.4.5 before getting too much
14641 troubles with 2.4.4 errors.
14642
14643Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14644
14645 * encoding.c entities.c: do not output hexadecimal charrefs
14646 when serializing HTML since some version of Netscape can't
14647 grok it, generate decimal ones.
14648 * result/HTML/doc3.htm: output changed due to previous test
14649 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14650
14651Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14652
14653 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14654 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14655
14656Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14657 Released 2.4.4
14658
14659 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14660 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14661 updated the configuration scripts systems accordingly
14662
14663Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14664
14665 * configure.in: preparing for 2.4.4
14666 * doc/xml.html doc/html/*: updated and rebuilt the docs
14667
14668Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14669
14670 * win32/dsp/libxml2.def.src: tried to incorporate comments
14671 from bug #59220
14672
14673Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14674
14675 * parser.c result/noent/wml.xml: fixed bug #59981 related
14676 to handling of '&' in attributes when entities are substitued
14677
14678Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14679
14680 * libxml.h include/libxml/xmlversion.h.in
14681 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14682 Tried to close bug #60131
14683
14684Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14685
14686 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14687
14688Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14689
14690 * SAX.c: fixing bug #59946 on xmlns=""
14691
14692Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14693
14694 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14695 but allocates a new error code.
14696
14697Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14698
14699 * xmllint.c: John Fleck fixed typos in the options output
14700 * parser.c SAX.c: fix ignorable white space SAX selection
14701
14702Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14703
14704 * entities.c: Steve Underwood found the possibility of an
14705 ininite loop in case of error.
14706
14707Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14708
14709 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14710
14711Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14712
14713 * parser.c: warn if version is not 1.0 but it's not
14714 strictly speaking an error after analyzing the spec
14715
14716Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14717
14718 *doc/catalog.html - add link to the html version of the
14719 man page, other linguistic cleanups
14720
14721Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14722
14723 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14724 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14725 file, has not yet been included in the build.
14726
14727Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14728
14729 * catalog.c: removed a duplicate affectation Justin Fletcher
14730
14731Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14732
14733 * tree.c: Armin Sander pointed a possible text coalescing
14734 problem, completed his patch.
14735
14736Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14737
14738 * trionan.c: Fixed const and volatile re-definition problem
14739
14740Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14741
14742 * libxml.4 parser.c: doc updates from Heiko Rupp
14743 * parserInternals.c: 2 sanity checks from Heiko Rupp
14744
14745Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14746
14747 * tree.c: applied patch from Armin Sander to make some pointers
14748 const in xmlCopyNode()
14749 * include/libxml/tree.h: added fix to the header
14750
14751Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14752
14753 * xpath.c: hum, restrict the integer usage gcc bug workaround
14754 to only gcc compilers so that other architecture don't get
14755 penalized by this limitation.
14756 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14757
14758Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14759
14760 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14761 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14762
14763Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14764
14765 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14766 --convert option to xmlcatalog to convert SGML ones to
14767 the XML syntax.
14768 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14769
14770 2.4.3 got released at that point
14771Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14772
14773 * catalog.c xmlIO.c: started some serious testing and fixed
14774 a few bug and optmization needs.
14775
14776Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14777
14778 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14779 preparing for a 2.4.3 release even if it may not be ready yet
14780 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14781 all file parsing lookup to go through the entity resolver, add
14782 to add an API to bypass it (needed to load catalogs themselves),
14783 some cleanup on the catalog code too.
14784 * nanoftp.c: small cleanup
14785 * doc/catalog.html: small update
14786
14787Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14788
14789 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14790 Jun Kuriyama
14791
14792Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14793
14794 * doc/catalog.html: finished the catalog documentation
14795
14796Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14797
14798 * doc/catalog.html doc/xml.html: added documentation about
14799 Catalog support, misses an API description
14800 * doc/html/*: reextracted the API pages
14801
14802Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14803
14804 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14805 Added the part about section 7.2 on URI resolution,
14806 fixed a side effect in the HTML parser, look complete
14807 and ready to rock except the URI/SystemID part!
14808
14809Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14810
14811 * include/libxml/catalog.h include/libxml/parser.h
14812 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14813 xmlIO.c: added support and APIs needed for the catalog PI
14814 * include/libxml/xmlIO.h: cleanup
14815
14816Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14817
14818 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
14819 include/libxml/catalog.h: starts to look okay, really
14820 plugged the new framework, cleaned a lot of stuff,
14821 added some APIs, except the PI's support missing this
14822 should be mostly complete
14823 * result/catalogs/* test/catalogs/*: added new test, enriched
14824 the existing one with URN ID tests
14825
14826Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14827
14828 * catalog.c: fixed nextCatalog
14829 * result/catalogs/docbook test/catalogs/*: started adding
14830 a small regression test
14831
14832Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
14833
14834 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
14835 more work on the XML catalog support.
14836 * parser.c include/libxml/parser.h: small cleanup seems using
14837 list as a public parameter name can give portability troubles
14838 * trionan.c trionan.h xpath.c include/libxml/trionan.h
14839 include/libxml/xpath.h include/libxml/Makefile.am: removed
14840 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
14841 wrappers
14842
14843Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14844
14845 * Makefile.am trio.c triodef.h trionan.c xpath.c
14846 include/libxml/Makefile.am include/libxml/trionan.h:
14847 Re-worked Not-A-Number and Infinity support.
14848 * xmlcatalog.c: added readline include files
14849
14850Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14851
14852 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
14853 testCatalog as xmlcatalog, making it an installed app
14854 adding a shell, and preparing it to be a /etc/xml/catalog
14855 management tool, though not ready yet
14856 * catalog.c include/libxml/catalog.h: adding support for
14857 XML Catalogs http://www.oasis-open.org/committees/entity/
14858 not finished, there is some interesting tradeoffs and a
14859 few open questions left.
14860
14861Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
14862
14863 * xmllint.c: fixed a line formatting problem
14864
14865Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14866
14867 * SAX.c: removed a couple of unused variable (Albert Chin)
14868
14869Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14870
14871 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
14872 trying to fix some troubles w.r.t. function returning
14873 const xxxPtr.
14874
14875Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14876
14877 * win32/dsp/libxml2.def.src: another set of symbols conditionally
14878 defined
14879
14880Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14881
14882 * xpointer.c: removed unused var
14883
14884Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14885
14886 * testXPath.c: another small cleanup closing bug #59110
14887
14888Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14889
14890 * win32/dsp/libxml2.def.src: small cleanup closing bug
14891 #59108
14892
14893Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14894
14895 * example/gjobread.c: add xmlCleanupParser() before leaving
14896
14897Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
14898
14899 * config.h.in configure.in include/libxml/xmlwin32version.h:
14900 released 2.4.2
14901
14902Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
14903
14904 * include/libxml/valid.h debugXML.c valid.c: deprecate
14905 the non-boundchecking Sprintf functions, add Snprintf
14906 this should close bug #57984
14907
14908Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
14909
14910 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
14911 URIs before doing the lookups (pointed by Mark Vakoc)
14912
14913Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14914
14915 * xpath.c: serious changes on Result Value Trees and NodeSets
14916 w.r.t. deallocation and collect operations. Probably not
14917 100% clean (merge of allocated trees smells like a problem).
14918 Seems sufficient to close #58943
14919
14920Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14921
14922 * xmllint.c: adding a --format option
14923
14924Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
14925
14926 * xpath.c: count() was broken on Result Value Tree
14927 * xmlIO.c: fixed file:/// accesses on _WIN32
14928
14929Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14930
14931 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
14932 macro was renamed, this should close bug #58683
14933
14934Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14935
14936 * SAX.c: small fix fixing bug #58539 reported by coolo, in
14937 entity substitution mode text at the end of the entity might
14938 be added due to text coalescing.
14939 * nanoftp.c parser.c: small cleanup
14940
14941Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14942
14943 * HACKING: added John Fleck right to commit in the doc subdir
14944
14945Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14946
14947 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
14948 allow to inherit attributes from the DTD directly in the
14949 tree, this is needed for XPath and can be a useful feature.
14950 Inherited namespaces are always provided at the tree level now
14951 * test/defattr* result/defattr* result/noent/defattr*: added a couple
14952 of tests for this feature (XSLT being the prime user).
14953
14954Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14955
14956 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
14957 testSAX.c xmlIO.c xmllint.c include/win32config.h
14958 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
14959 include/libxml/xmlwin32version.h.in win32/README.MSDev
14960 win32/dsp/*: applied Win32 Facelift No.2 patches from
14961 Igor Zlatkovic for Windows/MSC
14962
14963Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
14964
14965 * SAX.c: unparsedEntityDecl() the URI computation of the
14966 entity wasn't done breaking XSLT unparsed-entity-uri()
14967
14968Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
14969
14970 * xpath.c: fixed a bug when walking the descendants and
14971 the current node has no children
14972 * debugXML.c: show up when a text node is supposed to not be escaped
14973
14974Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14975
14976 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
14977 worked like the set:leading() function)
14978 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
14979
14980Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14981
14982 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
14983
14984Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14985
14986 * include/libxml/xmlIO.h: apply change to close #58141
14987 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
14988
14989Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14990
14991 * parser.c: when the internal subset uses a PE, then the
14992 included entity can use conditional sections.
14993
14994Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14995
14996 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
14997 when walking the namespace axis showing up in
14998 libxst/tests/general/bug-12
14999 * xmlmemory.c: added the possibility to trace a given block
15000 defined by its address
15001
15002Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15003
15004 * parser.c: don't override existing encoding specified before
15005 starting xmlParseDocument()
15006
15007Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15008
15009 * include/libxml/xmlwin32version.h: reinserted, needed for
15010 Windows users of CVS
15011
150122001-07-27 Darin Adler <darin@bentspoon.com>
15013
15014 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15015 * testCatalog.c: Add include of <libxml/parser.h>.
15016
150172001-07-27 Darin Adler <darin@bentspoon.com>
15018
15019 * include/libxml/.cvsignore:
15020 * include/libxml/xmlwin32version.h:
15021 Remove this file from CVS because it's generated.
15022
15023Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15024
15025 * parser.c include/libxml/parser.h: applied const patches from
15026 Tom Moog #58002
15027
15028Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15029
15030 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15031 lookup framework
15032
15033Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15034
15035 * tree.c: fixed xmlCopyNode() for documents
15036
15037Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15038
15039 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15040
15041Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15042
15043 * parser.c: fixes bug #57652 reported by Morus Walter
15044
15045Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15046
15047 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15048
15049Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15050
15051 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15052 errors, lesson don't add new functions at 1am before a release
15053 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15054 from XPath initialization when possible.
15055
15056Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15057
15058 * result/scripts/base*: removing history/readline changed
15059 this slightly
15060 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15061 xmllint.c: make element content line number generation
15062 optionnal to avoid breaking old apps added interface to switch
15063
15064Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15065
15066 * configure.in: get rid of the readline and libhistory
15067 dependencies by default, release 2.4.1 with IA64 fix
15068 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15069 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15070 John Kroll fixes to allow saving to HTTP via PUT (or
15071 POST of needed).
15072 * doc/html/*.html: regenerated the docs
15073
15074Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15075
15076 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15077 xmlHashScanFull and xmlHashScannFull3 to get passed the
15078 three keys as arguments to the callback function
15079
15080Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15081
15082 * configure.in Makefile.am: removed libxml softlink for good
15083 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15084 100% coverage by gtk-doc
15085
15086Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15087
15088 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15089 fixed serious troubles due to size_t vs. int mismatch
15090
15091Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15092
15093 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15094
15095Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15096
15097 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15098 convenient extension API for value and context managing
15099 Now handles external objects through xmlXPathPopExternal,
15100 xmlXPathWrapExternal and xmlXPathReturnExternal.
15101 Added functions for sets operations (intersection, etc.)
15102
15103Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15104
15105 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15106 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15107 HTMLparser.c: cleanup of global variables, marking some
15108 const or private.
15109
15110Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15111
15112 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15113 fixed xmlXPathNodeSetItem when passing index=0
15114
15115Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15116
15117 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15118
15119Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15120
15121 * xmllint.c: fixed compilation under Cygwin #57503
15122 * TODO: update
15123
151242001-07-13 Peter Williams <peterw@ximian.com>
15125
15126 * config.h.in: add #undef HAVE_DLFCN_H
15127
15128 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15129 builddir.
15130
15131Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15132
15133 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15134 raised by #57348 and #57381
15135
15136Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15137
15138 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15139 tree.c xpointer.c: store the line numbder in element->content,
15140 may break some software, need a configuration mechanism
15141
151422001-07-10 Darin Adler <darin@bentspoon.com>
15143
15144 * .cvsignore:
15145 * example/.cvsignore:
15146 * include/.cvsignore:
15147 * include/libxml/.cvsignore:
15148 Various things that are generated and should be ignored.
15149
15150Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15151
15152 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15153 * doc/xml.html doc/html/*: updated the docs
15154
15155Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15156
15157 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15158 validation occured on content with element child
15159
15160Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15161
15162 * tree.c: fixed XML Base computation which was broken
15163 * debugXML.c: added a base function to the shell
15164 * Makefile.am result/scripts/* test/scripts/*: added scripts
15165 based regression tests, and adding 2 XML Base tests
15166
15167Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15168
15169 * tree.c: set properties doc and call xmlSetListDoc for properties
15170 content when grafting them in a different tree.
15171 * aclocal.m4: remove from CVS
15172
15173Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15174
15175 * win32/libxml2/libxml2.def.src: added some missing entry point
15176 for XPath (Mark Vakoc)
15177
15178Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15179
15180 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15181 layer should URI-Unescape before trying to open resources.
15182
15183Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15184
15185 * xpath.c: fix the name() bug for elements in the default
15186 namespace reported by Charlie Bozeman
15187
15188Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15189
15190 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15191 led to an XPath fix, improvements of SAX initialization, and
15192 an added option --nocdata to testXPath
15193
15194Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15195
15196 * doc/libxml-doc.el: Felix Natter provided anew version working
15197 with XEmacs too
15198
15199Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15200
15201 * include/libxml/xpath.h: small cleanup
15202 * doc/xml.html: update
15203
15204Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15205
15206 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15207 released 2.3.14
15208
15209Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15210
15211 * doc/html/*: rebuilt the docs for the release
15212 * doc/xml.html: added 2.3.14 release.
15213
15214Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15215
15216 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15217 were not equal to empty strings
15218
15219Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15220
15221 * SAX.c: fixed a URI-Reference computation problem when validating
15222 * xmlIO.c: small cleanup
15223
15224Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15225
15226 * parser.c: improved the description of a couple of interfaces
15227 upon Larry Stamper suggestion
15228
15229Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15230
15231 * SAX.c entities.c parser.c: changed completely the way entities
15232 are handled when running the parser in entity substitution mode.
15233 This fixes a bug reported by Stephan Kulow and nearly divides
15234 by 3 the amount of memory required by libxslt to load and process
15235 DocBook TDG.
15236
15237Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15238
15239 * HTMLparser.c: fixing a too early root closing problem raised
15240 byt Prashanth Naidu
15241
15242Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15243
15244 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15245 raised by Mark Vakoc.
15246
15247Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15248
15249 * example/Makefile.am: fixed the include path to add srcdir/include
15250 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15251 and some cleanup
15252
15253Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15254
15255 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15256 lot of optimization work, results in significant improvements
15257 when handling really complex XPath queries. Add a small optimizer
15258 for unions, improve [n] and [last()], avoid some costly ops.
15259
15260Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15261
15262 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15263 * xpath.c: small cleanup
15264 * xmlGetNsList: reformated, fixed problems if used on Entities
15265
15266Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15267
15268 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15269
15270Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15271
15272 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15273 * Makefile.am example/Makefile.am: workaround automake generating
15274 erroneous deps
15275
15276Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15277
15278 * include/win32config.h: bug #56801 Yon Derek provided a patch
15279 to the windows config file.
15280
15281Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15282
15283 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15284 libxml.h : Yon Derek provided a set of changes to compile from
15285 CVS on Windows/MSC
15286
15287Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15288
15289 * parser.c: fixed UTF8 BOM support in push mode
15290 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15291 added a specific testcase
15292
15293Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15294
15295 * Makefile.am: added --push regression tests
15296 * parserInternals.c: the XML parser segfaulted in --push mode
15297
15298Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15299
15300 * configure.in: moved the symlinks detection within a CVS
15301 check, this is not portable and will be removed soon.
15302 * xpath.c: small cleanup/speedup
15303
15304Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15305
15306 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15307 release of 2.3.12
15308 * parser.c: make an error message if unknow entities in all cases
15309
15310Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15311
15312 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15313
15314Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15315
15316 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15317 includes were installed in the wrong dir
15318
15319Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15320
15321 * doc/html.xml: warn against sending code to exhibit bugs.
15322
15323Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15324
15325 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15326 Tru64 from Thomas Leitner
15327
15328Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15329
15330 * AUTHORS: added William and Bjorn
15331 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15332 daniel@veillard.com hopefully I won't have to do this again
15333 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15334 docs can be rebuilt cleanly now
15335 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15336 from CVs it's generated, added include/libxml/xmlwin32version.h
15337 also generated but which should change far less frequently.
15338 * catalog.c nanoftp.c: made sure to include libxml.h not
15339 libxml/xmlversion.h directly
15340 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15341 when compiling on WIN32 and MSC
15342
15343Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15344
15345 * include/Makefile.am include/libxml/Makefile.am configure.in:
15346 fixed make distcheck and rebuilding the rpms
15347
15348Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15349
15350 * configure.in: should finish the migration of exported includes
15351 into a real include/libxml in CVS, at least for CVS users.
15352 * removed the exported headers, added in include/libxml (as well
15353 as xmlversion.h.in).
15354
15355Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15356
15357 * configure.in: fixed the way to detect symlink
15358
15359Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15360
15361 * configure.in: updated, include/libxml is now a real CVS dir
15362
15363Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15364
15365 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15366 version works with both libxml1 and libxml2 (it autodetects
15367 the prefix of the html-files) from Felix Natter.
15368 * doc/xml.html: updated doc accordingly
15369
15370Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15371
15372 * xpath.c: fixed the bug generating a template loop in libxslt
15373 when using docbook-xsl-1.4, * should filter out document nodes
15374 * HACKING: added William
15375 * TODO: updated
15376
15377Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15378
15379 * doc/FAQ.html: added a warning about gcc-3.0
15380 * doc/xml.html: added reference to gdome2 and removed a confusing
15381 sentence
15382
15383Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15384
15385 * xmlversion.h: okay this is a generated file, but Windows
15386 users need it and they can't generate it, and I want CVS
15387 Windows users ...
15388 * win32/libxml2/libxml2_so.dsp: Windows project file for
15389 the shared lib version of libxml2
15390 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15391 resources needed for libxslt/xsltproc by Yon Derek
15392
15393Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15394
15395 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15396
15397Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15398
15399 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15400
15401Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15402
15403 * include/win32config.h: Yon Derek provided a first fix
15404 to be able to compile libxslt/xsltproc on Windows
15405
15406Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15407
15408 * xpath.c: attempt to work around what seemed a gcc optimizer
15409 bug when handling floats on i386 http://veillard.com/gcc.bug
15410 * tree.c entities.c encoding.c: doing some cleanups while
15411 chasing it
15412
15413Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15414
15415 * Makefile.am: cleanup when --without-debug is specified
15416 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15417 w.r.t. --without-debug and other include points
15418 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15419 Catalogs
15420 * configure.in entities.h tree.h HTMLparser.c: removed
15421 --without-corba, made the _private field mandatory
15422
15423Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15424
15425 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15426 outputs a BOM in UTF8, an errata has been issued to avoid the
15427 problem, that was the most reasonable solution... Add support
15428 for a leading UTF8 BOM in entities.
15429
15430Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15431
15432 * valid.c: fixed a bug found when post validating an entity ref
15433 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15434 activate it too
15435
15436Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15437
15438 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15439 weakness in the node copy the XPointer and the XInclude
15440 implementations. Serious cleanup.
15441
15442Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15443
15444 * Makefile.am: Kjartan Maraas provided a small patch to
15445 add xml2-config.in to EXTRA_DIST
15446
15447Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15448
15449 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15450 provided another failing case found in KDE, the way the
15451 ctxt->vctxt.nodeTab was allocated and freed changed over
15452 time but it wasn't completely cleaned up. This should fix it.
15453
15454Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15455
15456 * parser.c: Stephan Kulow also raised the fact that line number
15457 could get miscounted making debug harder, fixed the problem
15458 in xmlParseCharData()
15459
15460Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15461
15462 * valid.c: Stephan Kulow pointed out a problem when validating
15463 and using an empty entity, forgot a 'break' in a case.
15464
15465Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15466
15467 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15468 * doc/xml.html: updated with 2.3.11
15469
15470Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15471
15472 * TODO: updated adding cleanup of generated doc
15473 * configure.in: prepared to release 2.3.11
15474 * xmllint.c: added --version for bug reporting
15475 * doc/html/*.html: rebuilt the doc
15476
15477Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15478
15479 * xpath.c: first part of the work on selecting namespace to
15480 fix bug #56115
15481
15482Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15483
15484 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15485 when using -liconv
15486 * TODO: updated
15487
15488Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15489
15490 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15491 cleanup, encoding support.
15492
15493Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15494
15495 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15496
15497Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15498
15499 * xpath.c: bug detected by Ankh when / is used as a function arg
15500
15501Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15502
15503 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15504 of element and use it to avoid outputting formatting spaces at
15505 the wrong place. Implemented the format parameter for HTML save.
15506 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15507 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15508 result/HTML/wired.html: of course this impact the result of a
15509 number of HTML tests
15510
15511Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15512
15513 * HTMLtree.[ch]: started augmenting the HTML save API with
15514 encoding and formatting parameters
15515
15516Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15517
15518 * HTMLtree.h: cleanup and started evaluating the work needed on
15519 revamping the HTML output code
15520
15521Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15522
15523 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15524
15525Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15526
15527 * valid.c: fixed bug #56049, forgot one check in the
15528 validation routine
15529
15530Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15531
15532 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15533
15534Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15535
15536 * libxml.h: fixed an error in last commit
15537 * doc/FAQ.html: added an entry for compilation from CVS
15538
15539Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15540
15541 * xmlversion.h.in libxml.h: Cygwin patches
15542 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15543 * tree.h: cleanup
15544
15545Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15546
15547 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15548 memory block in a strange case where libxml is linked twice
15549 in the binary.
15550
15551Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15552
15553 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15554 state far too often, simple fix used to avoid it.
15555
15556Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15557
15558 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15559 being processed, applied his patch
15560 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15561
15562Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15563
15564 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15565 provided fixes to compile on MSCC again
15566 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15567 also provided an update for the project files.
15568
15569Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15570
15571 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15572 bug #55810
15573
15574Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15575
15576 * tree.c: fixed xmlGetNsProp() to close bug #55683
15577 Note this requires libxslt to use it's own function instead.
15578
15579Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15580
15581 * HTMLtree.c: when in a pre element no formatting space should
15582 be added.
15583 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15584
15585Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15586
15587 * configure.in: added tests for signal() and signal.h
15588
15589Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15590
15591 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15592
15593Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15594
15595 * doc/libxml-doc.el: Felix Natter provided a new version for
15596 libxml2
15597
15598Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15599
15600 * HTMLtree.c: when in a pre element no formatting space should
15601 be added.
15602
15603Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15604
15605 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15606
15607Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15608
15609 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15610 hack
15611 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15612 * uri.c: fixed a warning
15613
15614Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15615
15616 * HTMLtree.c: trying to close bug #55772 escaping in script
15617 elements
15618 * doc/xml.html: suggest to send mail to the list
15619
15620Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15621
15622 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15623 good. Use a macro and based on the solution provided in
15624 vsnprintf manual page from GNU.
15625
15626Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15627
15628 * error.c: Workaround for non-preserving variadic list.
15629 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15630
15631Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15632
15633 * doc/xml.html: added 2.3.10 release
15634
15635Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15636
15637 * configure.in: releasing 2.3.10
15638
15639Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15640
15641 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15642
15643Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15644
15645 * encoding.c: Robert Collins provided a patch to add the
15646 "US-ASCII" encoding alias
15647
15648Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15649
15650 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15651 string oriented functions and started cleaning the related areas
15652 in xpath.c which needed fixing in this respect
15653
15654Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15655
15656 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15657 #55380
15658 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15659
15660Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15661
15662 * TODO: updated
15663 * nanohttp.[ch] : started adding APIs to get the redirected URL
15664 when this occurs (needed for further base computation
15665 * tree.h: cleanup
15666 * encoding.c: cleanup
15667 * SAX.c: minor change around ctxt->loadsubset
15668
15669Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15670
15671 * Makefile.am include/Makefile.am: small change to have
15672 include/libxml rebuilt if working from CVS.
15673 * uri.c: applied another patch from Carl Douglas for URI escaping,
15674 this should close bug #51876
15675
15676Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15677
15678 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15679 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15680 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15681 added specific regression test
15682 * parser.h: preparing for the XSLT mode where DTD inherited
15683 attributes are added to the tree.
15684
15685Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15686
15687 * xinclude.[ch]: Updated the namespace for the Last Call version
15688 * result/XInclude/include test/XInclude/include: updated the
15689 testsuite accordingly
15690
15691Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15692
15693 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15694 related to bug #51876
15695
15696Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15697
15698 * tree.c: fixed a gross mistake in base computation, xml:base is
15699 not completely correct yet (need cascade).
15700 * xpath.[ch]: added the few things needed to find a function name
15701 and URI from the XPath context when it is called.
15702
15703Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15704
15705 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15706 * DOCBparser.c: small cleanup
15707 * xmllint.c: added a --catalogs option to load catalogs from
15708 $SGML_CATALOG_FILES
15709 * tree.c: cleanup
15710 * configure.in: iconv library fixup, ICONV_LIBS
15711
15712Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15713
15714 * catalog.c: handling of CATALOG entries. detection of recursion,
15715 and a few bugfixes
15716 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15717 against the default namespace
15718
15719Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15720
15721 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15722
15723Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15724
15725 * parser.c: fixed propagation context info when parsing an
15726 external entity.
15727 * doc/html/*.html: regenerated a couple of docs
15728
15729Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15730
15731 * doc/xml.html: update with 2.3.9 informations
15732
15733Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15734
15735 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15736 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15737 * doc/html/* : rebuilt the docs
15738 * valid.c: small patch which may improve some case when
15739 validating.
15740
15741Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15742
15743 * HTMLparser.c: Closed bug #54891
15744 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15745 to the suite
15746
15747Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15748
15749 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15750 applied a documentation patch from LotR and filled in a few missing
15751 descriptions
15752
15753Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15754
15755 * xpath.c tree.c parser.c: speed optimizations at the parser level
15756 document tree freeing and xpath evaluation
15757
15758Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15759
15760 * parser.c parser.h parserInternals.h: fixed a couple of
15761 interfaces for handling memory buffer input to const char *
15762 upon suggestion of JamesH.
15763
15764Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15765
15766 * configure.in: LoTR sent a patch fixing the previous commit
15767
15768Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15769
15770 * configure.in: trying to deal again with the stoopid -R linking
15771 flag of Solaris
15772
15773Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15774
15775 * xpath.h: two nodeset access macros from Thomas Broyer
15776
15777Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15778
15779 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15780 patch from Thomas Broyer
15781
15782Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15783
15784 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15785 case
15786 * INSTALL: was empty added stuff from the FAQ
15787
15788Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15789
15790 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15791 attributes handling and #54433 by adding xmlUnsetProp()
15792 and xmlUnsetNsProp()
15793
15794Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15795
15796 * HTMLparser.c: Patch from Jonas Borgström
15797 (htmlGetEndPriority): New function, returns
15798 the priority of a certain element.
15799 (htmlAutoCloseOnClose): Only close inline elements if they
15800 all have lower or equal priority.
15801 * result/HTML: this of course changed a number of tests results.
15802
15803Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * xmlIO.c catalog.c: plugged in the default catalog resolution
15806 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15807 documentations
15808 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15809
15810Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15811
15812 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15813 integrating catalogs
15814 * catalog.[ch] testCatalog.c: adding a small catalo API
15815 (only SGML catalog support).
15816 * parser.c: restaured xmlKeepBlanksDefault(0) API
15817
15818Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15819
15820 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
15821
15822Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15823
15824 * parser.c: added xmlParseExternalEntityPrivate() to allow
15825 propagation of ctxt->_private when parsing external entities
15826
15827Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15828
15829 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
15830
15831Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15832
15833 * configure.in: fixed a small portability problem with AM_CONDITIONAL
15834
15835Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15836
15837 * valid.c: warn when indeterminist content model is detected
15838 * result/VC/ElementValid8: this adds a message
15839 * Makefile.am: add --novalid for VCM tests
15840 * parserInternals.c: added a call to Init memory
15841
15842Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15843
15844 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
15845 when both parameters are NULL.
15846
15847Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15848
15849 * valid.c: applied small patch from Gary Pennington, reindented
15850 some part of the code.
15851
15852Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15853
15854 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
15855 release, updated and regenerated the docs
15856
15857Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15858
15859 * xpath.c result/XPath/expr/floats : clarified and cleanup
15860 printing of abnormal floats in tests.
15861
15862Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15863
15864 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
15865 * results/HTML/ : a few changes in the output of the HTML tests as
15866 a result.
15867 * configure.in: tying to fix -liconv where needed
15868
15869Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15870
15871 * Makefile.am: fixed a stupid error
15872
15873Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15874
15875 * configure.in Makefile.am: make the inclusion of the trio
15876 modules in the library conditional
15877
15878Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15879
15880 * DOCBparser.c: patche from László Kovács, fixed entities refs
15881 in attributes handling
15882
15883Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15884
15885 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
15886 flushing
15887
15888Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15889
15890 * xpath.c: fix of an XSLT namespace bug reported on the list
15891 general/bug-8-
15892
15893Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15894
15895 * strio.h trio.c: Dan McNichol suggested a couple of small
15896 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
15897
15898Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15899
15900 * tree.c parser.c encoding.c: spent a bit more time looking
15901 at the parsing speed and DOM handling. Added a few more
15902 speedups.
15903
15904Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15905
15906 * parser.c: small but effective parsing speed improvement
15907
15908Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15909
15910 * configure.in: default on the DocBook parser inclusion (for Gnome)
15911 * DOCBparser.h: fixed a header reference
15912
15913Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15914
15915 * configure.in xpath.c: applied Bjorn patches for FPE on the
15916 alpha
15917
15918Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15919
15920 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
15921 xmlSaveFormatFileTo()
15922
15923Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * xpath.c: simple and efficient optimization, XPath functions
15926 aways bind to the same code, cache this
15927 * TODO: updated (by saying some is obsolete)
15928
15929Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * xpath.c: more cleanup work on XPath name parsing routines
15932
15933Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15934
15935 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
15936 xmlXPathParseName
15937 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
15938 * debugXML.c: avoid compilation problems if compiling without
15939 HTML support, Igor Zlatkovic
15940 * win32/libxml2/libxml2.def.src: being able to compile without
15941 XPath on Windows
15942
15943Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15944
15945 * libxml.m4: yet another patch from Toshio Kuratomi
15946
15947Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15948
15949 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
15950
15951Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15952
15953 * tree.[ch]: added xmlSaveFormatFile interface for saving
15954 and indenting a file.
15955
15956Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * xpath.c: fixed bug #53689 related to processing-instruction()
15959
15960Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15961
15962 * DOCBparser.c: patche from László Kovács
15963
15964Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15965
15966 * parser.c: applied fixes from Christian Glahn bug report #53391
15967
15968Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15969
15970 * error.c: Jean François Lecomte provided a complete description
15971 and a fix to bug #53537
15972
15973Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15974
15975 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
15976
15977Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15978
15979 * DOCBparser.c SAX.c: a bit more work on entities processing.
15980 Still Need to cleanup XML output and references in attributes
15981
15982Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15983
15984 * DOCBparser.c include/Makefile.am: two patches from László Kovács
15985
15986Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15987
15988 * tree.c: trying to fix #53574, not completely complete,
15989 I would like xmllint --copy --debug test/ent1 and
15990 xmllint --debug test/ent1 to show the same result.
15991 * xpath.c: fix a bug when trying to sort namespace nodes
15992
15993Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15994
15995 * HTMLtree.c: real fix for #53402
15996
15997Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15998
15999 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16000 PIs when using xsl:output
16001 * valid.c: closing #53537 some case generate segfaults if there
16002 is validity errors
16003
16004Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16005
16006 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16007 of external parsed entities, added --noent to testDocbook
16008 * valid.c: Garry Pennington found an uninitialized variable
16009 access in xmlValidateElementContent()
16010
16011Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16012
16013 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16014 with madness
16015 * result/HTML/ : this modified the result of the regression tests
16016 a lot.
16017
16018Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16019
16020 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16021 to doc where it wasn't checked against NULL reported by
16022 Jens Laas
16023
16024Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16025
16026 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
16027 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16028
16029Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16030
16031 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16032 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16033 * SAX.[ch]: cleanup and updates for DocBook
16034 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16035 ex SGML identifier changes
16036 * valid.c: removed a static unused function.
16037
16038Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16039
16040 * HTMLtree.c: applied change for Paul Sponagl on script saving
16041 * Makefile.am: the warning about entity title.xml are normal.
16042
16043Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16044
16045 * configure.in: release of 2.3.7
16046 * Makefile.am: fixing make distcheck
16047
16048Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16049
16050 * doc/html/* doc/xml.html: updated and regenerated the docs
16051
16052Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16053
16054 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16055
16056Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16057
16058 * tree.c: fixed #53388 with the provided patch
16059
16060Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16061
16062 * valid.c: Bjorn detected an invalid memory access. Fixed
16063 vstateVPush()
16064
16065Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16066
16067 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16068
16069Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16070
16071 * libxml.h: new header used only for the compilation of libxml
16072 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16073 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16074 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16075 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16076 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16077 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16078 baseline (version 1.2 plus a single patch).
16079 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16080 scientific notation for numbers. Tests added.
16081 * xpath.c: formatting of numbers changed to use sprintf
16082 (contribution from William Brack)
16083
16084Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16085
16086 * valid.c: cleanup, more useful debugging
16087 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16088 * xmlIO.c: entity loading is printed as an error when validating
16089
16090Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16091
16092 * valid.c: fixed to validate within entities
16093 * test/VCM/v22.xml: added a specific testcase
16094
16095Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16096
16097 * valid.c: forgot an epsilon transition in for ()+
16098 * test/VCM/v21.xml : added a specific test case
16099
16100Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16101
16102 * valid.c: removed a state explosion exhibited by RSS
16103 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16104 from bug #51872
16105
16106Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16107
16108 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16109 validation without using an ugly NFA -> DFA algo in the source.
16110 Made a specific algorithm easier to maintain, using a single
16111 stack and without recursion.
16112 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16113 * hash.c: made the growing routine static
16114 * tree.h parser.c: added the parent information to an
16115 xmlElementContent node.
16116
16117Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16118
16119 * SAX.c parser.c xpath.c: generating IDs when not validating
16120 from an external parsed entity was poisoning the ID has table
16121 with removed values. This was killing XSLT on the KDE help
16122 browser.
16123
16124Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16125
16126 * entities.h: andrew@ugh.net.au detected a double declaration
16127
16128Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16129
16130 * debugXML.c hash.c tree.h valid.c : some changes related to
16131 the validation suport to improve speed with DocBook
16132 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16133 the way validation errors get reported
16134
16135Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16136
16137 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16138 by P C Chow and William M. Brack for XSLT HTML output
16139
16140Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16141
16142 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16143 Igor Zlatkovic patches for MSC compilation and added his
16144 updates
16145
16146Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16147
16148 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16149 prefix lookup.
16150 * parserInternals.c: fixed the bug reported by Morus Walter
16151 due to an off by one typo in xmlStringCurrentChar()
16152
16153Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16154
16155 * HTMLparser.c result/HTML/*: revamped the way the HTML
16156 parser handles end of tags or end of input
16157
16158Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16159
16160 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16161
16162Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16163
16164 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16165 bug where the linktime verions of free() won't work ...
16166
16167Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16168
16169 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16170
16171Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16172
16173 * doc/xml.html: added 2.3.6 release
16174
16175Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16176
16177 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16178 * result/wml.xml: resulted in a small output change
16179
16180Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16181
16182 * tree.c: xmlNewDoc was missing the charset initialization
16183 * xmllint.c: added --auto to autogenerate a doc, allow to
16184 reproduce the problem fixed on xmlNewDoc
16185
16186Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16187
16188 * xpath.c: trying to get 52979 solved
16189 * tree.c result/ result/noent/: trying to get 52712 solved, this
16190 also made me clean up the fact that XML output in general should
16191 not add formating blanks by default, this changed the output of
16192 a few tests
16193
16194Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16195
16196 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16197
16198Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16199
16200 * configure.in: finally released 2.3.6
16201
16202Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16203
16204 * xpath.c: checking for null pointer generated by new code
16205
16206Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * xpath.c: fixed a [] evaluation problem reported
16209 * test/XPath/tests/simpleaddr: extended test
16210 * result/XPath/simpleaddr: updated result
16211
16212Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16213
16214 * xmllint.c: Dan Timis reported a portability problem
16215 on Macs without mmap, fixed it.
16216
16217Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16218
16219 * testXPath.c : added a --tree option allowing to display the
16220 tree dump of the XPath expression
16221
16222Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16223
16224 * xpath.c: fixed a memleak when comparing nodesets
16225 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16226 * tree.c: added a TODO
16227
16228Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16229
16230 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16231 we need string functions
16232 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16233 to be able to use them where needed. Applied some changes
16234 to reduce name linking pollution and compile in only what's
16235 needed.
16236 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16237 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16238 for the string manipulation functions
16239 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16240 to the free() function of xmlmemory.c
16241 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16242 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16243 usage.
16244
16245Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16246
16247 * error.c: applied the context output patch of the error
16248 handling submitted by Chuck Griffith
16249 * error/VC/*: this slightly change some error logs
16250
16251Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16252
16253 * parser.c: fixed line number reporting on error
16254
16255Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16256
16257 * parser.c: Sullivan and Darin found a parser bug,
16258 applied the patch.
16259
16260Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16261
16262 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16263 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16264 xmlversion.h.in xpointer.c: of course the way I defined
16265 UNUSED breaks on old gcc version. Try to be smart and
16266 also define it directly in xmlversion.h
16267 * configure.in: removed -ansi flag from the pedantic set
16268
16269Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16270 Huge cleanup, I switched to compile with
16271 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16272 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16273 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16274 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16275 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16276 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16277 encoding.h entities.c error.c list.[ch] nanoftp.c
16278 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16279 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16280 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16281 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16282 Cleanup, staticfied a number of non-exported functions,
16283 detected and cleaned up a dozen of problem found this way,
16284 avoided a lot of public function name/typedef/system names clashes
16285 * doc/xml.html: updated
16286 * configure.in: switched private flags to the really pedantic ones.
16287
16288Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16289
16290 * configure.in: 2.3.5
16291 * doc/html/*: rebuilt the docs
16292
16293Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16294
16295 * parser.c: fixed a reported bug in NOTATION parsing
16296 * uri.c: accepted but not fixed bug 51876, added TODO
16297 * Makefile.am: fixed bug 51876
16298
16299Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16300
16301 * config.h.in configure.in error.c: fix a compilation problem
16302 on platforms without vsnprintf (xml@thewrittenword.com)
16303
16304Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16305
16306 * parser.c: fixed a function name header typo
16307 * SAX.c: notations can also occur in external subset.
16308
16309Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16310
16311 * error.c: removed a C++ like comment
16312
16313Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16314
16315 * parser.c: fixing bug 52299 strange condition leading
16316 to a parser crash due to a buffer overflow
16317 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16318 added the specific test case
16319
16320Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16321
16322 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16323 xmlXPathConvert{String,Number,Boolean} to be able to make
16324 type casts without a context stack, fixed some implementation
16325 problems related to the absence of context at parse-time,
16326 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16327 in the public API too
16328 * xpointer.c xpathInternals.h: we need to know at parse time
16329 whether we are compiling an XPointer
16330
16331Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16332
16333 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16334 cleaned up the parser internals, refactored XPath code, added
16335 new compilation based APIs and cleanly separated public and
16336 private APIs.
16337
16338Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16339
16340 * xpath.h: the comp field must be added at the end to avoid
16341 killing binary compat.
16342
16343Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16344
16345 * Makefile.am: detect XPath memleaks in regreson tests
16346 * error.c: fixed and error w.r.t. error reporting still using
16347 stderr
16348 * hash.c: added new line at end of file
16349 * tree.h: minor cleanup
16350 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16351 expression parsing from evaluation, resulted in a number of
16352 changes internally, and in XPointer. Likely to break stuff
16353 using xpathInternals.h but should remain binary compatible,
16354 new interfaces will be added.
16355
16356Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16357
16358 * configure.in: fixed a couple of problems reported by
16359 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16360 without gcc on non linux platforms.
16361
16362Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16363
16364 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16365 a fix for --with-html-dir= configure support. I hope it won't
16366 break rpm generation
16367
16368Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16369
16370 * xmlIO.c: one function comment cleanup.
16371
16372Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16373
16374 * SAX.c: external subset notations were improperly registered
16375 in the internal subset.
16376
16377Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16378
16379 * README.cvs-commits: added, pointing to HACKING
16380 * HACKING: updated
16381
16382Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16383
16384 * parser.c: and Matt Sergeant found one in the XML push
16385 parser (erroneous check I forgot to remove when I fixed the
16386 main parser).
16387
16388Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
16390 * xpath.c: ptittom found a small bug in UnaryExpr
16391
16392Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16393
16394 * configure.in: bumped to 2.3.4
16395 * error.c: fixed bug #51860
16396 * tree.c: fixed bug #51861
16397 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16398 * tree.[ch] : added xmlDefaultBufferSize
16399 * nanoftp.c: typo in function name header block
16400 * doc/xml.html : updated, added link to XML::LibXSLT
16401 * doc/html/* : rebuilt the docs
16402
16403Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16404
16405 * parser.c SAX.c: the new content parsing code raised an
16406 ugly bug in the characters() SAX callback. Found it
16407 just because of strangeness in XSLT XML Rec ouptut :-(
16408
16409Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16410
16411 * Makefile.am: Martin Baulig suggested to add -lm
16412 * tree.c: found another bug in xmlNodeGetContent()
16413
16414Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16415
16416 * xpath.c: Bjorn found the error related to strictness of comparison.
16417
16418Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16419
16420 * parser.c: trying to fix the Dtd parsing problem reported
16421 by Gary, side effect of last week speed optimizations.
16422
16423Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16424
16425 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16426 * parserInternals.c: removed unneeded test raised by Stric
16427
16428Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16429
16430 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16431 and fixed by William Brack). Added xmlXPathFormatNumber.
16432 Changed the sorting slightly.
16433 * configure.in Makefile.am example/Makefile.am: Added -lm.
16434 Please note that applications linking with libxml2, must
16435 also like with the math library from now on.
16436
16437Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16438
16439 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16440
16441Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16442
16443 * parser.c: one must report spaces even if the Dtd element
16444 content proves that this is not part of the element content.
16445 * result/valid/*.xml: this changed the ouptu slightly
16446
16447Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16448
16449 * configure.in: bumped to 2.3.3
16450 * doc/xml.html: updated
16451
16452Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16453
16454 * tree.c: minor doc fix
16455 * xpath.c: deallocation issues when a result tree has been
16456 converted to a node-set
16457
16458Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16459
16460 * doc/xml.html: oops corrected dates s/2000/2001
16461
16462Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16463
16464 * valid.c: new patch from Gary Pennington
16465
16466Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16467
16468 * doc/xml.html: applied patch from Ankh
16469
16470Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16471
16472 * xinclude.c: fixed a problem building on Mac
16473
16474Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16475
16476 * parser.c: more work on increasing parsing ferformances
16477
16478Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16479
16480 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16481 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16482 avoiding memcpy in production builds MEM_CLEANUP macro use
16483 * parser.[ch] parserInternals.c: optimizations of the tightest
16484 internal loops inside the parser. Better checking of I/O
16485 flushing/loading conditions
16486 * xmllint.c : added --timing
16487
16488Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16489
16490 * configure.in: bumped to 2.3.2
16491 * doc/xml.html: updated for release
16492
16493Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16494
16495 * xpath.c: found a memleak and fixed a nasty bug
16496
16497Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16498
16499 * xmllint.[c1] : added return code errors for xmllint
16500 * xpath.c: specific debug dump function for result value trees
16501
16502Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16503
16504 * xpath.c: finally implemented xmlXPathCompareNodeSets
16505 * test/XPath/expr/floats results/XPath/expr/floats: added
16506 a test for float expressions
16507
16508Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16509
16510 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16511 * parserInternals.[ch]: trying to speed up parsing
16512 * xpath.c : speeded up node set equality op
16513
16514Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16515
16516 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16517 better handling of ID/IDREF and the list modules associated
16518 * configure.in: small CFLAGS cleanup
16519
16520Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16521
16522 * configure.in: fixed iconv detection on AIX (stric)
16523
16524Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16525
16526 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16527
16528Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16529
16530 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16531 and optimized xmlXPathNodeSetSort
16532
16533Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16534
16535 * xpath.c: bug fix when context size is 0
16536 * parser.c: I like Norm's Dtd because they still manage to break
16537 the parser occasionally
16538
16539Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16540
16541 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16542
16543Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16544
16545 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16546 attributes within the XML-1.0 namespace
16547
16548Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16549
16550 * xpathInternals.h: exported a few axis functions
16551 * doc/xml.html: updated the doc
16552
16553Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16554
16555 * configure.in: applied patch from Daniel van Balen for OpenBSD
16556 and bumped version to 2.3.1
16557 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16558 attempt to find autoclosing was simply broken, removed it,
16559 updated the examples, this is better
16560
16561Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16562
16563 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16564 hash functionnalities.
16565 * doc/html/* : rebuild the doc
16566
16567Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16568
16569 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16570 on predicate
16571 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16572 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16573 really want to have tags closed on output even if we accept
16574 unclosed ones on input
16575
16576Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16577
16578 * xpath.c: ouch don't free NULL, rare case fixed
16579 * tree.c: don't coalesce text nodes if they don't have the
16580 same behaviour wrt escaping on output
16581
16582Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16583
16584 * xpath.c: small fixup
16585 * SAX.c: don't warn on empty namespaces.
16586
16587Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16588
16589 * README: a bit of cleanup
16590 * configure.in: preparing for 2.3.0 release
16591
16592Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16593
16594 * hash.[ch]: added a first version of xmlHashSize()
16595 * valid.c: another bug fix from Gary Pennington
16596
16597Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16598
16599 * valid.c: couple of bug fixes pointed by Gary Pennington
16600 * HTMLtree.c: #if 0 cleanup
16601
16602Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16603
16604 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16605 which removes a time consuming check of xmlXPathNodeSetAdd()
16606 and use it in places where we are sure to not break unicity
16607
16608Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16609
16610 * xpath.c: bug fixes found from XSLT
16611 * tree.c: preserve node->name special values when copying nodes.
16612 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16613 external subset are fetched when available but without full
16614 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16615 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16616 output with encoding disabled.
16617
16618Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
16620 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16621 xmlCheckFilename should not be called from xmlFileOpenW
16622 and xmlGzfileOpenW
16623
16624Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16625
16626 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16627 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16628 added the new tests for URI normalization
16629 * testURI.c: fixed stoopid bugs
16630 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16631 the URI in the error messages are now properly normalized
16632
16633Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16634
16635 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16636
16637Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16638
16639 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16640
16641Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16642
16643 * xpath.c: fixed mod operator
16644
16645Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16646
16647 * parser.c: fixed xmlStrcat doc
16648 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16649 trees.
16650
16651Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16652
16653 * xpath.c result/XPath/tests/chaptersbase
16654 result/XPath/tests/simplebase: fixed XPath node()
16655 * tree.c: small fix in xmlNewNs()
16656 * Makefile.am: removed extraneous xml2Conf.sh rule
16657
16658Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16659
16660 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16661 Changed the library name, in order to get libxml-devel and
16662 libxml2-devel to coexist on a single system
16663 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16664 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16665
16666Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16667
16668 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16669 libxml2-devel installable in // as libxml-devel.
16670
16671Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16672
16673 * doc/Makefile.am: fixed make rebuild in doc
16674 * doc/html/*.html: rebuilt the docs
16675
16676Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16677
16678 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16679
16680Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16681
16682 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16683 the HTML doc to go into the -devel RPM ...
16684 * aclocal.m4 config.h.in: some updates due to auto* magic
16685
16686Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16687
16688 * xpath.h: added a hook in the context structure allowing to
16689 link to extra support, needed for XSLT
16690
16691Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16692
16693 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16694 xmlXPtrCmpPoints to use it.
16695 * propagated the following patch from Alejandro Forero
16696 * include/win32config.h xmlIO.c: applied further suggestions
16697 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16698 * example/gjobread.c: fixed warnings, now that it builds
16699
16700Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16701
16702 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16703
16704 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16705 filename points to a valid file (not a directory).
16706 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16707 Added calls to xmlCheckFilenameDir.
16708
16709 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16710 `path' (rather than `filename') as the parameter to gzopen and open.
16711
16712Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16713
16714 * Makefile.am: fixed a problem with EXTRA_DIST
16715
16716Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16717
16718 * Makefile.am example/Makefile.am: finally found the trick
16719 to build the example, i.e. add "." in SUBDIRS before example
16720 in the list <grin/>
16721
16722Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16723
16724 * doc/xml.html: updated with an XSLT section, removed pointer to
16725 W3C CVS base.
16726
16727Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16728
16729 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16730 too, and deallocation need to occur the same way.
16731
16732Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16733
16734 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16735 type correponding to an XSLT result tree fragment. Share most
16736 of the data format with node set, as well as operators.
16737 * HTMLtree.c: added a newline at the end of the doctype output
16738 whe this one is not present initially.
16739 * tree.c: make sure taht the parent and doc pointers are properly
16740 set when copying attributes (lists).
16741
16742Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16743
16744 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16745
16746Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16747
16748 * xpath.c: seems I finally killed that ugly path evaluation
16749 context bug (tagged 9999 in case is is wrong)
16750
16751Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16752
16753 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16754 for XSLT
16755
16756Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16757
16758 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16759 for xmlGzfileOpen() bug
16760
16761Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16762
16763 * xpath.c: removed an error found by XSLT usage
16764 * tree.c parserInternals.h: use a predefined static string
16765 for text and comment nodes, avoid freeing them in xmlFreeNode,
16766 exported the string name in parserInternals.h and added
16767 another value to disable encoding at output (for XSLT),
16768 gain memory, time.
16769
16770Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16771
16772 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16773 win32/libxml2/libxml2_so.dsp: new makefiles and update
16774 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16775
16776Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16777
16778 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16779 Gary Pennington
16780
16781Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16782
16783 * xpath.c: fixed the comaprision of values and nodelists,
16784 need to compare nodelist still ...
16785 * debugXML.c: avoided a possible core dump
16786 * HTMLparser.c: cleanup
16787 * nanohttp.c: contributed fix.
16788 * tree.c: fixes in properties handling added xmlSetNsProp
16789 needed by libxslt
16790 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16791 comment
16792 * TODO: updated
16793
16794Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16795
16796 * parser.c parserInternals.c: applied Bjorn Reese optimization
16797 patch
16798
16799Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16800
16801 * Makefile.am: applied patch fro make check from Martin Vidner
16802
16803Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16804
16805 * configure.in: preparing 2.2.11
16806 * doc/html/*: rebuild the HTML files
16807 * doc/xml.html : updated
16808
16809Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16810
16811 * tree.c: fixed a stupid bug
16812 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16813 patches related to validation of an XInclude processing result
16814 * TODO: updated
16815
16816Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16817
16818 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
16819 on large files
16820
16821Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16822
16823 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
16824
16825Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16826
16827 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
16828 reported by Jonas Borgström
16829 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
16830
16831Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16832
16833 * testXPath.c xpath.c: fixing the XPath union expressions problem
16834 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
16835
16836Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16837
16838 * xmllint.c: Made is so if the file name is "-" is will read form
16839 standard input. Sven Heinicke <sven@zen.org>
16840 * tree.c: fixed a problem when growing buffer
16841 * tree.h: fixed the comment of the node types following andersca
16842 comment
16843 * TODO: updated
16844
16845Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16846
16847 * HTMLparser.[ch]: added a way to avoid adding automatically
16848 omitted tags. htmlHandleOmittedElem() allows to change the
16849 default handling.
16850 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
16851 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
16852 of xmllint too when using --memory flag, added a memory test
16853 suite at the Makefile level.
16854 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
16855 with namespace use when encountering QNames in XPath evalation,
16856 added xmlns() scheme in XPointer.
16857 * nanoftp.c : incorporated a fix
16858 * parser.c xmlIO.c: fixed problems raised with encoding when using
16859 the memory I/O
16860 * parserInternals.c: closed bug 25934 reported by
16861 torsten.landschoff@innominate.de
16862 * TODO: updated
16863
16864Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16865
16866 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
16867 on a non-updated tree :-(, made a 2.2.10 release to correct the
16868 situation
16869
16870Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16871
16872 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
16873 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
16874 integrated a set of OpenVMS changes from Howard Taylor
16875 <Howard.Taylor@pacoast.com>
16876
16877Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16878
16879 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
16880 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
16881
16882Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16883
16884 * HTMLparser.c: some fixes on auto-open of html/head/body
16885 * encoding.c: fixed a compilation error on some gcc env
16886 * xpath.c xpointer.[ch] xpathInternals.h: improved the
16887 XPointer implementation
16888 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
16889 related XPointer tests and associated results
16890
16891Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16892
16893 * doc/xmldtd.html doc/xml.html: following a short step by step
16894 guidance on IRC to help maciej with DTDs I started a small
16895 page on the subject.
16896
16897Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16898
16899 * HTMLparser.c: fixed handling of broken charrefs
16900 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
16901 patches
16902
16903Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16904
16905 * doc/xml.html doc/html/* : rebuilt the docs after adding
16906 xinclude and updated page for 2.2.7 and 2.2.8
16907 * configure.in: releasing 2.2.8
16908
16909Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16910
16911 * parser.[ch] parserInternals.c: applied the conditional
16912 section processing fix from Jonathan P Springer
16913 <jonathan.springer2@gte.net>
16914 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
16915 project file, fixed iconv default non support
16916 * xpath.c: fixed the problem of evaluating relative expressions
16917 when a node context is provided.
16918
16919Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16920
16921 * nanoftp.c: fixed gcc 2.95 new warnings
16922 * SAX.c: fixed a stupid bug
16923 * tree.c: fixed a formatting problem when round-tripping
16924 from/to memory
16925 * xinclude.c: chased memleak, fixed a base problem
16926 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
16927 xmlXPtrBuildNodeList()
16928 * TODO: updated
16929 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
16930 adding a first small set of regression tests for XInclude
16931
16932Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16933
16934 * nanohttp.[ch]: applied Wayne Davison patches to access
16935 the WWW-Authorization header.
16936 * parser.c: Closed Bug#30847: Problems when switching encoding
16937 in short files by applying Simon Berg's patch.
16938 * valid.c: fixed a validation problem
16939 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
16940 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
16941 Wayne Davison
16942 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
16943 need to be extended to non full nodes selections.
16944 * xinclude.c: starts to work decently
16945
16946Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16947
16948 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
16949 debugXML.c xmlversion.h.in: Started adding XInclude support,
16950 this is a new xmllint option
16951 * tree.c xpath.c: applied TOM patches for XPath
16952 * xpointer.c: fixed a couple of errors.
16953 * uri.c: added an escaping function needed for xinclude
16954 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
16955 new warning from RH70 gcc's version
16956
16957Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16958
16959 * HTMLparser.c: fixed loop on invalid char in scripts
16960 * parser.c: update to description of xmlIOParseDTD()
16961 * libxml.m4 xmlversion.h.in: changes contributed by
16962 Michael Schmeing <m.schmeing@internet-factory.de>
16963 * configure.in: preparing for 2.2.7
16964 * Makefile.am: trying to avoid config.h and acconfig.h
16965 being included in the distrib
16966 * configure.in: released 2.2.7
16967
16968Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16969
16970 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
16971 like namespaces for good. Unified xmlNs and xmlNode somewhat.
16972
16973Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16974
16975 * parser.[ch]: added xmlIOParseDTD()
16976 * xpointer.c: added support for the 2 extra parameters of
16977 string-range, fixed a stoopid error when '0' was present
16978 in XPointer expressions
16979 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
16980 testsuite for the above
16981
16982Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16983
16984 * libxml.spec.in: improved package descriptions
16985
16986Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16987
16988 * xpath.c xpathInternals.h: applied a large cleaning patch
16989 from TOM <ptittom@free.fr>, it also add namespace support
16990 for function and variables registration.
16991
16992Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16993
16994 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
16995 * Makefile.mingw: Wayne Davison's update adding hash.c
16996
16997Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16998
16999 * xpath.c: fixed the root evaluation problems
17000 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17001 ignorable spaces with <b> <bold> <em>
17002 * tree.c: fixed a loop in xmlSearchNsByHref()
17003
17004Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17005
17006 * xpath.c: applied another XPath patch from TOM
17007 * xpath.c include/makefile.am: applied another patch from
17008 china@thewrittenword.com (cleanup on IRIX).
17009
17010Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17011
17012 * xml-config.1: received a fixed version from Fredrik Hallenberg
17013 <hallon@lysator.liu.se>
17014
17015Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17016
17017 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17018 cleanup patch for XPath
17019
17020Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17021
17022 * patched to redirrect all "out of context" error messages to
17023 a reconfigurable routine. The changes are:
17024 * xmlerror.h : added the export of an error context type (void *)
17025 an error handler type xmlGenericErrorFunc there is an interface
17026 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17027 to reset the error handling routine and its argument
17028 (by default it's equivalent to respectively fprintf and stderr.
17029 * all the c files: all wild accesses to stderr or stdout within
17030 the library have been replaced to calls to the handler.
17031
17032Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17033
17034 * configure.in: release 2.2.6
17035 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17036 exporting the inner functions of xpath for extension modules
17037 * doc/*: updated and rebuilt the doc
17038
17039Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17040
17041 * nanohttp.c : applied Wayne HTTP cleanup patch
17042 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17043 and xmlNodeSetSpacePreserve()
17044
17045Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17046
17047 * xpath.c: closing bug #29260
17048
17049Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17050
17051 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17052 multikey tuples, made hash structure opaque
17053 * valid.[ch]: moved elements, attributes, notations decalarations
17054 as well as ID and refs to hash tables.
17055 * entities.c: hash cleanup
17056 * xmlmemory.c: fixed a dump problem in debug mode
17057 * include/Makefile.am: problem passing in DESTDIR= values patch
17058 from Marc Christensen <marc@calderasystems.com>
17059 * nanohttp.c: removed debugging remains
17060 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17061 * HTMLparser.c parser.c: fixing a number of problems with the
17062 macros in the *parser.c files (Wayne).
17063 * HTMLparser.c: close the previous option when opening a new one
17064 (Marc Sanfacon).
17065 * result/HTML/*: updated the HTML results accordingly
17066
17067Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17068
17069 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17070 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17071 XPath functions and XML entities table to them. More to come...
17072 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17073
17074Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17075
17076 * tree.c: coalesce adjacent text nodes
17077 * valid.c: handling of blank nodes in DTd validation (raised
17078 by problems with a posteriori validation).
17079 * nanohttp.c: changing behaviour on HTTP write stuff.
17080 * HTMLtree.c: forced body and html to be explicitely closed.
17081 * xpath.h: exported more XPath functions.
17082
17083Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17084
17085 * Release of 2.2.5
17086 * xpointer.c: range() range-inside and other helper functions
17087 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17088
17089Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17090
17091 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17092 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17093
17094Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17095
17096 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17097 and XPointer modules
17098
17099Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17100
17101 * SAX.h: closed #25107
17102
17103Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17104
17105 * testSAX.c: fixed problem with cdata reporting
17106 * SAXresult/* : updated
17107
17108Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17109
17110 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17111 Closed bug #27499, added to regression tests
17112 * TODO: updated
17113
17114Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17115
17116 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17117 support for SCRIPT and STYLE with help from Bjorn Reese
17118 * test/HTML/* result/HTML/*: added simple testcase and updated
17119 the existing ones.
17120
17121Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17122
17123 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17124 string-range for empty strings
17125 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17126 test/XPath/xptr/strrange: augmented the XPointer testsuite
17127
17128Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17129
17130 * doc/xml.html doc/xmlmem.html: added a module describing memory
17131 interfaces and use, updated the main page.
17132
17133Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17134
17135 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17136 nanoftp code work on Windows too now
17137
17138Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17139
17140 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17141 * xpointer.c: implemented string-range() at least a good first version
17142 * test/XPath/docs/str test/XPath/xptr/strrange
17143 result/XPath/xptr/strrange: the string-range() tests
17144
17145Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17146
17147 * Makefile.am include/Makefile.am include/win32config.h
17148 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17149 and make distcheck
17150
17151Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17152
17153 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17154 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17155 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17156
17157Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17158
17159 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17160 patch for socklen_t detection by
17161 Albert Chin-A-Young <china@thewrittenword.com>
17162
17163Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17164
17165 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17166 and added a --dtdvalid option to xmllint used to test it
17167
17168Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17169
17170 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17171 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17172
17173Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17174
17175 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17176 handlings (registration, lookup, cleanup)
17177
17178Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17179
17180 * configure.in Makefile.am include/makefile.am: adding XPointer
17181 and XPtrtests target
17182 * xpointer.[ch] : new files for XPointer support
17183 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17184 more XPath tests
17185
17186Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17187
17188 * configure.in: fixed, very broken, make distcheck works again
17189
17190Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17191
17192 * More work toward 2.2.5, integrated a number of patches
17193 * configure.in Makefile.am win32config.h.in: trying to cleanup
17194 make distcheck .... huh ...
17195 * include/Makefile.am include/win32config.h: new directory
17196 for includes
17197 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17198 updated teh makefiles and instructions for WIN32
17199 * xpath.c: small fixes
17200 * test/XPath/ results/XPath: updated the testcases and results
17201 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17202 suggested patches
17203 * valid.c: fixed an ID bug
17204
17205Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17206
17207 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17208 the automake bug where wrong dependencies were generated.
17209 * xpath.[ch]: worked on XPointer
17210
17211Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17212
17213 * configure.in Makefile.am: 2.2.5, ship the include in an
17214 include/libxml subdirectory, use symlinks when using CVS
17215 * testSAX.c: fixed small bug
17216 * testXPath.c: changed the way testfiles are parsed
17217 * debugXML.c: same kind of cleanup when parsing an argument expression
17218 XPath/XPointers can have blanks embedded
17219 * xpath.[ch]: more cleanup, reorgs for XPointer work
17220 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17221 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17222
17223Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17224
17225 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17226 in the XPath engine, rewrote large parts of it, now it's far
17227 cleaner and in sync with the REC not an old WD. Fixed a parsing
17228 problem in the interactive XML shell found when testing XPath.
17229
17230Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17231
17232 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17233 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17234 examples with the extra test
17235
17236Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17237
17238 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17239 the global init function.
17240
17241Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17242
17243 * HTMLparser.c: Doohhh, attribute name parsing was still case
17244 sensitive ! Fixed this ...
17245 * result/HTML/* : updated the tests results accordingly
17246
17247Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17248
17249 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17250 engine, should be far more stable, incorporated a new version of
17251 preceding/following axis, need testing
17252 * uri.c: fixed file:///c:/a/b/c problem
17253 * test/XPath/tests/idsimple: augmented the XPath tests
17254
17255Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17256
17257 * doc/* rebuilding docs for 2.2.4 release
17258
17259Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17260
17261 * configure.in: releasing 2.2.4
17262 * parser.[ch]: added xmlStrEqual()
17263 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17264 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17265 use xmlStrEqual instead
17266 * TODO: updated
17267 * added an XPath test
17268
17269Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17270
17271 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17272 * entities.h: exported xmlInitializePredefinedEntities
17273 * parser.[ch] : added xmlInitParser()
17274 * parserInternals.h : had to export htmlInitAutoClose()
17275
17276Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17277
17278 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17279 problems
17280 * Makefile.am : added XPath regression tests to normal tests
17281 * uri.c: fixed a problem with local paths, cleanup
17282 * parser.c: fixed a problem with large CData sections
17283
17284Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17285
17286 * configure.in xml-config.in: patch from "Ben Taylor"
17287 <sol7x86@hotmail.com> for solaris shared libs lookup
17288
172892000-09-30 Martin Baulig <baulig@suse.de>
17290
17291 * libxml-2.0.pc.in: Provide pkg-config script.
17292
17293 * configure.in: Create the libxml-2.0.pc script from the
17294 libxml-2.0.pc.in templates.
17295 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17296 script in `$(libdir)/pkgconfig'.
17297
17298Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17299
17300 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17301 when compiling with MSC
17302
17303Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17304
17305 * xpath.c: patch for normalize-string() substring-before(),
17306 substring-after() and translate() functions from Bjorn Reese
17307 <breese@mail1.stofanet.dk>
17308 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17309 Fredrik Hallenberg <hallon@lysator.liu.se>
17310 * TODO: updated
17311
17312Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17313
17314 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17315 problem of socklen_t being undefined on a number of platforms
17316 * debugXML.c: fixed a compilation problem when without snprintf
17317
17318Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17319
17320 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17321 an URI bug and a fix for the control-character-induced infinite loop
17322 * nanohttp.c: preventive fix for compiling on WIN32
17323
17324Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17325
17326 * xmlint.c: closing bug #25000
17327
17328Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17329
17330 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17331 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17332 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17333 related function, fixing xmlStrncmp(), and associated cleanup
17334 * result/HTML/entities.html.sax: updating result
17335
17336Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17337
17338 * uri.c: applied patch for URI escaping from Wayne Davison
17339 <wayned@blorf.net>
17340 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17341 from Denis Barbier <barbier@imacs.polytechnique.fr>
17342 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17343 patch from Wayne Davison
17344
17345Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17346
17347 * doc/xml.html : updated with new releases, adding "how to help"
17348
17349Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17350
17351 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17352 removed a few warnings in pedantic mode ...
17353 * parserInternals.c parser.c: moved encoding switching function
17354 to parserInternals.c
17355 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17356
17357Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17358
17359 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17360 error or warning handlers
17361
17362Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17363
17364 * parserInternals.c parserInternals.h parser.c Makefile.am:
17365 created a new module parserInternals.c, moved most of the
17366 code shared by the various parsers there, as well as
17367 deprecated code from parser.c. More cleanup of parser.c
17368 * uri.c: fixed a problem when URI is NULL
17369 * valid.c: speedup when looking for an attribute declaration
17370
17371Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17372
17373 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17374 the cleanup of the computation of URI references when seeking
17375 external entities. The URI reference string and the resulting
17376 URI are both stored now.
17377 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17378 large s(n)printf checks and cleanup from Denis Barbier
17379 <barbier@imacs.polytechnique.fr>
17380 * xmlversion.h.in tree.h: couple of SGML declarations for a
17381 possible docbook module.
17382 * result/VC/ : a couple of test output changed due to the change
17383 of the entities URI
17384
17385Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17386
17387 * parser.h: added a _private field for linking user's data
17388
17389Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17390
17391 * parser.c parserInternals.h: demacroified most of the IS_XXX
17392 the gain in size is significant so ...
17393
17394Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17395
17396 * entities.c: cases where looking up entities with doc==NULL
17397 covered
17398
17399Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17400
17401 * uri.c: applied Wayne Davison patch
17402 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17403
17404Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17405
17406 * uri.c testUri.c: applied Wayne Davison patches
17407 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17408 * Makefile.in: added URItest and included thenin "make tests"
17409
17410Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17411
17412 * xmlversion.h.in: closed bug 22941
17413
17414Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17415
17416 * doc/xmlio.html: added doc and example for entity loader
17417 redefinition.
17418
17419Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17420
17421 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17422 used by libxml
17423
17424Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17425
17426 * parser.c: Fixed bug on invalid ontent characters and when using
17427 push.
17428 * xmllint.c: fixed xmllint endling of errors in push mode
17429
17430Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17431
17432 * HTMLparser.c testHTML.c: applied two new patches from
17433 Wayne Davison <wayned@users.sourceforge.net>
17434 * result/HTML/*.sax: regenerated HTML SAX output
17435 * parser.c: more cleanup.
17436
17437Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17438
17439 * HTMLparser.[ch] testHTML.c: applied the second set of
17440 patches from Wayne Davison <wayned@users.sourceforge.net>,
17441 adding htmlEncodeEntities()
17442 * HTMLparser.c: fixed an ignorable white space detection bug
17443 occuring when parsing with SAX only
17444 * result/HTML/*.sax: updated since the output is now HTML
17445 encoded...
17446
17447Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17448
17449 * HTMLparser.[ch]: applied some of Wayne Davison
17450 <wayned@users.sourceforge.net> patches
17451
17452Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17453
17454 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17455 undeclared namespace prefix was used, added a warning.
17456 Cleaned up support w.r.t. entities, spilling out a warning
17457 and being pedantic on lookups.
17458 * test/warning/ent9 : added testcase for previous example.
17459 * TODO: updated
17460 * parserInternals.h parser.c: changed the way names are parsed
17461 now allow infinite size and decrease penalty for normal use
17462 * parser.c: Started a big cleanup/check of the parser code,
17463 fixed some of the most tortuous entity code, spotted code
17464 unused anymore
17465 * test/*: added tests for very long names and related nasty
17466 things.
17467
17468Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17469
17470 * doc/encoding.html: added encoding aliases doc
17471 * doc/xml.html: updates
17472 * encoding.[ch]: added EncodingAliases functions
17473 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17474 bottleneck affecting large DTDs like Docbook
17475 * parser.[ch] xmllint.c: added a pedantic option, will be
17476 useful
17477 * SAX.c: redefinition of entities is reported in pedantic mode
17478 * testHTML.c: uninitialized warning from gcc
17479 * uri.c: fixed a couple of bugs
17480 * TODO: added issue raised by Michael
17481
17482Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17483
17484 * doc/encoding.html: propagated Martin Duerst suggestions
17485
17486Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17487
17488 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17489 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17490 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17491 by Wayne Davison
17492
17493Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17494
17495 * nanoftp.c nanohttp.c: small cleanup
17496 * TODO: updated
17497
17498Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17499
17500 * added an old VC testcase and updated title.xml entity
17501
17502Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17503
17504 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17505 done on auto-opening of <p> tags and cleanup of SAX output
17506
17507Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17508
17509 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17510
17511Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17512
17513 * doc/xml.html libxml.* structure.*: updated the doc a bit
17514
17515Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17516
17517 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17518 of SAX tests
17519
17520Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17521
17522 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17523 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17524
17525Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17526
17527 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17528 * testHTML.c: fix core dump on Solaris 2.x systems
17529 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17530 * result/HTML/*.sax: previous bug fix lead to new results
17531
17532Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17533
17534 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17535 * configure.in: added --with-readline=DIR to accept alternate
17536 path for readline include/library
17537 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17538 for ANSI under HP-UX
17539 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17540 includes @LIBS@
17541
17542Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17543
17544 * doc/* : rebuilt the docs
17545 * getting ready for 2.2.2 release
17546
17547Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17548
17549 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17550 and xmlAddFeature()
17551 * tree.[ch]: added xmlAddChildList()
17552 * xmllint.c: MAP_FAILED macro test
17553 * parser.h: added xmlParseCtxtExternalEntity()
17554 * valid.c: applied bug fixes removed warning
17555 * tree.c: added CDATA block to elements content
17556 * testSAX.c: cleanup of output
17557 * testHTML.c: added SAX testing
17558 * encoding.c: better error recovery
17559 * SAX.c, parser.c: fixed one of the external entity processing
17560 of the OASis testsuite
17561 * Makefile.am: added HTML SAX regression tests
17562 * configure.in: bumped to 2.2.2
17563 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17564 SAX results
17565
17566Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17567
17568 * configure.in: patch for HP compiler
17569
175702000-08-04 Sven Heinicke <sven@zen.org>
17571
17572 * xmllint.c: Was coredumping sometimes when the file given didn't
17573 exist.
17574
17575Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17576
17577 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17578
17579 when using in memory parsing. Need some cleanup.
17580 * xmllint.c configure.in: added a --memory flag to test memory
17581 parsing
17582
17583Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17584
17585 * nanohttp.c: fixed socklen_t replacement to unsigned int
17586 * parser.c: fixed a space handdling missing at the end of
17587 production 28 DOCTYPE.
17588 * xmlmemory.c: fixed a stupid bug on the routine to override
17589 allocation functions
17590 * TODO: updated
17591
17592Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17593
17594 * doc/ regenerated the docs
17595
17596Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17597
17598 * doc/encoding.html doc/xml.html: added I18N doc
17599 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17600 improvements, both parser and filters, added ASCII & HTML,
17601 fixed the ISO-Latin-1 one
17602 * xmllint.c testHTML.c: added/made visible --encode
17603 * debugXML.c : cleanup
17604 * most .c files: applied patches due to warning on Windows and
17605 when using Sun Pro cc compiler
17606 * xpath.c : cleanup memleaks
17607 * nanoftp.c : added a TESTING preprocessor flag for standalong
17608 compile so that people can report bugs more easilly
17609 * nanohttp.c : ditched socklen_t which was a portability mess
17610 and replaced it with unsigned int.
17611 * tree.[ch]: added xmlHasProp()
17612 * TODO: updated
17613 * test/ : added more test for entities, NS, encoding, HTML, wap
17614 * configure.in: preparing for 2.2.0 release
17615
17616Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17617
17618 * nanoftp.c: fixed the way the control connection is handled
17619 * libxml.spec.in: fixed the dependencies and cleanup
17620
17621Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17622
17623 * doc/xml.html: changed the xmlsoft.org structure, updated the
17624 examples w.r.t. root and childs
17625
17626Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17629
17630Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17631
17632 * HTMLparser.c: Work on character encoding support for the HTML parser
17633 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17634 * encoding.c: Fixed a potential memleak in the encoding stuff
17635
17636Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17637
17638 * doc/FAQ.html doc/Makefile.am : added a FAQ
17639
17640Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17641
17642 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17643 of the HTML parser to force it to not bypass SAX
17644
17645Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17646
17647 * win32config.h.in: updated
17648 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17649 lacks iconv support :-( need to release 2.1.1
17650 * configure.in: release 2.1.1
17651 * HTMLparser: fixed bug #14784
17652 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17653 by Windows compiler
17654 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17655 the SAX startDocument() callback.
17656 * TODO: updated
17657
17658Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17659
17660 * added xmlStopParser()
17661
17662Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17663
17664 * configure.in: 2.1.0 prerelease
17665 * Large resync between W3C and Gnome tree
17666 * nanoftp, nanohttp.c: fixed stalled connections probs
17667 * HTMLtree.c SAX.c : support for attribute without values in
17668 HTML for andersca
17669 * valid.c: Fixed most validation + namespace problems
17670 * HTMLparser.c: start document callback for andersca
17671 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17672 * parser.h, SAX.c: serious speed improvement for large
17673 CDATA blocks
17674 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17675 different encoding
17676 * example/Makefile.am example/gjobread.c tree.h: work on
17677 libxml1 libxml2 convergence.
17678 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17679 and the LIBXML_TEST_VERSION macro
17680
17681Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17682
17683 * doc/xml.html: various patches and improvements typo fixed by
17684 Felix Natter
17685 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17686 from Felix Natter <fnatter@gmx.net>
17687
17688Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17689
17690 * doc/upgrade.html: updated with instructions for support of both
17691 libxml-1.x and libxml-2.x
17692 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17693 for 2.x support and also fixed includes
17694
17695Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17696
17697 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17698 the encoding support, added iconv support, so now libxml if
17699 compiled with iconv automatically support japanese encodings
17700 among others. Work based on initial patch from Yuan-Chen Cheng
17701 I may have broken binary compat in the encoding handler
17702 registration scheme, but that was so utterly broken I don't
17703 expect anybody to have used this feature until now.
17704 * parserInternals.h: fixup on the CHAR range macro
17705 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17706 code.
17707 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17708 * uri.c: added xmlParseURI() I can't believe I forgot to
17709 implement this one in 2.0 !!!
17710 * SAX.c: moved doc->encoding update in the endDocument() call.
17711 * TODO: updated.
17712
17713Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17714
17715 * tree.h: removed extraneous xmlRemoveProp definition
17716 * TODO: added item about --disable-corba configure switch
17717 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17718 * nanoftp.c: fixed include problems giving troubles on AIX and
17719 slowlaris
17720 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17721 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17722 comment and headers changes to lower gtk-doc number of warnings
17723 * doc/html/*: rebuilt docs
17724
17725Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17726
17727 * HACKING: documented the tag for 1.x and instructions
17728
17729Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17732 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17733 xmlCreateIOParserCtxt
17734 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17735 significant overall improvement
17736 * xmllint.c: added I/O test to xmllint
17737 * testSAX.c: added a speed test
17738 * doc/* : updated/regenerated
17739
17740Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17741
17742 * xpath.c uri.h parserInternals.h: cosmetic changes from
17743 "Timur I. Bakeyev" <timur@bat.ru>, including making
17744 xmlCreateURI() public
17745
17746Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17747
17748 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17749 and the code at the same time. Added a clean mechanism for
17750 overload or added input methods: xmlRegisterInputCallbacks()
17751 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17752 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17753 * TODO: updated
17754 * doc/* : updated/regenerated
17755 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17756 source dir
17757
17758Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17759
17760 * testURI.c: yet another forgotten commit, I should get some sleep !
17761
17762Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17763
17764 * xmllint.c: forgot to commit this too ?
17765
17766Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17767
17768 * xmlversion.h.in : forgot to commit this previously
17769
17770Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17771
17772 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17773 * README TODO: updated for release
17774 * uri.c uri.h: added authority parsing/saving
17775 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17776 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17777 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17778 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17779 Makefile.am : added compile-time customization of libxml
17780 --with-ftp --with-http --with-html --with-xpath --with-debug
17781 --with-mem-debug
17782 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17783 #include <libxml/xxx.h> I hope it won't break too much stuff
17784 and will be manageable in the future...
17785 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17786 and added xmllint to the installed programs
17787 * uri.h: added xmlFreeURI()
17788
17789Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17790
17791 * uri.c uri.h: finished the escaping handling, the base support
17792 and the URI path normalization. Looks good just lacks the
17793 authority content parsing code.
17794 * Makefile.am: added instructions to generate testURI
17795 * TODO: updated
17796 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17797 added links and icons for W3C and Gnome
17798
17799Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17800
17801 * xmlmemory.[ch] : seems I forgot to actually update the files in
17802 the last commit :-)
17803 * doc/xml.html doc/html/* : updated and uploaded the docs
17804
17805Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17806
17807 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17808 * TODO: updated
17809 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
17810 libxml default allocation function with another set (like gmalloc/
17811 gfree).
17812 * Makefile.am, uri.c, uri.h: added a set of functions to do
17813 exact (litteraly copied from the RFC 2396 productions) parsing
17814 and handling of URI. Will be needed for XLink, one XML WFC,
17815 XML Base and reused in the nano[ftp/http] modules. Still work
17816 to be done.
17817
17818Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17819
17820 * configure.in, libxml.spec.in : libxml2
17821 * doc/* : updated the doc page, rebuilt the docs
17822
17823Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17824
17825 * all: tagged LIB_XML_1_X
17826 * *.c *.h : updated from W3C CVS tree
17827 * configure.in : 2.0.0-beta
17828 * libxml.spec.in : libxml2 package nam
17829 * result/* : new version of the tests output
17830
17831Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17832
17833 * doc/xml.html, doc/update.html: updated docs, 1.8.7
17834
17835Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17836
17837 * doc/* : rebuilt the docs
17838 * parser.c: final patch on #6766
17839 * valid.c: small patch on validity checks.
17840
17841Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17842
17843 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
17844 added
17845 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
17846 compatibility w.r.t. XML spec and existing code.
17847
17848Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17849
17850 * parser.c: seems a better solution to <a> </a> exists,
17851 will try it for a while
17852
17853Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * parser.c: tried to remove the <a> </a> generating <a/>
17856 this is hard. Left a flag for that purpose. Fixed bug #6766
17857 * configure.in: prepared 1.8.7 not released, due to previous
17858 problem
17859
17860Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17861
17862 * doc/xml.html : applied second patch from Paul DuBois
17863
17864Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17865
17866 * doc/xml.html : applied patch from Paul DuBois
17867
17868Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17869
17870 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
17871
17872Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
17875 compilation warnings on various platforms.
17876 * parser.c: Fixed #5281 validity error callbacks are now desactived
17877 by default if not validating.
17878
17879Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17880
17881 * nanoftp.c, win32config.h.in: patches to compile on WIN32
17882
17883Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17884
17885 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
17886 <gkatsi@cs.toronto.edu>
17887
17888Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17889
17890 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
17891 processing URLs
17892
17893Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17894
17895 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
17896 xmlNanoFTPUpdateURL for persistent control connections.
17897 * configure.in: 1.8.6
17898
17899Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17900
17901 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
17902 * tree.[ch] : added xmlSaveNoEmptyTags
17903
179042000-01-29 James Henstridge <james@daa.com.au>
17905
17906 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
17907
17908 * Makefile.am: added nanoftp.[ch] to the build.
17909
17910Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17911
17912 * nanoftp.[ch]: cleanup, comments, API
17913 * debugXML.c : fixed a bug in the cat command
17914 * doc/*: regenerated the docs
17915
17916Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17917
17918 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
17919 * debugXML.c : fixed a bug in the cat command
17920 * valid.c: fixing some small probs
17921 * libxml.spec.in: get rid of the SNAP suffix
17922 * doc/xml.html: updated the status
17923
17924Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17925
17926 * xml-config.in: xml-config --version to just return the
17927 version number
17928 * xpath.c: some cleanup w.r.t. axis when the current node is
17929 an attribute.
17930 * TODO: updated
17931
17932Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17933
17934 * configure.in: prepared for libxml-1.8.5
17935 * doc/* recompiled the documentation
17936
179372000-01-17 Jody Goldberg <jgoldberg@home.com>
17938
17939 * configure.in : WARNING autoconf subtlety alert :
17940 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
17941 when looking for zlib.h so that HAVE_ZLIB_H is defined.
17942 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
17943 get defined by AC_CHECK_HEADERS.
17944
17945Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17946
17947 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
17948 Rune.Djurhuus@fast.no
17949
17950Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17951
17952 * TODO: updated
17953 * tree.c, parser.c: made sure that only memory alloc problems
17954 and internal parser errors are allowed to write to stdout or
17955 stderr.
17956
17957Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17958
17959 * tree.c : restored xmlNewGlobalNs since this seems used by
17960 a lot of existing code :-(, fixed a bug in xmlNewNs
17961 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
17962 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
17963 to exit() from the library code.
17964 * xpath.c, parser.c: removed bugs or unused code detected by
17965 Windows compilers
17966 * parser.c: started adding interfaces for parsing well balanced
17967 XML fragments
17968 * configure.in: releasing 1.8.4
17969 * doc/* : rebuilt the docs
17970
17971Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17972
17973 * tree.[ch] : added xmlNewDocFragment() for DOM
17974 * testHTML.c: uninitialized variable.
17975
17976Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17977
17978 * doc/* : rebuild the docs
17979
17980Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17981
17982 * acconfig.h: readline and history patch
17983 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
17984 * tree.c: added check and handling when possibly removing an ID
17985 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
17986 and saving.
17987 * test/HTML/entities.html result/HTML/entities.html* : test for
17988 various entities reference cases
17989 * result/HTML/* : as a result output of some testcase have
17990 changed
17991 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
17992 by previous example. added xmlParseTryOrFinish().
17993 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
17994 entities.h debugXML.h HTMLparser.h: changed the way struct are
17995 declared to allow gtk-doc to expose those
17996 * parser.c: closed bug #4960
17997 * Makefile.am configure.in: Applied patch from
17998 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
17999 and math/socket libs detection
18000
18001Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18002
18003 * configure.in, Makefile.am: link tester against readline
18004 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18005
18006Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18007
18008 * tree.[ch]: added xmlRemoveProp
18009 * win32config.h.in nanohttp.c: avoid including the Windows
18010 socket stuff in every C files
18011 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18012 the XmL parser(s)
18013 * test/ns4 result/ns4 etc...: added test case for previous prob
18014 * tree.c: xmlNewNs wasn't checking for double definition
18015 * Makefile.in: fixed a problem with dist-hook duplicates
18016 * parser.[hc], xmlIO.c: fixed the loading of external entities
18017 APIs, now xmlLoadExternalEntity() is used everywhere and
18018 setting up an app specific front-end using the
18019 * SAX.c parser.c: some fixes, now the xhtml spec validates
18020 with the xhtml DTD.
18021 * error.c: fixed crashes in case of no input stream
18022 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18023 to the validation tests and results
18024
18025Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18026
18027 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18028 too htmlCreatePushParserCtxt() and htmlParseChunk()
18029 * parser.c: a bit of cleanup.
18030 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18031 to XML) removed the last mem leak known
18032 * HTMLtree.c: output message cleanup
18033 * xmlmemory.c: display content info about memory blocks
18034 * result/HTML/wired.* : missing att value warning change
18035
18036Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18037
18038 * doc/* : rebuilt the documentation
18039
18040Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18041
18042 * parser.[ch] parserInternals.h: Push parser for XML,
18043 seems to work fine now
18044 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18045 --push for push testing
18046 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18047 * testSAX.c: added --push
18048 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18049 subtree
18050 * xmlIO.[ch] : enriched API + fixes for push mode
18051 * entities.[ch]: added the entity content length to the struct.
18052 * xmlmemory.[ch]: new API to show the last entries for the shell
18053 * valid.c: added required attribute testing
18054 * SAX.c: the cdata callback now merge contiguous fragments
18055 * HTMLparser.c: cleanup of some macros
18056
18057Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18058
18059 * parser.c: fix for PIs name starting with xml
18060 * tree.c: fixed a potential problem with || and && ops
18061 * *.c, configure.in win32config.h.in : generate win32config.h for
18062 those on the Other Side !
18063
18064Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18065
18066 * parser.c: fixed a stupid = vs. == bug :-(
18067 * doc/gnome-xml.sgml: s/glade/xml/
18068
18069Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18070
18071 * configure.in, doc/xml.html : bug fix release 1.8.2
18072 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18073 Hopefully the end of that silly C++ include problem
18074 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18075 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18076 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18077 troubles with autoclosed elements when the stree shape doesn't
18078 follow the DtD specs. Added htmlIsAutoClosed() and
18079 htmlAutoCloseTag()
18080 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18081 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18082 * debugXML.c: fixed a bug on printing default namespaces.
18083 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18084
18085Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18086
18087 * result/HTML/*.htm[l] : updated the HTML regression tests according
18088 to the new output
18089 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18090 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18091 problem due to intermix of extern "C" { ... } declarations for C++
18092 and recursive includes in the headers
18093
180941999-12-20 Chris Lahey <clahey@umich.edu>
18095
18096 * HTMLtree.c: Made it so that html nodes with a single child do
18097 not insert a carriage return before or after the child node.
18098
18099Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18100
18101 * configure.in, doc/xml.html : bug fix release 1.8.1
18102 * parser.c: fixed bug #4344
18103 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18104 added the glue to avoid C++ problems
18105 * doc/* : regenerated the documentation
18106
18107Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18108
18109 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18110 namespace recognition, and Dia as a resul :-(
18111 * encoding.c: closed bug #3950
18112
18113Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18114
18115 * valid.c: debugging a posteriori validation, except URI expansion
18116 stuff this should be fixed now
18117 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18118 Carl Nygard <cnygard@bellatlantic.net>
18119 * tester.c: added --postvalid, cleaning of the code
18120 * tree.[ch]: added xmlDocGetRootElement()
18121
18122Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18123
18124 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18125 c++ losage.
18126
18127Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18128
18129 * configure.in, doc/xml.html : bumped to 1.8.0
18130 * xlink.[ch], Makefile.am : added framework for link detection
18131 * parser.h: added nbChars to parser context, needed for cleanup.
18132 * xmlmemory.c: removed a nasty bug when out of mem
18133 * valid.[ch]: adding namespace support for attribute decl
18134 * tester.c: added --debugent option
18135 * debugXML.[ch]: added xmlDebugDumpEntities()
18136 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18137 buffers instead, this was really needed, validation was breaking
18138 in strange ways due to that. Added xmlParseStringPEReference()
18139 and other parsing from strings functions. Entities processing
18140 modified again, but PERef are still not handled correcly but
18141 unless you're Eve Maller you won't notice :-)
18142 * HTMLparser.c: large changes toward reliability, and switched to
18143 lowercase internal tags, XHTML is lowercase, so it will help
18144 that output is closer to next version.
18145 * doc/* : regenerated the documentation, it is now hosted at
18146 http://xmlsoft.org/ (same bits I just bought the domain :-)
18147
18148Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18149
18150 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18151 doc generation
18152 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18153 in the SAX API
18154 * doc/*: rebuilt the doc making sure everything appears in the
18155 HTML files
18156
18157Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18158
18159 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18160 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18161 which allow impressive speed improvement on dataset with
18162 large text pieces, but at the cost of broken binary
18163 compatibility and slightly bigger memory usage.
18164 Configure with --with-buffers to activate them, they
18165 are protected with XML_USE_BUFFER_CONTENT define.
18166 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18167 goal is 0 memory left allocated once parser is no more used
18168 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18169 call xmlCleanupParser() and xmlMemoryDump()
18170
18171Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18172
18173 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18174 * parser.[ch] encoding.[ch]: added memory cleanup routines
18175 * parser.c: closing bug #3788
18176 * doc/*: rebuilt the doc
18177
18178Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18179
18180 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18181 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18182 * tester.c: added --compress option
18183 * doc/*: rebuilt the documentation
18184
18185Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18186
18187 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18188 if given /proc/kcore as input !
18189 * doc/xml.html doc/*: updated and rebuilt the documentation
18190
18191Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18192
18193 * parser.c: Fixed some wrongly space collapsing code due to
18194 a misreading of the spec.
18195 * result/*: fixed the output accordingly
18196
18197Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18198
18199 * encoding.c: bug fix and typos
18200 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18201 * parser.c: added attribute normalization closing bug #3597
18202 * test/att* result/att* SAXresult/att*: testcase for attribute
18203 normalization
18204
18205Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18206
18207 * configure.in: closing bug #3163 by adding extra flags for the
18208 cc compiler on HP-UX
18209
18210Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18211
18212 * valid.[ch] : removed a typo and an enumerated type bug in the
18213 xmlAddElementDecl() function
18214 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18215 call to xmlEncodeEntitiesReentrant() so that the functions
18216 New, Set and Get are at the same level.
18217 * parser.c HTMLparser.c: extra memory allocation bug for
18218 attributes detected by someone using libxml in embedded systems :-)
18219
18220Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18221
18222 * xmlmemory.h: turned off mem debug :-\
18223
18224Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18225
18226 * parser.c: closed bug #2784 a one line fix, but worth pushing
18227 a new release out
18228 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18229 some structures, comments before and after the
18230 main element, and other nastyness
18231 * HTMLtree.c tree.c: accomodate the extended HTML supported
18232 * configure.in: pushing 1.7.4
18233 * test/ent8 and related outputs : added a new test for bug #2784
18234 * test/HTML/wired.html and related output: a nasty HTML example
18235 * Makefile.am: improved the test scripts
18236 * docs/* : reran the documentation extractor, updated xml.html
18237
18238Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18239
18240 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18241 HTMLparser and debugged the HTML related code. HTML documents
18242 now have their own type
18243 * entities.c: do not dump &apos; for HTML output
18244 * xmlmemory.c: improvement, breakpoint mechanism
18245 * testHTML.c: added --sax --repeat ...
18246 * Makefile.am: improved the HTML tests
18247 * valid.[ch]: added xmlValidGetValidElements and
18248 xmlValidGetPotentialChildren
18249 * tester.c: added --insert to test the 2 new functions
18250 * test//* result//* SAXresult//* : regression test cleanup
18251 and extension.
18252 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18253 gnome-xml-nanohttp.html
18254
18255Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18256
18257 * HTMLparser.c: fixed problems with some autoclose tags
18258 * tree.c: fixed XML output problems.
18259 * result/* SAXresult/*: update of the tests output
18260
18261Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18262
18263 * Makefile.am: Arturo patch for xmlConf.sh version info
18264 * parser.c: Tim Josling patch for single quoted items
18265 * tester.c: Tim Josling patch for tester options usage
18266 * tree.h: indent cleanup
18267
18268Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18269
18270 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18271 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18272
18273Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18274
18275 * tree.c : Raph patch for initialization of CORBA fields
18276 * parser.c, xpath.c, ...: modification of doc comments
18277 * xpath.c : allow spaces in xpath expressions
18278
18279Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18280
18281 * xmlmemory.h: turning off memory debug :-(
18282
18283Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18284
18285 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18286 better SAX interfaces.
18287 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18288 entity.
18289 * configure.in: 1.7.2
18290
18291Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18292
18293 * libxml.spec.in: fixed the URL
18294 * doc/xml.html: improved the documentation front-end
18295
18296Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18297
18298 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18299
18300Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18301
18302 * libxml.spec.in: fixed the alpha compile problem
18303 * parser.[ch]: changed errno to errNo in the parser context :-(
18304 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18305 * doc/xml.html: changed CHAR to xmlChar
18306 * doc/html/*: recompiled the documentation
18307 * configure.in: 1.7.1
18308
18309Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18310
18311 * parser.h: modified the parser context struct to regain 1.4.0
18312 binary compatibility
18313 * parser.c, xml-error.h: added errno ot teh context and defined
18314 a set of errors values with update of errno
18315 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18316 DTDs and entities
18317 * *.h, *.c: complete cleanup of the use of config.h and include
18318 protection depending on the current setup.
18319 * overalll debugging, maintenance and bug-fixing on all modules
18320 * updated the documentation
18321 * ready for 1.7.0
18322
18323Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18324
18325 * HTMLparser.c : cleanup
18326 * SAX.c valid.c valid.h: added ID/IDREF checking
18327 * tree.c tree.h: extended doc structure for refs
18328 * configure.in: 1.6.2
18329 * parser.c: patched bug in SAX user arg call
18330 * parserInternals.h: patched missing close in C++ wrapping
18331 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18332 especially upcoming XPointer implementation.
18333 * doc/xml.html: augmented, typo
18334
18335Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18336
18337 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18338 not all invocations of install understand -d.
18339
18340Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18341
18342 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18343 to make 'check' works, when builddir != srcdir.
18344
18345Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18346
18347 * doc/xml.html : updated the documentation
18348
18349Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18350
18351 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18352 not deallocated memory blocks
18353 * *.c : replaces all calls to malloc() free() and realloc() to
18354 the wrapper functions/macros
18355 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18356 instead of xmlFreeNodeList()
18357
18358Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18359
18360 * HTMLparser.c: corrected a stupid bug leading to core dump at
18361 tree deallocation. Removed warnings indicated by
18362 Stephane.Conversy@lri.fr
18363 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18364 looked for in the external subset
18365
18366Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18367
18368 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18369 on SGI by Stephane.Conversy@lri.fr
18370
18371Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18372
18373 * all .h : changed the prototype declaration indent as in gtk
18374 * most .c : working on reducing the TODOs in the code
18375 * most .c : cleanup though -pedantic and Insure++
18376 * improvements on validation ID checkings.
18377 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18378 * xml-config.in: closed #1810
18379
18380Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18381
18382 * tree.h, valid.c, valid.h: more work on validity, IDs
18383 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18384 definition for AIX
18385
18386Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18387
18388 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18389 the distribution due to a cut'n paste error at last commit
18390
18391Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18392
18393 * configure.in: upgraded to version 1.4.0
18394 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18395 Big update, added a large part of the validation process,
18396 it should be usable, but some parts are missing
18397 * xpath.c: improved the implementation w.r.t. root.
18398 * Makefile.am: added more tests
18399 * test and result trees: added a lot of tests
18400 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18401
18402Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18403
18404 * Added an HACKING file
18405
18406Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18407
18408 * xpath.[ch] : improvements and debug of the XPath implementation
18409 * parser.c, HTMLparser.c : modified the parsers to be progressive
18410 * tree.[ch] : extended the Buffer promitives
18411 * xmlIO.[ch] : added basic I/O routines providing progressive
18412 parsing and ready for I18N conversion plugins
18413 * SAXresult/* : the SAX callback sequence maybe slightly different
18414 now
18415 * test*.c : improved/updated the tests programs
18416 * doc/* : recompiled the docs.
18417
184181999-07-26 Michael Meeks <michael@edenproject.org>
18419
18420 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18421
18422 * tree.c: Ditto.
18423
18424Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18425
18426 * configure.in: upgraded to version 1.4.0
18427 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18428 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18429 XML query language, see http://www.w3.org/TR/xpath for more details.
18430 * parser.c, parser.h: added CHAR* related string functions for XPath
18431 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18432 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18433 rebuild the docs.
18434 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18435 and regression testing capabilities for XPath.
18436
18437Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18438
18439 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18440 closing bug #1646
18441
18442Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18443
18444 * Makefile.am, example/Makefile.am: closed bug #1683
18445
18446Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18447
18448 * example/Makefile.am, configure.in: added the makefile for the
18449 gjobread example
18450
18451Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
18452
18453 * doc/Makefile.am:
18454 - fix which allow "make install DESTDIR=</install/prefix>".
18455
18456Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18457
18458 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18459 which fixed a problem on the file reading-code.
18460
18461Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18462
18463 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18464 output.
18465 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18466
18467Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18468
18469 * parser.h : Oops removed the binary compatibility problem
18470 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18471 * parser.c, HTMLparser.c: applied patches for reading from stdin
18472
18473Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18474
18475 * parser.c, entities.c, valid.c: cleanup bug #1591
18476 * configure.in: cleanup bug #1592
18477 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18478 the same tree back-end. Hence gdome will be available for it.
18479 * doc/Makefile.am: close bug #617
18480
18481Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18482
18483 * parser.c: alloctate a per parser context SAX interface block
18484
18485Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18486
18487 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18488 and xmlEncodeEntitiesReentrant with the correct one :-\
18489
18490Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18491
18492 * commit of my internal XML base changes, quite a lot of
18493 changes, cleanups, better entities support, framework for
18494 new I/O and charset detection and handling
18495 * Fixed the configure/Makefile stuff to generate shared libs
18496 with the proper version info, so we jumped on rev from
18497 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18498 xmlEncodeEntities() result need to be freed now, and a string
18499 xmlParserVersion provide the current library version.
18500
18501Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18502
18503 * parser.c: fixed a buffer overrun for when you have a very long
18504 attribute with no entities in it.
18505
18506Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18507
18508 * added example directory
18509 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18510
18511Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18512
18513 * Release of libxml-1.1, nearly everything has been touched for
18514 this.
18515 * Added more regression tests
18516 * Updated the documentation
18517
18518Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18519
18520 * tree.[ch]: unified the XML_NO_CORBA defines.
18521 * parser.c encoding.[ch]: started plugging in char encoding detection
18522
18523Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18524
18525 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18526 Also freed allocated buffer.
18527
18528Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18529 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18530 reentrancy problem at printing. One is left in entities.c, to
18531 remove ASAP
18532 * testSAX.c : added a test example showing the use of the SAX
18533 interface if one doesn't want to build the DOM tree.
18534 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18535
18536Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18537
18538 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18539 large revamping of the parser to use SAX callbacks
18540 http://www.megginson.com/SAX/ (or at least a C like interface
18541 a la Expat). It's now possible to set up your own callbacks
18542 and the parser will not build a DOM tree.
18543 * test/* result/*: updated the test suite, I finally removed
18544 the old Namespace draft support (PI based).
18545
18546Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18547
18548 * Makefile.am: added test result to EXTRA_DIST for make tests
18549
18550Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18551
18552 * parser.c, parserInternals.h: moved the chars macro definitions
18553 to parserInternals.h
18554 * parser.c, error.c: applied patches from "Knut Ã…kesson"
18555 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18556
18557Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18558
18559 * xml-config.in : applied patch to make --version work
18560
185611999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18562
18563 * Makefile.am (check-local): Alias for `tests' target. This will
18564 cause `make check' to do the right thing.
18565 (tests): Don't run tests in srcdir. Also, replaced calls to
18566 basename with a `sed' "equivalent".
18567
18568Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18569
18570 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18571 it in the header and not the sources, updated the doc.
18572 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18573 pointing this out.
18574
18575Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18576
18577 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18578 exported the inputStream routines.
18579 * doc/html/* : updated accordingly
18580
18581Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18582
18583 * parser.c, parser.h, parserInternals.h: added a few extra
18584 internal calls to allocate and free parser contexts ...
18585 * doc/html/* : updated accordingly
18586
18587Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18588
18589 * configure.in, Makefile.am, doc/makefile.am : General changes for
18590 1.0.0 release and including the generated HTML documentation.
18591
18592Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18593
18594 * makefile.am : added parserInternals.h, oops.
18595
18596Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18597
18598 * parserInternals.h: added this header giving access to the parser
18599 internal functions.
18600 * doc/Makefile.am : added a rebuild target which rebuilds the full
18601 set of documentations
18602 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18603 the internal subset.
18604 * *.c *.h: modifications needed to generate the documentation using
18605 gtk-doc, cleanup of functions blocks, reorganisation of struct
18606 declarations.
18607
18608Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18609
18610 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18611 the tar and spec file to include the beginning of the doc.
18612
186131999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18614
18615 * doc/.cvsignore: Added this file.
18616
18617Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18618
18619 * tree.c: fixed xmlGetProp to return "" when the attribute
18620 exists, even if the node-list is NULL.
18621
18622Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18623
18624 * tree.c: patched an error outputting empty attribute values.
18625 * Makefile.am and doc/makefile.am: have been updated during the
18626 week-end. Sorry for an empty CVS log, I got a shell problem.
18627
18628Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18629
18630 * tree.h: cleaned up using enums instead of defines
18631 * parser.c, valid.[ch]: more work on parsing/output of element
18632 declarations
18633
18634Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18635
18636 * valid.[ch], tree.c, parser.c : more work toward full parsing
18637 of XML DTDs.
18638 * README: added informations about mailing-list and on-line
18639 documentation
18640
186411999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18642
18643 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18644
18645Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18646
18647 * parser.c, tree.[ch] : more work toward conformance testing,
18648 added a last element to accelerate parsing of very flat structures
18649 started working on internal subset Element content declaration.
18650 * valid.[ch] : first cut at adding code toward validation.
18651 * previous changes had also small impact on most files, especially
18652 the conformance testing using James Clark test suite.
18653
18654Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18655
18656 * test/* : updated the examples, most of them were not well
18657 formed (humm), and added rdf2.
18658 * result/* : resulting changes in the output.
18659
18660Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18661
18662 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18663
18664Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18665
18666 * tree.c: patched a bug in the generation of empty attributes
18667
18668Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18669
18670 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18671 for node/trees/documents/... Biggest problem is namespace
18672 support when copying subtrees.
18673
18674Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18675
18676 * parser.c, entities.c: improve entities and char ref encoding,
18677 and cleanups of error messages.
18678
18679Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18680
18681 * parser.c, entities.c: simple bug hunting done during rpm2html and
18682 rpmfind integration.
18683
18684Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18685
18686 * parser.[ch]: Added interfaces allowing to specify a SAX
18687 handler before parsing.
18688
18689Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18690
18691 * parser.c: redirrect all errors reporting through the SAX
18692 error function
18693
18694Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18695
18696 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18697 * libtool, tlmain ...: update of the libtool files
18698
186991998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18700
18701 * entities.c: Use g_snprintf insteda of snprintf.
18702
18703Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18704
18705 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18706 added ent5 test for this purpose.
18707 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18708
18709Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18710
18711 * parser.c: fixed? a strange error due to compression on a GWP
18712 document.
18713
18714Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18715
18716 * tree.[ch]: bug fixing
18717 * entities.[ch]: defined a specific type for predefined entities
18718 * doc/xml.html: more documentation on the library, how to use it,
18719 overview of the interfaces.
18720
18721Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18722
18723 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18724
18725Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18726
18727 * tree.c: corrected a small bug
18728 * doc/xml.html: continuing writing documentation.
18729
18730Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18731
18732 * debugXML.h debugXML.c: added debugging utilities.
18733 * tester.c: added --debug switch.
18734 * tree.c: patched an incorrect node->type assignment.
18735 * parser.c: formatting, ensure that node->doc != NULL in attributes
18736
18737Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18738
18739 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18740 entity support and provide an internal representation close to
18741 DOM one (entity ref nodes, and attribute value as tree). I tried
18742 to preserve the interface but this will surely break some apps
18743 (I have to change rpm2html/rpmfind for example). I had to change
18744 two interfaces, and the generated tree is somewhat different.
18745 * doc/* : started documenting the XML library, the tree and
18746 DOM/Corba. This is a first step.
18747
18748Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18749
18750 * parser.c: Set up the fonctions comment block, boring but useful.
18751 * parser.h, SAX.c, parser.c: now attributes are processed through
18752 the SAX interface. The problem is that my SAX interface diverged
18753 quite a bit from the original one, well this is not an official
18754 spec, and translating it from Java to C is hairy anyway...
18755
18756Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18757
18758 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18759 fonctions comment block, boring but useful.
18760
18761Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18762
18763 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18764 conversion routines. However they are not yet used to convert the
18765 inputs. The core will run with UTF-8.
18766
18767Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18768
18769 * tree.c : make sure that the type id is properly set-up when
18770 a new object is allocated, needed for DOM.
18771
18772Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18773
18774 * tree.h, tree.c: Ok, the main objects in the tree will be native
18775 corba objects, it costs 8 bytes per Node, Attribute and Document
18776 but it simplifies the Corba integration a lot (no extra interface
18777 objects to allocate/free).
18778
18779Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18780
18781 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18782 and changed NODEs contants for conformity with DOM Level 1
18783
18784Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18785
18786 * added hooks to keep track of servants when creating objects
18787 xmlDoc and xmlNode (for Corba export).
18788
18789Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18790
18791 * added xml-config script.
18792
18793Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18794
18795 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18796 to autoupdate libtool and automake conf files.
18797
187981998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18799
18800 * Makefile.am: Use '?' to separate the sed
18801 commands as ',' is used when people pass -Wl,something.
18802
18803Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18804
18805 * tree.c, tree.h: added a per-document compression interface.
18806
18807Tue Sep 22 20:47:38 EDT 1998
18808
18809 * tree.c, tree.h: added saving with compression and added interfaces
18810 to control the compression level (xmlGetCompressMode,
18811 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18812
18813Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18814
18815 * parser.c: corrected a loop for files of size 0
18816
188171998-08-20 Raja R Harinath <harinath@cs.umn.edu>
18818
18819 * error.h: New file. Contains prototyes from `error.c'.
18820
18821Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
18822
18823 * Makefile.am (xmlincdir): New macro.
18824 (xmlinc_HEADERS): Renamed from include_HEADERS.
18825
18826Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18827
18828 * applied small patch on numeric entities from
18829 Christopher Blizzard <blizzard@appliedtheory.com>
18830
18831Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18832
18833 * New release 0.2, removed the old xml_* files so that it's
18834 coherent with the other CVS base (W3C), far better conformance
18835 to standard, new namespaces, decent entities support, beginning
18836 of a SAX-like interface. Nearly nothing left intact, even the
18837 test examples ...
18838
188391998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
18840
18841 * .cvsignore: Add .deps dir
18842
18843Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18844
18845 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
18846
18847Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18848
18849 * configure.in: added test for CPP
18850 * AUTHORS, Changelog: the original ones didn't get commited but the
18851 glib ones instead, fixed.
18852 * Makefile.am: corrected an error in library naming
18853
18854Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18855
18856 * integrated code developped at W3C
18857 * changed the original Copyright
18858 * migrated to automake
18859 * prefixed the filenames by xml_ to avoid filename clashes
18860