blob: fd7ddbf024c10cef89f9ac17c4547204659cc76f [file] [log] [blame]
Daniel Veillard57c9db02008-03-06 14:37:10 +00001Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
2
3 * encoding.c: poblem with encoding detection for UTF-16 reported by
4 Ashwin and found by Bill
5 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
6 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
7 the example to the regression tests
8
Daniel Veillardccc476f2008-03-04 13:19:49 +00009Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
10
11 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
12 a text node.
13 * parser.c: fixed the comment for xmlParserCleanup
14 * globals.c: fixed indentation
15
Daniel Veillard70e20ad2008-02-25 15:44:43 +000016Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
17
18 * testModule.c: patch from Florent Guiliani to fix build on
19 SCO OpenServer
20
Daniel Veillard30663512008-02-21 22:31:55 +000021Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
22
23 * debugXML.c: made one of the changes suggested by Brian Krahmer
24 * testRegexp.c: allow to pass '--' on the command line to allow
25 regexps starting with the character '-'
26
Daniel Veillard5ac88232008-02-19 07:54:52 +000027Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
28
29 * python/Makefile.am python/tests/Makefile.am: applied cleanup
30 patches for cross compilation and MinGW from Roumen Petrov
31
Daniel Veillardc4ba8a42008-02-16 10:08:14 +000032Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
33
34 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
35 Bill
36
Daniel Veillard6f8611f2008-02-15 08:33:21 +000037Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
38
39 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
40 to simplify the processing of xmlSetProp()
41
Daniel Veillard8e1a46d2008-02-15 07:47:26 +000042Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
43
44 * config.h.in configure.in encoding.c: patch from Roumen Petrov
45 to detect if iconv() needs a const for the second parameter
46
Daniel Veillardf3da06d2008-02-15 07:43:00 +000047Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
48
49 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
50 from Florent Guiliani
51
Daniel Veillard3ff24112008-02-13 10:17:41 +000052Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
53
54 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
55 output at the end of document.
56
Daniel Veillard851b2d02008-02-08 10:57:57 +000057Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
58
59 * doc/examples/examples.xml: regenerated, it was truncated.
60
Daniel Veillard643fb5d2008-02-08 10:49:46 +000061Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
62
63 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
64 compilation problems with Mingw32
65
Daniel Veillard041b6872008-02-08 10:37:18 +000066Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
67
68 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
69 when '.' is used in a posCharGroup
70 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
71 added the test to the regression suite
72
Daniel Veillardb242b082008-02-08 09:56:31 +000073Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
74
75 * dict.c: applied patch from Florent Guilian to remove an
76 useless mutex in the xmlDict structure.
77
78Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
79
80 * SAX2.c: another leak reported by Ashwin
81 * xinclude.c: fixed the behaviour when XIncluding a fragment
82 of the current document, patch from Chris Ryan
83
William M. Brackead35832008-02-06 04:12:46 +000084Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
85
86 * nanohttp.c: added space for port number (when not 80) in
87 xmlNanoHTTPMethodRedir, plus a few more comments. Should
88 fix #514521.
89
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +000090Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
91
92 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
93 error about the SAX callback in cdataBlockSplit when streaming
94 XSD validation
95
Daniel Veillard69f8a132008-02-05 08:37:56 +000096Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
97
98 * uri.c: applied a patch based on Petr Sumbera one to avoid a
99 problem with paths starting with //
100
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000101Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
102
103 * doc/xml.html doc/xmlmem.html: added a small section on returning
104 memory to the kernel by compacting the heap provided by Wolfram Sang
105
Rob Richards82fbf572008-01-25 19:03:37 +0000106Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
107
108 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
109 patch by David Wimsey
110
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000111Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
112
113 * parser.c: fix a memeory leak in internal subset parsing with
114 a fix from Ashwin
115 * test/errors/content1.xml result/errors/content1.xml*:
116 add test to regressions
117
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000118Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
119
120 * configure.in doc/*: preparing release of 2.6.31
121
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000122Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
123
124 * parser.c: avoid a warning on 64bits introduced earlier
125 * parserInternals.c: make more checking on the UTF-8 input
126
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000127Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
128
129 * HTMLparser.c: avoid stopping parsing when encountering
130 out of range characters in an HTML file, report and
131 continue processing instead, should fix #472696
132
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000133Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
134
135 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
136 Makefile.am python/tests/Makefile.am python/Makefile.am
137 check-xsddata-test-suite.py: patches from John Carr to
138 start cleaning up 'make diskcheck' problems c.f. #506228
139
Daniel Veillard5608b172008-01-11 06:53:15 +0000140Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
141
142 * xmllint.c: apply fix from Stefan Kost to avoid a crash
143 in xmllint, fixes 504284
144
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000145Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
146
147 * xml2-config.in: apply patch from Fred Crozat to avoid
148 outputting -L/usr/lib from xml2-config, fixes #497012
149
Daniel Veillard640f89e2008-01-11 06:24:09 +0000150Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
151
152 * HTMLparser.c: fix definition for <embed> to avoid error
153 when saving back, patch from Stefan Behnel fixing 495213
154
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000155Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
156
157 * parser.c: applied patch from Christian Schmidt fixing a
158 column counter update problem, fixes #472696
159
Daniel Veillardac4118d2008-01-11 05:27:32 +0000160Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
161
162 * parser.c: handle a erroneous parsing of attributes in
163 case said attribute has been redeclared in the DTD with a
164 different type
165 * hash.c: fix the hash scanner to not crash if a first element
166 from the hash list is been removed in the callback
167
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000168Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
169
170 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
171 as raised by Felipe Pena, should fix #508156
172
Rob Richards3108ba92007-12-06 10:08:52 +0000173Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
174
175 * pattern.c: fix crash from double free of name for bug #501760
176
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000177Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
178
179 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
180 reported by Hannes Eder
181
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000182Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
183
184 * xmlregexp.c: remove a cut-and-paste copy error
185
Rob Richards91eb5602007-11-16 10:54:59 +0000186Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
187
188 * globals.c threads.c include/libxml/threads.h:
189 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
190 Patch from Marc-Antoine Ruel.
191
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000192Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
193
194 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
195 schema document ownership for bug #495215
196
Daniel Veillard2a512da2007-10-30 20:24:40 +0000197Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
198
199 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
200 should fix #491651
201
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000202Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
203
204 * testURI.c: add a debug option printing all the fields within
205 the parsed URI structure
206
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000207Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
208
209 * xmlsave.c: fix to avoid a crash when dumping an attribute from
210 an XHTML document, patch contributed to fix #485298
211
Daniel Veillardc821e032007-08-28 17:33:45 +0000212Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
213
214 * xmlregexp.c: another nasty regexp case fixed.
215 * test/regexp/ranges2 result/regexp/ranges2: added to regression
216 suite
217
William M. Brackec720082007-08-24 02:57:38 +0000218Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
219
220 * nanohttp.c: Enhanced to include port number (if not == 80) on the
221 "Header:" URL (bug #469681).
222 * xmlregexp.c: Fixed a typo causing a warning message.
223
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000224Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
225
226 * nanohttp.c: fix an open() call with creation without 3rd argument
227 hopefully that interface is never used.
228
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000229Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
230
231 * configure.in doc/*: preparing release of 2.6.30
232
William M. Brackf1794562007-08-23 12:58:13 +0000233Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
234
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000235 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000236 with object caching (bug #469410)
237
Daniel Veillard3888f472007-08-23 09:29:03 +0000238Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
239
240 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
241 applied patch from Frank Gross fixing Schemas IDC import bug
242 #455953 and also add the test to the regression suite
243
Daniel Veillard76d59b62007-08-22 16:29:21 +0000244Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
245
246 * xmlregexp.c: try to fix for the nth time the automata generation
247 in case of complex ranges. I suppose that time it is actually okay
248
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000249Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
250
251 * parser.c: aligned xmlSAXUserParseMemory() to match
252 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
253 cleanup
254
Rob Richardsf779da32007-08-14 09:41:21 +0000255Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
256
257 * xmlIO.c: fixed windows path determination (patch from
258 Roland Schwarz, bug #462877)
259 * win32/Makefile.mingw win32/configure.js: fixed mingw build
260 (patch from Roland Schwarz, bug #462877)
261
Daniel Veillardda629342007-08-01 07:49:06 +0000262Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
263
264 * parser.c: fixed a parser bug where invalid char in comment may
265 not be detected, reported by Ashwin Sinha
266 * test/errors/comment1.xml result/errors/comment1.xml*: added
267 the example to the regression suite
268
Daniel Veillard3814a362007-07-26 11:41:46 +0000269Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
270
271 * xmlsave.c: fixed problem reported on bug #460415
272
William M. Brack50420192007-07-20 01:09:08 +0000273Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
274
275 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
276
William M. Brackb0a94e82007-07-18 18:04:55 +0000277Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
278
279 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
280 Fixes bug #454608.
281
Daniel Veillard65fcf272007-07-11 17:55:30 +0000282Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
283
284 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
285 should fix bug #358125
286
Daniel Veillardcaa19512007-07-04 15:42:46 +0000287Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
288
289 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
290 uses of xmlTextWriterStartDocument()
291
Daniel Veillard734e7662007-06-26 11:30:31 +0000292Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
293
294 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
295 argument occurs, should fix #450936
296
William M. Brack31700e62007-06-13 20:33:02 +0000297Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
298
299 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
300
Daniel Veillard38431c32007-06-12 16:20:09 +0000301Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
302
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000303 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard38431c32007-06-12 16:20:09 +0000304 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
305 in HTML, c.f. bug #305885.
306
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000307Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
308
309 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
310 should not have namespace processing.
311
Daniel Veillarddfac9462007-06-12 14:44:32 +0000312Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
313
314 * parser.c: fixed the push mode when a big comment occurs before
315 an internal subset, should close bug #438835
316 * test/comment6.xml result//comment6.xml*: added a special
317 test in the regression suite
318
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000319Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
320
321 * parser.c: fix bug #414846 where invalid characters in attributes
322 would sometimes not be detected.
323 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
324 test case to the regression tests
325
Daniel Veillard3130fe92007-06-12 12:24:54 +0000326Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
327
328 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
329 in GNU tar, should fix #396751
330
Daniel Veillarddb670152007-06-12 10:04:37 +0000331Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
332
333 * python/types.c: try to allow compilation on old python version
334 should fix #398125
335
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000336Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
337
338 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
339 fixes bug #438390
340
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000341Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
342
343 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
344
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000345Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
346
347 * relaxng.c: fixed bug #407436 a crash in a specific case of
348 Relax-NG validation
349
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000350Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
351
352 * catalog.c: fixed bug #383687, some case of recursion on next
353 were not caught in the catalog code.
354
Daniel Veillard861101d2007-06-12 08:38:57 +0000355Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
356
357 * HTMLparser.c: fixed bug #381877, avoid reading over the end
358 of stream when generating an UTF-8 encoding error.
359
Daniel Veillard2e620862007-06-12 08:18:21 +0000360Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
361
362 * parser.c: fixed bug #366161, trivially added the check in
363 xmlCtxtReset()
364
Rob Richards90ee8df2007-06-08 19:47:37 +0000365Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
366
367 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
368 for VC8 build support to embed manifest within files. Under MS VC, build
369 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
370
Rob Richardse967f0b2007-06-08 19:36:04 +0000371Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
372
373 * threads.c include/libxml/threads.h: use specified calling convention
374 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
375 add xmlDllMain to header for win32 when building for static dll
376
Rob Richardsb8769d62007-06-08 08:50:47 +0000377Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
378
379 * xmlwriter.c: fixed problem with namespace declaration being
380 written more than once per element start tag
381
William M. Brack97ac8192007-06-06 17:19:24 +0000382Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
383
384 * xpath.c: fixed problem with xmlXPathNodeSetSort;
385 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
386
William M. Brackd611c882007-05-31 05:07:17 +0000387Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
388
389 * xpath.c: fixed problem with string value for PI node
390 (bug #442275)
391
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000392Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
393
394 * uri.c: fix bug reported by François Delyon
395
William M. Brack38d452a2007-05-22 16:00:06 +0000396Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
397
398 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
399 by Mark Rowe (bug #440159)
400 * include/libxml/xmlversion.h.in: Added check for definition of
401 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
402 Wendy Doyle and Mark Rowe, bug #346675)
403 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
404 changes to fix compilation warnings - no change to logic.
405
William M. Bracke8827652007-05-16 05:19:13 +0000406Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
407
408 * nanohttp.c: small enhancement to last fix, pointed out
409 by Alex Cornejo
410
William M. Brackd2f682a2007-05-15 19:42:08 +0000411Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
412
413 * nanohttp.c: fixed problem on gzip streams (bug #438045)
414 * xpath.c: fixed minor spot of redundant code - no logic change.
415
William M. Brackca797882007-05-11 14:45:53 +0000416Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
417
418 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
419 in order to produce the required number of significant digits
420 (bug #437179)
421
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000422Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
423
424 * list.c: applied patch to fix xmlListAppend() from
425 Georges-André SILBER
426 * valid.c: also fix the place wher it was called.
427
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000428Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
429
430 * parser.c: tried to fix an error problem on entity content failure
431 reported by Michael Day
432
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000433Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
434
435 * configure.in: typo patch from Bjorn Reese
436
Daniel Veillard491e58e2007-05-02 16:15:18 +0000437Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
438
439 * HTMLparser.c: applied patch from Michael Day to add support for
440 <embed>
441
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000442Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
443
444 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
445 in htmlCreateDocParserCtxt.
446
Daniel Veillarda1413b82007-04-26 08:33:28 +0000447Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
448
449 * uri.c include/libxml/uri.h: patch from Richard Jones to save
450 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000451 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000452
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000453Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
454
455 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
456 patch from Richard Jones to for the silent flag on valgrind
457 when doing "make valgrind"
458 * xmlregexp.c: raise a regexp error when '\' is misused to escape
459 a standard character.
460
Daniel Veillardc9923322007-04-24 18:12:06 +0000461Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
462
463 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
464
Daniel Veillarda44294f2007-04-24 08:57:54 +0000465Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
466
467 * uri.c: fix xmlURIUnescapeString comments which was confusing
468
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000469Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
470
471 * include/win32config.h libxml.h: new patch from Andreas Stricke to
472 better integrate support for Windows CE
473
Daniel Veillard39bcf942007-04-17 14:47:05 +0000474Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
475
476 * doc/* configure.in NEWS: release of libxml2 2.6.28
477
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000478Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
479
480 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
481 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
482 patch from Andreas Stricke to ease the compilation on Windows CE
483
Daniel Veillarded121382007-04-17 12:33:19 +0000484Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
485
486 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
487 a libxml2 patch from Christian Ehrlicher
488
Daniel Veillard42720242007-04-16 07:02:31 +0000489Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
490
491 * HTMLparser.c: change the way script/style are parsed to
492 not try to detect comments, reported by Mike Day
493 * result/HTML/doc3.*: affects the result of that test
494
William M. Brack56578372007-04-11 14:33:46 +0000495Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
496
497 * xmlregexp.c: small enhancement for quantifier range with
498 min occurs of 0; fixes bug 425542.
499
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000500Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
501
502 * xmlIO.c: applied change from Michael Day to avoid a problem when
503 compiled without zlib support.
504
Daniel Veillard7ef51692007-03-21 16:47:12 +0000505Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
506
507 * include/libxml/xpath.h: applied documentation patch from James Dennett
508
William M. Bracka9cbf282007-03-21 13:16:33 +0000509Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
510
511 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
512 * test/regexp/bug420596, result/regexp/bug420596: added regression
513 test for this
514
William M. Bracke978ae22007-03-21 06:16:02 +0000515Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
516
517 * HTMLparser.c: fixed memory access error on parsing of meta data
518 which had errors (bug #382206). Also cleaned up a few warnings
519 by adding some additional DECL macros.
520
Daniel Veillardbd444842007-03-20 08:47:29 +0000521Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
522
523 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
524 the silly __ss_familly problem on various AIXes, should fix #420184
525
William M. Brack0c1e3012007-03-14 12:40:21 +0000526Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
527
528 * configure.in: corrected small error in last commit
529 * xmlreader.c: corrected small typo in last commit
530
William M. Brack06559b32007-03-14 09:34:15 +0000531Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
532
533 * xmlschemas.c: fixed problem with referenced attribute groups
534 (bug #417621)
535 * configure.in: re-ordered some includes for types.h / socket.h
536 (bug #416001)
537
Daniel Veillarda9c56772007-03-09 16:59:05 +0000538Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
539
540 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
541 and state internal flags mixups
542
William M. Brackee0b9822007-03-07 08:15:01 +0000543Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
544
545 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
546 cases when comparing identical nodes (bug #415567) with patch
547 from Oleg Paraschenko
548
William M. Brack7a12e572007-02-16 17:11:09 +0000549Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
550
551 * python/libxml.py: fixed tab problem with patch from
552 Andreas Hanke (bug #408626)
553
554Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000555
556 * doc/xml.html: Changed all references to libxml2 CVS over to
557 the corresponding SVN. A few other spelling/grammar/links
558 also changed.
559 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
560
William M. Brack0bcec062007-02-14 02:15:19 +0000561Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
562
563 * xpath.c: Fixed memory bug with invalid function reported by
564 Francois Delyon on mailing list
565
William M. Brack53ce98c2007-02-13 00:37:20 +0000566Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
567
568 * xinclude.c: fixed problem with invalid char encountered
569 during text include (reported on xslt mailing list)
570
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000571Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
572
573 * Makefile.am: small cleanup to avoid packaging .svn
574 * libxml.h threads.c parser.c: applied patch to avoid a problem
575 in concurrent threaded initialization fix from Ted Phelps
576
William M. Brackd46c1ca2007-02-08 23:34:34 +0000577Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
578
579 * parser.c: added a GROW when parsing complex comments (bug #405666)
580 * gentest.py, testapi.c: added a hack to prevent destruction of any
581 param with 'destroy' in it's description (i.e. param destroyed by
582 the routine under test, so shouldn't be destroyed by testapi)
583 * xmlreader.c: added freeing of 'input' param even on error
584 (fixes leak detected by testapi)
585
William M. Brackc1099be2007-01-31 18:38:56 +0000586Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
587
588 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
589 xmlwriter.c: repositioned #include for libxml.h to avoid
590 compilation error on some architectures (bug #398277)
591 * fixed screwed-up ChangeLog (deleted some duplicate entries)
592
William M. Brack72239ba2007-01-31 18:25:12 +0000593Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000594
595 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
596
William M. Brack72239ba2007-01-31 18:25:12 +0000597Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000598
599 * xpath.c: added checks for alloc fail on calls to
600 xmlXPathNewContext (libxslt bug #400242)
601
602Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
603
604 * Re-generated the documentation (API chunks 27-29 were missing)
605 (also causes changes to testapi.c, elfgcchack.h and
606 win32/libxml2.def.src)
607
608Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
609
610 * python/libxml.c: fix a memory leak in the python string handling
611 when SAX event are passed back to the python handlers
612
613Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
614
615 * xmlreader.c: fix xmlTextReaderSetup() description
616 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
617 test/relaxng/empty1_0.xml test/relaxng/comps.rng
618 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
619 test/relaxng/empty1_1.xml: tests which were apparently
620 never commited to CVS
621
622Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
623
624 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
625 expose xmlTextReaderSetup() function
626
627Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
628
629 * configure.in: adapt the extra versioning code to SVN
630
631Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
632
633 * python/generator.py python/libxml.py: apparently id() sometimes
634 generate negative values and %X outputs -XXXX :-(
635
636Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
637
638 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
639 and XML declaration detection, and associated documentation change
640
641Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
642
643 * xinclude.c: another XInclude user data propagation patch from
644 Michael Day
645
646Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
647
648 * HTMLparser.c: applied patch from Steven Rainwater to fix
649 UTF8ToHtml behaviour on code points which are not mappable to
650 predefined HTML entities, fixes #377544
651
652Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
653
654 * xpath.c: fixed a bug where the principal node type of an axis
655 wasn't tested on name check, fixes bug #377432
656
657Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
658
659 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
660 report and suggestion.
661
662Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
663
664 * uri.c: applied patch from Igor for path conversion on Windows
665
666Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
667
668 * xmlregexp.c: another small change on the algorithm for the
669 elimination of epsilon transitions, should help on #362989 too
670
671Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
672
673 * tree.c: applied documentation patches from Markus Keim
674 * xmlregexp.c: fixed one bug and added a couple of optimisations
675 while working on bug #362989
676
677Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
678
679 * HTMLparser.c: applied a reworked version of Usamah Malik patch
680 to avoid growing the parser stack in some autoclose cases, should
681 fix #361221
682
683Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
684
685 * xpath.c: William spotted an obvious bug
686
687Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
688
689 * NEWS configure.in testapi.c doc//*: preparing release of
690 libxml2-2.6.27
691 * include/libxml/tree.h: fix a small problem with preproc flags
692
693Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
694
695 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
696 * xmllint.c: order XPath elements when using --shell
697
698Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
699
700 * xmlregexp.c: applied fix from Christopher Boumenot for bug
701 #362714 on regexps missing ']'
702
703Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
704
705 * parserInternals.c: applied patch from Marius Konitzer to avoid
706 leaking in xmlNewInputFromFile() in case of HTTP redirection
707
708Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
709
710 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
711 and pointed in #340591
712
713Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
714
715 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
716 htmlReadIO() this should fix #340322
717
718Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
719
720 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
721
722Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
723
724 * HTMLparser.c: fixing HTML minimized attribute values to be generated
725 internally if not present, fixes bug #332124
726 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
727 result/HTML/wired.html.sax: this affects the SAX event strem for
728 a few test cases
729
730Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
731
732 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
733 * result/HTML/entities2.html* test/HTML/entities2.html: added to
734 the regression suite
735
736Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
737
738 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
739 #342556
740 * xmlsave.c: fixed #342556 easy and a whole set of problems with
741 encodings, BOM and xmlSaveDoc()
742
743Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
744
745 * HTMLparser.c: fix #348252 if the document clains to be in a
746 different encoding in the meta tag and it's obviously wrong,
747 don't screw up the end of the content.
748
749Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
750
751 * HTMLparser.c: fix a chunking and script bug #347708
752
753Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
754
755 * HTMLparser.c: remove a warning
756 * encoding.c: check with uppercase for AIX iconv() should fix #352644
757 * doc/examples/Makefile.am: partially handle one bug report
758
759Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
760
761 * parser.c: fix the patch for unreproductable #343000 but
762 also fix a line/column keeping error
763 * result/errors/attr1.xml.err result/errors/attr2.xml.err
764 result/errors/name.xml.err result/errors/name2.xml.err
765 result/schemas/anyAttr-processContents-err1_0_0.err
766 result/schemas/bug312957_1_0.err: affected lines in error output
767 of the regression tests
768
769Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
770
771 * tree.c: fixing bug #344390 with xmlReconciliateNs
772
773Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
774
775 * xmllint.c: added --html --memory to test htmlReadMemory to
776 test #321632
777 * HTMLparser.c: added various initialization calls which may help
778 #321632 but not conclusive
779 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
780 --with-minimum --with-sax1 and --with-minimum --with-schemas
781 fixing #326442
782
783Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
784
785 * relaxng.c: fix a Relax-NG bug related to element content processing,
786 fixes bug #302836
787 * test/relaxng/302836.rng test/relaxng/302836_0.xml
788 result/relaxng/302836*: added to regression tests
789
790Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
791
792 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
793
794Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
795
796 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
797 Should fix #335085
798 * testapi.c: reset the http_proxy env variable to not waste time
799 on regression tests
800
801Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
802
803 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
804
805Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
806
807 * parser.c: fixed the heuristic used when trying to detect mixed-content
808 elememts if the parser wants to treat ignorable whitespaces
809 in a non-standard way, should fix bug #300263
810
811Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
812
813 * parser.c: fix a first arg error in SAX callback pointed out by
814 Mike Hommey, and another one still hanging around. Should fix #342737
815
816Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
817
818 * include/libxml/xmlversion.h.in: fix comment on versions
819 * xmlmemory.c: do not spend too much time digging in dumped memory
820
821Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
822
823 * valid.c: fixed a weird error where validity context whould not
824 show up if warnings were disabled pointed out by Bob Stayton
825 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
826 * doc//* testapi.c: rebuilt the docs
827
828Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
829
830 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
831 library flags for shared and static builds, fixes #344594. If this
832 bites you, use xml2-config.
833
834Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
835
836 * python/Makefile.am: remove the build path recorded in the python
837 shared module as Peter Breitenlohner pointed out, should fix #346022
838
839Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
840
841 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
842 of unescaping from URL to filepath, should fix #344588.
843
844Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
845
846 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
847 for wget detection and fix of a Python path problem, should fix
848 #340993
849
850Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
851
852 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
853 fix entities behaviour when using SAX, had to extend entities
854 content and hack on the entities processing code, but that should
855 fix the long standing bug #159219
856
857Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
858
859 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
860 to provide a clean conversion when setting up a base
861 * SAX2.c tree.c: use said function when setting up doc->URL
862 or using the xmlSetBase function. Should fix #346261
863
864Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
865
866 * xmlIO.c: applied a portability patch from Emelyanov Alexey
867
868Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
869
870 * parser.c: applied and slightly modified a patch from Michael Day to
871 keep _private in the parser context when parsing external entities
872
873Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
874
875 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
876 Brian West and Stefan Anca to add XPointer suport to the Python bindings
877
878Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
879
880 * xmlsave.c: fixed a comment
881 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
882 to add a new function providing the _private field for the generated
883 parser contexts xmlXIncludeProcessFlagsData()
884
885Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
886
887 * xmlIO.c: applied patch from Michael Day doing some refactoring
888 for the catalog entity loaders.
889
890Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
891
892 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
893 as Michael Day pointed out this is needed to use htmlCtxtRead*()
894
895Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
896
897 * parser.c: applied patch from Ben Darnell on #321545, I could not
898 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
899
900Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
901
902 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
903 * parser.c: fix resulting tree corruption when using XML namespace
904 with existing doc in xmlParseBalancedChunkMemoryRecover.
905
906Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
907
908 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
909 in the previous patch.
910
911Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
912
913 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
914 with file names in UTF-8 on Windows, and compat on older win9x
915 versions.
916
917Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
918
919 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
920 on validation errors, the heuristic to guess is a vctxt user
921 pointer is the parsing context was insufficient.
922
923Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
924
925 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
926 applied patch to man pages from Daniel Leidert and regenerated
927
928Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
929
930 * xmlwriter.c: Add a document to the xmlwriter structure and
931 pass document when writing attribute content for encoding support.
932
933Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
934
935 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
936 for consistant handling.
937
938Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
939
940 * xpath.c: Applied the proposed fix for the documentation
941 of xmlXPathCastToString(); see bug #346202.
942
943Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
944
945 * xmlschemas.c: While investigating bug #350247, I noticed
946 that xmlSchemaIDCMatcher structs are massively recreated
947 although only a maximum of 3 structs is used at the same
948 time; added a cache for those structures to the
949 validation context.
950
951Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
952
953 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
954 bug in xmlSchemaXPathEvaluate should close #351032
955
956Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
957
958 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
959 xmlSchemaClearValidCtxt
960
961Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
962
963 * python/generator.py: fixed the conversion of long parameters
964
965Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
966
967 * xmlsave.c: Removed the automatic generation of CDATA sections
968 for the content of the "script" and "style" elements when
969 serializing XHTML. The issue was reported by Vincent Lefevre,
970 bug #345147.
971 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
972 results due to the serialization change described above.
973
974Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
975
976 * configure.in parser.c xmllint.c include/libxml/parser.h
977 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
978 to expose if zlib support was compiled in, in the header, in the
979 feature API and in the xmllint --version output.
980
981Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
982
983 * SAX2.c: refactor to use normal warnings for entities problem
984 and not straight SAX callbacks.
985
986Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
987
988 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
989 The simple type, which was the content type definition
990 of a complex type, which in turn was the base type of a
991 extending complex type, was missed to be set on this
992 extending complex type in the derivation machinery.
993
994Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
995
996 * xpath.c: Changed xmlXPathCollectAndTest() to use
997 xmlXPathNodeSetAddNs() when adding a ns-node in case of
998 NODE_TEST_TYPE (the ns-node was previously added plainly
999 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1000 this specialized ns-addition function was already used,
1001 I assume it was missed to be used with NODE_TEST_TYPE.
1002
1003Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1004
1005 * HTMLparser.c: applied const'ification of strings patch from
1006 Matthias Clasen
1007
1008Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1009
1010 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1011 destroy the condition associated to the mutex.
1012
1013Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1014
1015 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1016 revealed by a Libxslt regression test.
1017
1018Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1019
1020 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1021 usable outside predicate evaluation; the intention is to
1022 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1023 like in <xsl:if test="/foo">.
1024
1025Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1026
1027 * xpath.c: Fix a memory leak which occurred when using
1028 xmlXPathCompiledEvalToBoolean().
1029
1030Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1031
1032 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1033 python/tests/Makefile.am:
1034 Added code submitted by Andreas Pakulat to provide node
1035 equality, inequality and hash functions, plus a single
1036 test program to check the functions (bugs 345779 + 345961).
1037
1038Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1039
1040 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1041 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1042 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1043 to be aware of a boolean result request. The new function
1044 is now used to evaluate predicates.
1045
1046Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1047
1048 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1049 introduced field @rewriteType on xmlXPathStepOp was not
1050 initialized to zero here; this could lead to the activation
1051 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1052 @rewriteType is randomly set to the value 1. A test
1053 (hardcoding the intial value to 1) revealed that the
1054 resulting incorrect behaviour is similar to the behaviour
1055 as described by Arnold Hendriks on the mailing list; so I
1056 hope that will fix the issue.
1057
1058Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1059
1060 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1061 was introduced with the addition of the d-o-s rewrite
1062 and made xpath.c unable to compile if XPATH_STREAMING
1063 was not defined (reported by Kupriyanov Anatolij -
1064 #345752). Fixed the check for d-o-s rewrite
1065 to work on the correct XPath string, which is ctxt->base
1066 and not comp->expr in this case.
1067
1068Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1069
1070 * xpath.c: Added optimization for positional predicates
1071 (only short-hand form "[n]"), which have a preceding
1072 predicate: "/foo[descendant::bar][3]".
1073
1074Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1075
1076 * parser.c: try to fix the crash raised by the parser in
1077 recover mode as pointed by Ryan Phillips
1078
1079Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1080
1081 * python/types.c: patch from Nic Ferrier to provide a better type
1082 mapping from XPath to python
1083
1084Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1085
1086 * runtest.c: applied patch from Boz for VMS and reporting
1087 Schemas errors.
1088
1089Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1090
1091 * testapi.c: applied patch from Felipe Contreras when compiling
1092 with --with-minimum
1093
1094Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1095
1096 * tree.c include/libxml/tree.h: Fixed a bug in
1097 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1098 very first given node had an attribute node :-( This was due
1099 to a missed check in the traversal mechanism.
1100 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1101 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1102 reusal; so the map-items don't need to be created for every
1103 cloning/adoption. Added a callback function to it for
1104 retrieval of xmlNsPtr to be set on node->ns; this is needed
1105 for my custom handling of ns-references in my DOM wrapper.
1106 Substituted code which created the XML namespace decl on
1107 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1108 those nastly "warnigns" from the docs of the clone/adopt
1109 functions; they work fine on my side.
1110
1111Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1112
1113 * result/pattern/namespaces: Adjusted the result of a
1114 regression test, since the fix of xmlGetNodePath() revealed a
1115 bug in this test result.
1116
1117Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1118
1119 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1120
1121Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1122
1123 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1124 for elements in the default namespace, rather than generating
1125 an unprefixed named node test and loosing the namespace
1126 information.
1127
1128Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1129
1130 * include/libxml/parser.h: Clarified in the docs that the tree
1131 must not be tried to be modified if using the parser flag
1132 XML_PARSE_COMPACT as suggested by Stefan Behnel
1133 (#344390).
1134
1135Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1136
1137 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1138
1139Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1140
1141 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1142 when the expression was not valid and @comp was NULL and I
1143 tried to do the d-o-s rewrite.
1144
1145Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1146
1147 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1148
1149Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1150
1151 * xpath.c: Enabled the compound traversal again; I added a
1152 check to use this only if the have an expression starting
1153 with the document node; so in the case of "//foo", we
1154 already know at compilation-time, that there will be only
1155 1 initial context node. Added the rewrite also to
1156 xmlXPathEvalExpr().
1157
1158Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1159
1160 * xinclude.c: fix bug #343968, include='text' can't lead to a
1161 recursion.
1162
1163Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1164
1165 * xpath.c: Disabled the compound traversal for the release;
1166 I need first to assure that this is done only if we have
1167 1 initial node.
1168
1169Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1170
1171 * xpath.c: fixed memory leak in xpath error reporting
1172
1173Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1174
1175 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1176
1177Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1178
1179 * xpath.c include/libxml/xpath.h runsuite.c:
1180 Changed the name of the recently added public function
1181 xmlXPathContextSetObjectCache() to
1182 xmlXPathContextSetCache(); so a more generic one, in
1183 case we decide to cache more things than only XPath
1184 objects.
1185
1186Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1187
1188 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1189 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1190 traversal of 2 axes when we have a "//foo" expression.
1191 This is done with a rewrite of the XPath AST in
1192 xmlXPathRewriteDOSExpression(); I added an additional field
1193 to xmlXPathStepOp for this (but the field's name should be
1194 changed). The mechanism: the embracing descendant-or-self
1195 axis traversal (also optimized to return only nodes which
1196 can hold elements), will produce context nodes for the
1197 inner traversal of the child axis. This way we avoid a full
1198 node-collecting traversal of the descendant-or-self axis.
1199 Some tests indicate that this can reduce execution time of
1200 "//foo" to 50%. Together with the XPath object cache this
1201 all significantly speeds up libxslt.
1202
1203Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1204
1205 * xmlschemas.c: A warning will now be reported in the value of
1206 the XSD attribute 'schemaLocation' does not consist of tuples
1207 (namespace-name, document-URI). A warning will be reported
1208 if a schema document could not be found at the specified
1209 location (via 'schemaLocation' or
1210 'noNamespaceSchemaLocation').
1211 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1212 xmlParserErrors.
1213
1214Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1215
1216 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1217 recreation (if possible) of the node-set which is used to
1218 collect the nodes in the current axis for the currect context
1219 node. Especially for "//foo" this will decrease dramatically
1220 the number of created node-sets, since for each node in the
1221 result node-set of the evaluation of descendant-or-self::node()
1222 a new temporary node-set was created. Added node iterator
1223 xmlXPathNextChildElement() as a tiny optimization for
1224 child::foo.
1225
1226Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1227
1228 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1229 It sits on an xmlXPathContext and need to be explicitely
1230 activated (or deactivated again) with
1231 xmlXPathContextSetObjectCache(). The cache consists of 5
1232 lists for node-set, string, number, boolean and misc XPath
1233 objects. Internally the xpath.c module will use object-
1234 deposition and -acquisition functions which will try to reuse
1235 as many XPath objects as possible, and fallback to normal
1236 free/create behaviour if no cache is available or if the cache
1237 is full.
1238 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1239 tests if a cache-creation is turned on by default for the whole
1240 library, e.g. for testing purposes of the cache. It is
1241 deactivated here in order to avoid confusion of the memory leak
1242 detection in runsuite.c.
1243
1244Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1245
1246 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1247 seems we really need to walk the whole list, since those
1248 nastly namespace nodes need to be added with
1249 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1250 A flag on the node-set indicating if namespace nodes are in
1251 the set would help here; this is the 3rd flag which would
1252 be usefull with node-sets. The current flags I have in mind:
1253 1) Is a node-set already sorted?
1254 This would allow for rebust and optimizable sorting
1255 behaviour.
1256 2) Of what type are the nodes in the set (or of mixed type)?
1257 This would allow for faster merging of node-sets.
1258 3) Are namespace nodes in the set?
1259 This would allow to skipp all the namespace node specific
1260 special handling. Faster node-set merging if the first
1261 set is empty; just memcpy the set.
1262
1263Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1264
1265 * xpath.c: Optimization of count(): eliminated sorting
1266 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1267 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1268 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1269
1270Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1271
1272 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1273 with colons in name and no namespace.
1274
1275Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1276
1277 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1278 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1279 xmlXPathCmpNodesExt(). Added additional checks in various code
1280 parts to avoid calling sorting or merging functions if the
1281 node-set(s) don't need them; i.e., if they are empty or contain
1282 just one node.
1283
1284Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1285
1286 * xpath.c: Optimized the comparison for non-element nodes
1287 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1288 of node-sets. This enhancement is related to bug #165547.
1289 There are other places where the old comparison function
1290 xmlXPathCmpNodes() is still called, but I currently don't
1291 know exactly what those calls are for; thus if they can be
1292 substituted (if it makes sense) for the new function.
1293
1294Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1295
1296 * xpath.c: Applied patch from Rob Richards, fixing a potential
1297 memory leak in xmlXPathTryStreamCompile(), when a list of
1298 namespaces was assigned to the XPath compilation context;
1299 here a new namespace list was created and passed to
1300 xmlPatterncompile(); but this list was not freed afterwards.
1301 Additionally we avoid now in xmlXPathTryStreamCompile() to
1302 compile the expression, if it has a colon - indicating
1303 prefixed name tests - and no namespace list was given. The
1304 streaming XPath mechanism needs a namespace list at
1305 compilation time (unlike normal XPath, where we can bind
1306 namespace names to prefixes at execution time).
1307 * pattern.c: Enhanced to use a string dict for local-names,
1308 ns-prefixes and and namespace-names.
1309 Fixed xmlStreamPushInternal() not to use string-pointer
1310 comparison if a dict is available; this won't work, since
1311 one does not know it the given strings originate from the
1312 same dict - and they normally don't do, since e.g.
1313 namespaces are hold on xmlNs->href. I think this would be
1314 worth an investigation: if we can add a @doc field to xmlNs
1315 and put the @href in to a additionan namespace dict hold
1316 in xmlDoc. Daniel will surely not like this idea :-) But
1317 evaluation of tons of elements/attributes in namespaces
1318 with xmlStrEqual() isn't the way we should go forever.
1319
1320Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1321
1322 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1323 The code expected a node (xmlNodePtr) on the info for a
1324 non-existent default attribute, which clearly cannot be
1325 expected, since the attribute does not exist. I can only
1326 guess that this sneaked trying to eliminate the query
1327 for the owner-element, which is unavoidable actually.
1328 Note that creation of default attributes won't have an
1329 effect if validating via SAX/XMLReader; i.e., the processor
1330 won't fire additional start-attribute events (I'm not even
1331 sure if Libxml2 has such a SAX-event; I think it hands them
1332 all over in the start-element event).
1333
1334Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1335
1336 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1337 In xmlSchemaBuildContentModelForSubstGroup(),
1338 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1339 xmlAutomataNewTransition2() to mimic a xs:choice for
1340 substitution-groups.
1341 * test/schemas/subst-group-1_1.xsd
1342 test/schemas/subst-group-1_0.xml
1343 result/schemas/subst-group-1_0_1
1344 result/schemas/subst-group-1_0_1.err: Added regression test
1345 supplied by Michael Romer for bug #341150.
1346
1347Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1348
1349 * relaxng.c: Fixed compilation error with patch supplied by
1350 Graham Bennett.
1351
1352Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1353
1354 * xmlschemas.c: We'll raise an internal error and stop
1355 validation now when an entity is found in the instance
1356 document, since we don't support automatic entity
1357 substitution by the schema processor (yet?) -
1358 see bug #340316, reported by Nick Wellnhofer.
1359
1360Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1361
1362 * configure.in: applied another Python detection patch from Joseph Sacco
1363 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1364 too
1365
1366Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1367
1368 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1369 patch from Kjartan Maraas, fixing #340404
1370
1371Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1372
1373 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1374 input buffer
1375
1376Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1377
1378 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1379 paths at the last moment
1380 * relaxng.c testapi.c tree.c: fix some comments
1381
1382Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1383
1384 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1385 file paths on Windows
1386
1387Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1388
1389 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1390
1391Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1392
1393 * tree.c: fix compilation without tree
1394
1395Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1396
1397 * xmllint.c: applied patch from Gary Coady to really make sure
1398 xmllint --nonet would not reach the network, should fix #337483.
1399
1400Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1401
1402 * configure.in: applied patch from Joseph Sacco changing slightly
1403 the python detection scheme should fix bug #338526
1404
1405Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1406
1407 * parser.c: fix the error message for invalid code point in content
1408 c.f. bug #339311
1409
1410Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1411
1412 * xmlschemas.c test/schemas/restriction-enum-1*
1413 result/schemas/restriction-enum-1*: Fixed incorrect
1414 validation of restricted enumerations. Added related
1415 regression tests.
1416
1417Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1418
1419 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1420 in case of errors, should fix bug #338303
1421
1422Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1423
1424 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1425 in case of errors, should fix bug #338306
1426
1427Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1428
1429 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1430 applied man page improvements from Daniel Leidert
1431
1432Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1433
1434 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1435 fixing #336163 and #336164
1436
1437Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1438
1439 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1440
1441Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1442
1443 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1444 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1445 patches from Aivars Kalvans to make unicode tables const, fixes
1446 bug #336096, this also updates to Unicode 4.01 final with a couple
1447 of character ranges fixes.
1448
1449Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1450
1451 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1452 #335603 and resync'ed genChRanges.py to the expected output.
1453
1454Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1455
1456 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1457 #316338 and adding a couple of optimizations in the regexp
1458 compilation engine.
1459 * test/regexp/bug316338 result/regexp/bug316338: added regression
1460 tests based on the examples provided in the bug report.
1461
1462Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1463
1464 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1465 warning raised by gcc-4.1 and latests changes
1466
1467Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1468
1469 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1470 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1471 pass on coverity reports.
1472
1473Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1474
1475 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1476 on coverity reports.
1477
1478Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1479
1480 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1481 python/libxml.c: more cleanups based on coverity reports.
1482
1483Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1484
1485 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1486 of small cleanups based on coverity reports.
1487
1488Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1489
1490 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1491
1492Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1493
1494 * xml2-config.in: fix Red Hat bug #184170
1495
1496Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1497
1498 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1499 "strict" lookup for namespaces based on a prefix. Fixed a
1500 namespace processing issue in the clone-node function, which
1501 occured if a @ctxt argument was given.
1502
1503Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1504
1505 * valid.c: fix HTML attribute ID checking for input element.
1506 Maintain current attribute "name" behavior for now.
1507
1508Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1509
1510 * tree.c: Bundled lookup of attr-nodes and retrieving their
1511 values into the functions xmlGetPropNodeInternal() and
1512 xmlGetPropNodeValueInternal(). Changed relevant code
1513 to use those functions.
1514
1515Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1516
1517 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1518
1519Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1520
1521 * python/libxml2.py: remove a tab, as pointed out on IRC
1522
1523Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1524
1525 * tree.c: Fix the add sibling functions when passing attributes.
1526 Modify testing for ID in xmlSetProp.
1527 No longer remove IDness when unlinking or replacing an attribute.
1528
1529Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1530
1531 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1532 if /etc/xml/catalog doesn't exist.
1533
1534Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1535
1536 * doc//*: updated the Ruby bindings links, and regenerated the
1537 docs.
1538
1539Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1540
1541 * catalog.c: improve catalog debugging message patch from Rick Jones
1542
1543Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1544
1545 * python/types.c: Nic Ferrier found debug statement left in the
1546 XPath conversion code
1547
1548Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1549
1550 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1551 Daniel Leidert
1552
1553Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1554
1555 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1556 The constructor needs a bucket to be assigned during component
1557 fixup.
1558
1559Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1560
1561 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1562 the empty string (reported by Bas Driessen on the mailing-list).
1563 Fixed schema XSI-acquisition and construction: the schemata
1564 (xmlSchema) didn't get the targetNamespace in some cases, thus
1565 the component resolution mechanism failed to work. The XSI
1566 stuff needs to be tested more intensively; think about how
1567 to test this for regression.
1568
1569Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1570
1571 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1572 Daniel Leidert
1573
1574Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1575
1576 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1577 Leidert, c.f. #331290
1578
1579Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1580
1581 * xmllint.c: fix an error report when using --path and --valid
1582 closes bug #331290
1583
1584Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1585
1586 * relaxng.c: trying to fix #331062, this is again a problem
1587 around interleave, there is no good fix unless reimplementing
1588 but this works around some cases and allow to validate in that
1589 case.
1590
1591Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1592
1593 * tree.c: Fixed bug #328896 reported by Liron. The path
1594 for text- and CDATA-section-nodes was computed incorrectly
1595 in xmlGetNodePath().
1596
1597Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1598
1599 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1600 and more thorough tests on atoms comparisons.
1601
1602Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1603
1604 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1605 Borland C++ 6
1606
1607Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1608
1609 * parser.c: bill pointed out a missing block in xmlParseComment
1610 trying to fill with a normal processing of the given character.
1611
1612Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1613
1614 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1615 * test/badcomment.xml result//badcomment.xml*: added to the regression
1616 suite.
1617
1618Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1619
1620 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1621 the header file.
1622
1623Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1624
1625 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1626 the API. It will be used to reflect DOM's Node.cloneNode and
1627 Document.importNode methods.
1628 The pros: 1) non-recursive, 2) optimized ns-lookup
1629 (mostly pointer comparison), 3) user defined ns-lookup,
1630 4) save ns-processing. The function is in an unfinished
1631 and experimental state and should be only used to test it.
1632
1633Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1634
1635 * uri.c: applied patch from Rob Richards fixing the URI regressions
1636 tests on Windows which seems to indicate bad escaping.
1637
1638Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1639
1640 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
1641 the previous addition of the removal of redundant ns-decls.
1642
1643Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1644
1645 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
1646 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
1647 was given. Note that I haven't moved this option to the
1648 header file yet; so just call this function with an @option
1649 of 1 to test the behaviour.
1650
1651Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1652
1653 * tapi.c win32/Makefile.*: Added changed as proposed on
1654 the mailing list by venkat naidu in order to compile
1655 testapi.c on windows.
1656
1657Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
1658
1659 * configure.in xml2-config.in: trying to fix windows/configure
1660 issues reported by Tim Van Holder
1661
1662Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
1663
1664 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
1665 when operating on an HTML document.
1666
1667Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1668
1669 * relaxng.c include/libxml/relaxng.h: Added
1670 xmlRelaxNGSetParserStructuredErrors() to the API.
1671
1672Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
1673
1674 * parser.c: reverted first patches for #319279 which led to #326295
1675 and fixed the problem in xmlParseChunk() instead
1676 * test/ent11 result//ent11*: added test for #326295 to the regression
1677 suite
1678
1679Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
1680
1681 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
1682 regenerated the docs, preparing for release of 2.6.23
1683 * pattern.c xmlschemas.c: fixed some comments
1684
1685Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1686
1687 * test/XPath/docs/nodes test/XPath/tests/nodespat
1688 result/XPath/tests/nodespat: Added regression tests for
1689 the latest XPath/pattern fixes.
1690
1691Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1692
1693 * pattern.c: Another fix to handle "foo//.": "foo" was not
1694 included in the resulting node-set.
1695
1696Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1697
1698 * pattern.c xpath.c include/libxml/pattern.h:
1699 Fixed bug #322928, reported by Erich Schubert: The bug was
1700 in pattern.c, which is used for a tiny subset of xpath
1701 expression which can be evaluated in an optimized way.
1702 The doc-node was never considered when evaluating "//"
1703 expressions. Additionally, we fixed resolution
1704 to nodes of any type in pattern.c; i.e. a "//." didn't work
1705 yet, as it did select only element-nodes. Due to this
1706 issue the pushing of nodes in xpath.c needed to be adjusted
1707 as well.
1708
1709Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
1710
1711 * parser.c: tiny refactoring patch from Bjorn Reese
1712
1713Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
1714
1715 * SAX2.c: fix bug #324432 with <xml:foo/>
1716 * test/ns7 resul//ns7*: added to the regression tests
1717
1718Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
1719
1720 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
1721 MinGW compilation problem, should close bug #324943
1722
1723Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1724
1725 * xmlschemas.c: Removed last dependency on the obsolete enum
1726 xmlSchemaValidError.
1727
1728Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
1729
1730 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
1731 and doc build fixes from Michael Day
1732
1733Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
1734
1735 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
1736 Sreeni Nair.
1737
1738Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1739
1740 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
1741 a child of an element (fix by Oleksandr Kononenko).
1742 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
1743
1744Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1745
1746 * xmlschemas.c xmlstring.c: Fixed a segfault during
1747 text concatenation when validating a node tree:
1748 xmlStrncat was called with a @len of -1; but unlike
1749 xmlStrncatNew, it does not calculate the length
1750 automatically in such a case (reported by Judy Hay
1751 on the mailing list).
1752 Updated the descriptions of the involved string
1753 functions to note this.
1754
1755Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
1756
1757 * nanohttp.c: applied patch from Gary Coady to accept gzipped
1758 http resources.
1759
1760Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1761
1762 * win32/configure.js: Added enable/disable of runtime
1763 debugging (LIBXML_DEBUG_RUNTIME).
1764
1765Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1766
1767 * include/libxml/xmlversion.h.in: Fixed to define
1768 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
1769
1770Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1771
1772 * test/schemas/bug321475* result/schemas/bug321475*:
1773 Added regression test for bug #321475 (reported by
1774 Gabor Nagy). Fixing of bug #323510 seemed to have
1775 fixed this bug as well.
1776
1777Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1778
1779 * test/schemas/bug323510* result/schemas/bug323510*:
1780 Added regression test for bug #323510.
1781
1782Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1783
1784 * xmlschemas.c: Workaround for bug #323510 (reported by
1785 Jonathan Filiatrault): substituted the epsilon transition
1786 for a labelled transition, in order to avoid a bug in
1787 xmlregexp.c which eliminated the epsilon transition and
1788 marked the initial state as final.
1789
1790Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
1791
1792 * xmlreader.c: Gary Coady pointed a memory leak in
1793 xmlTextReaderReadInnerXml() applied patch fixing #323864
1794
1795Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1796
1797 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
1798 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
1799 of warnings shown by HP-UX compiler and reported by Rick Jones
1800
1801Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
1802
1803 * xmlwriter.c: Insert space between pubid and sysid when both
1804 passed to xmlTextWriterStartDTD and indenting not being used.
1805 Remove no longer used Mem callbacks.
1806
1807Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1808
1809 * runsuite.c: Changed to instantly mark instance-tests as
1810 failed if the corresponding schema was invalid. This
1811 reflects the side of the Python code for the XML Schema test
1812 suite. We now get the same number of failed tests on both
1813 sides.
1814
1815Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1816
1817 * xmlreader.c include/libxml/xmlreader.h: Added
1818 xmlTextReaderSchemaValidateCtxt() to the API.
1819
1820Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1821
1822 * xmlschemas.c: Fixed a segfault: the instance document was
1823 still tried to be validated, if the schema, dynamically
1824 acquired using XSI was invalid, thus mangled. The
1825 validation will stop (or rather won't validate) now in
1826 such a case. The schema parser error code will be set
1827 on the validion context now; this is somehow not nice,
1828 but it assures that the validation context indicates an
1829 error in there was a parser error.
1830
1831Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
1832
1833 * xmlreader.c: small doc patch from Aron Stansvik
1834 * legacy.c: another doc patch for a deprecated API
1835
1836Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1837
1838 * Makefile.am: Tiny change for 'make tests': raised
1839 the number of expected failures for James Clark's
1840 XML Schema datatype tests from 10 to 11. The additional
1841 reported error was agreed to be correct long time ago,
1842 but we missed to adjust the message reported by
1843 the testing script.
1844
1845Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1846
1847 * result/schemas/decimal* result/schemas/bug322411*:
1848 Added missing regression test results for the latest IDC
1849 and xs:decimal bugs.
1850
1851Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1852
1853 * test/schemas/decimal* test/schemas/bug322411*: Added
1854 regression tests for the latest IDC and xs:decimal bugs.
1855
1856Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1857
1858 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
1859 parent's list of duplicates was filled with NULLs instead
1860 of the nodes under certain conditions. This lead to a
1861 segfault when the list's entries were accessed.
1862
1863Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1864
1865 * xmlschemastypes.c: Fixed parsing of xs:decimal to
1866 allow/deny special lexical forms. Fixed the totalDigits
1867 for values in the range (x < 1) && (x > -1) && (x != 0);
1868 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
1869 Adjusted the comparison function for decimals due to this
1870 change. As a side effect comparison against zeroes was
1871 optimized.
1872
1873Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1874
1875 * xmlschemas.c: An assignment to a local variable, which was
1876 used to access the IDC node list, was missing after the
1877 reallocation of the list (reported by Fabrice GUY
1878 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
1879 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
1880 it is used to force bubbling of IDC node tables even
1881 if not necessary; this was intended to be used for test
1882 purposes, but I obviously missed to disable it (although
1883 it apparently helped finding the bug).
1884
1885Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1886
1887 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
1888 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
1889 this caused XSI-driven-dynamic schema acquisition to fail
1890 with @noNamespaceSchemaLocation (reported by Julien Lamy
1891 on the mailing list).
1892
1893Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1894
1895 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
1896 which caused the search for components to stop at the
1897 first encountered attribute group component.
1898 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
1899 designation of a not-found component was not reported.
1900
1901Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
1902
1903 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
1904 in the date and time code raised on IRIX 6.5
1905
1906Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1907
1908 * xmlschemas.c include/libxml/xmlschemas.h:
1909 Added xmlSchemaSetParserStructuredErrors() to the API.
1910 Fixed channeling of error relevant information to
1911 subsequent parser/validation contexts.
1912
1913Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
1914
1915 * parserInternals.c: removed unreachable code pointed out by
1916 Oleksandr Kononenko, fixes bug #321695
1917
1918Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
1919
1920 * parser.c: use ctxt->standalone = -2 to indicate that the
1921 XMLDecl was parsed but no standalone attribute was found,
1922 suggested by Michael Day to detect if an XMLDecl was found.
1923
1924Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
1925
1926 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
1927 were not properly reported.
1928
1929Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
1930
1931 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
1932 which is not needed.
1933
1934Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1935
1936 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
1937 to use xmlSchemaGetCanonValueWhtspExt() in order to
1938 correctly report values for xs:anySimpleType.
1939 * test/schemas/idc-keyref-err1*
1940 result/schemas/idc-keyref-err1*: Added a test for this change.
1941
1942Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
1943
1944 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
1945 Return error condition not len if xmlwriter fails writing to buffer.
1946
1947Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
1948
1949 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
1950 applied patch from Geert Jansen to implement the save function to
1951 a xmlBuffer, and a bit of cleanup.
1952
1953Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
1954
1955 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
1956 totalDigits value to be positiveInteger.
1957 Fixed crash in an error report function when we gave it
1958 the document node; only element and attribute nodes are
1959 processed now (reported by Rob Richards).
1960
1961Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
1962
1963 * xmlregexp.c: fix bug #319897, problem with counted atoms
1964 when the transition itself is counted too
1965 * result/regexp/hard test/regexp/hard: augmented the regression
1966 tests with the problem exposed.
1967
1968Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
1969
1970 * win32/Makefile.mingw include/win32config.h: applied patch from
1971 Mark Junker to fix compilation with MinGW
1972
1973Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
1974
1975 * libxml.3: tiny fix from Albert Chin
1976 * runsuite.c runtest.c testapi.c: portability cleanup for arch
1977 needing trio for *printf
1978
1979Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
1980
1981 * tree.c: add additional checks to prevent tree corruption. fix problem
1982 copying attribute using xmlDocCopyNode from one document to another.
1983
1984Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
1985
1986 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
1987 cleanup from Albert Chin
1988 * doc/Makefile.am: html/index.sgml doesn't exist anymore
1989
1990Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
1991
1992 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
1993 HP-UX and AIX
1994
1995Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
1996
1997 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
1998 module portability
1999
2000Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2001
2002 * error.c: fixing a portability problem on some old Unices with
2003 patch from Albert Chin
2004
20052005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2006
2007 * c14n.c result/c14n/exc-without-comments/test-2
2008 test/c14n/exc-without-comments/test-2.xml
2009 test/c14n/exc-without-comments/test-2.xpath: fixing
2010 bug in exc-c14n namespace visibility + test case (bug #319367)
2011
2012Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2013
2014 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2015
2016Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2017
2018 * valid.c xmlregexp.c include/libxml/valid.h
2019 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2020 as this seems to give troubles with VC6 and stl as reported by
2021 Samuel Diaz Garcia.
2022
2023Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2024
2025 * parserInternals.c: fix a problem in some error case on Solaris
2026 when passed a NULL filename, pointed by Albert Chin.
2027
2028Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2029
2030 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2031 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2032 to the regression suite
2033
2034Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2035
2036 * HTMLparser.c: typo fix from Michael Day
2037
2038Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2039
2040 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2041 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2042
2043Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2044
2045 * parser.c: fixed second spot where CRLF split between chunks
2046 could cause trouble (bug #319279)
2047 * gentest.py, testapi.c: fixed two problems involved with
2048 --with-minimum compilation (compilation errors with schematron
2049 and formal expressions tests)
2050
2051Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2052
2053 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2054
2055Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2056
2057 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2058 the London airport.
2059
2060Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2061
2062 * xmlschemas.c: Removed creation of a temporary parser context
2063 during validation when processing xsi:type; this previously
2064 added a string to the dict of the schema - to assure thread
2065 safety, we don't want to modify a given schema during
2066 validation.
2067
2068Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2069
2070 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2071 misuse of vsnprintf
2072 * configure.in, config.h.in: added a configuration check for
2073 va_copy and added a define for VA_COPY for xmlwriter.c fix
2074 * parser.c: fixed problem with CRLF split between chunks (bug
2075 #319279) (fix provided by Brion Vibber)
2076
2077Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2078
2079 * xmlschemas.c: Fixed a potential memory leak in
2080 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2081 Fixed setting of ctxt->err to the given error code in
2082 the parsing error functions.
2083 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2084 starting point for IDC XPath compilation; this and some other
2085 tiny changes fixes issues regarding whitespace in the
2086 expressions and IDC selector/field relevant restrictions of
2087 the subset of XPath. Fixed a missing blocking of attributes
2088 in xmlStreamPushInternal().
2089
2090Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2091
2092 * runtest.c: removed the error message
2093 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2094 documentation
2095 * include/libxml/schemasInternals.h: changed warning about API stability
2096 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2097 regexps and automata. Not fully finished but should be way better.
2098
2099Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2100
2101 * xmlschemas.c: Fixed a memory leak in
2102 xmlSchemaContentModelDump(). Added output of local types
2103 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2104 dump output.
2105
2106Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2107
2108 * tree.c pattern.c: Silenced intel compiler warnings (reported
2109 by Kjartan Maraas, bug #318517).
2110 * xmlschemas.c: The above changes in pattern.c revealed an
2111 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2112 we really pushed them beforehand; this was previously not
2113 checked for the case when we discover an element node to be
2114 invalid wrt the content model.
2115 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2116
2117Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2118
2119 * result/schemas/*.err: Adapted regression test results.
2120
2121Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2122
2123 * xmlschemas.c: Fixed some identity-constraint issues:
2124 Restructured IDC node-tables
2125 Allowed IDCs to resolve also to nodes of complex type with
2126 simple content.
2127 Added check for keyrefs with references to keyrefs.
2128 IDC target-nodes were interferring with IDC node-tables,
2129 since they used one list of entries only. I separated this
2130 one big list into 3 lists: 1 for IDC node-table entries,
2131 1 for _duplicates_ of IDC node-table entries and 1 for
2132 IDC target-nodes. More code, but cleaner and it works at last.
2133 Keyrefs will fail to resolve to duplicate key/unique entries.
2134 I thought this was already working this way, but it didn't.
2135 The wording of the definition for [node table] in the spec
2136 can lead to a scenario, where keyrefs resolve perfectly, even
2137 if the relevant key-sequences of the referenced key/unique have
2138 duplicates in the subtree. Currently only Saxon 8.5.1 is
2139 dissallowing resolution to duplicate entries correctly - we
2140 will follow Saxon here.
2141 Removed some intel compiler warnings (reported by
2142 Kjartan Maraas, bug #318517).
2143 * pattern.c: Fixed an IDC-XPath problem when resolving to
2144 attributes.
2145
2146Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2147 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2148 to use getaddrinfo() if supported in Windows build (bug# 317431).
2149
2150Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2151
2152 * result/schemas/*: Adapted regression test results.
2153
2154Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2155
2156 * xmlschemas.c include/libxml/schemasInternals.h
2157 include/libxml/xmlerror.h: Initial implementation for
2158 redefinitions; this still misses checks for restrictions
2159 of the content model of complex types.
2160 Fixed default/fixed values for attributes (looks like they
2161 did not work in the last releases).
2162 Completed constraints for attribute uses.
2163 Seperated attribute derivation from attribute constraints.
2164 Completed constraints for attribute group definitions.
2165 Disallowing <import>s of schemas in no target namespace if the
2166 importing schema is a chameleon schema. This contradicts
2167 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2168 W3C XML Schema WG, thinks it is correct to dissalow such
2169 imports.
2170 Added cos-all-limited constraints.
2171 Restructured reference resolution to model groups and element
2172 declarations.
2173 Misc cleanup.
2174
2175Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2176
2177 * schematron.c xmlregexp.c: remove warnings under Windows.
2178
2179Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2180
2181 * parser.c: applied patch from Massimo Morara fixing bug #317447
2182 about risk of invalid write in xmlStringLenDecodeEntities
2183
2184Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2185
2186 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2187
2188Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2189
2190 * xmlregexp.c: seems a test to avoid duplicate transition is
2191 really needed at all times. Luka Por gave an example hitting
2192 this. Changed back the internal API.
2193
2194Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2195
2196 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2197
2198Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2199
2200 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2201
2202Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2203
2204 * xmlregexp.c: detect combinatory explosion and return with
2205 a runtime error in those case, c.f. #316338 though maybe we
2206 should not see such an explosion with that specific regexp,
2207 more checking needs to be done.
2208
2209Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2210
2211 * include/libxml/schemasInternals.h: Added some comments for the
2212 struct fields.
2213
2214Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2215
2216 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2217 blank path (bug 316224)
2218
2219Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2220
2221 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2222 rebuild.
2223 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2224 xmlSaveOption
2225 * xmlschemas.c: minor cleanups
2226
2227Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2228
2229 * test/schemas/import1_0.xsd: And adapting another one.
2230
2231Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2232
2233 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2234
2235Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2236
2237 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2238 result/schemas/changelog093_1_0.err
2239 result/schemas/derivation-ok-extension_0_0.err
2240 result/schemas/import1_0_0.err
2241 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2242 Adapted regression results.
2243
2244Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2245
2246 * xmlschemas.c include/libxml/schemasInternals.h
2247 include/libxml/xmlerror.h: Completion of the schema graph.
2248 Centralisation, more robustness of the schema document
2249 aquisition story. Centralised and restructured component fixup.
2250 Fixed attribute derivation when 'prohibiting' attribute uses.
2251 Added warnings: when schema documents cannot be localized
2252 during imports; when we get duplicate and pointless attribute
2253 prohibitions. Changed error reports for IDCs to report
2254 the relevant IDC designation as well (requested by GUY Fabrice).
2255 Misc code-cleanup.
2256
2257Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2258
2259 * xmlsave.c: applied second patch from David Madore to be less intrusive
2260 when handling scripts and style elements in XHTML1 should fix #316041
2261 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2262
2263Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2264
2265 * libxml.spec.in doc/devhelp/*: finished the integration with
2266 devhelp, completing the index and inserted into the gtk-doc
2267 database at "make install" stage
2268
2269Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2270
2271 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2272 and use option from xmlSaveCtxtPtr rather than global during output.
2273 * xmlsave.c: fix some output formatting for meta element under XHTML.
2274
2275Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2276
2277 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2278 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2279 * doc/Makefile.am: build devhelp before the examples.
2280 * doc/*: regenerated the API
2281
2282Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2283
2284 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2285 given a document pointer instead of an element
2286
2287Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2288
2289 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2290 should be complete with navigation, what is left done is glueing
2291
2292Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2293
2294 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2295 doc/devhelp/*: started work needed to generate devhelp content,
2296 not too hard based on the existing format and extractor.
2297
2298Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2299
2300 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2301
2302Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2303
2304 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
2305
2306Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2307
2308 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2309 when handled a namespace node.
2310
2311Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2312
2313 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2314 releasing 2.6.21
2315 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2316 * threads.c include/libxml/threads.h xmllint.c: added the more
2317 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2318
2319Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2320
2321 * configure.in doc/* configure.in: prepare for release
2322 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2323
2324Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2325
2326 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2327 than initially expected as ctxt->error == NULL had behaviour side
2328 effects at the compilation level itself.
2329
2330Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2331
2332 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2333 pattern induced XPath bug #314282
2334 * relaxng.c: reverted back last change it was seriously broken
2335
2336Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2337
2338 * xmlsave.c: check for NULL to prevent crash with meta elements
2339
2340Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2341
2342 * relaxng.c: structured error reporting problem with Relax-NG
2343 should fix #314881 and #314759
2344
2345Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2346
2347 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2348
2349Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2350
2351 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2352 but more generally related to attributes and ID handling, fixes
2353 #314358 among other things
2354
2355Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2356
2357 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2358 first argument.
2359 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2360 based on Andrew W. Nosenko idea.
2361 * doc/* elfgcchack.h: regenerated the API
2362
2363Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2364
2365 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2366 reverting back to AM_PATH_PROG
2367
2368Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2369
2370 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2371 changing the behaviour when text nodes are found in body
2372 * result/HTML/*: this changes the output of some tests
2373
2374Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2375
2376 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2377 c.f. #160598
2378
2379Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2380
2381 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2382 bug #314853
2383
2384Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2385
2386 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2387 to serialization and no longer modify internal tree.
2388
2389Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2390
2391 * libxml.spec.in: the profiling usually don't work, disabled
2392 * doc/*: rebuilt
2393
2394Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2395
2396 * configure.in: trying to fix the first part of #310033 by
2397 detecting gcc <= 3.2
2398
2399Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2400
2401 * error.c: fixed bug #310033, the URI extraction code given a
2402 node is a bit twisted and broke in the last months.
2403
2404Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2405
2406 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2407 fix on test.
2408
2409Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2410
2411 * debugXML.c: change verbosity depending on API
2412 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2413 to previous outputs
2414
2415Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2416
2417 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2418 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2419 added a parser XML_PARSE_COMPACT option to allocate small
2420 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2421 directly within the node, various changes to cope with this.
2422 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2423 slightly change the output
2424
2425Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2426
2427 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2428 instead of $CC = 'gcc' because GCC may have a different name
2429
2430Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2431
2432 * configure.in: changes the way the python binary is found, should
2433 also fix bug #308004
2434
2435Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2436
2437 * parser.c: found another bug while looking at #309616 on missing
2438 entities.
2439 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2440 SAX stream in missing conditions for a few tests
2441
2442Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2443
2444 * encoding.c: applied the patch suggested #309565 which can avoid
2445 looping in error conditions.
2446
2447Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2448
2449 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2450 xmlGetLineNo() c.f. bug #309205
2451
2452Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2453
2454 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2455 the encoding module to the common error reporting mechanism
2456 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2457
2458Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2459
2460 * xpath.c: removed a potentially uninitialized variable error
2461 * python/generator.py: fixed a deprecation warning
2462 * python/tests/tstLastError.py: silent the damn test when Okay !
2463
2464Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2465
2466 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2467 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2468 when configured --without-sax1 and other cleanups fixes bug #172683
2469 * doc/* elfgcchack.h: regenerated
2470
2471Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2472
2473 * parser.c: fixed bug #170489 reported by Jirka Kosek
2474 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2475 result/valid/objednavka*: added the test to the regression suite.
2476
2477Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2478
2479 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2480 for the HTML parser based on the suggestions of bug #169834 by
2481 Paul Loberg
2482
2483Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2484
2485 * elfgcchack.h testapi.c doc/*: regenerated
2486 * schematron.c: fixed a compilation problem
2487 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2488 * result/expr/base: slightly changes the number of Cons.
2489
2490Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2491
2492 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2493 * xmlregexp.c: small cleanup
2494 * include/libxml/schematron.h include/libxml/xmlexports.h
2495 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2496
2497Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2498
2499 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2500 #313982
2501 * result/schemas/bug313982* test/schemas/bug313982*: also added
2502 the test case to the regression suite.
2503
2504Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2505
2506 * testRegexp.c: printed the wrong string
2507
2508Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2509
2510 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2511 xmlExpExpDerive(), added it to the testRegexp command line
2512 tool when providing multiple expressions.
2513
2514Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2515
2516 * Makefile.am result/expr/base test/expr/base: added the first
2517 regression test suite set for the new expression support
2518
2519Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2520
2521 * valid.c: fixed an uninitialized variable
2522 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2523 add the parser, serializer and some debugging
2524 * include/libxml/xmlversion.h.in: made the new support compiled
2525 by default if Schemas is included
2526 * testRegexp.c: cleanup and integration of the first part of the
2527 new code with a special switch
2528 * xmllint.c: show up Expr in --version if compiled in
2529 * include/libxml/tree.h: moved the xmlBuffer definition up
2530
2531Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2532
2533 * xmlschemas.c: Some preparation for the creation of a graph
2534 of imported/included/redefined schemas; this is needed for
2535 at least the redefinitions.
2536 Centralized the creation of the parser context in one function.
2537
2538Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2539
2540 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2541 handling code to have it in CVs from now. Not plugged, and misses
2542 APIs it's not compiled in yet.
2543
2544Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2545
2546 * xmlreader.c: applied another patch from Rob Richards to fix
2547 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2548
2549Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2550
2551 * xmlreader.c: applied patch from Rob Richards to fix
2552 xmlTextReaderGetAttribute behaviour with namespace declarations
2553
2554Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2555
2556 * xmlschemas.c include/libxml/xmlerror.h:
2557 Changed output for keyref-match errors; the target-node will
2558 be now reported rather than the scope-node of the keyref
2559 definition - allowing easier chasing of instance errors.
2560 This was reported by Guy Fabrice to the mailing list.
2561 Some initial parsing code for schema redefinitions.
2562 * result/schemas/bug303566_1_1.err
2563 result/schemas/bug312957_1_0.err: Adapted test results due
2564 to the keyref changes.
2565
2566Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2567
2568 * valid.c: applied patch from Derek Poon fixing bug #310692
2569
2570Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2571
2572 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2573 context type was not always properly initialized.
2574
2575Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2576
2577 * relaxng.c: fixed bug #307377 about validation of choices in
2578 list values.
2579 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2580 added examples to the regression tests, problem is that streaming
2581 version gives slightly more informations.
2582
2583Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2584
2585 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2586
2587Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2588
2589 * result/schemas/any6_1_0*: Added missing test results.
2590
2591Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2592
2593 * xmlregexp.c: fixed a determinism detection problem exposed by
2594 ##other tests commited by Kasimier, also added a small speedup
2595 of determinism detection.
2596 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2597 the results to the regression tests now
2598
2599Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2600
2601 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2602 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2603 Added some more tests for element wildcards.
2604
2605Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2606
2607 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2608 streaming XPath states were not popped in every case,
2609 thus failed to resolve correctly for subsequent input.
2610 * test/schemas/bug312957* result/schemas/bug312957*:
2611 Added the test submitted by Carol Hunter.
2612
2613Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2614
2615 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2616 ##other issues
2617 * result/schemas/any7* test/schemas/any7: completed the tests
2618 and added the results
2619 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2620 result/schemas/any5_1_0.err: this slightly chnages the output
2621 from 3 existing tests
2622
2623Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2624
2625 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2626 Marcus Boerger to remove warnings on Windows.
2627
2628Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2629
2630 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2631 an xmlSaveOption to omit XML declaration
2632
2633Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2634
2635 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2636 patch for HTML UTF-8 serialization
2637 * result/HTML/script2.html: this changed the output of that test
2638
2639Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2640
2641 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
2642 of count based transition, when going though the counter must
2643 be reset to 0
2644 * test/schemas/bug310264* result/schemas/bug310264*: added the
2645 regression test.
2646
2647Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2648
2649 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
2650 only freeing the first annotation in the list.
2651
2652Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2653
2654 * xmlreader.c: applied patch from Rob Richards fixing
2655 xmlTextReaderGetAttribute
2656
2657Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2658
2659 * HTMLparser.c: fixed an uninitialized memory access spotted by
2660 valgrind
2661
2662Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
2663
2664 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
2665 installed DTD
2666 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
2667 cleanup the Path/URI conversion mess, needed fixing in various
2668 layers and a new API to the uri module which also fixes #306861
2669 * runtest.c: integrated a regression test specific to check the
2670 URI conversions done before calling the I/O handlers.
2671
2672Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2673
2674 * doc/XSLT.html doc/xml.html: small doc fix for #312647
2675
2676Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2677
2678 * win32/configure.js: applied patch from Rob Richards to allow
2679 disabling modules in win32, fixes #304071
2680
2681Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2682
2683 * python/libxml.c: applied fix from Jakub Piotr Clapa for
2684 xmlAttr.parent(), closing #312181
2685
2686Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2687
2688 * schematron.c: report improvement
2689 * test/schematron/zvon* result/schematron/zvon*: more tests
2690
2691Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
2692
2693 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
2694 Richards to add schematron to the build on Windows
2695 * test/schematron/zvon3* result/schematron/zvon3*: second test
2696 * test/schematron/zvon10* result/schematron/zvon10*: this is the
2697 real second test 10 and 2 are swapped.
2698
2699Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2700
2701 * schematron.c: more bug fixes, improve the error reporting.
2702 * test/schematron/zvon2* result/schematron/zvon2*: second test
2703
2704Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2705
2706 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
2707 text error rendering
2708 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
2709 started integrating within "make tests"
2710
2711Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
2712
2713 * test/schematron/*: a few first tests from Zvon unfortunately
2714 with the old syntax
2715
2716Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
2717
2718 * schematron.c xmllint.c include/libxml/schematron.h: commiting
2719 work done on the plane last week-end
2720
2721Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2722
2723 * runtest.c: allows an extra argument to subset the tests
2724 * xmlregexp.c: big speedup for validation, basically avoided
2725 transition creation explosion when removing epsilon transition
2726
2727Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2728
2729 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
2730 xmlwriter.c: more cleanups based on sparse reports, added
2731 "make sparse"
2732
2733Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
2734
2735 * python/libxml.c: don't output any message on failed resolver lookups,
2736 better done by the python user provided resolver layer.
2737
2738Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2739
2740 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
2741 runsuite.c runtest.c schematron.c testHTML.c testReader.c
2742 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
2743 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
2744 small cleanups based on Linus' sparse check output.
2745
2746Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2747
2748 * include/libxml/Makefile.am: added schematron.h, oops ...
2749
2750Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2751
2752 * xmlschemastypes.c: Added creation of the content type of
2753 xs:anyType. This is needed when trying to extend xs:anyType
2754 (although it makes no sense to extend it; IMHO the schema
2755 people should have ruled this out). This was reported
2756 by Yong Chen to the mailing list.
2757 * xmlschemas.c: Fixed handling of xs:anyType in
2758 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
2759 adjustment to an error report output.
2760 * test/schemas/extension2* result/schemas/extension2*:
2761 Added a test case provided by Young Chen.
2762
2763Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
2764
2765 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
2766 base to be in "relative" form
2767
2768Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
2769
2770 * schematron.c xmllint.c: started adding schematron to the xmllint
2771 tool, the report infrastructure is gonna be fun.
2772
2773Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2774
2775 * test/schemas/any6* test/schemas/any7*: Added regression tests
2776 (they fail currently), but did not added results yet.
2777
2778Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2779
2780 * xmlschemas.c: Removed the workaround code in
2781 xmlSchemaValidateElemWildcard() for the <any> wildcard
2782 with namespace == ##other. Support for such wildcards was
2783 implemented by Daniel at the automaton level recently, and
2784 the workaround code iterfered with it.
2785
2786Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
2787
2788 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
2789 signature to pass an int and not an enum since it can generate
2790 ABI compat troubles.
2791 * include/libxml/schematron.h schematron.c: adding the new
2792 schematron code, work in progress lots to be left and needing
2793 testing
2794 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
2795 Makefile.am configure.in: integration of schematron into the
2796 build
2797 * xpath.c include/libxml/xpath.h: adding flags to control compilation
2798 options right now just XML_XPATH_CHECKNS.
2799
2800Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2801
2802 * xmlschemas.c: Removed an "internal error" message from
2803 xmlSchemaBuildAContentModel() when an empty model group
2804 definition is hit.
2805
2806Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2807
2808 * pattern.c: Changed xmlCompileStepPattern() and
2809 xmlCompileAttributeTest() to handle the "xml" prefix without
2810 caring if the XML namespace was supplied by the user.
2811
2812Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2813
2814 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
2815 output the given string arguments correctly.
2816
2817Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
2818
2819 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
2820 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
2821 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
2822 include/libxml/valid.h include/libxml/xmlIO.h
2823 include/libxml/xmlerror.h include/libxml/xmlexports.h
2824 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
2825 to fix problems with calling conventions on Windows this should
2826 fix #309757
2827
2828Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2829
2830 * parser.c: an optimization of the char data inner loop,
2831 can gain up to 10% in pure SAX2 parsing speed
2832 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
2833 a bug in XML Schemas facet comparison #310893
2834
2835Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2836
2837 * xmlregexp.c xmlschemas.c: fixed the error reporting for
2838 not transitions
2839 * result/schemas/any5_0_0* result/schemas/any5_0_2*
2840 result/schemas/any5_1_0*: fixed output
2841
2842Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2843
2844 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
2845 bug #172215 about foreign namespaces by adding support for
2846 negated string transitions. Error messages still need to be
2847 improved.
2848 * test/schemas/any5* result/schemas/any5*: adding regression
2849 tests for this.
2850
2851Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2852
2853 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
2854 on namespaced attributes #310417.
2855
2856Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2857
2858 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
2859 ducplicated
2860
2861Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
2862
2863 * xmlschemas.c: fixed xsd:all when used in conjunction with
2864 substitution groups
2865 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
2866 regression tests, strangely missing from NIST/Sun/Microsoft
2867 testsuites
2868
2869Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2870
2871 * xmlschemas.c: fixed bug #307508, a bad automata was built but
2872 this showed as an indeterminist result
2873
2874Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2875
2876 * xmlschemastypes.c: found the last bug raised by NIST tests in
2877 comparing base64 strings, result from runsuite:
2878 ## NIST test suite for Schemas version NIST2004-01-14
2879 Ran 23170 tests (3953 schemata), no errors
2880
2881Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
2882
2883 * testRegexp.c: fixed where xmlMemoryDump() should be called.
2884 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
2885 affecting NIST regression tests
2886
2887Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2888
2889 * configure.in: applied a patch from Gerrit P. Haase to add
2890 module support on cygwin
2891
2892Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2893
2894 * HTMLparser.c: fixed a potential buffer overrun error introduced
2895 on last commit to htmlParseScript() c.f. #310229
2896
2897Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
2898
2899 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
2900 return TRUE if a nodeset with a numeric value of NaN is compared
2901 for inequality with any numeric value (bug 309914).
2902
2903Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2904
2905 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
2906 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
2907 to route relaxng and schemas error messages when using the reader
2908 through the structured interface if activated.
2909 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
2910 to test.
2911
2912Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
2913
2914 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
2915 Jiri Netolicky
2916 * result/HTML/script2.html* test/HTML/script2.html: added the test
2917 case from the regression suite
2918
2919Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2920
2921 * nanohttp.c: fixed bug #310105 with http_proxy environments with
2922 patch provided by Peter Breitenlohner
2923
2924Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2925
2926 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
2927 * xmllint.c: removed a compilation problem
2928
2929Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2930
2931 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
2932 preparing to make testsuite releases along with code source releases
2933 * gentest.py testapi.c: fixed a couple of problem introduced by
2934 the new Schemas support for Readers
2935 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
2936 but simple way.
2937 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
2938 raised by the doc builder.
2939 * doc/*: made rebuild
2940
2941Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2942
2943 * xmlschemas.c: fixed a bug introduced on last commit
2944
2945Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2946
2947 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
2948 pointed by Jeroen Ruigrok
2949 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
2950 the APIs for xmlReader schemas validation support
2951 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
2952 implementation and testing as xmllint --stream --schema ...
2953
2954Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2955
2956 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
2957
2958Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2959
2960 * parser.c: fix for #309761 from Dylan Shell
2961 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
2962 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
2963 * xmllint.c: couple of fixes plus added descriptions for --sax and
2964 --sax1
2965
2966Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2967
2968 * xmlschemas.c: Added c-props-correct constraint to check
2969 for equal cardinality of keyref/key.
2970 * include/libxml/xmlerror.h: Added an error code.
2971
2972Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2973
2974 * pattern.c: Fixed evaluation of attributes. Actually only
2975 attribute at the first level were evaluated (e.g. "@attr");
2976 expression like "foo/@attr" always failed.
2977
2978Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2979
2980 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
2981 user-provided SAX handler is given.
2982
2983Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2984
2985 * parser.c: fix some potential leaks in error cases.
2986 * xmllint.c: added --sax, to allow testing of --schemas --sax and
2987 various other combinations.
2988 * xmlschemas.c: fix a couple of tiny problems in
2989 xmlSchemaValidateStream()
2990
2991Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2992
2993 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
2994 xmlSchemaValidateStream() internally.
2995
2996Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2997
2998 * test/relaxng/docbook_0.xml: added the missing entity to the
2999 document internal subset to avoid errors if the DocBook catalogs
3000 are not there
3001 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3002 untested yet
3003
3004Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3005
3006 * parser.c: fixed problem with free on dupl attribute in
3007 dtd (bug309637).
3008 * test/errors/attr3.xml, result/errors/attr3.*: added
3009 regression test for this
3010
3011Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3012
3013 * win32/Makefile.msvc: try again to fix file format for Windows
3014
3015Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3016
3017 * win32/Makefile.msvc: removed spurious ^M
3018 * runtest.c: added check for option O_BINARY
3019 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3020 sticky tag to 'binary'
3021
3022Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3023
3024 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3025 in xmlCtxtGenericNodeCheck
3026 * runtest.c: changed "open" calls to include O_BINARY for Windows
3027
3028Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3029
3030 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3031 in areBlanks which failed.
3032 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3033 added the input file to the regression tests
3034
3035Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3036
3037 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3038 Anotolij.
3039 * test/schemas/bug309338* result/schemas/bug309338*:
3040 Added a regression test for the above bug.
3041
3042Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3043
3044 * Makefile.am: first steps toward a testsuite dist
3045 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3046
3047Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3048
3049 * runsuite.c runtest.c: Tiny portability adjustment for win.
3050 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3051 be created.
3052
3053Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3054
3055 * runsuite.c: first stb at unimplemnted detection
3056 * runtest.c: fixing Windows code
3057
3058Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3059
3060 * runsuite.c: fix on schemas error
3061 * runtest.c: portability glob() on Windows
3062
3063Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3064
3065 * runsuite.c runtest.c: cleanups, logfile and portability
3066 * xmllint.c: fixed a memory leak
3067
3068Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3069
3070 * parser.c: fixed a bug failing to detect UTF-8 violations in
3071 CData in push mode.
3072 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3073 to the regressions
3074
3075Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3076
3077 * debugXML.c: added enhancement for #309057 in xmllint shell
3078
3079Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3080
3081 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3082 bug in push mode
3083 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3084 regression suite
3085
3086Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3087
3088 * testapi.c tree.c: fixing a leak detected by testapi in
3089 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3090 seems to pass tests fine now.
3091 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3092 to push mode
3093 * error.c: remove a warning
3094 * runtest.c xmllint.c: avoid compilation errors if only some parts
3095 of the library are compiled in.
3096
3097Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3098
3099 * gentest.py testapi.c: fix a problem with previous patch to
3100 testapi.c
3101
3102Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3103
3104 * runsuite.c runtest.c tree.c: fixing compilations when
3105 disabling parts of the library at configure time.
3106
3107Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3108
3109 * parserInternals.c: fix bug raised by zamez on IRC
3110 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3111 * tree.c: added comments missing.
3112 * doc/*: regenerated
3113
3114Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3115
3116 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3117 assorted bugs
3118 * python/generator.py python/libxml2-python-api.xml: fixed
3119 conditionals in generator too
3120 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3121 cleanups too and rebuilt
3122
3123Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3124
3125 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3126
3127Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3128
3129 * runsuite.c: expanded test
3130 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3131
3132Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3133
3134 * runsuite.c: a bit of progresses on xstc
3135
3136Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3137
3138 * runsuite.c: completed the simple checks for Relax-NG suites
3139 back to the same 11 errors as in the Python runs.
3140
3141Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3142
3143 * runtest.c: complete, checking on other platforms is needed
3144 * README: updated
3145 * debugXML.c: fix a bug raised by bill on IRC
3146 * relaxng.c: fix a leak in weird circumstances
3147 * runsuite.c Makefile.am: standalone test tool agaisnt
3148 the regression suites, work in progress
3149
3150Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3151
3152 * runtest.c: adding URI tests
3153
3154Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3155
3156 * runtest.c: adding xml:id
3157
3158Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3159
3160 * runtest.c: finishing XPath, adding XPointer
3161
3162Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3163
3164 * runtest.c: adding more coverage, XInclude and starting XPath
3165
3166Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3167
3168 * tree.c include/libxml/tree.h: Added allocation/deallocation
3169 functions for the DOM-wrapper context.
3170
3171Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3172
3173 * tree.c: Commented the new functions to be experimental.
3174
3175Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3176
3177 * error.c valid.c: working some weird error reporting problem for
3178 DTD validation.
3179 * runtest.c: augmented with DTD validation tests
3180 * result/VC/OneID*: slight change in validation output.
3181
3182Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3183
3184 * runtest.c: added most HTML tests
3185
3186Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3187
3188 * test/namespaces/reconcile/tests.xml
3189 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3190 for some new DOM-wrapper helping functions.
3191
3192Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3193
3194 * xstc/xstc-to-python.xsl: Cleanup.
3195 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3196 Removed, those are not needed anymore due to the new test suite.
3197
3198Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3199
3200 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3201 missing.
3202 * runtest.c: added SAX1/SAX2 checks.
3203
3204Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3205
3206 * tree.c include/libxml/tree.h: Added
3207 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3208 xmlDOMWrapRemoveNode() to the API. These are functions intended
3209 to be used with DOM-wrappers.
3210
3211Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3212
3213 * runtest.c: continue to increase the tests
3214
3215Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3216
3217 * runtest.c: continue to increase the tests
3218
3219Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3220
3221 * runtest.c: continue to increase the tests
3222
3223Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3224
3225 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3226 it matches the glob() routine.
3227 * runtest.c Makefile.am: first steps toward a C regression test
3228 framework.
3229
3230Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3231
3232 * configure.in: fixed a problem with the detection of
3233 ss_family for ipV6, as reported on the mailing list by
3234 Doug Orleans.
3235
3236Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3237
3238 * test/schemas/empty-value* result/schemas/empty-value*:
3239 Added regression tests (from Dhyanesh).
3240
3241Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3242
3243 * xmlschemas.c: Fixed NULL values to be validated as empty
3244 string values (reported by Dhyanesh to the mailing list).
3245 Adjusted text concatenation of mixed content.
3246
3247Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3248
3249 * tree.c valid.c: applied patch from Rob Richards for removal
3250 of ID (and xml:id)
3251 * xmlreader.c: applied patch from James Wert implementing
3252 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3253
3254Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3255
3256 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3257 namespace list, appending of element character content.
3258 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3259
3260Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3261
3262 * xmlschemastypes.c: Added missing function descriptions.
3263
3264Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3265
3266 * xmllint.c: if sax1 is used and input is a file use the old
3267 API xmlParseFile()
3268 * xmlschemas.c: cleanups
3269 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3270 for the new functions in Schemas.
3271
3272Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3273
3274 * xmlschemas.c include/libxml/xmlschemas.h: Added
3275 xmlSchemaValidateFile() to the public API. This will use
3276 SAX2-driven validation.
3277
3278Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3279
3280 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3281 Added schema test results (Tom Browder, bug #306806).
3282
3283Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3284
3285 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3286 Added schema tests submitted by Tom Browder (bug #306806).
3287
3288Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3289
3290 * pattern.c: adjusted last change to xmlCompilePathPattern,
3291 fixed one compilation warning
3292
3293Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3294
3295 * pattern.c: Some changes/fixes to the streaming evaluation.
3296 * xmlschemas.c: A bit of support for parsing the schema for
3297 schema. Fixed attribute derivation when the use is
3298 "prohibited" and was "optional". Fixed an attribute construction
3299 bug, a left-over from the time, where <complexContent>,
3300 <extension>, etc. where created as structs.
3301
3302Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3303
3304 * libxml-2.0.pc.in: removed a redundant include path
3305
3306Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3307
3308 * xstc/Makefile.am: Some more adjustments.
3309
3310Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3311
3312 * xstc/Makefile.am: Changed test extraction process, since some
3313 boxes don't know about "tar --strip-path".
3314
3315Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3316
3317 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3318 * result//compare0* test//compare0*: added the regression test in
3319 the suite as this went unnoticed !
3320
3321Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3322
3323 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3324 enhancement for XPath streaming, consolidated with
3325 schemas usage of pattern.c. Added a new enum
3326 xmlPatternFlags.
3327 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3328 enum.
3329 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3330 result/XPath/mixedpat: added regression test for problems
3331 reported in bug306348
3332
3333Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3334
3335 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3336 default namespace if existent.
3337
3338Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3339
3340 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3341 values were not duplicated corrently when creating a computed value
3342 in xmlSchemaValAtomicType.
3343
3344Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3345
3346 * xmlschemas.c result/schemas/include1_0_0.err:
3347 Fixed an attribute fixed/default value constraint error.
3348
3349Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3350
3351 * result/schemas/*: Adapted regression test results.
3352
3353Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3354
3355 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3356 include/libxml/xmlschemastypes.h: Changed the validation process
3357 to be able to work in streaming mode. Some datatype fixes,
3358 especially for list and union types. Due to the changes the
3359 error report output has changed in most cases. Initial migration to
3360 functions usable by both, the parser and the validator. This should
3361 ease a yet-to-come XS construction API in the long term as well.
3362
3363Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3364
3365 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3366 troubles on rollback parsing of elements start #304761
3367 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3368 added it to the regression tests.
3369
3370Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3371
3372 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3373 for xml:space and xml:lang handling with SAX2 api.
3374
3375Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3376
3377 * globals.c: applied patch from Morten Welinder, closing bug #306901
3378 on compiling subsets of the library
3379
3380Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3381
3382 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3383 XS tests to use the new release of tests and test-definitions.
3384
33852005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3386
3387 * c14n.c: fix rendering of attributes when parent node
3388 is not in the node set
3389
33902005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3391
3392 * c14n.c: fixed xml attributes processing bug in exc c14n
3393 * xmllint.c: added --exc-c14n command line option
3394
3395Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3396
3397 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3398 handling of depth/level for cases like union operator
3399 (bug #306348 reported by Bob Stayton). Also enhanced
3400 several comments throughout pattern.c.
3401 * doc/apibuild.py: fixed problem in handling of
3402 'signed' declaration. Rebuilt the docs.
3403
3404Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3405
3406 * xinclude.c: Enhanced handling of xml:base for included
3407 elements, fixing bugs 169209 and 302353.
3408
3409Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3410
3411 * xmlschemas.c: Fixed facet errors to be channelled back for
3412 union type members; facet-validation will stop now on the
3413 first error. Reported by GUY Fabrice to the mailing-list.
3414 * xmlschemastypes.c: Changed to ignore lengh-related facet
3415 validation for QNames and NOTATIONs as proposed by the
3416 schema people.
3417 * test/schemas/union2* result/schemas/union2*: Added
3418 regression tests for union types (by GUY Fabrice).
3419
3420Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3421
3422 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3423 CDATA with NULL content.
3424
3425Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3426
3427 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3428 the timezone to -840 to 840.
3429
3430Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3431
3432 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3433 for "signed int" of the date-time timezone field. Silenced
3434 a warning.
3435
3436Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3437
3438 * tree.c: applied patch for replaceNode from Brent Hendricks
3439
3440Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3441
3442 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3443
3444Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3445
3446 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3447 problem exposed in bug #303640
3448
3449Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3450
3451 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3452 Added regression a test provided by Heiko Oberdiek (bug #303566).
3453
3454Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3455
3456 * pattern.c: Changed the XPath "." to resolve only on the first
3457 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3458 This should not affect pattern-like resolution on every level.
3459
3460Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3461
3462 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3463
3464Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3465
3466 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3467 * doc/apibuild.py: fixed __attribute() parsing problem
3468 * doc/* testapi.c: regenerated the descriptions and docs.
3469
3470Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3471
3472 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3473 to avoid linking with pthread library on non-threaded environments.
3474 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3475 list allocation.
3476
3477Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3478
3479 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3480 attributes were treated as being bound to the default namespace.
3481
3482Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3483
3484 * xmlschemastypes.c: Fixed date-time related validation
3485 (reported by David Crossley, bug #300576).
3486
3487Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3488
3489 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3490 dereferences (reported by Andriy, bug #301074).
3491
3492Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3493
3494 * xpath.c: Added some code to avoid integer overflow for
3495 ceil, floor and round functions (bug 301162)
3496
3497Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3498
3499 * xmlschemas.c: Removed workaround for bug #172215, since it
3500 does more harm in some scenarios. Added some of the
3501 "Particle Restriction OK" constraints - not yet enabled.
3502
3503Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3504
3505 * result/schemas/changelog093*: Added test results.
3506
3507Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3508
3509 * xmlschemas.c: Added output of canonical values in
3510 identity-constraint error messages.
3511 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3512 Added xmlSchemaGetCanonValueWhtsp() to the API.
3513 Further enhancement of the canonical value
3514 conversion.
3515 * test/schemas/changelog093_0.*: Added test with an XSD
3516 submitted by Randy J. Ray.
3517
3518Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3519
3520 * valid.c: Applied Daniel's fix for memory leak in dtd
3521 prefix (bug 300550).
3522 * xpath.c: minor change to comment only
3523
3524Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3525
3526 * xmlmemory.c: added the call to the breakpoint routine
3527 when a monitored block is reallocated or freed
3528
3529Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3530
3531 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3532 about HTTP query string parameter being lost
3533
3534Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3535
3536 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3537 adding namespace removal at the python level #300209
3538 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3539 test
3540
3541Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3542
3543 * xpath.c: fixed several places where memory cleanup was not
3544 properly done after an error was detected (problem was
3545 reported on the mailing list by Pawel Palucha)
3546
3547Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3548
3549 * xmlschemas.c: Added substitution group constraints; changed
3550 the build of the pre-computed substitution groups. Channeled
3551 errors during xsi assembling of schemas to the validation
3552 context. Fixed a big memory leak, which occured when using
3553 IDCs: the precomputed value of attributes was not freed if
3554 the attribute did not resolve to an IDC field (discovered
3555 with the help of Randy J. Ray's schema, posted to the
3556 xmlschema-dev maling list).
3557
3558Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3559
3560 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3561 Added handling substitution groups inside <choice> and <sequence>;
3562 for <all> this is not supported yet. Changed circular checks for
3563 model groups definitions. "memberTypes" are processed at different
3564 levels now: component resolution first, construction later; this
3565 goes hand in hand with a global change to handle component
3566 resolution in a distinct phase. Fixed invalid default values for
3567 elements to mark the schema as invalid; this just resulted in an
3568 error report previously, but the schema was handled as valid.
3569 Separated the assignment of the model groups to referencing
3570 model group definition references (i.e. particles); this was
3571 needed to perform the circularity check for model group definitions.
3572 Added "Element Declaration Properties Correct (e-props-correct)"
3573 constraints. Separated component resolution for simple/complex
3574 types.
3575 * include/libxml/schemasInternals.h: Added a flag for substitution
3576 group heads.
3577
3578Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3579
3580 * win32/Makefile.*: make install cleanup
3581
3582Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3583
3584 * win32/Makefile.mingw: fixed mingw compilation
3585 * testModule.c: removed mingw warnings
3586
3587Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3588
3589 * .cvsignore: added Eclipse project files to ignore list
3590
3591Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3592
3593 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3594 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3595 test/XPath/docs/lang: added a regression test
3596
3597Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3598
3599 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3600
3601Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3602
3603 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3604 and anchored them in the "Element Locally Valid (Element)"
3605 constraints. This restricts the type substitution via "xsi:type".
3606
3607Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3608
3609 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3610 facets validation messages.
3611
3612Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3613
3614 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3615 rebuilding.
3616
3617Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3618
3619 * xstc/Makefile.am: integrated fixup-tests.py
3620
3621Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3622
3623 * xmlschemastypes.c: fixed a lack of comment and missing test for
3624 a pointer in the API.
3625
3626Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3627
3628 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3629 files used for the tests.
3630
3631Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3632
3633 * xmlschemas.c include/libxml/schemasInternals.h
3634 result/schemas/src-element2-*.err result/schemas/element-*.err:
3635 Committing again, since the CVS server aborted.
3636
3637Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3638
3639 * xmlschemastypes.c: Corrected 'length' facet validation for
3640 QNames and notations. Corrected xmlSchemaGetCanonValue: some
3641 data types did not return a value if already in normalized
3642 form.
3643 * xmlschemas.c include/libxml/schemasInternals.h:
3644 Eliminated creation of structs for <restriction>, <extension>,
3645 <simpleContent>, <complexContent>, <list> and <union>: the
3646 information is now set directly on the corresponding simple/
3647 complex type. Added some more complex type constraints.
3648 Added facet derivation constraints. Introduced "particle"
3649 components, which seem to be really needed if applying
3650 constraints. Corrected/change some of the parsing functions.
3651 This is all a bit scary, since a significant change to the code.
3652 * result/schemas/src-element2-*.err result/schemas/element-*.err:
3653 Adapted regression test results.
3654
3655Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3656
3657 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
3658 format to cope with gcc4 change of aliasing allowed scopes, had
3659 to add extra informations to doc/libxml2-api.xml to separate
3660 the header from the c module source.
3661 * *.c: updated all c library files to add a #define bottom_xxx
3662 and reimport elfgcchack.h thereafter, and a bit of cleanups.
3663 * doc//* testapi.c: regenerated when rebuilding the API
3664
3665Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3666
3667 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
3668 encoding UTF-8 should really be assumed. This may break if
3669 the HTTP headers indicates for example ISO-8859-1 since this
3670 then becomes a well formedness error.
3671
3672Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3673
3674 * SAX.c: fixed #172260 redundant assignment.
3675 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
3676 xmlParseDoc() signatures #172257.
3677
3678Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3679
3680 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
3681 is NULL as reported by bug #172255
3682
3683Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3684
3685 * relaxng.c: fixed a problem in Relax-NG validation #159968
3686 * test/relaxng/list.* result/relaxng/list_*: added the test
3687 to the regression suite
3688
3689Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3690
3691 * python/libxml.c: fixed bug #168504
3692
3693Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3694
3695 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
3696 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
3697 since apparently IBM can't avoid breaking common defines #166922
3698
3699Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
3700
3701 * encoding.c: fix unitinialized variable in not frequently used
3702 code bug #172182
3703
3704Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3705
3706 * python/generator.py python/libxml.py: another patch from Brent
3707 Hendricks to add new handlers with the various validity contexts
3708 * python/tests/Makefile.am python/tests/validDTD.py
3709 python/tests/validRNG.py python/tests/validSchemas.py: also
3710 added the regression tests he provided
3711
3712Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3713
3714 * python/generator.py python/libxml.c: applied patch from Brent
3715 Hendricks to avoid leak in python bindings when using schemas
3716 error handlers.
3717
3718Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3719
3720 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
3721
3722Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3723
3724 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
3725 by Rob Richards
3726
3727Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
3728
3729 * gentest.py, testapi.c: fixed problem with 'minimal library'
3730 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
3731 by Greg Morgan
3732
3733Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3734
3735 * xmlschemas.c: Fixed call to a facet error report: the type of
3736 the error was wrong, resulting in a segfault (bug #171220, reported
3737 by GUY Fabrice).
3738
3739Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3740
3741 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
3742 failing to build a linked list correctly (bug #169898, reported
3743 by bing song, hmm...).
3744
3745Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3746
3747 * xmlschemas.c: Fixed a segfault, which occured during bubbling
3748 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
3749 a variable was missed to be reset in a loop. Deactivated bubbling,
3750 if not referenced by a keyref.
3751
3752Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
3753
3754 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
3755 in c14n relative namespaces check and add structured error messages
3756 to c14n code
3757
3758Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3759
3760 * xmlschemas.c: Removed inheritance of "mixed" content type for
3761 short-hand restrictions of "anyType" (reported by Guy Fabrice
3762 to the mailing list). Added the namespace conversion (chameleon
3763 includes) for the base type reference of <restriction> and
3764 <extension>.
3765 * test/schemas/bug152470_1.xsd: Adapted due to the above change
3766 of "mixed" inheritance.
3767
3768Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
3769
3770 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
3771
3772Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
3773
3774 * xmlschemas.c: more debug messages from Matthew Burgess
3775 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
3776
3777Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3778
3779 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
3780 by Daniel, which I overwrote with the previous commit.
3781
3782Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3783
3784 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
3785 Hopefully finished validation against facets to use the normalized
3786 value of both, the facets and instance values. Added
3787 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
3788 and xmlSchemaGetValType() to the schema API.
3789
3790Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
3791
3792 * libxml.spec.in: do not package .la files
3793 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
3794 * xmlschemastypes.c: fixed a couple of missing tests of parameters
3795 at public API entry points.
3796
3797Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
3798
3799 * xmlschemastypes.c: a couple of more changes to various
3800 decimal-handling routines. Fixes python some problems
3801 turned up by the python tests.
3802 * Makefile.am: change SchemasPythonTests message to warn
3803 that there are 10 'expected' errors (rather than 6) since
3804 we now reject a '+' sign on an unsigned.
3805
3806Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3807
3808 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
3809 normalized values of facets during validation: changed the
3810 arguments of some string comparison functions; added a static
3811 xmlSchemaValidateFacetInternal() with more arguments to be
3812 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
3813 to use the comparison functions. Fixed some assignments in
3814 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
3815
3816Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3817
3818 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
3819 updated docs and rebuilt
3820 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
3821
3822Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
3823
3824 * encoding.c: removed a static buffer in xmlByteConsumed(),
3825 as pointed by Ben Maurer, fixes #170086
3826 * xmlschemas.c: remove a potentially uninitialized pointer warning
3827
3828Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
3829
3830 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
3831 and much of the routine xmlSchemaCompareDecimals. The
3832 changes were necessary to fix a problem reported on the
3833 mailing list by John Hockaday.
3834
3835Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3836
3837 * xmlschemas.c: The schema parser will stop if components could
3838 not be resolved. This is not conforming to the spec but for now
3839 will avoid internal errors during type fixup and content model
3840 creation. Restructured inclusion/import of schemata: this avoids
3841 duplicate, self and circular inclusion. Chameleon includes are
3842 still workarounded. Added restriction to disallow references to
3843 non-imported namespaces. Corrected parsing of <group>.
3844 * result/schemas/bug167754_0_0*: Added a missing test result.
3845
3846Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
3847
3848 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
3849 link and foreword warning to avoid problem with ignorant
3850 programmers, c.f #169721
3851
3852Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
3853
3854 * python/tests/Makefile.am python/tests/readernext.py: added
3855 a regression test from Rob Richards for the previous bug
3856
3857Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
3858
3859 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
3860 Rob Richards
3861
3862Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
3863
3864 * xmlmodule.c: second patch from Rick Jones, portability fix for
3865 HP-UX
3866 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
3867 to avoid warnings.
3868
3869Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
3870
3871 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
3872 patches, including a serious aliasing bug exposed in s390
3873 when trying to convert data pointer to code pointer.
3874
3875Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3876
3877 * xmlschemas.c: Tiny restructuring of the validation start-up
3878 functions. Added cleanup of the validation context at the
3879 end of validation. This takes care of the validation context
3880 being reused.
3881
3882Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3883
3884 * xmlschemastypes.c: Tiny changes in the comparison functions
3885 I forgot to commit last time.
3886
3887Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3888
3889 * xmlschemas.c: Added IDC validation of anySimpleType attribute
3890 values; anyway the IDC key comparison is restricted to
3891 anySimpleType <--> string based types. For other types we
3892 would possibly need the canonical lexical representation of
3893 them; this sounds not performant, since we would need to
3894 build such a representation each time we want to compare against
3895 anySimpleType. TODO: think about buffering the canonical values
3896 somewhere. Fixed error reports for default attributes to work
3897 without a node being specified. This all and the enabling of IDC
3898 validation fixes bug #165346 (reported by Benoit Gr?goire - could
3899 not read his last name correctly from bugzilla).
3900
3901Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3902
3903 * xmlschemas.c: Enabled IDC parsing and validation.
3904 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3905 Added xmlSchemaCopyValue to the API; this was done due to
3906 validation of default attributes against IDCs: since IDC keys
3907 consume the precomputed value, one needs a copy.
3908 * pattern.c: Enabled IDC support; this is currently done
3909 via calling xmlPatterncompile with a flag arg of 1.
3910
3911Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
3912
3913 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
3914 xstc/Makefile.am: try to fix a problem with valgrind.
3915 * python/generator.py python/libxml.c python/tests/Makefile.am
3916 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
3917 c.f. bug #165349
3918
3919Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3920
3921 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
3922 the prefix instead of the namespace name.
3923 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
3924 Adapted invalid values of the "id" attribute, since they are
3925 validated now.
3926
3927Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
3928
3929 * threads.c: new version with fixes from Rob Richards
3930
3931Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
3932
3933 * threads.c: applied patch from Rich Salz for multithreading on
3934 Windows.
3935
3936Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
3937
3938 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
3939 of bugs in the writer
3940
3941Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
3942
3943 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
3944 * xpath.c: fixed compilation warning, no change to logic.
3945 * xmlschemastypes.c: fixed compilation warning, no change to logic.
3946
3947Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
3948
3949 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
3950 xmlTextWriterStartAttributeNS
3951
3952Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
3953
3954 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
3955 and switched XPath to use it by default when possible
3956
3957Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
3958
3959 * xmlschemastypes.c: a bit of cleanup
3960 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
3961 the documentation as a result.
3962
3963Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
3964
3965 * xmlreader.c include/libxml/xmlreader.h: applied patch from
3966 Aron Stansvik to add xmlTextReaderByteConsumed()
3967 * testReader.c: added a test option
3968 * xmlschemastypes.c: fix a lack of pointer checking in APIs
3969
3970Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3971
3972 * test/schemas/bug167754_0*: Added the regression test of Frans
3973 Englich for bug #167754.
3974
3975Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3976
3977 * xmlschemas.c: Started support for IDC resolution to default
3978 attributes. If building the content model for <all>: ensured
3979 to put element declarations and not the particles into the
3980 content model automaton (this was bug #167754, reported by
3981 Frans Englich).
3982
3983Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3984
3985 * pattern.c pattern.h: Some experimental addition for parsing
3986 of expressions and streamable validation.
3987 Added xmlStreamPushAttr to the API.
3988
3989Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3990
3991 * xmlschemas.c: Added validation for the attribute "id" in the
3992 schemata; doing this needed error report fixes for notations,
3993 facets and group. Changed NOTATION validation to work with the
3994 declared NOTATIONs in the schema; this does have no impact on
3995 the validation via the relaxng module.
3996 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3997 Added xmlSchemaNewNOTATIONValue to the API to be able to do
3998 the NOTATION validation described above.
3999 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4000 Fixed the values of the "id" attributes, which were not validated
4001 previously.
4002
4003Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4004
4005 * xmlschemas.c: Fixed comparison for default/fixed attribute
4006 values, if the type was 'xsd:string'. Changed the comparison
4007 for IDCs to use the whitespace aware comparison function.
4008 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4009 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4010 xmlSchemaCompareValuesWhtsp to the API. Added functions
4011 to compare strings with whitespace combinations of "preserve",
4012 "replace" and "collapse".
4013
4014Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4015
4016 * xmlschemas.c: Further work on IDCs, especially evaluation for
4017 attribute nodes.
4018
4019Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4020
4021 * encoding.c: fix the comment to describe the real return values
4022 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4023 the patterns, pluggin in the XPath default evaluation, but
4024 disabled right now because it's not yet good enough for XSLT.
4025 pattern.h streaming API are likely to be changed to handle
4026 relative and absolute paths in the same expression.
4027
4028Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4029
4030 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4031 Made 'nil'ed elements work. Added a specific error message
4032 for 'strict' attribute wildcards.
4033 * include/libxml/xmlerror.h: Added an error code for
4034 wildcards.
4035 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4036
4037Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4038
4039 This change started out as a simple desire to speed up the
4040 execution time of testapi.c, which was being delayed by
4041 nameserver requests for non-existent URL's. From there it
4042 just sort of grew, and grew....
4043 * nanohttp.c, nanoftp.c: changed the processing of URL's
4044 to use the uri.c routines instead of custom code.
4045 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4046 * uri.c: added accepting ipV6 addresses, in accordance with
4047 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4048 * gentest.py, testapi.c: fixed a few problems with the
4049 testing of the nanoftp and nanohttp routines.
4050 * include/libxml/xmlversion.h: minor change to fix a
4051 warning on the docs generation
4052 * regenerated the docs
4053
4054Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4055
4056 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4057 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4058 (bug 166199)
4059 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4060 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4061 PYTHONPATH is set, to assure new libxml2 routines are used.
4062
4063Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4064
4065 * parser.c: fixed problem when no initial "chunk" was
4066 given to xmlCreatePushParser (bug 162613)
4067
4068Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4069
4070 * dict.c: fixed compilation warning
4071 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4072 * xmllint.c: changed to return non-zero status if error
4073 on xinclude processing
4074 * xmlsave.c: minor deletion of a redundant condition statement
4075
4076Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4077
4078 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4079
4080Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4081
4082 * pattern.c xmllint.c: fixed implementation for |
4083 * test/pattern/conj.* result/pattern/conj: added a specific regression
4084 test
4085
4086Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4087
4088 * pattern.c: first implementation for | support
4089
4090Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4091
4092 * pattern.c: fixed the namespaces support
4093 * tree.c: fixed xmlGetNodePath when namespaces are used
4094 * result/pattern/multiple result/pattern/namespaces
4095 test/pattern/multiple.* test/pattern/namespaces.*: added
4096 more regression tests
4097
4098Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4099
4100 * xmlschemas.c: fixed one internal function
4101 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4102 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4103
4104Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4105
4106 * Makefile.am: use the walker to test the patterns instead of
4107 the normal reader
4108 * pattern.c xmllint.c: bug fixes in the train including fixing the
4109 stupid build break.
4110
4111Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4112
4113 * pattern.c: more bug fixes for the XPath streaming code.
4114
4115Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4116
4117 * xmlschemas.c: Integrated the streaming pattern from the
4118 pattern module. Fixed some IDC code bugs. Changed
4119 fallback for attribute declaration addition to work like for
4120 element declarations.
4121
4122Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4123
4124 * pattern.c xmllint.c: bugfixes around the streaming patterns
4125
4126Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4127
4128 * Makefile.am configure.in result/pattern/simple
4129 test/pattern/simple.*: added first test for the patterns
4130 * pattern.c xmllint.c: a few fixes
4131
4132Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4133
4134 * pattern.c include/libxml/pattern.h xmllint.c: added a
4135 streaming pattern detector for a subset of XPath, should
4136 help Kasimier for identity constraints
4137 * python/generator.py: applied Stephane Bidoul patch to find
4138 paths without breaking.
4139
4140Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4141
4142 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4143
4144Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4145
4146 * xmlreader.c: implementation of xmlTextReaderReadString by
4147 Bjorn Reese
4148
4149Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4150
4151 * xmlschemas.c: Corrected an ambigious symbol-space for
4152 local attribute declarations. IFDEFed more IDC code to
4153 surpress compiler warnings.
4154
4155Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4156
4157 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4158 files for the Bakefile generator for Makefiles from Francesco
4159 Montorsi
4160 * win32/configure.js: fixes for Windows compilation with non-default
4161 flags by Joel Reed
4162
4163Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4164
4165 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4166 by Martijn Faassen
4167
4168Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4169
4170 * xmlschemas.c include/libxml/schemasInternals.h:
4171 Added an initial skeleton for indentity-constraints. This is all
4172 defined out, since not complete, plus it needs support from other
4173 modules.
4174 Added machanism to store element information for the
4175 ancestor-or-self axis; this is needed for identity-constraints
4176 and should be helpfull for a future streamable validation.
4177 * include/libxml/xmlerror.h: Added an error code for
4178 identity-constraints.
4179
4180Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4181
4182 * gentest.py testapi.c: had to fix generation and rebuild.
4183 * valid.c: the testapi found a bug in the last code of course !
4184
4185Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4186
4187 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4188 is generated, fixes bug #161386
4189 * dict.c: fix a comment typo
4190 * elfgcchack.h doc/*: regenerated
4191
4192Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4193
4194 * parser.c: found and fixed 2 problems in the internal subset scanning
4195 code affecting the push parser (and the reader), fixes #165126
4196 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4197 to the regression tests.
4198
4199Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4200
4201 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4202 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4203 speedups, start to deprecate 3 ElementDef related entry point
4204 and replace them with better ones.
4205
4206Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4207
4208 * xmlschemas.c: more hash dictionary interning changes
4209
4210Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4211
4212 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4213 the hash reuses the dictionnary for internal strings
4214 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4215 speedup when parsing for example DocBook documents.
4216
4217Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4218
4219 * parser.c: small speedup in skipping blanks characters
4220 * entities.c: interning the entities strings
4221
4222Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4223
4224 * parser.c: boosting common commnent parsing code, it was really
4225 slow.
4226 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4227 regression tests
4228
4229Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4230
4231 * parser.c: small optimization back.
4232
4233Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4234
4235 * dict.c parser.c include/libxml/dict.h: a single lock version
4236 mostly avoid the cost penalty of the lock in case of low
4237 parallelism, so applying that version instead.
4238
4239Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4240
4241 * dict.c: patch from Gary Coady to fix a race in dict reference
4242 counting in multithreaded apps.
4243
4244Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4245
4246 * parser.c: fixed bug #164556 where non-fatal errors stopped
4247 push parsing and xmlreader.
4248 * Makefile.am: fixup
4249 * test/errors/webdav.xml result/errors/webdav*: adding regression
4250 test for this problem.
4251
4252Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4253
4254 * xmlschemas.c: Corrected targetNamespace in
4255 xmlSchemaElementDump. Cosmetic changes to the dump output.
4256
4257Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4258
4259 * configure.in NEWS doc/*: preparing release of 2.6.17,
4260 updated and rebuilt the docs
4261
4262Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4263
4264 * parser.c: better fix for #151694 not killing c14n regression tests
4265 * xmlschemastypes.c: fixing bug #157653
4266
4267Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4268
4269 * parser.c: fixing bug #151694, line should always be set in the
4270 elements.
4271
4272Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4273
4274 * xmlschemastypes.c: trying to fix at least the message from
4275 bug #158628
4276 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4277 for format, c.f. bug #159997
4278
4279Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4280
4281 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4282 bug #157872
4283
4284Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4285
4286 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4287
4288Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4289
4290 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4291 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4292 tests about it.
4293 * doc/*: rebuilt
4294 * testdso.c: removed a warning due to a missing void in signature.
4295
4296Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4297
4298 * include/libxml/schemasInternals.h xmlschemas.c:
4299 Exposed targetNamespace for simple/complex types, model groups,
4300 attribute groups and notations (reported by Michael Hewarth
4301 to the mailing list). Added targetNamespace to xmlSchemaType,
4302 xmlSchemaAttributeGroup and xmlSchemaNotation.
4303 Tiny cosmetic change to the content model error report output.
4304 * result//all_*.err result//any3_0_0.err result//choice_*.err
4305 result//list0_0_1.err result//list0_1_1.err: Adapted output
4306 of regression tests.
4307
4308Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4309
4310 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4311 back in, since I missed to update xmlschemas.c before doing
4312 the previous commit.
4313
4314Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4315
4316 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4317 from xmlregexp.c to report expected elements on content model errors.
4318 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4319 Adapted output of regression tests.
4320
4321Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4322
4323 * config.h.in configure.in xmlmodule.c: trying to work around
4324 the compilation problem on HP-UX
4325
4326Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4327
4328 * pattern.c: fixed the fixed size array structure problem reported by
4329 Patrick Streule
4330
4331Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4332
4333 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4334 the API description, rebuilt, improved navigation in documentation
4335 a bit.
4336
4337Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4338
4339 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4340 and xmlRegExecNextValues() to return error transition strings too,
4341 and sink state detection and handling.
4342
4343Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4344
4345 * xmlschemas.c: fixed bug #163641 when the value passed for
4346 an atomic list type is NULL.
4347
4348Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4349
4350 * Makefile.am configure.in: fixed dependency on python 2.3,
4351 also small improvement for cygwin (bug 163273)
4352
4353Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4354
4355 * gentest.py testapi.c: William noticed I forgot to add special
4356 support for xmlmodules.c define
4357 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4358 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4359 entry point and refactored to use both code.
4360
4361Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4362
4363 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4364 setting up a "private" library (after some list posts about
4365 people having trouble doing it)
4366
4367Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4368
4369 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4370 rollback
4371
4372Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4373
4374 * TODO: small update
4375 * xmlregexp.c: trying to add an API to get useful error informations
4376 back from a failing regexp context.
4377
4378Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4379
4380 * xpath.c: fixed problem with xmlXPathErr when error number
4381 subscript was out of range (bug 163055)
4382
4383Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4384
4385 * uri.c: fixed problem with xmlURIEscape when query part was
4386 empty (actually fixed xmlURIEscapeStr to return an empty
4387 string rather than NULL for empty string input) (bug 163079)
4388
4389Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4390
4391 * parser.c, parserInternal.c: fixed "col" calculation for
4392 struct _xmlParserInput (based on patch from Rob Richards)
4393 * include/libxml/xmlerror.h, error.c: propagated error column
4394 number in the xmlError structure
4395
4396Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4397
4398 * parser.c: fixed namespace bug in push mode reported by
4399 Rob Richards
4400 * test/ns6 result//ns6*: added it to the regression tests
4401 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4402 added an extra option argument to module opening and defined
4403 a couple of flags to the API.
4404
4405Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4406
4407 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4408 Bjorn Reese, plus some cleanups
4409 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4410 add the new header
4411 * doc/* testapi.c: regenerated the API
4412
4413Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4414
4415 * configure.in: making DSO support an option
4416 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4417 and documentation cleanups
4418 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4419 checks for new module
4420 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4421 previously
4422
4423Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4424
4425 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4426 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4427 include/libxml/Makefile.am include/libxml/xmlerror.h
4428 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4429 include/libxml/xmlwin32version.h.in: applied DSO support
4430 patch 2 from Joel Reed
4431
4432Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4433
4434 * configure.in: applied patch from Marcin Konicki for BeOS
4435
4436Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4437
4438 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4439
4440Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4441
4442 Re-examined the problems of configuring a "minimal" library.
4443 Synchronized the header files with the library code in order
4444 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4445 were the same in both. Modified the API database content to more
4446 accurately reflect the conditionals. Enhanced the generation
4447 of that database. Although there was no substantial change to
4448 any of the library code's logic, a large number of files were
4449 modified to achieve the above, and the configuration script
4450 was enhanced to do some automatic enabling of features (e.g.
4451 --with-xinclude forces --with-xpath). Additionally, all the format
4452 errors discovered by apibuild.py were corrected.
4453 * configure.in: enhanced cross-checking of options
4454 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4455 doc/libxml2-api.xml, gentest.py: changed the usage of the
4456 <cond> element in module descriptions
4457 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4458 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4459 testSAX.c: cleaned up conditionals
4460 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4461 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4462 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4463 synchronized the conditionals with the corresponding module code
4464 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4465 added additional conditions required for compilation
4466 * doc/*.html, doc/html/*.html: rebuilt the docs
4467
4468Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4469
4470 * parserInternals.c: fixed to skip (if necessary) the BOM for
4471 encoding 'utf-16'. Completes the fix for bug #152286.
4472 * tree.c, parser.c: minor warning cleanup, no change to logic
4473
4474Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4475
4476 * python/generator.py: added most required entires to
4477 foreign encoding table, plus some additional logic to
4478 assure only the 1st param uses the 't#' format. Fixes
4479 bug #152286, but may still have some other UTF-16 problems.
4480
4481Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4482
4483 * Makefile.am, gentest.py: enhanced for enabling build in
4484 a different directory. Added (optional) param to gentest.py
4485 to specify the source directory (bug #155468)
4486 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4487 to (top_builddir) (bug #155468)
4488 * python/Makefile.am, python/generator.py: enhanced for enabling
4489 build in a different directory(bug #155468). Added (optional)
4490 param to generator.py to specify the source directory. Added
4491 a new table of functions which have possible "foreign" encodings
4492 (e.g. UTF16), and code to use python 't' format instead of
4493 'z' format (mostly solving bug #152286, but still need to
4494 populate the table).
4495
4496Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4497
4498 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4499 Change reference to new site for Solaris binaries, fixing bug
4500 160598
4501
4502
4503Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4504
4505 * parser.c: reset input->base within xmlStopParser
4506 * xmlstring.c: removed call to xmlUTF8Strlen from within
4507 xmlUTF8Strpos (Bill Moseley pointed out it was not
4508 useful)
4509
4510Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4511
4512 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4513 instead of ctxt->error for its reports (bug #160662)
4514
4515Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4516
4517 * python/generator.py: modified to allow the ns and nsDefs
4518 accessors to return None instead of error when no namespace
4519 is present (bug #)
4520
4521Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4522
4523 * doc/Makefile.am: changed maintainer-clean dependency with
4524 suggestion from Crispin Flowerday (bug #157634)
4525 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4526 were specified with debugDumpNode (bug #160621)
4527
4528Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4529
4530 * valid.c: fixed ID deallocation problem based on patch from
4531 Steve Shepard fixes bug #160893
4532 * xmlmemory.c: improving comment.
4533 * testapi.c: new test for xmlDictExists() is generated.
4534
4535Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4536
4537 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4538 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4539 warnings on function pointer <-> object pointer (a hack).
4540
4541Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4542
4543 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4544
4545Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4546
4547 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4548 a dead loop on bad data (bug 159550)
4549
4550Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4551
4552 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4553 of elements for which a declaration existed were still processed
4554 by the wildcard mechanism (reported by philippe ventrillon to the
4555 mailing list).
4556 Changed the import and include machanism to share dictionaries.
4557
4558Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4559
4560 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4561 go through the catalog resolution.
4562 * gentest.py testapi.c: fix a side effect wrning of the change
4563
4564Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4565
4566 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4567 dictionnary interface.
4568 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4569 from Rob Richards
4570
4571Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4572
4573 * xmlschemas.c: tiny enhancement for content model error reports
4574 (#157190, #143948). Removed abbreviations: CT, ST and WC
4575 (#157190, reported by Frans Englich).
4576 Initial: no report of local components.
4577 * result/schemas/all* result/schemas/any3_0_0.err
4578 result/schemas/choice*
4579 result/schemas/cos-st-restricts-1-2-err_0_0.err
4580 result/schemas/derivation-ok-extension-err_0_0.err
4581 result/schemas/derivation-ok-extension_0_0.err
4582 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4583 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4584 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4585 result/schemas/facet-unionST-err1_0_0.err
4586 result/schemas/hexbinary_0_1.err
4587 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4588 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4589 Adapted output.
4590
4591Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4592
4593 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4594 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4595 checked prior to facets of derived types - which caused a seg
4596 fault otherwise (bug #158216, reported by Frans Englich).
4597
4598Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4599
4600 * gentest.py, testapi.c: further enhancement, now all
4601 compilation warnings have been fixed.
4602 * xmlschemastypes.c: added NULL check for one function
4603
4604Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4605
4606 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4607 on a couple of lines)
4608 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4609
4610Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4611
4612 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4613
4614Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4615
4616 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4617 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4618 normalization for 'normalizedString'.
4619 Added xmlSchemaWhiteSpaceReplace to the API.
4620
4621Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4622
4623 * Makefile.am: forgot a $(srcdir)
4624 * encoding.c: stupid error wrong name #157976
4625
4626Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4627
4628 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4629
4630Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4631
4632 * python/generator.py python/libxml.c python/libxml2class.txt
4633 python/libxml_wrap.h python/types.c: Applied patch from Brent
4634 Hendricks adding support for late DTD validation.
4635 * python/tests/Makefile.am python/tests/dtdvalid.py
4636 python/tests/test.dtd: integrated the provided regression test
4637
4638Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4639
4640 * configure.in: detect when struct sockaddr_storage
4641 has the __ss_family member instead of ss_family and
4642 behave accordingly. We now can use ipv6 on aix.
4643
4644Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
4645
4646 * Makefile.am gentest.py testapi.c: integrated in "make tests"
4647 added -q option, and more conditional features fixes
4648 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
4649 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
4650 include/libxml/debugXML.h: various compilation and conditional
4651 cleanups.
4652 * doc/*: regenerated
4653
4654Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
4655
4656 * gentest.py testapi.c: better handling of conditional features
4657 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
4658 on parser contexts closed leaks, error messages
4659
4660Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
4661
4662 * xpath.c: fixed problem concerning XPath context corruption
4663 during function argument evaluation (bug 157652)
4664
4665Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4666
4667 * testapi.c: more types.
4668 * parserInternals.c xpath.c: more fixes
4669
4670Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4671
4672 * gentest.py testapi.c: better parser options coverage
4673 * SAX2.c xpath.c: more cleanups.
4674
4675Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
4676
4677 * testapi.c: trying to fix some optional support brokenness
4678
4679Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
4680
4681 * gentest.py testapi.c: more coverage
4682 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
4683
4684Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
4685
4686 * gentest.py testapi.c: more coverage
4687 * SAX2.c parser.c parserInternals.c: more fixes
4688
4689Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4690
4691 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
4692
4693Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
4694
4695 * gentest.py testapi.c: more types, more coverage
4696 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
4697 xmlschemastypes.c: more problems fixed
4698
4699Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
4700
4701 * gentest.py: fixed test file corruption problem
4702
4703Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
4704
4705 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
4706
4707Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
4708
4709 * testapi.c: augmented the number of types
4710
4711Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
4712
4713 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
4714 bug fixes and documentation updates.
4715
4716Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
4717
4718 * gentest.py testapi.c: augmented type autogeneration for enums
4719 * xpath.c include/libxml/xpath.h: removed direct error reporting.
4720
4721Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4722
4723 * encoding.c: fixed a regression in iconv support.
4724
4725Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
4726
4727 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
4728 for unknown pointer types
4729 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
4730 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
4731 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
4732 xpointer.c: This uncovered an impressive amount of entry points
4733 not checking for NULL pointers when they ought to, closing all
4734 the open gaps.
4735
4736Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
4737
4738 * catalog.c: fixed problem with NULL entry (bug 157407)
4739 * xpath.c: fixed a couple of warnings (no change to logic)
4740
4741Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
4742
4743 * gentest.py testapi.c: more coverage
4744 * xmlunicode.c: one fix
4745
4746Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
4747
4748 * entities.c: fixed a compilation problem on a recent change
4749
4750Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
4751
4752 * gentest.py testapi.c: more coverage
4753 * nanoftp.c tree.c: more fixes
4754
4755Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4756
4757 * gentest.py testapi.c: fixed the way the generator works,
4758 extended the testing, especially with more real trees and nodes.
4759 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
4760 of real problems found and fixed.
4761 * entities.c: fix error reporting to go through the new handlers
4762
4763Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
4764
4765 * parser.c: dohh ... stupid change killing xmlParseDoc()
4766
4767Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4768
4769 * gentest.py testapi.c: changing the way the .c is generated,
4770 extending the tests coverage
4771 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
4772 function signatures, regenerating stuff
4773 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
4774
4775Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
4776
4777 * gentest.py testapi.c: extending the tests coverage
4778
4779Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
4780
4781 * Makefile.am: gentest.py was missing from the EXTRA_DIST
4782
4783Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
4784
4785 * gentest.py testapi.c: extending the tests coverage
4786 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
4787
4788Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4789
4790 * gentest.py testapi.c: more fixes and extending the tests coverage
4791 * nanoftp.c xmlIO.c: more fixes and hardening
4792
4793Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
4794
4795 * gentest.py testapi.c: more fixes and extending the tests coverage
4796 * valid.c: bunch of cleanups and 2 leaks removed
4797
4798Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
4799
4800 * gentest.py testapi.c: more fixes and extending the tests coverage
4801 * list.c tree.c: more fixes and hardening
4802
4803Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
4804
4805 * gentest.py testapi.c: more fixes and extending the tests coverage
4806 * relaxng.c include/libxml/relaxng.h: adding a type init interface
4807 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
4808 cleanups and bug fixes raised by the regression tests
4809
4810Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
4811
4812 * gentest.py testapi.c: more fixes and extending the tests coverage
4813 * xmlwriter.c list.c: more hardeing of APIs
4814 * doc/apibuild.py: skip testapi.c when scanning the C files.
4815
4816Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
4817
4818 * gentest.py testapi.c: more testing and coverage
4819 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
4820 * doc/*: rebuilt
4821
4822Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
4823
4824 * gentest.py testapi.c: more developments on the API testing
4825 * HTMLparser.c tree.c: more cleanups
4826 * doc/*: rebuilt
4827
4828Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
4829
4830 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
4831 * Makefile.am gentest.py testapi.c: work on generator of an
4832 automatic API regression test tool.
4833 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
4834 xmlstring.c: various API hardeing changes as a result of running
4835 teh first set of automatic API regression tests.
4836 * test/slashdot16.xml: apparently missing from CVS, commited it
4837
4838Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4839
4840 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
4841 on #fedora-devel
4842
4843Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
4844
4845 * parser.c: fixed a bug reported by Petr Pajas on the list and
4846 affecting XML::Libxml
4847
4848Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
4849
4850 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
4851 sure the conversion functions return the number of byte written.
4852 Had to fix one of the examples.
4853
4854Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
4855
4856 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
4857
4858Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4859
4860 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
4861 Brent Hendricks in the mailing-list
4862 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
4863 parserInternals.c: fix #156626 and more generally how to find out
4864 if a validation contect is part of a parsing context or not. This
4865 can probably be improved to make 100% sure that vctxt->userData
4866 is the parser context too. It's a bit hairy because we can't
4867 change the xmlValidCtxt structure without breaking the ABI since
4868 this change xmlParserCtxt information indexes.
4869
4870Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4871
4872 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
4873 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
4874
4875Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
4876
4877 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
4878 (bug 156527)
4879
4880Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
4881
4882 * nanoftp.c nanohttp.c: second part of the security fix for
4883 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
4884
4885Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
4886
4887 * nanoftp.c: applied fixes for a couple of potential security problems
4888 * tree.c valid.c xmllint.c: more fixes on the string interning checks
4889
4890Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
4891
4892 * debugXML.c include/libxml/xmlerror.h: added checking for names
4893 values and dictionnaries generates a tons of errors
4894 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
4895 include/libxml/tree.h: fixing the errors in the regression tests
4896
4897Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
4898
4899 * parser.c: modified the handling of _private for entity
4900 expansion (bug 155816)
4901
4902Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
4903
4904 * parser.c: fixed the leak reported by Volker Roth on the list
4905 * test/ent10 result//ent10*: added a specific test for the problem
4906
4907Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
4908
4909 * valid.c: unlinked the internal subset within xmlValidateDtd
4910 (bug 141827)
4911 * configure.in: added -Wall to developer's flags
4912 * doc/examples/reader4.res: added to CVS
4913
4914Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
4915
4916 * HTMLparser.c: added support for HTML PIs #156087
4917 * test/HTML/python.html result/HTML/python.html*: added specific tests
4918
4919Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
4920
4921 * threads.c: fixed nasty bug #156087
4922
4923Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
4924
4925 * python/libxml.c: fixed a problem occuring only in x86_64 when
4926 very large error messages are raised to the Python handlers.
4927
4928Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4929
4930 * xmlschemas.c: fixed a memory bug
4931 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
4932 and regenerated the directory
4933
4934Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
4935
4936 * include/libxml/xmlreader.h xmlreader.c: applied patch from
4937 Graham Bennett adding 4 convenience functions to the reader API.
4938
4939Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
4940
4941 * debugXML.c: excluded a few nodes (with no content) from the
4942 string check routine.
4943
4944Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
4945
4946 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
4947 raise a problem, need debug
4948
4949Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
4950
4951 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
4952 #155240 building outside the source tree. but make tests fails.
4953
4954Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
4955
4956 * debugXML.c include/libxml/xmlerror.h: added namespace checking
4957
4958Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
4959
4960 * debugXML.c: some framework preparation to add namespace checkings
4961
4962Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
4963
4964 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
4965 adding the tree debug mode
4966 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
4967 by the debug mode.
4968 * SAX2.c: another tree fix from Rob Richards
4969
4970Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
4971
4972 * catalog.c: small change to last fix, to get xml:base right
4973
4974Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4975
4976 * catalog.c: added code to handle <group>, including dumping
4977 to output (bug 151924).
4978 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
4979 cleanup (no change to logic)
4980
4981Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
4982
4983 * configure.in debugXML.c include/libxml/xmlversion.h.in
4984 include/libxml/xmlwin32version.h.in: revamped the XML debugging
4985 module and prepare for a new checking mode
4986
4987Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
4988
4989 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
4990
4991Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
4992
4993 * python/generator.py python/libxml.c python/tests/outbuf.py:
4994 applied patch from Malcolm Tredinnick fixing bug #154294
4995 related to saving to python file objects.
4996
4997Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
4998
4999 * tree.c: changed xmlHasNsProp to properly handle a request for
5000 the default namespace (bug 153557)
5001
5002Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5003
5004 * parser.c: fixed problem with dictionary handling within
5005 xmlParseInNodeContext (bug 153175)
5006
5007Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5008
5009 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5010 check-xinclude-test-suite.py, check-xml-test-suite.py,
5011 check-xsddata-test-suite.py, doc/examples/index.py: changed
5012 changed sys.path setting from 'append' to 'insert' (patch
5013 supplied by Malcolm Tredinnick) (bug 153716)
5014
5015Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5016
5017 * include/libxml/parserInternals.h: added two new macros
5018 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5019 parsing and xpath for testing data not necessarily
5020 unicode.
5021 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5022 IS_DIGIT_CH macros to ascii versions (bug 153936).
5023
5024Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5025
5026 * error.c: added some coding to attempt to display which file
5027 contains an error when using XInclude (bug 152623)
5028
5029Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5030
5031 * configure.in: stupid cut'n paste bug in xmllint detection
5032
5033Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5034
5035 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5036
5037Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5038
5039 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5040 include/libxml/schemasInternals.h: Parsing of <complexContent>
5041 - handle attribute 'mixed', catch illegal attributes.
5042 Parsing of <complexType> - handle attributes 'abstract',
5043 'final' and 'block', catch illegal attributes.
5044 Validation of complex types - handle abstract types.
5045 Added handling of default/fixed attributes and element values.
5046 Per validation option attribute nodes/text nodes are created
5047 on the instance.
5048 Added the corresponding constraints for fixed/default.
5049 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5050 to the external API.
5051 Extended element declaration constraints.
5052 Got rid of perseverative creation of temporery validation/parser
5053 contexts.
5054 Added handling of xsi:schemaLocation and
5055 xsi:noNamespaceSchemaLocation.
5056 Fixed xsi:type component resolution if using non-prefixed
5057 QNames.
5058 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5059 Enabled namespace awareness of the content model if using the
5060 model group "all".
5061 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5062 which broke the test.
5063 * xstc/xstc.py: Workaround to accomodate case insensitive
5064 test definitions in ms-test.def.xml (was missing in a previous
5065 commit).
5066
5067Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5068
5069 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5070 adding option not to load dtd from the drv_libxml2.py module
5071 #134633
5072
5073Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5074
5075 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5076 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5077 warning generated by the Nonstop Kernel Open System Services
5078 compiler #151710
5079
5080Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5081
5082 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5083 python exception hierarchy #139824
5084
5085Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5086
5087 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5088 E20 concerning NMTOKENS and co. validation #153722
5089 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5090 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5091
5092Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5093
5094 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5095 #153713
5096 * xpath.c: fixed a realloc potential problem
5097
5098Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5099
5100 * Makefile.am: fixed make valgrind xstc
5101
5102Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5103
5104 * xmlschemastypes.c: fixing an out of bound adressing issue
5105
5106Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5107
5108 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5109 code cleanups.
5110
5111Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5112
5113 * parser.c: fixed a bunch of errors when realloc failed.
5114
5115Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5116
5117 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5118 by Purify on Windows.
5119
5120Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5121
5122 * xmllint.c: added --timing --copy timing for the copy
5123 * vms/build_libxml.com: applied patch from Craig Berry
5124 to build with recent releases
5125
5126Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5127
5128 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5129 xmlNanoHTTPContentLength to the external API (bug151968).
5130 * parser.c: fixed unnecessary internal error message (bug152060);
5131 also changed call to strncmp over to xmlStrncmp.
5132 * encoding.c: fixed compilation warning (bug152307).
5133 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5134 a couple of compilation warnings.
5135 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5136 warnings; no change to logic.
5137
5138Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5139
5140 * parser.c: removed some extern before function code reported by
5141 Kjartan Maraas on IRC
5142 * legacy.c: fixed compiling when configuring out the HTML parser
5143 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5144 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5145 of the HTML parser data structures, current data generate a huge
5146 amount of ELF relocations at loading time.
5147
5148Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5149
5150 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5151 in the change log and cleanup of space/tabs issues.
5152
5153Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5154
5155 * xmlschemas.c include/libxml/schemasInternals.h
5156 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5157 Simpified attribute wildcard creation and assignment to get rid
5158 of memory leaks.
5159 Restructured the validation process.
5160 Restructured and expanded parsing of <attributeGroup>.
5161 Added initial handing of xsi:type.
5162 Advanced handling of xsi:nil (should work now for simple types).
5163 Added construction of schemata using xsi:schemaLocation and
5164 xsi:noNamespaceSchemaLocation; this is not enabled, since
5165 no corresponding API exists yet.
5166 Moved the content model to complex type components.
5167 Resolution of types for attributes will look for simple types
5168 only (incl. all the built-in simple types).
5169 Extended parsing of 'anyAttribute'.
5170 Fixed content-type type for complex types if derived from
5171 'anyType' using the short-hand form (see bug # 152470,
5172 submitted by Thilo Jeremias).
5173 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5174 * xstc/xstc.py: Workaround to accomodate case insensitive
5175 test definitions in ms-test.def.xml.
5176 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5177 result/schemas/ns0_1_2.err: Adapted.
5178
5179Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5180
5181 * xmlwriter.c: changed char array initialisation to avoid a
5182 complaint from some compiler(s) (bug 152308)
5183
5184Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5185
5186 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5187 routine suggested by Mark Itzcovitz
5188
5189Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5190
5191 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5192 which is that notation not in the internal subset should
5193 not be saved, and the second more nasty on an error saving
5194 NOTATIONs, if there is a proof that nobody uses notations !
5195
5196Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5197
5198 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5199 xmlSchemaValidateOneElement to the XML Schema validation API,
5200 as proposed by Jeffrey Fink - see bug # 152073.
5201
5202Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5203
5204 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5205 checking for xmllint and xsltproc in configure.in, fixed
5206 make dist w.r.t. the new xstc subdir.
5207 * doc/*: rebuilt
5208
5209Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5210
5211 * xstc/xstc.py: Changed to finally validate instance documents.
5212
5213Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5214
5215 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5216 heavy ... weight 250MB of VM !
5217
5218Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5219
5220 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5221 more cleanup in integrating the xstc testsuite
5222
5223Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5224
5225 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5226 starting to integrate the xstc suite in the normal regression
5227 tests
5228
5229Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5230
5231 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5232 set correctly.
5233
5234Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5235
5236 * check-xinclude-test-suite.py: when output and expected do not match
5237 exactly run diff to put the differences in the log c.f. #148691
5238
5239Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5240
5241 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5242 xstc/sun-test-def.xml: Initial release of generation files to
5243 create python test scripts, which will run the W3C XML Schema Test
5244 Collection. The ms-test-def.xml and sun-test-def.xml files
5245 were extracted from the online HTML XSTC results [1], since they did
5246 not exist for the SUN tests, and only partially did exist for the
5247 MS tests. The NIST definition file was created by concatenation
5248 of the existing definition files for each single datatype.
5249 The stylesheet "xstc-to-python.xslt" should be run against the
5250 definition files to produce the python scripts.
5251 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5252 results-master.html"
5253
5254Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5255
5256 * xmlschemas.c include/libxml/schemasInternals.h
5257 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5258 a format argument was missing.
5259 Fixed wrong assignment of the owner of a wildcard in
5260 xmlSchemaBuildAttributeValidation (in the shorthandform of
5261 <complexType>; this caused a seg fault, due to a double-free
5262 of the wildcard.
5263 Added a check for circular attribute group references.
5264 Added a check for circular model group definition references.
5265 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5266
5267Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5268
5269 * xmlstring.c: modified comments on xmlGetUTF8Char in
5270 response to bug 151760 (no change to logic)
5271
5272Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5273
5274 * xmlstring.c: fixed error reported on the list caused by
5275 my last change
5276
5277Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5278
5279 * NEWS configure.in doc/*: release of libxml2-2.6.13
5280
5281Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5282
5283 * xmlIO.c: fixing #151456, an encoding error could generate
5284 a serialization loop.
5285
5286Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5287
5288 * Makefile.am: also produce a tar ball with just the sources
5289 * xmllint.c: added --path option and --load-trace options to
5290 xmllint, RFE #147740 based on xsltproc versions
5291 * doc/xmllint.* doc/*: updated the man page and rebuilt
5292
5293Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5294
5295 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5296 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5297 update the test.
5298 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5299 in previous commit.
5300 * Makefile.am: added a message in the regression tests
5301
5302Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5303
5304 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5305 with default namespace when a named prefix with the same href
5306 was present (reported on the mailing list by Karl Eichwalder.
5307 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5308 Julius Mittenzwei.
5309 * dict.c: added a typecast to try to avoid problem reported by
5310 Pascal Rodes.
5311
5312Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5313
5314 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5315 not create a computed value on a facet and thus crashed during
5316 validation of instances.
5317 Expanded validity checks for min/maxOccurs attributes.
5318 Expanded validity checks for the value of the attribute "form".
5319
5320Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5321
5322 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5323 mailing list by Julius Mittenzwei
5324
5325Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5326
5327 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5328 Red Hat bug #124942
5329
5330Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5331
5332 * parser.c: remove a warning on Solaris
5333 * xmlschemastype.c: fix a crashing bug #151111
5334
5335Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5336
5337 * test/schemas/import-bad-1_0.imp: Added missing test file.
5338 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5339 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5340 - see #150840.
5341 Changed the import of schemas to allow failure of location
5342 of a resource to be imported.
5343 * result/schemas/all_* result/schemas/any3_0_0.err
5344 result/schemas/choice_* result/schemas/import1_0_0.err
5345 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5346 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5347 result/schemas/ns0_1_2.err: Adapted regression test results.
5348
5349Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5350
5351 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5352 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5353
5354Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5355
5356 * parser.c: fixed path problem in DTD loading reported by
5357 Sameer Abhinkar
5358
5359Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5360
5361 * win32/configure.js: added support for version extra
5362 * win32/Makefile.*: upgraded to zlib 1.2.1
5363
5364Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5365
5366 * configure.in: removing -O -g from default gcc flags #150828
5367
5368Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5369
5370 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5371 and rebuilt the docs.
5372
5373Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5374
5375 * python/libxml.c: fix a problem on last commit
5376
5377Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5378
5379 * xmllint.c xpath.c include/libxml/xpath.h
5380 include/libxml/xpathInternals.h python/libxml.c
5381 python/libxml_wrap.h: trying to remove some warning when compiling
5382 on Fedora Core 3 and 64bits
5383
5384Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5385
5386 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5387 <sequence>, <choice>, <include>, <import>.
5388 Fixed schema defaults (elementFormDefault, etc.) for included
5389 schemas.
5390 Fixed a bug which reported attributes as invalid on
5391 elements declarations with the built-in type 'anyType'.
5392 Added "lax" validation of the content of elements of type
5393 'anyType'.
5394 Fixed: element declarations with the same name were treated
5395 as duplicate if located in the subtree of <choice> -> <sequence>.
5396 (This was bug 150623, submitted by Roland Lezuo)
5397 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5398 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5399 Kapitanker)
5400 * xmlschemastypes.c: Changed the type of anyType to
5401 XML_SCHEMAS_ANYTYPE.
5402 * include/libxml/xmlerror.h: Added schema parser errors.
5403 * result/schemas/bug145246_0_0*
5404 result/schemas/extension1_0_2.err: Changed test results.
5405 * result/schemas/ct-sc-nobase_0_0*
5406 result/schemas/facet-whiteSpace_0_0*
5407 result/schemas/import1_0_0* result/schemas/import2_0_0*
5408 result/schemas/include2_0_0* result/schemas/include3_0_0*
5409 result/schemas/restriction-attr1_0_0*
5410 result/schemas/seq-dubl-elem1_0_0*
5411 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5412 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5413 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5414 test/schemas/import2_0* test/schemas/include2_0*
5415 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5416 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5417 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5418 files.
5419
5420Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5421
5422 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5423 CVS dist
5424
5425Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5426
5427 * doc/xmllint.xml, xmllint.1, xmllint.html:
5428 Edit and rebuild the man pages with Daniel's C14 update
5429
5430Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5431
5432 * parser.c: fixed missing line numbers on entity as reported
5433 on the list by Steve Cheng
5434
5435Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5436
5437 * configure.in globals.c include/libxml/xmlversion.h.in
5438 include/libxml/xmlwin32version.h.in: added some code to
5439 include the CVS ChangeLog version in the xmlParserVersion
5440 string (printed by xmllint with --version)
5441
5442Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5443
5444 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5445 python/libxml.c python/libxml_wrap.h python/types.c
5446 python/tests/schema.py python/tests/Makefile.am: Applied patch
5447 from Torkel Lyng to add Schemas support to the Python bindings
5448 and extend the schemas error API, registered a new test.
5449 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5450
5451Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5452
5453 * debugXML.c: added help for new set shell command
5454 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5455 added parser option to not generate XInclude start/end nodes,
5456 added a specific option to xmllint to test it fixes #130769
5457 * Makefile.am: regression test the new feature
5458 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5459
5460Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5461
5462 * xmlIO.c: small typo pointed out by Mike Hommey
5463 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5464 the --c14n description, c.f. #144675 .
5465 * nanohttp.c nanoftp.c: applied a first simple patch from
5466 Mike Hommey for $no_proxy, c.f. #133470
5467 * parserInternals.c include/libxml/parserInternals.h
5468 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5469 in includes #137414
5470 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5471 first version of the inplementation of parsing within
5472 the context of a node in the tree #142359, new function
5473 xmlParseInNodeContext(), added support at the xmllint --shell
5474 level as the "set" function
5475 * test/scripts/set* result/scripts/* Makefile.am: extended
5476 the script based regression tests to instrument the new function.
5477
5478Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5479
5480 * doc/xmllint.xml, xmllint.html, xmllint.1:
5481 add c14n to man page (man, it's hard to keep up with
5482 Daniel!)
5483
5484Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5485
5486 * doc/xmllint.xml, xmllint.html, xmllint.1:
5487 add pattern, walker, maxmem, output and xmlout to man page
5488 fixes #144675
5489
5490Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5491
5492 * xmllint.c: added a --c14n option to canonicalize the output
5493 should close the RFE #143226
5494
5495Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5496
5497 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5498 * xmlcatalog.c: applied patch from Albert Chin to add a
5499 --no-super-update option to xmlcatalog see #145461
5500 and another patch also from Albert Chin to not crash
5501 on -sgml --del without args see #145462
5502 * Makefile.am: applied another patch from Albert Chin to
5503 fix a problem with diff on Solaris #145511
5504 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5505 in bug #148115
5506 * python/libxml.py: apply fix from Marc-Antoine Parent about
5507 the errors in libxml(2).py on the node wrapper #135547
5508
5509Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5510
5511 * Makefile.am: added a dumb rule to able to compile tst.c
5512 when people submit a sample test program
5513 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5514 to document xmlSchemasSetValidErrors() limitations, #141827
5515 * error.c: Add information in generic and structured error
5516 setter functions that this need to be done per thread #144308
5517 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5518 bug #144162
5519 * doc/xmllint.xml: typo fix #144840
5520
5521Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5522
5523 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5524 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5525 include/libxml/xmlschemastypes.h: applied Schemas patches
5526 from Kasimier Buchcik
5527 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5528 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5529 lot of new tests for things fixed by the patch
5530
5531Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5532
5533 * valid.c: fixed my mis-handling of External ID on last
5534 change.
5535
5536Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5537
5538 * valid.c: changed the parsing of a document's DTD to use
5539 the proper base path (bug 144366)
5540
5541Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5542
5543 * Makefile.am config.h.in configure.in python/Makefile.am:
5544 applied a patch from Gerrit P. Haase to get python bindings
5545 on Cygwin
5546
5547Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5548
5549 * include/libxml/valid.h: elaborated on description of
5550 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5551 144760)
5552 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5553 minor fixes to comments for doc rebuilding errors.
5554 * doc/*.html: rebuilt the docs
5555
5556Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5557
5558 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5559 fixes documentation glitches raised by Oliver Stoeneberg
5560
5561Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5562
5563 * tree.c: fixed problem with memory leak on text nodes in DTD
5564 (bug 148965) with patch provided by Darrell Kindred
5565
5566Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5567
5568 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5569 (bug 149041)
5570
5571Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5572
5573 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5574 info posted to the mailing list.
5575
5576Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5577
5578 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5579 xmlreader.c, include/libxml/tree.h: many further little changes
5580 for OOM problems. Now seems to be getting closer to "ok".
5581 * testOOM.c: added code to intercept more errors, found more
5582 problems with library. Changed method of flagging / counting
5583 errors intercepted.
5584
5585Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5586
5587 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5588 and another one from Rob Richards fixing #148448
5589
5590Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5591
5592 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5593 setting doc->charset.
5594
5595Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5596
5597 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5598 fixes for out of memory condition, mostly from Olivier
5599 Andrieu.
5600 * testOOM.c: some further improvement by Olivier, with
5601 a further small enhancement for easier debugging.
5602
5603Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5604
5605 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5606 implemented patches supplied by Olivier Andrieu
5607 (bug 148588), plus made some further enhancements, to
5608 correct some problems with out of memory conditions.
5609 * testOOM.c: improved with patches from Olivier Andrieu
5610
5611Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5612
5613 * tree.c: put in patch for Windows buffer re-allocation
5614 submitted by Steve Hay (bug 146697)
5615
5616Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5617
5618 * xinclude.c: added some code to check, when an include is
5619 done, whether the requested URL gets mapped to some other
5620 location (e.g. with a catalog entry) and, if so, take care
5621 of the xml:base properly (bug 146988)
5622
5623Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5624
5625 * error.c: fixed to assure user data param is set correctly
5626 when user structured error handler is called (bug 144823)
5627
5628Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5629
5630 * xmlreader.c: fixed problem with reader state after
5631 processing attributes (bug 147993)
5632
5633Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5634
5635 * configure.in, Makefile.am: put in an auto* check for the
5636 path to perl (if it exists), and modified make Timingtests
5637 to use that path instead of just executing the dbgenattr.pl
5638 script (bug 148056)
5639
5640Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
5641
5642 * python/generator.py: added a check on the argument for some
5643 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
5644 reported on the list). Further enhancement should be done
5645 to auto-create the appropriate object.
5646 * python/libxml.c: minor fix for a warning message; added a
5647 routine, currently not used, to report the description of a
5648 PyCObject.
5649 * python/libxml2class.txt: regenerated
5650
5651Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
5652
5653 * catalog.c test/catalogs/white* result/catalogs/white*:
5654 applied patches from Peter Breitenlohner to fix handling
5655 of white space normalization in public ids and add tests
5656
5657Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
5658
5659 * xmlmemory.c: applied a small fix from Steve Hay
5660
5661Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
5662
5663 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
5664 the xpath context document pointer (part of fix to libxslt
5665 bug 147445)
5666
5667Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5668
5669 * python/libxml.py: ran 'expand' on the file to get rid of mixture
5670 of tabs and spaces (bug 147424)
5671
5672Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
5673
5674 * python/drv_libxml.py: added an encoding "special comment" to avoid
5675 warning message in python2.3 (bug 146889)
5676 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
5677 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
5678 * xpath.c: enhanced to take advantage of current libxslt handling
5679 of tmpRVT. Fixes bug 145547.
5680
5681Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5682
5683 * libxml.h uri.c: fixed a couple of problems in the new
5684 elfgcchack.h trick pointed by Peter Breitenlohner
5685
5686Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
5687
5688 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
5689 which prevented building with --with-minimum
5690
5691Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5692
5693 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
5694 docs
5695
5696Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5697
5698 * parser.c: make the push interfaces synchronous
5699 * python/tests/sync.py: added a specific test
5700 * python/tests/Makefile.am doc/examples/Makefile.am
5701 doc/examples/index.py: added the new test, cleaning up
5702 "make tests" output
5703
5704Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5705
5706 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
5707 datatype facet problem with recent changes.
5708
5709Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5710
5711 * python/libxml.c: Changed the number of XPath extension functions
5712 allowed to be variable-length (patch supplied by Marc-Antoine
5713 Parent, bug 143805). Added code to "unregister" the functions
5714 when the parser cleanup takes place.
5715
5716Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5717
5718 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
5719 some updates with memory debugging facilities while messing
5720 with libxslt python bindings
5721
5722Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5723
5724 * python/libxml.c python/generator.py python/libxml.py
5725 python/libxml2-python-api.xml python/libxml2class.txt:
5726 applied patch from Stéphane Bidoul to fix some Python bindings
5727 initialization, then had to change the parserCleanup()
5728 to handle memory released there.
5729 * xmlmemory.c: added more debugging comments.
5730
5731Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5732
5733 * xmlreader.c: seems the reader buffer could be used while not
5734 allocated, fixes bug #145218
5735
5736Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5737
5738 * python/generator.py: do not provide functions used as destructor
5739 of classes as public methods to avoid double-free problem like
5740 in bug #145185
5741
5742Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
5743
5744 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
5745 Now compiles warning-free, all tests passed.
5746 * SAX2.c: small change to comments for documentation.
5747 No change to logic.
5748
5749Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
5750
5751 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
5752
5753Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5754
5755 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
5756 allocation problem
5757
5758Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
5759
5760 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
5761 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
5762 applied Schemas patches from Kasimier Buchcik, there is still
5763 one open issue about referencing freed memory.
5764 * test/schemas/* result/schemas/*: updated with new tests from
5765 Kasimier
5766
5767Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
5768
5769 * include/libxml/globals.h include/libxml/xmlIO.h
5770 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
5771 to globals.h to avoid some troubles pointed out by Rob Richards
5772
5773Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5774
5775 * libxml.m4: applied changes suggested by Mike Hommey, remove
5776 libxml1 support and use CPPFLAGS instead of CFLAGS
5777
5778Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
5779
5780 * libxml.spec.in: another, more 'experimental' feature to
5781 get compiler optimization based on gcc runtime profiling
5782
5783Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5784
5785 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
5786 Ven suggestion to reduce ELF footprint and generated code. Based on
5787 aliasing of libraries function to generate direct call instead of
5788 indirect ones
5789 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
5790 generation of elfgcchack.h based on the API description, extended
5791 the API description to show the conditionals configuration flags
5792 required for symbols.
5793 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
5794 * doc/*: regenerated the docs.
5795
5796Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5797
5798 * regressions.py, regressions.xml: new files for running
5799 regression tests under Python. Not yet complete, but
5800 should provide good testing under both Linux and Windows.
5801 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
5802 for --push testing to include the 'rb' param when compiled
5803 under Windows.
5804
5805Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5806
5807 * uri.c: fixed a problem when base path was "./xxx"
5808 * result/XInclude/*: 5 test results changed by above.
5809 * Makefile.am: fixed a couple of spots where a new
5810 result file used different flags that the testing one.
5811
5812Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
5813
5814 * valid.c: suppressed warnings from within xmlValidGetValidElements
5815 (bug 144644)
5816 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
5817 (bug 144245)
5818
5819Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5820
5821 * valid.c: implemented bugfix from Massimo Morara for DTD
5822 dumping problem.
5823 * test/valid/t10.xml, result/valid/t10.*: added regression
5824 for above
5825 * configure.in: small change for my profile settings
5826
5827Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
5828
5829 * doc/xmlcatalog_man.xml, xmlcatalog.1
5830 Docs patch from Ville Skytta, bugzilla #144841
5831
5832Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
5833
5834 * doc/xmllint.xml, xmllint.html, xmllint.1
5835 update man page to reflect William's newly disciplined return
5836 code mojo
5837
5838Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5839
5840 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
5841 compilation errors when configured with --with-minimum
5842
5843Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5844
5845 * debugXML.c: applied patch from Stefano Debenedetti to register
5846 namespaces in the debug shell
5847
5848Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
5849
5850 * xmlreader.c: fix from Steve Ball and update of the comment.
5851 * Makefile.am result/errors/*.str: William pointed out that
5852 the streaming error checking part wasn't streaming, fixing
5853
5854Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5855
5856 * catalog.c: patch from Igor for the default catalog path on Windows
5857
5858Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
5859
5860 * configure.in: apparently wasn't updated last time
5861
5862Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5863
5864 * configure.in, xmlmemory.c, globals.c: fixed problem when
5865 configuring using --with-thread-alloc
5866
5867Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5868
5869 * win32/configure.js win32/Makefile.* minor changes for the new
5870 layout of the Windows binary package
5871
5872Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5873
5874 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
5875 from Kasimier Buchcik for Schema Component Constraints
5876 * test/schemas/* result/schemas/*: added the regression tests
5877
5878Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
5879
5880 * xmllint.c: fixed missing error return code for schema
5881 validation (bug 143880), also changed over to an enum for
5882 defining the error return codes for all conditions.
5883
5884Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
5885
5886 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
5887 problem when substituing entities using the Reader, the entities
5888 content might be freed and if rereferenced would crash
5889 * Makefile.am test/* result/*: added a new test case and a new
5890 test operation for the reader with substitution of entities.
5891
5892Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
5893
5894 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
5895 applied patch from Rob Richards for the per thread I/O mappings
5896
5897Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
5898
5899 * xinclude.c: some further enhancement to take care of
5900 xml:base for XPointer elements (bug 143886). Also fixed
5901 a problem when xml:base was already specified on an
5902 XInclude'd element.
5903
5904Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
5905
5906 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
5907 (bug 143738).
5908
5909Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
5910
5911 * uri.c, include/libxml/uri.h: added a new routine
5912 xmlBuildRelativeURI needed for enhancement of xinclude.c
5913 * xinclude.c: changed handling of xml:base (bug 135864)
5914 * result/XInclude/*: results of 5 tests changed as a result
5915 of the above change
5916
5917Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5918
5919 * test/schemas/* result/schemas/*: added a bunch of tests from
5920 Kasimier Buchcik posted on May 11
5921
5922Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5923
5924 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
5925 of wildcards attribute handling
5926 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
5927 regression tests
5928
5929Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5930
5931 * parser.c: fixed a bug where invalid charrefs may not be detected
5932 sometimes as pointed by Morus Walter.
5933 * test/errors/charref1.xm result/errors/charref1.xml*: added the
5934 test in the regression suite.
5935
5936Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5937
5938 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
5939 also corrected typo on error code enum.
5940 * include/libxml/xmlerror.h: corrected typo on schema error
5941 code enum
5942
5943Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
5944
5945 * xmlschemas.c: minor cosmetic changes, no change to logic.
5946 * result/schemas/attruse_0_[12].err: regenerated
5947 * globals.c: added a newline at end to make gcc happy
5948
5949Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
5950
5951 * xmlschemas.c include/libxml/schemasInternals.h
5952 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
5953 implementing attribute uses and wildcards.
5954 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
5955
5956Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5957
5958 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
5959 Rob Richards for custom I/O BufferCreateFilenane fixes bug
5960 #143366
5961
5962Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
5963
5964 * xpath.c: fixed problem with predicate evaluation on an
5965 empty nodeset (bug 143409)
5966
5967Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
5968
5969 * testSAX.c: fixed problem with attribute listing (bug 142674)
5970 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
5971 gets called (bug 142686)
5972
5973Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5974
5975 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
5976 Charles Bozeman fixing a side effect in date handling
5977
5978Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
5979
5980 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
5981 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
5982
59832004-05-25 Aleksey Sanin <aleksey@aleksey.com>
5984
5985 * c14n.c: fixed c14n bug with serializing attribute namespaces
5986
5987Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5988
5989 * xpath.c: fixed to allow '+' in exponent of number
5990 (bug 143005)
5991 * SAX2.c: fixed typo in last commit
5992
5993Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
5994
5995 * SAX2.c: skipped call to xmlValidateNCName when compiling
5996 --with-minimum (bug 142917)
5997
5998Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
5999
6000 * catalog.c: reverted the broken change.
6001
6002Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6003
6004 * NEWS doc/*: updated the docs for 2.6.10
6005
6006Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6007
6008 * configure.in : releasing 2.6.10
6009
6010Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6011
6012 * tree.c: avoid returning default namespace when searching
6013 from an attribute
6014 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6015 back to escaping " since the normal serialization routines do not
6016 use it anymore, should close bug #134477 . Tried to make
6017 the writer avoid it too but it didn't work.
6018
6019Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6020
6021 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6022 handling and added direct links to bugzilla report for
6023 bug numbers.
6024
6025Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6026
6027 * error.c: modified to assure proper user data is sent to
6028 structured error routine (bug 142598)
6029
6030Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6031
6032 * catalog.c: a couple of large static variable which should really
6033 not be declared as such cluttered the .bss section.
6034
6035Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6036
6037 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6038 libxslt ChangeLog
6039
6040Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6041
6042 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6043 ChangeLog page generation. The awk shoudl escape characters
6044 not okay in XML and the xslt should make links to functions
6045 or variables or bug reported in the entries.
6046
6047Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6048
6049 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6050 escaping customization.
6051
6052Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6053
6054 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6055
6056Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6057
6058 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6059
6060Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6061
6062 * parser.c: enhanced the enhancement, fixed another couple of
6063 special cases.
6064
6065Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6066
6067 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6068
6069Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6070
6071 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6072 handling, start to looks better, need to be completed and added
6073 directly at the saving context level.
6074
6075Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6076
6077 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6078 the escape on save routines for better performances (less malloc)
6079 and more flexibility using the new saving context. Preliminary
6080 work, interface will change.
6081
6082Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6083
6084 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6085 element reference within the xs:all construct (bug 139897)
6086
6087Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6088
6089 * xinclude.c: a little further fixing of fallback processing, this
6090 time for fallback with children (bug 139520).
6091
6092Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6093
6094 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6095 allow ref in group definition (bug 134411). Also fixed
6096 misc compilation warning messages.
6097 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6098 regenerated (now no error reported).
6099
6100Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6101
6102 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6103 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6104 #141195 about text between comments.
6105
6106Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6107
6108 * xmlschemas.c, include/libxml/schemasInternals.h,
6109 include/libxml/xmlerror.h: Applied patches supplied by
6110 Kasimier Buchcik.
6111 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6112 changed test to account for above patch.
6113
6114Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6115
6116 * python/tests/tstLastError.py: better portability fix for f(*args),
6117 use apply(f, args) as Stephane Bidoul suggested
6118
6119Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6120
6121 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6122 is already present and, if so, to ignore the request to add it.
6123 This has a very dramatic effect on memory requirements as well
6124 as efficiency. It also fixes bug 141762.
6125
6126Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6127
6128 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6129 applied patch from Ed Davis to allow "make tests" to work
6130 with Python 1.5
6131
6132Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6133
6134 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6135 fixes bug #141266
6136 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6137 test
6138
6139Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6140
6141 * Makefile.am: fix for a pedantic make check without make all request
6142
6143Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6144
6145 * uri.c xmlIO.c: fixing some problems in URI unescaping
6146 and output buffer opening, this should fix #141864
6147
6148Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6149
6150 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6151 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6152 Matt Sergeant
6153
6154Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6155
6156 * xmlregexp.c: enhanced the handling of subexpression ranges
6157 which have a minOccurs of 0 (bug 140478 again); cleaned up
6158 comments throughout the module.
6159
6160Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6161
6162 * xmllint.c: adding a --maxmem option to check memory used.
6163
6164Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6165
6166 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6167 bug #141529 i.e. various problems when building with --without-html
6168
6169Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6170
6171 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6172 call the deregistering functions. Also added the check to
6173 xmllint --stream --chkregister .
6174
6175Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6176
6177 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6178 regression tests on Windows
6179
6180Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6181
6182 * xmlreader.c: never commit without running make tests first !
6183
6184Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6185
6186 * xmlreader.c: fix a nasty problem with reading over the end
6187 * xmlsave.c: fix a reported memory leak apparently
6188
6189Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6190
6191 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6192 on Windows.
6193 * xpath.c: the NaN problem also shows up on Borland
6194
6195Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6196
6197 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6198 occurs 0 problems - fixes bug 140478.
6199
6200Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6201
6202 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6203 from Kasimier Buchcik
6204 * xmlschemas.c: recursive xs:extension fix from taihei goi
6205
6206Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6207
6208 * tree.c: small buffer resizing improvement from Morten Welinder
6209 closes #140629
6210
6211Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6212
6213 * xpath.c: last version of the fix for MSC version 1200
6214
6215Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6216
6217 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6218
6219Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6220
6221 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6222 inexistent functions, cleaned them out.
6223
6224Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6225
6226 * error.c: Johnson Cameron pointed out that
6227 initGenericErrorDefaultFunc() was really wrong.
6228 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6229 must be made public, added some missing comments on the XMLReader
6230 header.
6231 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6232 from attributes
6233
6234Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6235
6236 * xpath.c: fixed a stupid () error + Mark name.
6237
6238Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6239
6240 * configure.in: preparing 2.6.9 release
6241 * doc/* News: updated and rebuilt the docs
6242
6243Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6244
6245 * xpath.c: relaxed id() to not check taht the name(s) passed
6246 are actually NCName, decided this in agreement with Aleksey Sanin
6247 since existing specs like Visa3D broke that conformance checking
6248 and other tools seems to not implement it sigh...
6249 * SAX2.c: check attribute decls for xml:id and the value is an
6250 NCName.
6251 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6252
6253Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6254
6255 * xpath.c: work around Microsoft compiler NaN bug raise reported
6256 by Mark Vakoc
6257 * xmlschemas.c include/libxml/schemasInternals.h
6258 include/libxml/xmlerror.h: fixed a recusive extention schemas
6259 compilation error raised by taihei goi
6260
6261Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6262
6263 * libxml.spec.in: keep the ChangeLog compressed
6264 * xmlreader.c: fix a segfault when using Close()
6265 * python/tests/Makefile.am python/tests/reader8.py: test for
6266 the Close() reader API.
6267
6268Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6269
6270 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6271 doc/examples/io2.c: minor warning cleanup (no change to logic)
6272 * xinclude: fixed return value for internal function
6273 xmlXIncludeLoadFallback (now always 0 or -1)
6274
6275Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6276
6277 * valid.c: small enhancement to fix bug 139791
6278
6279Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6280
6281 * xmlschemas.c include/libxml/schemasInternals.h
6282 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6283 for the attribute use support
6284 * test/schemas/attruse* result/schemas/attruse*: added the
6285 tests to the regression suite.
6286
6287Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6288
6289 * xmlsave.c: move the TODO as comments as the function while not
6290 finished are usable as-is
6291 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6292 implementing union
6293 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6294 * python/Makefile.am: applied fix from Mike Hommey
6295
6296Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6297
6298 * parser.c: fixed problem with detecting external dtd
6299 encoding (bug 135229).
6300 * Makefile.am: minor change to test label
6301
6302Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6303
6304 * xinclude.c: fixed problem causing duplicate fallback
6305 execution (bug 139520)
6306 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6307 added testcase
6308
6309Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6310
6311 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6312 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6313 4 first regression tests
6314
6315Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6316
6317 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6318 should depend on the version of python used to compile it.
6319
6320Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6321
6322 * HTMLparser.c: applied patch from James Bursa, frameset should
6323 close head.
6324
6325Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6326
6327 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6328 which was causing check-relaxng-test-suite.py test 351 to fail.
6329
6330Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6331
6332 * nanohttp.c: implemented fix for M$ IIS redirect provided
6333 by Ian Hummel
6334 * relaxng.c: fixed problem with notAllowed compilation
6335 (bug 138793)
6336
6337Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6338
6339 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6340 from Mark Vakoc.
6341
63422004-04-01 Johan Dahlin <johan@gnome.org>
6343
6344 * python/.cvsignore: Add generated files, to make cvs silent.
6345
6346Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6347
6348 * xmlschemas.c: small signed-ness patch from Steve Little
6349
6350Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6351
6352 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6353 xmlschemas regexp that William pointed out while working on
6354 #134120
6355 * test/regexp/branch result/regexp/branch: added a specific
6356 regression test
6357
6358Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6359
6360 * Makefile.am: added PYTHONPATH to python tests for Schemas
6361 and RelaxNG
6362 * test/xsdtest/xsdtestsuite.xml: added testfile for
6363 SchemasPythonTests
6364
6365Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6366
6367 * doc/examples/examples.xsl doc/examples/index.html: added
6368 information about compiling on Unix
6369
6370Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6371
6372 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6373 * doc/*: rebuilt to update
6374
6375Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6376
6377 * xmlsave.c: optimize indentation based on the new context
6378
6379Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6380
6381 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6382 a very tricky problem when modifying the tree based on an XPath
6383 result query.
6384
6385Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6386
6387 * relaxng.c: fixed problem with IS_COMPILABLE flag
6388 (bug 130216)
6389
6390Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6391
6392 * parser.c: applied patch from Dave Beckett to correct line number
6393 errors when using push with CDATA
6394
6395Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6396
6397 * doc/examples/xpath1.c: added a test template
6398 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6399 added a new example, and make valgrind target
6400
6401Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6402
6403 * parser.c: apply fix for #136693
6404
6405Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6406
6407 * doc/examples/io2.c
6408 * doc/examples/io2.res
6409 add xmlDocDumpMemory example in response to mailing list FAQ
6410 (rebuilt xml and html also)
6411
6412Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6413
6414 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6415 patch from Mark Vakoc avoiding using xmlParse* option and use
6416 xmlRead* instead
6417 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6418 to avoid problems with some pathnames.
6419
6420Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6421
6422 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6423 the docs.
6424 * Makefile.am: use valgring fro the new Python based regression tests
6425
6426Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6427
6428 * relaxng.c: remove a memory leak on schemas type facets.
6429 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6430 check-xsddata-test-suite.py: reduce verbosity
6431 * configure.in Makefile.am: incorporated the Python regressions
6432 tests for Relax-NG and Schemas Datatype to "make tests"
6433
6434Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6437 Alfred Mickautsch for better DTD support.
6438 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6439 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6440 reference counting is handled in the XML parser which had the
6441 side effect of removing a lot of hazardous cruft added to try
6442 to fix the problems associated as they popped up.
6443 * xmlIO.c: FILE * close fixup for stderr/stdout
6444
6445Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6446
6447 * relaxng.c: added an error message when an element is not
6448 found within a <choice> (bug 126093)
6449
6450Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6451
6452 * xmlregexp.c: enhanced the logic of parsing char groups to
6453 better handle initial or ending '-' (bug 135972)
6454
6455Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6456
6457 * relaxng.c: added check for external reference in
6458 xmlRelaxNGGetElements (bug 137718)
6459 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6460 regression test for above
6461
6462Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6463
6464 * nanohttp.c: added a close for the local file descriptor
6465 (bug 137474)
6466
6467Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6468
6469 * xmlsave.c: switched the output routines to use the new context.
6470
6471Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6472
6473 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6474 nodes (bug 137153)
6475
6476Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6477
6478 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6479
6480Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6481
6482 * parser.c: fix bug reported by Holger Rauch
6483 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6484 result/att8.sax: added the test to th regression suite
6485
6486Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6487
6488 * doc/search.php: Minor change for later verson of php requiring
6489 $HTTP_GET_VARS.
6490
6491Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6492
6493 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6494 previously used only for recursion, to use a value of '2' to
6495 indicate copy properties & namespaces, but not children.
6496 * xinclude.c: changed the handling of ranges to use the above new
6497 facility. Fixes Bug 134268.
6498
6499Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6500
6501 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6502 added new module xmlsave with patch supplied by Eric Zurcher
6503 (second attempt - don't know what happened to the first one!)
6504
6505Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6506
6507 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6508 providing Python bindings for the Canonicalization C14N support.
6509
6510Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6511
6512 * .cvsignore and python/.cvsignore patched
6513
6514Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6515
6516 * xinclude.c: enhanced to assure that if xpointer is called
6517 for a document, the XML_PARSE_NOENT flag is set before parsing
6518 the included document so that entities will automatically get
6519 taken care of.
6520 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6521 is encountered, it will log it and not crash (bug 135713)
6522
6523Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6524
6525 * xinclude.c: modified to make sub-includes inherit the
6526 parse flags from the parent document (bug 132597)
6527
6528Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6529
6530 * xmlschemas.c: QName handling fixes for the XML Schemas
6531 support from Adam Dickmeiss
6532 * test/schemas/po1_0.xsd: also fix the schemas
6533 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6534 regression tests
6535
6536Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6537
6538 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6539 paalied patch from Julio M. Merino Vidal fixing bug #134751
6540 to fix --with-html-dir option.
6541 * doc/*: rebuilt fully the docs
6542 * doc/html/libxml-xmlsave.html: new file from new header.
6543
6544Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6545
6546 * debugXML.c testHTML.c tree.c doc/examples/*.c
6547 include/libxml/xmlsave.h: fixing compilation bug with some options
6548 disabled as well as --with-minimum should fix #134695
6549
6550Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6551
6552 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6553 should close #134092
6554
6555Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6556
6557 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6558 the new xmlsave module before the actuall big code change.
6559
6560Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6561
6562 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6563 * test/schemas/mixed* result/schemas/mixed*: added his regression
6564 tests too.
6565
6566Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6567
6568 * testSAX.c: fix a compilation problem about a missing timb include
6569
6570Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6571
6572 * testSAX.c: small enhancement to prevent trying to print
6573 strings with null pointers (caused "make tests" errors on
6574 HP-UX)
6575
6576Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6577
6578 * doc/xmllint.xml
6579 * doc/xmllint.1
6580 * doc/xmllint.html
6581 * doc/xmlcatalog_man.xml
6582 * doc/xmlcatalog.1
6583 * doc/xmlcatalog_man.html
6584 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6585 use
6586
6587Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6588
6589 * Makefile.am: patch for cross-compilation to Windows from
6590 Christophe de VIENNE.
6591
6592Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6593
6594 * doc/*.html, doc/html/*.html: regenerated docs using older
6595 version of xsltproc pending resolution of AVT problem
6596
6597Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6598
6599 * Makefile.am: applied patch from Charles Bozeman to not use
6600 the system xmllint.
6601
6602Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6603
6604 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6605 for MingW
6606
6607Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6608
6609 * Makefile.am catalog.c configure.in: applied a cleanup patch
6610 from Peter Breitenlohner
6611 * tree.c: removed a doc build warning by fixing a param comment
6612 * doc/* : rebuilt the docs
6613
6614Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6615
6616 * valid.c HTMLparser.c: avoid ID error message if using
6617 HTML_PARSE_NOERROR should fix #130762
6618
6619Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6620
6621 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6622 fixing compilation and link option when configuring with
6623 --without-valid should fix #135309
6624
6625Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6626
6627 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6628 * parser.c: cleanup
6629 * valid.c: speedup patch from Petr Pajas
6630
6631Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6632
6633 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6634 on the list by Mike Hommey
6635
6636Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6637
6638 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6639 rebuilt the documentation.
6640
6641Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6642
6643 * python/tests/*.py: applied patch from Malcolm Tredinnick
6644 to avoid tabs in python sources, should fix #135095
6645
6646Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
6647
6648 * testSAX.c: add --timing option
6649 * relaxng.c: use the psvi field of the nodes instead of _private
6650 which may be used for other purposes.
6651
6652Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6653
6654 * encoding.c: small patch to try to fix a warning with Sun One compiler
6655
6656Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
6657
6658 * encoding.c: small patch removing a warning with MS compiler.
6659
6660Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6661
6662 * debugXML.c: added "relaxng" option to the debugging shell
6663 * Makefile.am test/errors/* result/errors/*: some regression tests
6664 for some error tests cases.
6665
6666Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6667
6668 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
6669 is passed.
6670 * test/att7 result//att7*: adding an old regression test
6671 laying around on my laptop
6672
6673Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
6674
6675 * xmlreader.c: fixed xmllint --memory --stream memory consumption
6676 on large file by using xmlParserInputBufferCreateStatic() with
6677 the mmap'ed file
6678
6679Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6680
6681 * tree.c: some clarification in xmlDocDumpMemory() documentation
6682 * xmllint.c: fixed xmllint --stream --timing to get timings back
6683
6684Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
6685
6686 * parser.c: fixed a problem in push mode when attribute contains
6687 unescaped '>' characters, fixes bug #134566
6688 * test/att6 result//att6*: added the test to the regression suite
6689
6690Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6691
6692 * valid.c: removing a non-linear behaviour from ID/IDREF raised
6693 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
6694 xmlAddRef
6695
6696Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6697
6698 * python/tests/indexes.py python/tests/reader.py: indicated
6699 encoding of the test file, needed for python 2.3
6700
6701Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6702
6703 * xpath.c: fixed problem with numbers having > 19
6704 fractional places (bug 133921)
6705
6706Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6707
6708 * xpath.c: applied optimization patch from Petr Pajas
6709
6710Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6711
6712 * xmlwriter.c include/libxml/xmlwriter.h: applied update
6713 from Alfred Mickautsch and the added patch from Lucas Brasilino
6714
6715Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
6716
6717 * benchmark.png index.html xml.html: updating the benchmark
6718 graph and using a PNG instead of a GIF
6719 * xmlreader.c: updated the TODO
6720
6721Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
6722
6723 * doc/tutorial/xmltutorial.xml
6724 * doc/tutorial/xmltutorial.pdf
6725 * doc/tutorial/*.html
6726 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
6727 last name I don't know, for pointing this out
6728
6729Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
6730
6731 * NEWS configure.in: preparing release of 2.6.6
6732 * doc/*: updated the docs and rebuilt them
6733
6734Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
6737 suspicious about it but this is fairly contained and regression
6738 tests still passes.
6739 * test/schemas/all1* result/schemas/all1*: added the test to
6740 the regression suite.
6741
6742Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
6743
6744 * parser.c: fixed bug #132575 about finding the end of the
6745 internal subset in push mode.
6746 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
6747 added the test to the regression suite
6748
6749Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
6750
6751 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
6752 include/libxml/xmlIO.h: added xmlByteConsumed() interface
6753 * doc/*: updated the benchmark rebuilt the docs
6754 * python/tests/Makefile.am python/tests/indexes.py: added a
6755 specific regression test for xmlByteConsumed()
6756 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
6757
6758Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
6759
6760 * tree.c: fixed missing output of internal DTD param entities when
6761 nothing else present in DTD (bug 134052)
6762
6763Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6764
6765 * encoding.c: applied patch supplied by Christophe Dubach
6766 to fix problem with --with-minimum configuration
6767 (bug 133773)
6768 * nanoftp.c: fixed potential buffer overflow problem,
6769 similar to fix just applied to nanohttp.c.
6770
6771Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6772
6773 * nanohttp.c: fixed the fix for the buffer overflow, thanx
6774 William :-)
6775
6776Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6777
6778 * acinclude.m4, configure.in: fixed problem concerning
6779 determining SOCKLEN_T as pointed out by Daniel Richard G.
6780 on the mailing list
6781
6782Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6783
6784 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
6785
6786Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6787
6788 * xpath.c: small patch from Philip Ludlam to avoid warnings.
6789
6790Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
6791
6792 * encoding.c: applied a small patch from Alfred Mickautsch
6793 to avoid an out of bound error in isolat1ToUTF8()
6794
6795Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6796
6797 * xinclude.c: remove the warning on the 2001 namespace
6798 * parser.c parserInternals.c xpath.c: remove some warnings
6799 when compiling with MSVC6
6800 * nanohttp.c: applied a patch when using _WINSOCKAPI_
6801
6802Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
6803
6804 * xinclude.c: added a small hack to fix interference between
6805 my fixes for bugs 132585 and 132588.
6806 * python/libxml.c: fixed problem with serialization of namespace
6807 reported on the mailing list by Anthony Carrico
6808
6809Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6810
6811 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
6812 (bug 133686).
6813
6814Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6815
6816 * xmlwriter.c: fixed problem with return value of
6817 xmlTextWriterWriteIndent() (bug 133297)
6818
6819Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
6820
6821 * xinclude.c: changed coding to output good XIncludes when
6822 one or more bad ones are present (bug 132588)
6823
6824Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
6825
6826 * xinclude.c: corrected handling of empty fallback condition
6827 (bug 132585)
6828
6829Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
6830
6831 * HTMLparser.c: added initialisation for ctxt->vctxt
6832 in HTMLInitParser (bug 133127)
6833 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
6834 from several function params)
6835
6836Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
6837
6838 * xinclude.c: fixed problem regarding freeing of dictionary
6839 when there are errors within an XInclude file (bug 133106).
6840 Thanks to Oleg Paraschenko for the assistance.
6841
6842Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6843
6844 * xmlschemastypes.c: fixed validation of maxLength with no
6845 content using patch submitted by Eric Haszlakiewicz
6846 (bug 133259)
6847
6848Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
6849
6850 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
6851 calling convention to the public function prototypes (rep by
6852 Cameron Johnson)
6853 * include/libxml/xmlexports.h: fixed mingw+msys compilation
6854 (rep by Mikhail Grushinskiy)
6855
6856Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
6857
6858 * xmlwriter.c: enhanced output indenting (bug 133264)
6859
6860Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
6861
6862 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
6863 Steve Ball to provide structured error reports.
6864
6865Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6866
6867 * tree.c, include/libxml/tree.h: moved serialization of
6868 attribute text data (xmlSerializeContent) into a separate
6869 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
6870 * xmlwriter.c: changed handling of attribute string to use the
6871 routine above (fixed bug 131548)
6872
6873Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
6874
6875 * doc/examples/reader1.c, reader2.c, reader3.c
6876 * doc/examples/examples.xml
6877 * doc/examples/*.html
6878 add note that reader examples need libmxl2 > 2.6, rebuild
6879 html - this time doing it correctly :-)
6880
6881Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
6882
6883 * doc/examples/examples.xml
6884 * doc/examples/*.html
6885 add note that reader examples need libmxl2 > 2.6, rebuild
6886 html
6887
6888Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
6889
6890 * xpath.c: added (void *) type override to prevent
6891 warning on Solaris (Bug 132671)
6892
6893Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
6894
6895 * doc/examples/Makefile.am
6896 per Jan. 15 email to the list from oliverst, the index.html
6897 file from this directory wasn't making it into the tarball
6898
6899Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
6900
6901 * acinclude.m4: applied fix from Alexander Winston for a problem
6902 related to automake-1.8 , c.f. #132513 and #129861
6903
6904Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
6905
6906 * doc/examples/index.py: don't rely on . being on the path for
6907 make tests, should keep Mr. Crozat quiet until next time...
6908
6909Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
6910
6911 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
6912 docs, checked rngparser stuff does not end up in the tarball
6913
6914Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6915
6916 * python/libxml.c: applied patch from Frederic Peters
6917 fixing the wrong arg order in xpath callback in bug #130980
6918
6919Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
6920
6921 * xinclude.c: fixing #130453 XInclude element with no href attribute
6922 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
6923 the compact syntax will require more work, postponed for the
6924 2.6.5 release.
6925
6926Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6927
6928 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
6929 Steve Ball to avoid a double-free.
6930
6931Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
6932
6933 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
6934 test result, fixed a awful lot of memory leaks showing up in
6935 testWriter.c, changed the examples and the Makefiles to test
6936 memory leaks.
6937 * xmlwriter.c: fixed a memory leak
6938 * Makefile.am: run the doc/examples regression tests as part of
6939 make tests
6940 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
6941 compile an XPath expression within a context, currently the goal
6942 is to be able to reuse the XSLT stylesheet dictionnary, but this
6943 opens the door to others possible optimizations.
6944 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
6945 to build a new dictionnary based on another read-only dictionnary.
6946 This is needed for XSLT to keep the stylesheet dictionnary read-only
6947 while being able to reuse the strings for the transformation
6948 dictionnary.
6949 * xinclude.c: fixed a dictionnar reference counting problem occuring
6950 when document parsing failed.
6951 * testSAX.c: adding option --repeat for timing 100times the parsing
6952 * doc/* : rebuilt all the docs
6953
6954Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
6955
6956 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
6957
6958Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6959
6960 * xmlschemastypes.c: applied patch from John Belmonte for
6961 normalizedString datatype support.
6962
6963Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6964
6965 * xpath.c: fixed problem with union when last() is used
6966 in predicate (bug #131971)
6967 * xpointer.c: minor change to comment for doc generation
6968
6969Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
6970
6971 * parser.c: fixed bug #131745 raised by Shaun McCance with the
6972 suggested patch
6973
6974Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
6975
6976 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
6977 leak reported on the list.
6978
6979Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
6980
6981 * python/generator.py python/tests/tstLastError.py: applied
6982 patch from Stephane Bidoul to add enums to the Python bindings.
6983
6984Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6985
6986 * testHTML.c: another small patch from Mark Vakoc
6987
6988Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6989
6990 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
6991 patch from Mark Vakoc to not use SAX1 unless necessary.
6992
6993Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
6994
6995 * dict.c parser.c xmlstring.c: some parser optimizations,
6996 xmllint --memory --timing --repeat --stream ./db10000.xml
6997 went down from 16.5 secs to 15.5 secs.
6998
6999Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7000
7001 * xmlschemas.c: removed a memory leak remaining from the switch
7002 to a dictionnary for string allocations c.f. #130891
7003
7004Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7005
7006 * xmlreader.c: fixing some problem if configured --without-xinclude
7007 c.f. #130902
7008
7009Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7010
7011 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7012 c.f. #130896
7013
7014Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7015
7016 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7017 applying patch from Mark Vakoc for Windows
7018 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7019 fixes from Sven Zimmerman
7020
7021Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7022
7023 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7024 python/tests/Makefile.am python/tests/tstLastError.py: applied
7025 patch from Stephane Bidoul for structured error handling from
7026 python, and the associated test
7027
7028Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7029
7030 * configure.in: fixed Bug130593
7031 * xmlwriter.c: fixed compilation warning
7032
7033Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7034
7035 * include/libxml/xmlstring.h: fixed the comment in the header
7036 * doc/*: rebuilt the docs
7037
7038Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7039
7040 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7041 include/libxml/Makefile.am, include/libxml/catalog.c,
7042 include/libxml/chvalid.h, include/libxml/encoding.h,
7043 include/libxml/parser.h, include/libxml/relaxng.h,
7044 include/libxml/tree.h, include/libxml/xmlwriter.h,
7045 include/libxml/xmlstring.h:
7046 moved string and UTF8 routines out of parser.c and encoding.c
7047 into a new module xmlstring.c with include file
7048 include/libxml/xmlstring.h mostly using patches from Reid
7049 Spencer. Since xmlChar now defined in xmlstring.h, several
7050 include files needed to have a #include added for safety.
7051 * doc/apibuild.py: added some additional sorting for various
7052 references displayed in the APIxxx.html files. Rebuilt the
7053 docs, and also added new file for xmlstring module.
7054 * configure.in: small addition to help my testing; no effect on
7055 normal usage.
7056 * doc/search.php: added $_GET[query] so that persistent globals
7057 can be disabled (for recent versions of PHP)
7058
7059Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7060
7061 * doc/tutorial/customfo.xsl
7062 * doc/tutorial/customhtml.xsl
7063 update custom tutorial-building stylesheets in preparation
7064 for tutorial update
7065
7066Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7067
7068 * rngparser.c: commiting the compact relax ng parser. It's not
7069 completely finished, it's not integrated but I want to save the
7070 current state
7071
7072Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7073
7074 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7075 win32/libxml2.def.src: fixed apibuild.py's generation of
7076 "constructors" to be in alphabetical order (instead of previous
7077 random sequence); regenerated resulting files.
7078
7079Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7080
7081 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7082 problem.
7083
7084Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7085
7086 * doc/newapi.xsl: change background color of function
7087 declaration to improve readability
7088 * doc/*: rebuild docs with new stylesheet
7089
7090Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7091
7092 * parser.c, include/libxml/parser.h: added a routine
7093 xmlStrncatNew to create a new string from 2 frags.
7094 * tree.c: added code to check if node content is from
7095 dictionary before trying to change or concatenate.
7096
7097Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7098
7099 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7100 Bug 130419) and eliminated xmlInitMemoryDone. More
7101 improvement needed.
7102 * xml2-config.in: added an additional flag (--exec-prefix) to
7103 allow library directory to be different from include directory
7104 (Bug 129558).
7105
7106Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7107
7108 * error.c: applied patch from Stéphane Bidoul for structured error
7109 reporting.
7110
7111Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7112
7113 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7114 Lucas Brasilino to add indentation support to xmlWriter
7115
7116Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7117
7118 * xinclude.c: fixed problem with "recursive" include (fallback
7119 contains another include - Bug 129969)
7120
7121Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7122
7123 * SAX2.c: found and fixed a bug misallocating some non
7124 blank text node strings from the dictionnary.
7125 * xmlmemory.c: fixed a problem with the memory debug mutex
7126 release.
7127
7128Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7129
7130 * xinclude.c: fixed problem caused by wrong dictionary
7131 reference count, reported on the list by Christopher
7132 Grayce.
7133
7134Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7135
7136 * python/generator.py, python/libxml2class.txt: fixed problem
7137 pointed out by Stéphane Bidoul on the list.
7138 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7139 completed modifications required to fix Bug 129967 (at last!).
7140 Now wait to see how long before further trouble...
7141
7142Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7143
7144 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7145 memory leak reported by Dave Beckett
7146 * xmlschemas.c: Removed spurious comment reported on the mailing
7147 list
7148 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7149 Further work on Bug 129967 concerning xpointer range handling
7150 and range-to function; much better, but still not complete
7151
7152Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7153
7154 * valid.c: xmlValidateElement could crash for element holding a
7155 namespace declaration but not in a namespace. Oliver Fischer
7156 provided the example.
7157
7158Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7159
7160 * xmllint.c: issue validation status on stderr, not stdout as suggested
7161 by Pawel Palucha
7162 * result/relaxng/*: this change slightly all the output from RNG
7163 regressions.
7164
7165Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7166
7167 * xmlschemas.c: edited a couple of comments in accordance with
7168 posting on the mailing list (no logic change)
7169 * xpointer.c: working on Bug 129967, added check for NULL
7170 nodeset to prevent crash. Further work required.
7171 * xpath.c: working on Bug 129967, added code to handle
7172 XPATH_LOCATIONSET in RANGETO code, also added code to
7173 handle it in xmlXPathEvaluatePredicateResult. Further
7174 work required.
7175
7176Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7177
7178 * xmlschemas.c: added tests for xs:all to assure minOccurs
7179 and maxOccurs <= 1 (Bug 130020)
7180
7181Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7182
7183 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7184 with patch from Charles Bozeman.
7185
7186Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7187
7188 * xmlregexp.c: fixed problem causing segfault on validation error
7189 condition (reported on mailing list)
7190
7191Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7192
7193 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7194 parser contexts (problem reported on mailing list)
7195 * doc/apibuild.py: small change to prevent duplicate lines
7196 on API functions list. It will take effect the next time
7197 the docs are rebuilt.
7198
7199Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7200
7201 * configure.in NEWS doc/*: updated the docs and prepared a new
7202 release 2.6.4
7203
7204Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7205
7206 * legacy.c: remove deprecated warning on startElement()
7207
7208Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7209
7210 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7211 was broken with the new namespace. Fixes #129932
7212
7213Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7214
7215 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7216 redefined in includes, quick fix to allow this but lacks the
7217 equality of the redefinition test.
7218
7219Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7220
7221 * valid.c: fixed bug concerning validation using external
7222 dtd of element with mutiple namespace declarations
7223 (Bug 129821)
7224
7225Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7226
7227 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7228 when node has default namespace (Bug 129710)
7229
7230Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7231
7232 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7233 document order for attributes is retained (Bug 129331)
7234
7235Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7236
7237 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7238 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7239 the file descriptor. Updated the comment, should close #129683
7240
7241Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7242
7243 * xinclude.c: fixed a serious problem in XInclude #129021
7244
7245Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7246
7247 * parser.c: fixed bug #129489, propagation of parsing flags
7248 in entities.
7249 * parser.c xmlreader.c: improved the comments of parsing options
7250
7251Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7252
7253 * python/Makefile.am, python/tests/Makefile.am,
7254 doc/Makefile.am: applied fixes to allow build from
7255 'outside' directory (Bug 129172)
7256
7257Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7258
7259 * tree.c - add explanation of namespace inheritance when
7260 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7261
7262Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7263
7264 * include/libxml/xpathInternals.h: undid last change (my
7265 bad). Put necessary fix in libxslt/libexslt instead.
7266 * include/libxml/DOCBparser.h: put test for __GCC__ on
7267 warning directive (Bug 129105)
7268
7269Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7270
7271 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7272 to cater for NULL pointer (bug 129561)
7273 * globals.c: added comment to suppress documentation warning
7274 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7275 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7276
7277Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7278
7279 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7280 using an xmlReaderWalker()
7281
7282Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7283
7284 * tree.c: fix misc. typos in doc comments
7285 * include/libxml/tree.h: elaborate on macro define doc comments
7286 * doc/*: rebuild docs
7287
7288Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7289
7290 * doc/examples/*: don't call the result files .out but .res as
7291 the Makefiles tend to try generating binaries for .out targets...
7292
7293Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7294
7295 * doc/html/libxml-pattern.html: - cvs add API docs for new
7296 pattern stuff
7297
7298Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7299
7300 * tree.c
7301 * doc/*:
7302 Elaborate in documentation discussion of xmlNewChild
7303 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7304 out the usefulness of a more explicit explanation of the
7305 reserved character escaping issue.
7306
7307Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7308
7309 * xmlcatalog.c: applied patch from Stefan Kost
7310
7311Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7312
7313 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7314
7315Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7316
7317 * win32/Makefile.* win32/configure.js: Added pattern support
7318
7319Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7320
7321 * configure.in doc/* libxml.spec.in: preparing release of
7322 libxml2-2.6.3, updated and regenerated the docs.
7323
7324Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7325
7326 * SAX2.c pattern.c: removed some compilation warnings
7327
7328Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7329
7330 * xmllint.c: fixing bug #119264 xmllint failing to report
7331 serialization errors in some cases.
7332
7333Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7334
7335 * entities.c: fixed an XML entites content serialization
7336 potentially triggered by XInclude, see #126817
7337
7338Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7339
7340 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7341 suggested by Daniel Schulman in #128313
7342
7343Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7344
7345 * configure.in Makefile.am: another patch from Kenneth Haley
7346 for Mingw, c.f. #128787
7347
7348Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7349
7350 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7351 for compiling on Mingw see #128786
7352
7353Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7354
7355 * xmllint.c: some flags were not passed down correctly as
7356 parsing options. Fixes #126806
7357
7358Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7359
7360 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7361 include/libxml/xmlerror.h: augmented the XInclude API
7362 to be able to pass XML parser flags down to the Inclusion
7363 process. Also resynchronized with the Last Call W3C Working
7364 Draft 10 November 2003 for the xpointer attribute.
7365 * Makefile.am test/XInclude/docs/nodes[23].xml
7366 result/XInclude/*: augmented the tests for the new namespace and
7367 testing the xpointer attribute, changed the way error messages
7368 are tested
7369 * doc/*: regenerated the documentation
7370
7371Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7372
7373 * error.c: filter warning messages if the global setting blocks them
7374 * xinclude.c xmlreader.c include/libxml/xinclude.h
7375 include/libxml/xmlerror.h: updated the change of namespace at
7376 the XInclude level, raise a warning if the old one is found,
7377 and some cleanup
7378
7379Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7380
7381 * tree.c: tentative fix for #126117 character reference in
7382 attributes output problem in some cornercase.
7383
7384Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7385
7386 * python/libxml.py: tried to fix the problems reported in
7387 bug #126735
7388 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7389 fixed again some problem trying to use the structured error
7390 handlers, c.f. bug #126735
7391 * result/VC/ElementValid: tiny change due to the fix
7392
7393Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7394
7395 * error.c: fixed __xmlRaiseError to use structured error handlers
7396 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7397
7398Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7399
7400 * parser.c: attempt to fix #126211 ...
7401
7402Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7403
7404 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7405 include/libxml/xmlreader.h: fixed the pattern interfaces
7406 but not yet the parser to handle the namespaces.
7407 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7408
7409Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7410
7411 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7412 include/libxml/pattern.h include/libxml/schemasInternals.h
7413 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7414 the make rebuild in doc, this include new directive to stop
7415 documentation warnings
7416 * doc/* doc/html/*: rebuilt the docs
7417 * pattern.c xmlreader.c include/libxml/pattern.h
7418 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7419 to save nodes while scanning the tree with the reader, cleanup
7420 the way element were freed, and xmlTextReaderPreserve()
7421 implementation, the API might change for namespace binding support
7422 when compiling patterns.
7423 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7424
7425Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7426
7427 * python/libxml.py: oops forgot to modify/commit the new code.
7428
7429Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7430
7431 * python/generator.py python/libxml.c python/libxml_wrap.h:
7432 cleanup the output buffer support to at least get the basic
7433 to work
7434 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7435 cleanup.
7436 * include/libxml/xmlwriter.h: cleanup
7437
7438Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7439
7440 * include/libxml/xmlversion.h.in
7441 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7442 docs
7443
7444Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7445
7446 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7447 regexp quantifiers
7448
7449Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7450
7451 * pattern.c include/libxml/pattern.h: adding the pattern node
7452 selection code. Inheried in part from libxslt but smaller.
7453 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7454 integrated the pattern module, made it a configure time option
7455 * xmllint.c: added --pattern to test when doing --stream
7456
7457Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7458
7459 * xmlreader.c: fixed a problem in xmlreader validation when
7460 streaming exposed by reader2 example.
7461
7462Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7463
7464 * doc/xml.html
7465 * doc/docs.html:
7466 add reference to the Code Examples page to docs.html list
7467 of resources
7468
7469Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7470
7471 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7472 from Eric
7473
7474Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7475
7476 * include/libxml/xinclude.h
7477 * doc/*: Add comments for macro definitions in xinclude.h and
7478 rebuild the docs
7479
7480Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7481
7482 * doc/docdescr.doc
7483 Updating William's explanation of how to build docs,
7484 reflecting Daniel's new docs build system
7485
7486Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7487
7488 * xmlmemory.c: enhanced by adding mutex to protect global
7489 structures in a multi-threading environment. This fixed
7490 some random errors on the Threads regression tests.
7491
7492Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7493
7494 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7495 import sys
7496
7497Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7498
7499 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7500 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7501 handled internally by default, with proper BOM and UTF-16LE
7502 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7503 BOM on output, and will be automatically recognized on input.
7504 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7505 added regression tests for above.
7506
7507Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7508
7509 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7510 build with all compilers. Added C-Runtime option for MSVC. Included
7511 xmlWriter.
7512 * xmlwriter.c: Added IN_LIBXML macro
7513
7514Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7515
7516 * win32/Makefile.bcb: applied patch from Eric
7517
7518Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7519
7520 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7521 is broken on 2.6.x
7522
7523Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7524
7525 * entities.c: fixed #127877, never output &quot; in element content
7526 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7527 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7528 result/valid/index.xml result/valid/xlink.xml: this changes the
7529 output of a few tests
7530
7531Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7532
7533 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7534 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7535 testSchemas behaviour when a schemas failed to parse.
7536 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7537 test for xsd:include from Eric Van der Vlist
7538
7539Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7540
7541 * parser.c: swapped the attribute defaulting and attribute checking
7542 parts of parsing a new element start, fixes bug #127772
7543 * result/valid/127772.* test/valid/127772.xml
7544 test/valid/dtds/127772.dtd: added the example in the regression tests
7545
7546Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7547
7548 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7549 to avoid bug #127851
7550
7551Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7552
7553 * xmlregexp.c: fixing some Negative Character Group and
7554 Character Class Subtraction handling.
7555
7556Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7557
7558 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7559 on Eric van der Vlist examples
7560 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7561 added regression tests
7562 * doc/examples/Makefile.am doc/examples/index.py: do not
7563 regenerate the index on make all target, but only on
7564 make rebuild to avoid troubles.
7565
7566Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7567
7568 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7569 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7570 starting to add proper namespace support too.
7571 * test/schemas/* result/schemas/*: added a number of tests
7572 fixed the result from some regression tests too.
7573
7574Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7575
7576 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7577 Daniel has removed it, fix link to George's IBM article, other
7578 minor edits
7579
7580Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7581
7582 * xmlschemas.c: applied patch from Robert Stepanek to start
7583 import os schemas support, cleaned up stuff and the patch.
7584 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7585 to regression, fixed a few regressions too.
7586
7587Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7588
7589 * HTMLparser.c: applied two parsing fixes from James Bursa
7590
7591Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7592
7593 * doc/examples/*: added two xmlReader examples
7594 * xmlreader.c: cleaned up some bugs in the process
7595
7596Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7597
7598 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7599 Alfred Mickautsch, bugfixes and comments
7600 * doc/examples/*: added his test as the xmlWriter example
7601 * doc/html/ doc/*.html: this resulted in some improvements
7602 * include/libxml/hash.h: fixed an inclusion problem when
7603 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7604
7605Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7606
7607 * xinclude.c: fix an error message
7608 * doc/examples/*: added tree2 example from Lucas Brasilino
7609
7610Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7611
7612 * doc/newapi.xsl: improve the sort sequence for page content
7613 * doc/html/*.html: regenerate the web pages
7614
7615Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7616
7617 * Makefile.am: do not package cvs versioning temp files.
7618 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7619 slightly improved the API xml format, fixed a lot of small
7620 rendering problems
7621 * doc/html/libxml*.html: rebuilt
7622
7623Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7624
7625 * include/libxml/*.h include/libxml/*.h.in: modified the file
7626 header to add more informations, painful...
7627 * genChRanges.py genUnicode.py: updated to generate said changes
7628 in headers
7629 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7630 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7631 APIs modules. Updated the stylesheets, some cleanups, regenerated
7632 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7633
7634Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7635
7636 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7637 the build process to remove all remains from the old gtk-doc
7638 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7639 stylesheets have been improved, and the API*html now generated
7640 are XHTML1 valid too
7641
7642Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
7643
7644 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
7645 enhancement to prevent comment with unreferenced variable.
7646 * threads.c xmlreader.c xmlwriter.c: edited some comments to
7647 improve auto-generation of documentation
7648 * apibuild.py: minor change to an error message
7649
7650Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
7651
7652 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7653 improving navigation
7654 * doc/html/*.html: updated the result
7655
7656Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
7657
7658 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
7659 improvement of the stylesheets, fixed a API generation problem,
7660 switched the stylesheet and Makefile to build the HTML output.
7661 * doc/html/*.html: complete update, ditched some old files, might
7662 introduce some breakage...
7663
7664Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7665
7666 * doc/newapi.xsl: lot of improvements, this starts looking good
7667 enough to be usable.
7668
7669Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7670
7671 * doc/newapi.xsl: stylesheet to build HTML pages from the
7672 API XML description, Work in Progress
7673
7674Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
7675
7676 * xpath.c: fixed bug 126976 (string != empty nodeset
7677 should be false)
7678
7679Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
7680
7681 * doc/html/*.html: Finally - found the problem with the
7682 page generation (XMLPUBFUN not recognized by gtkdoc).
7683 Re-created the pages using a temporary version of
7684 include/libxml/*.h.
7685 * testOOMlib.c,include/libxml/encoding.h,
7686 include/libxml/schemasInternals.h,include/libxml/valid.h,
7687 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
7688 include/libxml/xmlwin32version.h.in,
7689 include/libxml/xpathInternals.h: minor edit of comments
7690 to help automatic documentation generation
7691 * doc/docdescr.doc: small elaboration
7692 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
7693 (messed up on last try)
7694 * xmlreader.c: minor change to clear warning.
7695
7696Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7697
7698 * Copyright: fixed some wording
7699 * libxml.spec.in: make sure doc/examples is packaged
7700 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
7701 annoying problem about xmlRemoveID and xmlReader streaming.
7702 Thing looks fixed now, had to add a doc reference to the
7703 xmlID structure though...
7704
7705Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
7706
7707 * doc/docdescr.doc: added description of man page building
7708
7709Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7710
7711 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
7712 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
7713 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
7714 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
7715 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
7716 added missing pages for the website.
7717
7718Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
7719
7720 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
7721 generated pages (again), manually restored doc/html/index.html
7722 and manually edited generated file doc/gnome-xml.xml to put
7723 in appropriate headings.
7724 * doc/docdescr.doc: new file to describe details of the
7725 document generation (helps my memory for the next time)
7726 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
7727 enhancement to please the automatic documentation generation.
7728
7729Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
7730
7731 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
7732 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
7733 minor error cleanup for gcc-3.3.[12] compilation warnings.
7734
7735Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7736
7737 * tree.c: minor changes to some comments
7738 * doc/*.html: rebuilt the generated HTML pages for changes
7739 from jfleck (bug 126945)
7740
7741Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7742
7743 * doc/examples/*: added Dodji's example, added output handling
7744
7745Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7746
7747 * doc/examples/*: added Aleksey XPath example, fixed bugs
7748 in the indexer
7749
7750Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7751
7752 * doc/*: integrating the examples in the navigation menus
7753 * doc/examples/*: added make tests, updated the navigation,
7754 added a new test, cleanups, updates.
7755
7756Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7757
7758 * doc/*.html: rebuilt the generated HTML pages
7759 * doc/examples/*: updated the stylesheets, added a synopsis,
7760 Makefile.am is now generated by index.py
7761
7762Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7763
7764 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
7765 added autogeneration of a web page for the examples
7766 * doc/examples/example1.c doc/examples/.cvsignore
7767 doc/examples/examples.xml doc/examples/index.py: updated the
7768 informations extracted, improved the format and indexing.
7769
7770Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7771
7772 * check-xinclude-test-suite.py: less verbose on difference
7773 * libxml.spec.in: cleanup
7774 * parser.c: fixed xmlCleanupParser() doc
7775 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
7776 doc/examples/Makefile.am doc/examples/example1.c
7777 doc/examples/examples.xml doc/examples/index.py
7778 doc/examples/test1.xml: work on adding C examples and
7779 generating automated information about those. examples.xml
7780 is autogenerated describing the examples.
7781 * example/Makefile.am: cleanup
7782
7783Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
7784
7785 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
7786 fixed missing '-' in block names, enhanced the hack for
7787 ABI aliasing.
7788
7789Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
7790
7791 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
7792 python/libxml2class.txt: enhanced for range checking,
7793 updated to Unicode version 4.0.1 (API docs also updated)
7794 * python/generator.py: minor change to fix a warning
7795
7796Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
7797
7798 * Makefile.am: apply fix from Karl Eichwalder for script path
7799
7800Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7801
7802 * win32/configure.js: applied patch from Mark Vakoc to simplify
7803 his work from CVS checkouts.
7804
7805Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
7806
7807 * doc/xmlreader.html: minor cleanups
7808
7809Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
7810
7811 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
7812 for gcc so that, if undefined, it's defined as
7813 __attribute__((unused))
7814
7815Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
7816
7817 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
7818 appears after the variable declaration.
7819 * valid.c: trivial change to eliminate a warning message
7820
7821Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
7822
7823 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
7824 rebuilt the docs
7825
7826Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7827
7828 * xmllint.c: change --html to make sure we use the HTML serialization
7829 rule by default when HTML parser is used, add --xmlout to allow to
7830 force the XML serializer on HTML.
7831 * HTMLtree.c: ugly tweak to fix the output on <p> element and
7832 solve #125093
7833 * result/HTML/*: this changes the output of some tests
7834
7835Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
7836
7837 * xinclude.c: fixed bug #125812, about XPointer in XInclude
7838 failing but not returning an error.
7839
7840Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
7841
7842 * valid.c: fixed bug #125811 related to DTD post validation
7843 where the DTD doesn't pertain to a document.
7844
7845Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
7846
7847 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
7848 the XML_PARSE_NONET parser option.
7849 * xmllint.c: converted xmllint.c to use the option instead of
7850 relying on the global resolver variable.
7851
7852Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7853
7854 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
7855 support to the reader interface. Lot of testing of the walker,
7856 various bug fixes.
7857 * xmllint.c: added --walker and made sure --xinclude --stream --debug
7858 works as expected
7859 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
7860 result/XInclude/*.rdr: added regression tests for the walker and
7861 XInclude xmlReader support, had to slightly change a couple of tests
7862 because the walker can't distinguish <foo/> from <foo></foo>
7863
7864Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
7865
7866 * tree.c nanohttp.c threads.c: second BeOS patch from
7867 Marcin 'Shard' Konicki
7868
7869Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7870
7871 * parser.c: always generate line numbers
7872
7873Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7874
7875 * parser.c: fixed another regression introduced in fixing #125823
7876
7877Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7878
7879 * python/libxml.c: previous fix for #124044 was broken, correct
7880 fix provided.
7881 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
7882 and the error handlers to address #125877
7883
7884Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7885
7886 * parser.c: side effect of #123105 patch, namespace resolution
7887 would fail when defined in internal entities, fixes #125823
7888
7889Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7890
7891 * python/libxml.c: be more defensive in the xmlReader python bindings
7892 fixing bug #124044
7893
7894Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7895
7896 * valid.c: the a-posteriori DTD validation code was not validating
7897 the namespace declarations, this fixes #124110
7898
7899Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
7900
7901 * xmlIO.c: enhanced to bypass compression detection code
7902 when input file is stdin (bug 125801)
7903
7904Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7905
7906 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
7907
7908Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7909
7910 * xpath.c: more fixes about unregistering objects
7911 * include/libxml/relaxng.h: applied patch from Mark Vakoc
7912 missing _cplusplus processing clause
7913
7914Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
7915
7916 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
7917
7918Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
7919
7920 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
7921 Marcin 'Shard' Konicki to provide BeOS thread support.
7922
7923Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7924
7925 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
7926 from Steve Ball to make a schema parser from a preparsed document.
7927
7928Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7929
7930 * tree.c: applied a couple of patches from Mark Lilback about text
7931 nodes coalescing
7932
7933Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7934
7935 * xpath.c: change suggested by Anthony Carrico when unregistering
7936 a namespace prefix to a context
7937 * hash.c: be more careful about calling callbacks with NULL payloads.
7938
7939Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7940
7941 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
7942 regenerated docs and APIs
7943 * parser.c: cleanup and last change to fix #123105
7944
7945Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7946
7947 * HTMLparser.c: Fix #124907 by simply backporting the same
7948 fix as for the XML parser
7949 * result/HTML/doc3.htm.err: change to ID detecting modified one
7950 test result.
7951
7952Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7953
7954 * parser.c include/libxml/parser.h: included a new function
7955 to reuse a Push parser context, based on Graham Bennett original
7956 code
7957 * valid.c: in HTML, a name in an input is not an ID
7958 * TODO: bug list update
7959
7960Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
7961
7962 * xpath.c: applied patch from nico@xtradyne.com for #125030
7963
7964Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7965
7966 * Makefile.am: cleanup
7967 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
7968 sometimes the error handlers can get a parser context on DTD
7969 errors, and sometime they don't. So be very careful when trying
7970 to grab those informations.
7971
7972Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
7973
7974 * tree.c: applied patch from Kasimier Buchcik which fixes a
7975 problem in xmlSearchNs introduced in 2.6.0
7976
7977Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
7978
7979 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
7980
7981Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7982
7983 * tree.c: fix bug #125047 about serializing when finding a
7984 document fragment node.
7985
7986Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
7987
7988 * testSAX.c: fix bug #125592 need a NULL check
7989 * include/libxml/chvalid.h: rename a parameter
7990
7991Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
7992
7993 * parser.c: applied patch from #123105 about defaulted attributes
7994 from element coming from an entity
7995
7996Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
7997
7998 * xmllint.c: fixed warning message from IRIX (bug 125182)
7999 * python/libxml.py: removed tabs, replaced with spaces
8000 (bug 125572)
8001
8002Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8003
8004 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8005 if xmlNewInputFromFile() fails.
8006 * xmlreader.c: avoid using _private for the node or document
8007 elements.
8008
8009Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8010
8011 * win32/configure.js: added declaration for verMicroSuffix
8012
8013Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8014
8015 * libxml.m4: applied patch from Patrick Welche provided in
8016 bug #125432 , future proofing the .m4 file.
8017 * parser.c: resetting the context should also reset the error
8018 * TODO: problem of conformance w.r.t. E20 was raised in the
8019 XML Core telconf and libxml2 isn't conformant there.
8020
8021Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8022
8023 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8024
8025Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8026
8027 * chvalid.c genChRanges.py: Stephane Bidoul pointed out another
8028 small glitch missing a const
8029
8030Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8031
8032 * chvalid.c genChRanges.py: Stephane Bidoul pointed out that
8033 it doesn't define IN_LIBXML
8034
8035Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8036
8037 * win32/Makefile.mingw: typo pointed out by Stephane Bidoul
8038
8039Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8040
8041 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8042 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8043
8044Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8045
8046 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8047
8048Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8049
8050 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8051 * doc/*: updated and regenerated the docs and API
8052
8053Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8054
8055 * SAX2.c error.c tree.c: moved the line number to their proper
8056 field in elements now.
8057
8058Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8059
8060 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8061 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8062 added the xmlWriter module contributed by Alfred Mickautsch
8063 * include/libxml/tree.h: added room for line and extra information
8064 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8065 of them introduced in September
8066 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8067
8068Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8069
8070 * Makefile.am configure.in xmldwalk.c xmlreader.c
8071 include/libxml/Makefile.am include/libxml/xmldwalk.h
8072 include/libxml/xmlversion.h.in: removing xmldwalk module
8073 since it got merged with the xmlreader.
8074 * parser.c: cleanup
8075 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8076 rebuilt the API
8077 * python/tests/Makefile.am python/tests/reader7.py
8078 python/tests/walker.py: adding regression testing for the
8079 new xmlreader APIs, new APIs for reader creation, including
8080 makeing reader "walker" operating on preparsed document trees.
8081
8082Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8083
8084 * entities.c, valid.c: fixed problem reported on the mailing
8085 list by Melvyn Sopacua - wrong argument order on functions
8086 called through xmlHashScan.
8087
8088Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8089
8090 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8091
8092Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8093
8094 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8095 tested it through the xslt regression suite.
8096
8097Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8098
8099 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8100 allowing to grab the content without forcing allocations.
8101 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8102 * xpath.c xmldwalk.c: removed a couple of comment errors.
8103
8104Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8105
8106 * parser.c: applied patch from Chris Anderson to change back
8107 memcmp with CMPx()
8108
8109Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8110
8111 * HTMLparser.c: fixed to not send NULL to %s printing
8112 * python/tests/error.py result/HTML/doc3.htm.err
8113 result/HTML/test3.html.err result/HTML/wired.html.err
8114 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8115 up some of the regression tests error
8116
8117Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8118
8119 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8120 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8121 Fixed the HTTP<->parser interraction, which should fix 2 long
8122 standing bugs #104790 and #124054 , this also fix the fact that
8123 HTTP error code (> 400) should not generate data, we usually
8124 don't want to parse the HTML error information instead of the
8125 resource looked at.
8126
8127Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8128
8129 * doc/Makefile.am: enhanced the installation of tutorial files
8130 to avoid installing CVS subdirectories (bug 122943)
8131
8132Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8133
8134 * xmlIO.c: fixed segfault when input file not present
8135 * tree.c: changed output formatting of XML_CDATA_SECTION
8136 (bug 120917)
8137
8138Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8139
8140 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8141 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8142 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8143 xpath.c: Changed all (?) occurences where validation macros
8144 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8145 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8146 many warning messages on certain platforms, and also high-
8147 lights places in the library which may need to be enhanced
8148 for proper UTF8 handling.
8149
8150Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8151
8152 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8153 doc/apibuild.py: enhanced to include enough comments to
8154 make the api doc generation happy.
8155
8156Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8157
8158 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8159 to fix the HTTP/XML parser integration.
8160
8161Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8162
8163 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8164 for creating reader from sources or reusing a reader with
8165 a new source, like the xmlReadxx and xmlCtxtReadxxx
8166 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8167 doc/Makefile.am: regenerated the APIs
8168 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8169
8170Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8171
8172 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8173 include/libxml/parserInternals.h: enhanced macros to avoid
8174 breaking ABI from previous versions.
8175 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8176 defined in parserInternals.h. Makes maintenance much easier.
8177 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8178 compilation warnings
8179 * configuration.in: fixed pushHTML test error; enhanced for
8180 better devel (me) testing
8181
8182Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8183
8184 * legacy.c: remove the warning for startDocument(), as it is used by
8185 glade (or glade-python)
8186 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8187 invalid accesses found by running some Python based regression
8188 tests under valgrind. There is still a few leaks reported by the
8189 relaxng regressions which need some attention.
8190 * doc/Makefile.am: fixed a make install problem c.f. #124539
8191 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8192 patch from crutcher
8193
8194Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8195
8196 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8197 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8198 calls.
8199
8200Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8201
8202 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8203
8204Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8205
8206 * Makefile.am: small fix from Bjorn Reese
8207
8208Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8209
8210 * valid.c: fix a call missing arguments
8211
8212Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8213
8214 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8215 a bug in the range search; enhanced range generation (inline code
8216 if a small number of intervals); enhanced the readability of the
8217 output files.
8218
8219Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8220
8221 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8222 chvalid.def from scratch based on XML 2nd edition REC
8223 and regenerated the code.
8224
8225Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8226
8227 * check-xml-test-suite.py: removed some annoying warnings
8228 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8229 in the PubidChars definition, regenerated, there is still
8230 a bug left somewhere
8231 * genChRanges.py: save the header directly in include/libxml/
8232 * configure.in: I generated a 2.6.0beta6 earlier today
8233
8234Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8235
8236 * fixed small error on previous commit (chvalid.h in
8237 base dir instead of include directory)
8238
8239Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8240
8241 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8242 new files for a different method for doing range validation
8243 of character data.
8244 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8245 include/libxml/parserInternals.h: modified for new range method.
8246 * catalog.c: small enhance for warning message (using one
8247 of the new range routines)
8248
8249Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8250
8251 * valid.c include/libxml/valid.h: adding an serror field to
8252 the validation context breaks the ABI for the xmlParserCtxt
8253 structure since it's embedded by content and not by reference
8254
8255Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8256
8257 * configure.in: patch from Mike Hommey
8258 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8259 Bidoul
8260 * parser.c: fix the potentially nasty access to ctxt->serror
8261 without checking first that the SAX block is version 2
8262
8263Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8264
8265 * SAX2.c: fixed a nasty bug with interning some text strings
8266 * configure.in: prepare for beta5 of 2.6.0
8267 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8268 better error handling for I/O and converted FTP and HTTP
8269 * parser.c: fixed another bug
8270
8271Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8272
8273 * SAX2.c: fixed uninitialized new field.
8274 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8275 all messages
8276
8277Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8278
8279 * include/libxml/tree.h: make room in Doc, Element, Attributes
8280 for PSVI type informations.
8281
8282Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8283
8284 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8285 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8286 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8287 include/libxml/parser.h include/libxml/valid.h
8288 include/libxml/xmlerror.h: Setting up the framework for structured
8289 error reporting, touches a lot of modules, but little code now
8290 the error handling trail has been cleaned up.
8291
8292Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8293
8294 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8295
8296Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8297
8298 * xpath.c: cleanup
8299 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8300 to the new error mechanism
8301
8302Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8303
8304 * error.c xmlschemas.c: a bit of cleanup
8305 * result/schemas/*.err: updated with the new result strings
8306
8307Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8308
8309 * xpath.c: fixed bug 124061
8310
8311Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8312
8313 * Makefile.am: cleanup
8314 * encoding.c: fix a funny typo
8315 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8316 converted the Schemas code to the new error handling. PITA,
8317 still need to check output from regression tests.
8318
8319Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8320
8321 * HTMLtree.c include/libxml/xmlerror.h: converted too
8322 * tree.c: small cleanup
8323
8324Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8325
8326 * xinclude.c: comment fix
8327 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8328 to the new infrastructure
8329
8330Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8331
8332 * xmlIO.c: final error handling cleanup
8333 * xinclude.c error.c: converted XInclude to the new error handling
8334 * include/libxml/xmlerror.h: added XInclude errors
8335
8336Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8337
8338 * parser.c: bug in compression saving was crashing galeon
8339 reported by teuf
8340
8341Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8342
8343 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8344 I/O error path
8345
8346Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8347
8348 * xmlIO.c: better handling of error cases
8349
8350Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8351
8352 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8353 cleaning up error handling in the I/O module.
8354
8355Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8356
8357 * xmlregexp.c include/libxml/xmlerror.h: error handling
8358 cleanup of the Regexp module.
8359
8360Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8361
8362 * tree.c: converting the tree module too
8363 * error.c include/libxml/xmlerror.h: created a simpler internal
8364 error reporting function.
8365
8366Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8367
8368 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8369 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8370 error reporting that time.
8371 * threads.c: applied the two patches for TLS threads
8372 on Windows from Jesse Pelton
8373 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8374 return is always zero terminated. Should also help detecting
8375 passing wrong buffer size easilly.
8376 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8377 updated the results to follow the errors string generated by
8378 last commit.
8379
8380Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8381
8382 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8383 handling in the Relax-NG module.
8384
8385Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8386
8387 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8388 module to teh new error reporting. Better default report, adds
8389 the element associated if found, context and node are included
8390 in the xmlError
8391 * python/tests/reader2.py: the error messages changed.
8392 * result/relaxng/*: error message changed too.
8393
8394Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8395
8396 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8397 win32/configure.js: applied patch from Stéphane Bidoul to
8398 fix the compilation of 2.6.0 code on Win32
8399
8400Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8401
8402 * check-xml-test-suite.py: fixing the script
8403 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8404 memcmp calls, seems to not break conformance, slightly inflate
8405 the size of the gcc generated code though.
8406
8407Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8408
8409 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8410 more cleanup of error handling in parserInternals, sharing the
8411 routine for memory errors.
8412
8413Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8414
8415 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8416 include/libxml/xmlerror.h: more code cleanup, especially around
8417 error messages, the HTML parser has now been upgraded to the new
8418 handling.
8419 * result/HTML/*: a few changes in the resulting error messages
8420
8421Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8422
8423 * parser.c include/libxml/xmlerror.h: more error/warning
8424 handling cleanups, the XML parser module should be okay now.
8425
8426Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8427
8428 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8429 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8430 integrated the xmlDocWalker API given by Alfred Mickautsch,
8431 and providing an xmlReader like API but working on a xmlDocPtr.
8432
8433Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8434
8435 * Makefile.am: more cleanup in make tests
8436 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8437 in the transition to the new error reporting strategy.
8438 * python/tests/reader2.py result/VC/* result/valid/*:
8439 few changes in the strings generated by the validation output
8440
8441Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8442
8443 * Makefile.am: changed 'make tests' to use a concise output,
8444 scrolling to see where thing broke wasn't pleasant
8445 * configure.in: some beta4 preparation, but not ready yet
8446 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8447 new error handling code, last error informations are stored
8448 in the parsing context or a global variable, new APIs to
8449 handle the xmlErrorPtr type.
8450 * parser.c parserInternals.c valid.c : started migrating to the
8451 new error handling code, it's a royal pain.
8452 * include/libxml/parser.h include/libxml/parserInternals.h:
8453 moved the definition of xmlNewParserCtxt()
8454 * parser.c: small potential buffer access problem in push code
8455 provided by Justin Fletcher
8456 * result/*.sax result/VC/PENesting* result/namespaces/*
8457 result/valid/*.err: some error messages were sligthly changed.
8458
8459Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8460
8461 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8462 function (wrapper around snprintf)
8463
8464Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8465
8466 * entities.c: Fix error on output of high codepoint charref like
8467 &#x10FFFF; , reported by Eric Hanchrow
8468
8469Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8470
8471 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8472 of a pain murrayc is really gonna be.
8473
8474Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8475
8476 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8477
8478Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8479
8480 * entities.c legacy.c parser.c: made the predefined entities
8481 static predefined structures to avoid the work, memory and
8482 hazards associated to initialization/cleanup.
8483
8484Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8485
8486 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8487 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8488 include/libxml/parser.h include/libxml/parserInternals.h
8489 include/libxml/xmlversion.h.in: added a new configure
8490 option --with-push, some cleanups, chased code size anomalies.
8491 Now a library configured --with-minimum is around 150KB,
8492 sounds good enough.
8493
8494Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8495
8496 * libxml-2.0-uninstalled.pc.in: New file for building against
8497 uninstalled libxml2 builds.
8498 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8499 * .cvsignore: Ignore the new generated *.pc file.
8500
8501Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8502
8503 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8504 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8505 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8506 added 2 new configure option: --with-reader --with-sax1
8507 to allow removing the reader or non-xmlReadxxx() interfaces.
8508
8509Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8510
8511 * configure.in entities.c tree.c valid.c xmllint.c
8512 include/libxml/tree.h include/libxml/xmlversion.h.in:
8513 Adding a configure option to remove tree manipulation
8514 code which is not strictly needed by the parser.
8515
8516Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8517
8518 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8519 patch from Marcin 'Shard' Konicki
8520
8521Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8522
8523 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8524 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8525 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8526 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8527 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8528 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8529 include/libxml/catalog.h include/libxml/debugXML.h
8530 include/libxml/entities.h include/libxml/nanohttp.h
8531 include/libxml/relaxng.h include/libxml/tree.h
8532 include/libxml/valid.h include/libxml/xmlIO.h
8533 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8534 include/libxml/xpathInternals.h python/libxml.c:
8535 Okay this is scary but it is just adding a configure option
8536 to disable output, this touches most of the files.
8537
8538Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8539
8540 * xmlmemory.c: better fix, avoids breaking the python bindings
8541
8542Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8543
8544 * xmlmemory.c: fix a compilation problem when configuring
8545 with debug but without mem-debug
8546
8547Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8548
8549 * Makefile.am: cleanup, creating a new legacy.c module,
8550 made sure make tests ran in reduced conditions
8551 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8552 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8553 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8554 increased the modularization, allow to configure out
8555 validation code and legacy code, added a configuration
8556 option --with-minimum compiling only the mandatory code
8557 which then shrink to 200KB.
8558
8559Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8560
8561 * parser.c: fix a bug raised by the Mips compiler.
8562 * include/libxml/SAX.h include/libxml/parser.h: move the
8563 SAXv1 block definitions to parser.h fixes bug #123380
8564 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8565 the attribute and element pool borken 2 commits ago.
8566 Start playing with an entry point to preserve a subtree.
8567 * entities.c: remove a warning.
8568
8569Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8570
8571 * encoding.c, parser.c, relaxng.c: further (final?) minor
8572 changes for compilation warnings. No change to logic.
8573
8574Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8575
8576 * parser.c: fixed small problem with missing entities (test/ent2)
8577
8578Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8579
8580 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8581 if the result is not well formed that ctxt->myDoc is not NULL
8582 and uses the context dictionnary.
8583
8584Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8585
8586 * parser.c: other patches from William Brack to avoid
8587 compilation warnings on AIX.
8588
8589Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8590
8591 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8592 avoid compilation warnings on some (e.g. AIX) systems
8593
8594Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8595
8596 * parserInternals.c: fixed a backward compatibility problem
8597 when formatting "deprecated SAXv1 function ignorableWhitespace"
8598 could be reproduced by xmllint --format
8599
8600Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8601
8602 * doc/libxml2-api.xml: rebuilt the API
8603 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8604 --nocdata and --nsclean to remove CDATA section and surperfluous
8605 namespace declarations
8606 * parser.c SAX2.c: implementation of the 2 new options
8607
8608Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8611 added the same htmlRead APIs than their XML counterparts
8612 * include/libxml/parser.h: new parser options, not yet implemented,
8613 added an options field to the context.
8614 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8615 is found within a cdata section.
8616 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8617 result/cdata2.sax test/cdata2: add one more cdata test
8618
8619Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8620
8621 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8622 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8623 base URL parameter when not loading from a file or URL.
8624
8625Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8626
8627 * configure.in: preparing a beta3 solving the ABI problems
8628 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8629 include/libxml/globals.h include/libxml/SAX.h: make sure the
8630 global variables for the default SAX handler are V1 ones to
8631 avoid ABI compat problems.
8632 * xmlreader.c: cleanup of uneeded code
8633 * hash.c: fix a comment
8634
8635Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8636
8637 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8638 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8639 fixing some comments to avoid warnings from apibuild.py
8640
8641Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8642
8643 * win32/configure.js: patch from Stephane Bidoul for configuring
8644 the beta2 version #123104
8645
8646Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
8647
8648 * Makefile.am: adding repeated parsing and validating tests
8649 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
8650 DOM tree building interfaces use the dictionary from the
8651 parsing context to build the element and attributes names
8652 as well as formatting spaces and short text nodes
8653 * include/libxml/dict.h dict.c: added some reference counting
8654 for xmlDictPtr because they can be shared by documents and
8655 a parser context.
8656 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
8657 functions and use the standard ones now.
8658 * xmllint.c: add --nodict
8659 * python/libxml.c: fix a stupid bug so that ns() works on
8660 attribute nodes.
8661
8662Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8663
8664 * parser.c include/libxml/parser.h: adding a new set of
8665 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
8666 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
8667 a clear define of xmlParserOption, xmlCtxtUseOptions()
8668 should simplify custom parsing without being tempted to
8669 use global variables, and xmlCtxtReset() should allow reuse
8670 of a context for multiple parsing.
8671 * xmllint.c: switched to use xmlReadXXX, allow options to
8672 be used simultaneously with less troubles.
8673 * tree.c: simple warning removal
8674 * doc/apibuild.py: small fix
8675 * doc/libxml2-api.xml win32/libxml2.def.src: updated
8676
8677Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8678
8679 * parser.c: revert xmlCreateDocParserCtxt() since this break
8680 the parseDoc() python bindings
8681
8682Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8683
8684 * parser.c: make sure xmlDetectSAX2() is called only at
8685 parsing time to avoid breaking apps changing the SAX
8686 callbacks after context allocation, change xmlCreateDocParserCtxt()
8687 to use an immutable buffer instead of a copy
8688
8689Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8690
8691 * xmlIO.c: applied patch from Markus Keim fixing a problem
8692 with I/O callback registration.
8693 * include/libxml/xmlerror.h: fixed #122994 comment numbering
8694 for xmlParserErrors
8695
8696Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8697
8698 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
8699 really a const xmlChar*
8700 * xmlreader.c include/libxml/xmlreader.h: addin the
8701 xmlTextReaderConstString() to get an interned string from
8702 the reader
8703
8704Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
8705
8706 * error.c: fixed a warning message (trivial)
8707 * doc/search.php: removed incorrect warning message when word
8708 search not found in last of multiple tables (bug 119535)
8709
8710Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8711
8712 * configure.in: preparing a 2.6.0-beta2 release
8713 * xmlIO.c: avoid a warning
8714 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
8715 by Chris Ryland
8716 * include/libxml/dict.h: add a QName access lookup to the
8717 dictionary.
8718 * xmlreader.c include/libxml/xmlreader.h: adding const access
8719 based on the dictionary interface for string read from the
8720 reader, the node content access is still TODO, it's too different
8721
8722Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8723
8724 * SAX2.c: fixing namespace DTD validations
8725 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
8726 namespaces is slightly different now.
8727 * Makefile.am: report the memory used in Timingtests (as well as time)
8728
8729Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
8730
8731 * Makefile.am: add streaming on memory regression tests, found
8732 bad bugs in the reader interface
8733 * xmlreader.c: fixing bugs w.r.t. very large names, and special
8734 condition in end of file.
8735 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
8736 adding immutable buffers, and parser input based on those,
8737 but this should not be used (yet) for general parsing
8738 * parser.c: added a comment about using immutable buffers for
8739 general parsing.
8740 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
8741 output of the regression tests
8742 * xmllint.c: using the immutable buffers when streaming on
8743 mmaped file (--stream --memory)
8744
8745Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8746
8747 * dict.c: the last patch broke unicity of returned strings, removed
8748
8749Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8750
8751 * Makefile.am: add a Timingtests target to check bad behaviour
8752 from the streaming engine
8753 * dbgen.pl dbgenattr.pl: perl script to generate big instances
8754 * xmlreader.c: fix a bad behaviour on large buffer inputs
8755
8756Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8757
8758 * dict.c xmlreader.c: two small improvements
8759
8760Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8761
8762 * parserInternals.c: avoid a leak with previous patch
8763
8764Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8765
8766 * python/libxml.c: use stderr and not stdout for default errors
8767 in python environment bug #122552
8768
8769Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8770
8771 * parserInternals.c: small fix from Rob Richards for input filename
8772 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
8773 * xmlIO: adding a guard in one function
8774
8775Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8776
8777 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
8778 reducing memory allocation and free and avoiding expensive routines
8779
8780Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8781
8782 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
8783 seriously with per-document dict and element and attribute nodes
8784 reuse in the xmlReader. This seems to lead to an interesting
8785 speedup of the xmlReader already.
8786
8787Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8788
8789 * dict.c include/libxml/dict.h: do string allocations in large
8790 pools, allowing to find if a string pertain to a dict quickly
8791 * xmllint.c: fix --stream --repeat --timing
8792 * Makefile.am: the testThreads run output should be seen.
8793
8794Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
8795
8796 * SAX2.c include/libxml/parser.h: starting work on reusing the
8797 parser dictionary for the element and attribute tag names.
8798 Add pools for Element and Attributes in the parser context,
8799 which should help speeding up the reader.
8800 * Makefile.am result/*.rdr : adding non-python reader regression
8801 tests.
8802
8803Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8804
8805 * SAX2.c parser.c valid.c: starting to cleanup some of the
8806 problems exposed by the W3C/NIST regression suite.
8807 * result/ent7.sax result/xml2.sax: small fixes.
8808
8809Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8810
8811 * parser.c: more parser error factoring
8812
8813Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8814
8815 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
8816
8817Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8818
8819 * parser.c include/libxml/xmlerror.h: factoring of more
8820 error handling code, serious size reduction and more lisibility
8821 of the resulting code.
8822 * parserInternals.c parser.c include/libxml/parserInternals.h
8823 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
8824 checks are done, use a counter for entities. Entities where freed and
8825 reallocated at the same address failing the check.
8826 * tree.c: avoid a warning
8827 * result/valid/* result/VC/*: this slightly changes some validation
8828 error messages.
8829
8830Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
8831
8832 * valid.c: fixed bug 121759 - early declaration of
8833 attribute-list in external DTD
8834
8835Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8836
8837 * parser.c include/libxml/xmlerror.h: starting cleaning up
8838 error handling, factorize error processing
8839 * doc/xmllint.html: update of the page, remove --sgml
8840
8841Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
8842
8843 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
8844 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
8845 broken pseudo SGML DocBook parser code.
8846
8847Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
8848
8849 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
8850 valgrind pointed out the strings overlapped. cleanup .
8851
8852Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8853
8854 * tree.c: applied speedup to xmlSearchNs() as suggested by
8855 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
8856 applying the same trick.
8857
8858Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8859
8860 * parser.c parserInternals.c tree.c include/libxml/parser.h
8861 include/libxml/xmlerror.h: adding namespace checkings
8862 while making sure they still parse as wellformed documents.
8863 Add an nsWellFormed status report to the context, and
8864 provide new appropriate error codes.
8865 * Makefile.am result/namespaces/* test/namespaces/*: add
8866 specific regression testing for the new namespace support
8867 * test/att5 result/noent/att5 result/att5 result/att5.sax:
8868 add more coverage for the attribute parsing and normalization
8869 code.
8870
8871Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * threads.c: backport of a thread bugfix from 2_5_X branch
8874
8875Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
8876
8877 * parser.c: fixed a bug in one corner case of attribute parsing.
8878
8879Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8880
8881 * configure.in doc/* : 2.6.0beta1 changes
8882 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
8883 normalization, might not be totally fixed but this should
8884 make sure SAX event provide the right strings for attributes
8885 except entities for which libxml2 is different by default
8886 This should fix #109564
8887 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
8888 in attribute callback values
8889 * result/c14n/with-comments/example-4
8890 result/c14n/without-comments/example-4: this also fixes a subtle
8891 bug in the canonicalization tests.
8892
8893Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 Time to commit 3 days of work rewriting the parser internal,
8896 fixing bugs and migrating to SAX2 interface by default. There
8897 is some work letf TODO, like namespace validation and attributes
8898 normalization (this break C14N right now)
8899 * Makefile.am: fixed the test rules
8900 * include/libxml/SAX2.h include/libxml/parser.h
8901 include/libxml/parserInternals.h SAX2.c parser.c
8902 parserInternals.c: changing the parser, migrating to SAX2,
8903 adding new interface to switch back to SAX1 or initialize a
8904 SAX block for v1 or v2. Most of the namespace work is done
8905 below SAX, as well as attribute defaulting
8906 * globals.c: changed initialization of the default SAX handlers
8907 * hash.c tree.c include/libxml/hash.h: added QName specific handling
8908 * xmlIO.c: small fix
8909 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
8910 version code path
8911 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
8912 pointed out a typo in a very old test namespace
8913
8914Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
8915
8916 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
8917 of compressed files, setting doc->compressed appropriately
8918 (bug #120503).
8919
8920Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8921
8922 * parser.c: try to cope with the fact that apps may still
8923 have allocated smaller SAX callbak block
8924
8925Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8926
8927 * dict.c: allow to give -1 for undefined length in lookups
8928 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
8929 first round of work on the new SAX2 interfaces, the API
8930 will change but commiting before changing for historical
8931 reference.
8932
8933Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
8934
8935 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
8936 sax->warning with wrong params).
8937
8938Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8939
8940 * include/libxml/globals.h: patch from Stéphane Bidoul to export
8941 globals entry points to the python bindings
8942
8943Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8944
8945 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
8946 by default instead of "HTML"
8947 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
8948 avoiding calls to "areBlanks" when not needed.
8949 * include/libxml/parser.h include/libxml/tree.h: some structure
8950 extensions for future work on using per-document dictionaries.
8951
8952Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8953
8954 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
8955 tree, keeping result in the same tree, added SAXtests to the
8956 default "make tests"
8957
8958Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8959
8960 * include/libxml/xmlexports.h: defined additional macros which
8961 affect exports and added mingw section
8962
8963Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
8964
8965 * doc/index.py: fixed problem parsing xhtml docs
8966 * doc/xmlreader.html,doc/guidelines.html: small modification
8967 to avoid problem in python parsing.
8968 * doc/search.php: fixed upper case filename problem for XSLT docs
8969
8970Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
8971
8972 * xinclude.c: patch from Mark Vakoc that allows compiling
8973 with XInclude but without XPointer support.
8974
8975Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
8976
8977 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
8978 to add --libtool-libs option to xml2-config script.
8979
8980Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
8981
8982 * doc/README.docs, doc/Makefile.am: new file added,
8983 giving some description of the documentation generation process
8984 * doc/search.php: fixed problem with upper case on filenames
8985
8986Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8987
8988 * win32/Makefile.bcb: updates by Eric Zurcher
8989
8990Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8991
8992 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
8993 to compensate for pollution from Igor's header taint
8994 (quick before Daniel notices)
8995
8996Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8997
8998 * SAX2.c: fixed a namespace error on attribute reporting bug
8999 pointed out by Tobias Reif
9000 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9001 using xmlsn instead of xmlns...
9002
9003Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9004
9005 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9006 typos reported by Mark Vakoc
9007
9008Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9009
9010 add:
9011 * doc/tutorial/api.html
9012 * doc/tutorial/ar01s09.html
9013 * doc/tutorial/includexpath.c
9014 updated
9015 * doc/tutorial/*.html
9016 fix my bad - forgot to check in new files when I last
9017 updated
9018
9019Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9020
9021 * win32/Makefile.bcb: new file, support for Borland C++
9022 * xmllint.c: fixed time inclusion for various compilers
9023
9024Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9025
9026 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9027 few casts to shut the compiler warnings
9028
9029Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9030
9031 * win32/Makefile.* win32/configure.js: fixed for mingw
9032
9033Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9034
9035 * globals.c threads.c: fixing bug #120870 try to avoid problem
9036 with uninitialized mutexes
9037
9038Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9039
9040 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9041 up with multiple states, select the "best" one. Fix #120682
9042 * result/relaxng/tutor11_2_3.err: small change resulting
9043
9044Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9045
9046 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9047
9048Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9049
9050 * include/libxml/[threads-xpointer].h: realigned parameters
9051 after taint
9052
9053Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9054
9055 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9056 as reported by Eric Zurcher
9057
9058Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9059
9060 * relaxng.c: fixed bug #120386 again a problem introduced when
9061 trying to reuse automata for content validation. Fix a bug report
9062 problem on zeroOrMore
9063 * result/relaxng/tutor3_7_err: change slightly error reporting.
9064
9065Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9066
9067 * include/libxml/Makefile.am: make sure the new header will
9068 be included when generating a new distribution.
9069
9070Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9071
9072 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9073 routines which led to bug #120040 and the ones reported by
9074 Martijn Faassen
9075
9076Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9077
9078 * include/libxml/parserInternals.h include/libxml/relaxng.h
9079 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9080 parameters after taint.
9081
9082Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9083
9084 * include/libxml/xmlversion.h.in: moved export defs to a separate
9085 file for consistency.
9086 * include/libxml/xmlexports.h: new file, contains export defs.
9087
9088Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9089
9090 * include/libxml/*.h genUnicode.py: exportability taint
9091 of the headers.
9092
9093Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9094
9095 * SAX.c: make the deprecated interfaces log an error message
9096 to be sure it won't get used.
9097
9098Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9099
9100 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9101 Adding new version of the SAX interface, it's not there yet,
9102 currently just preparing the work
9103 * globals.c parser.c SAX.c include/libxml/SAX.h
9104 include/libxml/globals.h include/libxml/parser.h: doing some
9105 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9106 while keeping functionalities, preparing SAX2 integration.
9107 * dict.c: small cleanup.
9108
9109Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9110
9111 * tree.c: fixes a small bug introduced in last commit and detected
9112 by valgrind.
9113
9114Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9115
9116 * dict.c hash.c: optimization when freeing hash tables.
9117 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9118 allocations
9119 * parser.c parserInternals.c include/libxml/parser.h: keep a
9120 single allocated block for all the attributes callbacks,
9121 avoid useless malloc()/free()
9122 * tree.c: do not realloc() when growing a buffer if the buffer
9123 ain't full, malloc/memcpy/free avoid copying memory.
9124
9125Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9126
9127 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9128 --dtdvalidfpi for Tobias Reif
9129
9130Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9131
9132 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9133 new dictionary module to keep a single instance of the names used
9134 by the parser
9135 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9136 switched all parsers to use the dictionary internally
9137 * include/libxml/HTMLparser.h include/libxml/parser.h
9138 include/libxml/parserInternals.h include/libxml/valid.h:
9139 Some of the interfaces changed as a result to receive or return
9140 "const xmlChar *" instead of "xmlChar *", this is either
9141 insignificant from an user point of view or when the returning
9142 value changed, those function are really parser internal methods
9143 that no user code should really change
9144 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9145 the docs were regenerated
9146
9147Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9148
9149 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9150
9151Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9152
9153 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9154 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9155
9156Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9157
9158 * doc/API*.html, doc/html/*: regenerated API documentation
9159 for xmlsoft.org (part of Bug 119535)
9160
9161Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9162
9163 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9164 doc/libxml2-api.xml: Minor changes to comments, etc. for
9165 improving documentation generation
9166 * doc/Makefile.am: further adjustment to auto-generation of
9167 win32/libxml2.def.src
9168
9169Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9170
9171 * News configure.in: preparing libxml2-2.5.10 release
9172 * doc/* : updated the doc and rebuilt
9173
9174Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9175
9176 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9177 Malcolm Tredinnick with the patch he suggested.
9178
9179Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9180
9181 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9182
9183Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9184
9185 * uri.c: fixing an use of strcpy() where both strings overlap
9186 pointed out by valgrind.
9187
9188Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9189
9190 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9191 some compilation warnings.
9192 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9193 plus some cleanup and better error reporting.
9194
9195Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9196
9197 * encoding.c: applied UTF-16 encoding handling patch provided by
9198 Mark Itzcovitz
9199 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9200 not having iconv support.
9201
9202Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9203
9204 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9205 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9206 mingw compiler on Windows.
9207
9208Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9209
9210 * parser.c: fixed the serious CPU usage problem reported by
9211 Grant Goodale
9212 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9213 missing in htmlSAXParseDoc
9214
9215Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9216
9217 * doc/Makefile.am: Removed dependency from libxml2.def.src
9218
9219Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9220
9221 * autogen.sh: took away the requirement for automake-1.4,
9222 changed the messages for getting auto* tools to current
9223 gnu pages.
9224 * configure.in: added check for Linux Dec alpha requiring
9225 -ieee flag, fixed test for ipv6
9226 * trionan.c: fixed problem for compiling on Linux Dec alpha
9227 using native compiler
9228 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9229 whenever libxml2-api.xml is changed.
9230
9231Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9232
9233 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9234 is not used.
9235
9236Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9237
9238 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9239
9240Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9241
9242 * News configure.in: preparing libxml2-2.5.9 release
9243 * doc/* : updated the doc and rebuilt
9244
9245Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9246
9247 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9248 definition to get a correct API XML description. This was apparently
9249 breaking Windows build.
9250
9251Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9252
9253 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9254 the progressive HTML parser front-end on large character data
9255 island leading to an erroneous end of data detection by the
9256 parser. Some cleanup too to get closer from the XML progressive
9257 parser.
9258
9259Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9260
9261 * win32/configure.js: Added in support for the ISO8859X
9262 module (patch provided by Jesse Pelton)
9263
9264Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9265
9266 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9267 when the library is not initialized and one try to save, the
9268 locks in threaded env might not been initialized, playing safe
9269 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9270 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9271 his tests to the regression suite.
9272
9273Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9274
9275 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9276 (with apologies to Igor) - Enhanced handling of docb and
9277 nanohttp.
9278
9279Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9280
9281 * encoding.c: further small changes for warnings when
9282 configured with --with-iconv=no
9283
9284Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9285
9286 * error.c trionan.[ch] testThreads.c python/generator.py:
9287 further small changes to elminate most of the remaining
9288 warnings.
9289
9290Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9291
9292 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9293 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9294 python/libxml.c include/libxml/xmlmemory.h: small changes
9295 to syntax to get rid of compiler warnings. No changes
9296 to logic.
9297
9298Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9299
9300 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9301
9302Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9303
9304 * tree.c: fixed a small problem in the patch for #118763
9305 * result/HTML/doc3.htm*: this reverts back to the previous result
9306
9307Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9308
9309 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9310 and rebuilt, apparently some C++ wrappers are not available,
9311 c.f. bug #118943
9312
9313Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9314
9315 * tree.c: fixing HTML attribute serialization bug #118763
9316 applying a modified version of the patch from Bacek
9317 * result/HTML/doc3.htm*: this modifies the output from one test
9318
9319Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9320
9321 * tree.c include/libxml/tree.h: added a new API to split a
9322 QName without generating any memory allocation
9323 * valid.c: fixed another problem with namespaces on element
9324 in mixed content case
9325 * python/tests/reader2.py: updated the testcase with
9326 Bjorn Reese fix to reader for unsignificant white space
9327 * parser.c HTMLparser.c: cleanup.
9328
9329Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9330
9331 * catalog.c: trying to fix #118754 of possible recursion in the
9332 catalogs. Not fantastically happy about the current fix since
9333 it's likely to break under very thread intensive concurrent
9334 access to the catalog. Better solution might to keep the depth
9335 an extra argument to the resolution functions.
9336
9337Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9338
9339 * valid.c: fixed bug #118712 about mixed content, and namespaced
9340 element names.
9341 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9342 in the regression tests
9343
9344Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9345
9346 Coninuing work on bug 118559
9347 * DOCBparser.c: removed 2 unsed vars
9348 * xmlregexp.c: changed some numeric const to their enum symbols
9349 * xmlreader.c: changed one var define from int to enum
9350 (a little more to be done, awaiting co-ordination)
9351 * relaxng.c: deleted one unused var
9352 * xmllint.c: deleted some unused vars, changed one arg
9353 val from int to enum
9354 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9355 * xmlIO.c: fixed typo from last night (small warning msg)
9356
9357Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9358
9359 Working on bug 118559
9360 * error.c: deleted unused variable
9361 * parserInternals.c: deleted unneeded 'const' qualifier
9362 * parser.c: changed variable type for enum temp storage
9363 * xmlIO.c: changed debugging var to be inside #ifdef
9364 * valid.c: removed unused variable
9365 * HTMLparser.c: removed some unneeded 'const' qualifiers
9366 * xpath.c: added some type casts, removed some unused vars
9367 * xinclude.c: added one type cast
9368 * nanohttp.c: repositioned some #ifdef to avoid unused var
9369 * nanoftp.c: removed unused var
9370
9371Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9372
9373 * HTMLparser.c: applied a patch from William Brack about
9374 the problem of parsing very large HTML instance with comments
9375 as raised by Nick Kew
9376
9377Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9378
9379 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9380 patch from Bjorn Reese for xmlTextReaderNodeType() and
9381 significant whitespace. There is an enum for node type
9382 values now.
9383
9384Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9385
9386 * encoding.c: applying patch from Peter Jacobi to added
9387 ISO-8859-x encoding support when iconv is not available
9388 * configure.in include/libxml/xmlversion.h.in
9389 include/libxml/xmlwin32version.h.in: added the glue needed
9390 at the configure level and made it the default for Windows
9391
9392Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9393
9394 * python/generator.py python/libxml.c python/libxml2class.txt:
9395 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9396 in python
9397
9398Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9399
9400 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9401 cleanup patch, and also avoided a possible memory leak
9402
9403Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9404
9405 * encoding.c: fix the previous commit
9406
9407Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9408
9409 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9410 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9411 some future cleanup of UTF8 handling
9412
9413Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9414
9415 * xpath.c: applied a change suggested by Sean Griffin in bug
9416 #118494 about a memory leak in EXSLT
9417
9418Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9419
9420 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9421 when fixing the previous Relax-NG bugs
9422 * result/relaxng/*: This slightly changes the output messages of
9423 some regression tests.
9424 * configure.in: added support of -with-fexceptions for nested C++
9425 support.
9426
9427Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9428
9429 * doc/tutorial/apa.html
9430 * doc/tutorial/apb.html
9431 * doc/tutorial/apc.html
9432 * doc/tutorial/apd.html
9433 * doc/tutorial/ape.html
9434 * doc/tutorial/apf.html
9435 * doc/tutorial/apg.html
9436 * doc/tutorial/aph.html
9437 * doc/tutorial/ar01s02.html
9438 * doc/tutorial/ar01s03.html
9439 * doc/tutorial/ar01s04.html
9440 * doc/tutorial/ar01s05.html
9441 * doc/tutorial/ar01s06.html
9442 * doc/tutorial/ar01s07.html
9443 * doc/tutorial/ar01s08.html
9444 * doc/tutorial/index.html
9445 * doc/tutorial/ix01.html
9446 * doc/tutorial/xmltutorial.pdf
9447 * doc/tutorial/xmltutorial.xml
9448 update tutorial with XPath example
9449
9450Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9451
9452 * SAX.c parser.c: fixing a bug about a special case of namespace
9453 handling, this closes bug #116841
9454
9455Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9456
9457 * relaxng.c result/relaxng/*: checked and fixed the compilation
9458 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9459 This slightly changes the output messages of some regression tests.
9460
9461Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9462
9463 * xmlreader.c: fixed an out of bound error #118052 , the good
9464 part if that base64 code was not in use yet ...
9465
9466Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9467
9468 * doc/xmllint.html
9469 include html version of the xmllint man page, so an
9470 up-to-date version is visible on the Web
9471
9472Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9473
9474 * xinclude.c include/libxml/xinclude.h: added a new API
9475 xmlXIncludeProcessTree() to process XInclude only on a subtree
9476 this should fix bug #115385
9477
9478Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9479
9480 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9481 the error callback and parameters of parsing and validation
9482 contexts
9483 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9484 on text nodes.
9485
9486Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9487
9488 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9489 when using the push XML parser.
9490 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9491 added the test to the regression suite.
9492
9493Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9494
9495 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9496 as suggested by Rob Richards
9497
9498Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9499
9500 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9501 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9502 to unsigned int and a couple of others.
9503
9504Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9505
9506 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9507
9508Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9509
9510 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9511
9512Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9513
9514 * globals.c threads.c: fixes some problem when freeing unititialized
9515 mutexes
9516
9517Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9518
9519 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9520 directly, some cleanups
9521 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9522 validation code.
9523
9524Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9525
9526 * win32/configure.js: Jesse Pelton pointed out a problem in the
9527 javascript code.
9528
9529Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9530
9531 * NEWS doc/*: regenerated
9532 * nanoftp.c nanohttp.c: might fix includes problems with the
9533 Ipv6 support on solaris
9534 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9535 defined as #IMPLIED
9536
9537Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9538
9539 * configure.in doc/*: preparing release 2.5.8
9540 * nanohttp.c: changed some preprocessor block
9541 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9542 hexBinary schema datatype and adding support for totalDigits and
9543 fractionDigits facets.
9544
9545Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9546
9547 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9548
9549Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9550
9551 * xinclude.c: fixed bug #116095 removing the error message when
9552 reapplying XInclude to a document.
9553
9554Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9555
9556 * xmlIO.c: applied small changes to portability layer for
9557 compilation on DJGPP Ms-DOS compiler.
9558
9559Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9560
9561 * parser.c HTMLparser.c: use the character() SAX callback
9562 if the cdataBlock ain't defined.
9563 * xpath.c: fix bug #115349 allowing compilation when configured
9564 with --without-xpath since the Schemas code needs NAN and co.
9565
9566Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9567
9568 Fixed problem with multi-threading, shown by the test program
9569 testThreads. After fix, ran mutiple tests on various speed
9570 machines (single and dual processor X86), which all seem okay.
9571
9572 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9573
9574 * threads.c: added missing initialisation for condition variable
9575 in xmlNewRMutex.
9576
9577Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9578
9579 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9580 closing bug #114837
9581
9582 * configure.in: Added checks for IPv6 support and getaddrinfo().
9583
9584 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9585
9586 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9587
9588 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9589 field or sockaddr_in field, depending upon the availability of IPv6
9590 support.
9591 have_ipv6(): Added to check for run-time IPv6 support.
9592 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9593 Modified to parse a URI with IPv6 address given in [].
9594 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9595 resolution, if it is available on the system, as gethostbyname
9596 does not return IPv6 addresses on some platforms.
9597 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9598 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9599 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9600 we are dealing with.
9601
9602 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9603 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9604 a URI with IPv6 address given in [].
9605 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9606 available on the system. Also IPv6 addresses will be resolved by
9607 gethostbyname only if IPv6 run-time support is available.
9608 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9609
9610Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9611
9612 * win32/configure.js include/win32config.h
9613 include/libxml/xmlversion.h.in: Applied the patch for BCB
9614 by Eric Zurcher.
9615
9616Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9617
9618 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9619 due to #115104 and while fixing #115101 . HTML URLs must not
9620 be version dependant.
9621
9622Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9623
9624 * entities.c: do not generate &quot; for " outside of attributes
9625 * result//*: this changes the output of some tests
9626
9627Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9628
9629 * parser.c xmlIO.c: trying to fix #114277 about when file
9630 remapping and escaping should really be attempted.
9631
9632Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9633
9634 * doc/*: applied a patch from Gman for building docs
9635 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9636 Gary Pennington to provide an allocator for xmlValidCtxt
9637 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9638 #113580 about data not being passed immediately.
9639
9640Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9641
9642 * tree.c: applied a couple of patches from Mark Itzcovitz
9643 to handle saving back "UTF-16" documents.
9644
9645Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
9646
9647 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
9648 some work done while in the Maldives (hence the timezone on the
9649 laptop !)
9650 * result/schemas/length3* test/schemas/deter0_*
9651 test/schemas/group0_*: some tests added too
9652
9653Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9654
9655 * encoding.c: small fix
9656 * xmlIO.c: fixed an error message
9657
9658Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9659
9660 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
9661 accepting an improper UTF8 sequence
9662
9663Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9664
9665 * threads.c: applied the patch from Stéphane Bidoul for getting
9666 rid of extra threads in a dynamic library.
9667 * win32/configure.js: threads default to 'native' now.
9668
9669Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
9670
9671 * HTMLtree.c: fixing bug #112904: html output method escaped
9672 plus sign character in URI attribute.
9673
9674Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
9675
9676 * build_glob.py global.data globals.c parser.c
9677 include/libxml/globals.h: patch from Stéphane Bidoul for setting
9678 up threads global defaults.
9679 * doc/libxml2-api.xml: this extends the API with new functions
9680 * python/tests/Makefile.am python/tests/reader2.py
9681 python/tests/thread2.py: integrated the associated testcase and
9682 fixed the error string used in reader2
9683
9684Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
9685
9686 * configure.in libxml.spec.in python/Makefile.am: trying
9687 to conciliate --with-python= requirements and RPM builds,
9688 a PITA really...
9689
9690Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
9691
9692 * HTMLparser.c: oops last commit introduced a memory leak.
9693
9694Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9695
9696 * xmllint.c doc/xmllint.xml: added --nonet option
9697 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
9698 xsltproc or xmllint
9699 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
9700 rebuilt
9701 * HTMLparser.c: cleaned up the HTML parser context build when
9702 using an URL
9703
9704Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
9705
9706 * libxml.spec.in: added a comment about bug #112902
9707
9708Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
9709
9710 * minor cleanup of configure '--help' display
9711 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
9712
9713Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9714
9715 * tree.c: PI nodes in external subset were not freed :-\
9716 fixes bug #112842
9717
9718Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
9719
9720 * xmllint.c: added --schema option to run WXS schema validation
9721 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
9722 tried to improve error reporting in the Schema code, some cleanup
9723 too.
9724
9725Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9726
9727 * xmlschemas.c: fixed some problems in the handling of errors,
9728 and attributes addressed by references.
9729 * test/schemas/* result/schemas/*: dropped the verbosity level
9730 and added a couple of new tests
9731
9732Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9733
9734 * relaxng.c: Stéphane Bidoul found an off by one addressing
9735 error on the error handling.
9736
9737Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
9738
9739 * xmlschemastypes.c: trying to fix #112673
9740
9741Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
9742
9743 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
9744 warning, this fixed a bug and should close #111574
9745
9746Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
9747
9748 * xmlschemas.c: fixing bug #104081 with xs:all with an element
9749 holding minOccurs="0"
9750 * test/schemas/all_* result/schemas/all_*: added some regression
9751 tests for that bug
9752 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
9753 Garry Pennington to compile without schemas support.
9754
9755Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9756
9757 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
9758
9759Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9760
9761 * xml2-config.in: try to fix Red hat bug #89957, do not
9762 output -L/usr/lib64
9763 * xmlreader.c: fixed a typo in a comment
9764
9765Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
9766
9767 * doc/tutorial/aph.html, ix01.html
9768 forgot to cvs add the new files. Thanks to Roland van Laar
9769 for pointing this out
9770
9771Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
9772
9773 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
9774 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
9775 to the XML/XSLT doc generation closing #111799
9776 * doc/html/*: complete update of the HTML results
9777
9778Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9779
9780 * win32/defgen.xsl: fixed the conditional for unicode map,
9781 removed hardcoded schema entries
9782
9783Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9784
9785 * win32/defgen.xsl: new file, stylesheet for generating
9786 win32/libxml2.def.src from doc/libxml2-api.xml
9787 * win32/libxml2.def.src: is autogenerated from now on, changes
9788 to this file will not appear here anymore
9789
9790Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9791
9792 * win32/configure.js python/setup.py.in: applied patch
9793 from Stéphane Bidoul for the Python bindings on the new
9794 release.
9795
9796Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9797
9798 * debugXML.c: included libxml/uri.h for xmlCanonicPath
9799 declaration
9800 * win32/configure.js: thread-enabled build is now default
9801 * win32/libxml2.def.src: added more exports
9802
9803Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9804
9805 * NEWS doc/*.xsl doc/*.html: updated the web site separated
9806 developers from common pages, made the transition to XHTML1,
9807 added validity checking to the makefile rules.
9808
9809Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9810
9811 * parser.c: fix for xmlIOParseDTD same as previous and reported
9812 by Petr Pajas
9813
9814Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9815
9816 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
9817 closing #111638
9818
9819Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9820
9821 * python/generator.py: fixed a problem in the generator where
9822 the way functions are remapped as methods on classes was
9823 not symetric and dependant on python internal hash order,
9824 as reported by Stéphane Bidoul
9825
9826Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
9827
9828 * doc/tutorial:
9829 xmltutorial.xml
9830 xmltutorial.pdf
9831 *.html
9832 add appendix on generating compiler flags, more indexing
9833
9834Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
9835
9836 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
9837 to get libxml-2.5.7 to compile on OpenVMS
9838
9839Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
9840
9841 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
9842
9843Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9844
9845 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
9846 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
9847 man page based on xsltproc and a stylesheet PI in the XML.
9848
9849Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9850
9851 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
9852 character preventing rendering by the man command.
9853
9854Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9855
9856 * NEWS configure.in: preparing release 2.5.7
9857 * doc/*: updated and rebuilt the docs
9858 * doc/apibuild.py: fixed the script
9859
9860Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9861
9862 * Makefile.am doc/apibuild.py: make sure the OOM code don't
9863 get in the way of the builds
9864 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
9865
9866Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9867
9868 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
9869 Memory test from Havoc Pennington #109368
9870 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
9871 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
9872 include/libxml/parser.h: a lot of memory allocation cleanups
9873 based on the results of the OOM testing
9874 * check-relaxng-test-suite2.py: seems I forgot to commit the
9875 script.
9876
9877Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9878
9879 * xmlschemastypes.c: trivial fix for 109774 removing a warning
9880
9881Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9882
9883 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
9884 more places where xmlCanonicPath() must be used to convert
9885 filenames to URLs, trying to fix #111088
9886
9887Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9888
9889 * python/libxml.c python/libxml.py: applied patch from
9890 Brent M Hendricks adding binding for xmlCatalogAddLocal
9891
9892Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9893
9894 * HTMLparser.c: tried to fix #98879 again in a more solid
9895 way.
9896
9897Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9898
9899 * win32/libxml2.def.src: added more exports from the relaxng and
9900 xmlreader clan
9901
9902Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9903
9904 * SAX.c test/valid/ns* test/result/ns*: applied the patch
9905 provided by Brent Hendricks fixing #105992 and integrated the
9906 examples in the testsuite.
9907
9908Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9909
9910 * TODO: updated a bit
9911 * configure.in: fixed the comment, threads now default to on
9912 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
9913
9914Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9915
9916 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
9917 xmlreader.c include/libxml/parser.h: a lot of performance work
9918 especially the speed of streaming through the reader and push
9919 interface. Some thread related optimizations. Nearly doubled the
9920 speed of parsing through the reader.
9921
9922Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
9923
9924 * doc/xmllint.xml
9925 * doc/xmllint.1
9926 update man page to explain use of --stream
9927
9928Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9929
9930 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
9931 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
9932 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
9933 include/libxml/globals.h include/libxml/xmlmemory.h: added
9934 xmlMallocAtomic() to be used when allocating blocks which
9935 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
9936 to allow registering the full set of functions needed by
9937 a garbage collecting allocator like libgc, ref #109944
9938
9939Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9940
9941 * configure.in: switched to have thread support enabled by default,
9942 didn't got troubles with ABI compatibility on Linux, hope it
9943 won't break on strange OSes, if yes, report the system ID
9944 * doc/libxml2-api.xml: just rebuilt the API
9945
9946Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9947
9948 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
9949 added support for large file, tested with a 3+GB instance,
9950 and some cleanup.
9951 * catalog.c: added a TODO
9952 * Makefile.am: added some "make tests" comments
9953
9954Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9955
9956 * relaxng.c: some cleanups
9957 * doc/xmlreader.html: extended the document to cover RelaxNG and
9958 tree operations
9959 * python/tests/Makefile.am python/tests/reader[46].py: added some
9960 xmlReader example/regression tests
9961 * result/relaxng/tutor*.err: updated the output of a number of tests
9962
9963Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
9964
9965 * relaxng.c: valgrind pointed out an uninitialized variable error.
9966
9967Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9968
9969 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
9970 xmlreader.c: augnemting the APIs, cleanups.
9971 * parser.c: cleanup bug #111005
9972 * xmlIO.c: added some missing comments
9973
9974Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9975
9976 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
9977 trying to improve the subset compiled, and more testing.
9978 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
9979 documentation
9980 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
9981 * result/relaxng/*.err: fix some of the outputs
9982
9983Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
9984
9985 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
9986 include/libxml/xmlreader.h: implemented streaming of
9987 RelaxNG (when possible) on top of the xmlReader interface,
9988 provided it as xmllint --stream --relaxng .rng .xml
9989 This seems to mostly work.
9990 * Makefile.am: updated to test RelaxNG streaming
9991
9992Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9993
9994 * relaxng.c include/libxml/relaxng.h: integrated the regexp
9995 based validity checking of fragments of the document for
9996 which the RNG can be compiled to regexps. Works on all regression
9997 tests, only fix needed is related to error messages.
9998
9999Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10002 include/libxml/xmlregexp.h: Starting work precompiling
10003 parts of RelaxNG schemas. Not plugged onto validity checking
10004 yet, just the regexp building part. Needed to extend some
10005 of the automata and regexp APIs.
10006
10007Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10008
10009 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10010 xmllint --stream and xmllint --stream --valid returns errors
10011 code appropriately
10012
10013Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10014
10015 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10016 and Next() operation to work on subtrees within the reader
10017 framework.
10018 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10019 * python/tests/reader5.py: added an example for those new
10020 functions of the reader.
10021
10022Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10023
10024 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10025
10026Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10027
10028 * xmlreader.c: fixing HasValue for namespace as raised by
10029 Denys Duchier
10030
10031Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10032
10033 * HTMLparser.c include/libxml/HTMLparser.h: exported
10034 htmlCreateMemoryParserCtxt() it was static
10035
10036Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10037
10038 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10039 update from Charles Bozeman for date and duration types
10040 * test/schemas/date_0.* test/schemas/dur_0.*
10041 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10042
10043Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10044
10045 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10046 fixing bug #107129, removing excessive allocation and calls
10047 to *printf in the code to build QName strings.
10048
10049Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10050
10051 * win32/libxml2.def.src: fixed conditional exports, reported by
10052 Luke Murray.
10053
10054Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10055
10056 * parser.c: fixed a possible problem with xmlRecoverMemory()
10057
10058Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10059
10060 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10061 triostr.h: Bjorn sent an update for the TRIO portability layer.
10062
10063Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10064
10065 * win32/libxml2.def.src: exported new functions
10066
10067Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10068
10069 * configure.in NEWS: preparing release 2.5.6
10070 * doc/*: updated and rebuilt the docs
10071
10072Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10073
10074 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10075 on C14Ntests
10076
10077Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * relaxng.c: one more fixup of error message reporting
10080
10081Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10082
10083 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10084 variable pointed out by valgrind
10085
10086Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10087
10088 * relaxng.c: try to work on bug #109225 and provide better
10089 error reports.
10090 * result/relaxng/* : this change the output of a number of tests
10091 * xinclude.c: fixing the parsed entity redefinition problem
10092 raised on the list.
10093 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10094
10095Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10096
10097 * xmlschemastypes.c: fixed date comparison to handle the tzo
10098 The only failures left are disagreements on Notations and
10099 '+1' not being allowed for ulong, uint, ushort and ubyte.
10100
10101Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10102
10103 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10104 to the XML Schemas errata
10105 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10106
10107Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10108
10109 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10110 and facets support. Currently only schemas with binHex or
10111 base64 don't compile. A few error left in the test suite:
10112 found 1035 test instances: 919 success 23 failures
10113 most are gdate or gdateyear failing check, and a few cases where
10114 James clark tests results are strange.
10115 * valid.c: allow to reuse the Notation checking routine without
10116 having a validation context.
10117 * SAX.c: removed a #if 0
10118
10119Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10120
10121 * xinclude.c: forgot to apply one check from #106931 patch
10122 * xmlschemastypes.c: more work on XML Schemas datatypes
10123
10124Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10125
10126 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10127 on cleaning up XML Schemas datatypes based on James Clark tests
10128 test/xsdtest/xsdtest.xml
10129
10130Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10131
10132 * relaxng.c: implemented comparisons for Schemas values.
10133 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10134 some bugs in duration handling, comparisons for durations
10135 and decimals, removed all memory leaks pointed out by James
10136 testsuite. Current status is now
10137 found 238 test schemas: 197 success 41 failures
10138 found 1035 test instances: 803 success 130 failures
10139
10140Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10141
10142 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10143 leaks in the W3C XML Schemas code
10144 * xmlschemastypes.c: implemented nonPositiveInteger
10145 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10146 fixed the test and result.
10147
10148Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10149
10150 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10151 parser and a typo
10152 * xmlschemastypes.c: reindenting, fixing a memory access
10153 problem with dates.
10154
10155Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10156
10157 * parser.c: fixing #109227 providing more context in case of
10158 start/end tag mismatch
10159 * python/tests/ctxterror.py python/tests/readererr.py: update the
10160 tests accordingly
10161
10162Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10163
10164 * xinclude.c: should fix #109327 errors on memory accesses
10165
10166Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10167
10168 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10169 is an URI reference
10170
10171Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10172
10173 * xpath.c: fixed bug #109160 on non-ASCII IDs
10174
10175Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10176
10177 * parser.c: Norm suggested a nicer error message for xml:space values
10178 errors
10179
10180Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10181
10182 * xpath.c include/libxml/xpath.h: first part of the fix to
10183 performance bug #108905, adds xmlXPathOrderDocElems() providing
10184 document order for nodes.
10185 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10186
10187Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10188
10189 * xmlschemastypes.c: removing a warning with Sun compiler
10190 bug #109154
10191
10192Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10193
10194 * doc/xmllint.xml
10195 * doc/xmllint.1
10196 update xmllint man page with --relaxng option
10197
10198Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10199
10200 * python/setup.py.in : was missing "drv_libxml2.py"
10201
10202Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10203
10204 * tree.c xpath.c: some changes related to the new way of
10205 handling Result Value Tree, before 2.5.5
10206
10207Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10208
10209 * configure.in NEWS: preparing release 2.5.5
10210 * doc/* : updated the documentation and regenerated it.
10211
10212Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10213
10214 * xpath.c: fixed some problems related to #75813 about handling
10215 of Result Value Trees
10216
10217Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10218
10219 * uri.c: applied a set of patches from Lorenzo Viali correcting
10220 URI parsing errors.
10221
10222Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10223
10224 * parser.c: validity status was not passed back when validating in
10225 entities, but raised by Oliver Fischer
10226
10227Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10228
10229 * HTMLtree.c: avoid escaping ',' in URIs
10230
10231Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10232
10233 * parser.c: fixing bug #108976 get the ID/REFs to reference
10234 the ID in the document content and not in the entity copy
10235 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10236 stuff, better solution for #107208
10237 * xmlregexp.c: removed a direct printf, dohhh
10238 * xmlreader.c: fixed a bug on streaming validation of empty
10239 elements in entities
10240 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10241 cleanup of the validation tests
10242 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10243 added more ID/IDREF tests to the suite
10244
10245Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10246
10247 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10248 compiler.
10249
10250Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10251
10252 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10253
10254Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10255
10256 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10257 defined in entities content
10258
10259Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10260
10261 * SAX.c: Fixed validation bug #108858 on namespace names using
10262 entities and reported by Brent Hendricks
10263 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10264 --debug output.
10265
10266Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10267
10268 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10269 about the DocType node not being reported sometimes.
10270 * python/tests/reader.py: added to test to the regression checks
10271
10272Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10273
10274 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10275 reported by Edd Dumbill
10276
10277Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10278
10279 * HTMLparser.c parser.c parserInternals.c: patch from
10280 johan@evenhuis.nl for #107937 fixing some line counting
10281 problems, and some other cleanups.
10282 * result/HTML/: this result in some line number changes
10283
10284Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10285
10286 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10287 instead of libxml.spec
10288 * relaxng.c: fixed some of the error reporting excessive
10289 verbosity
10290 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10291 xmlschemastypes.c: removed some warnings from gcc
10292 * doc/libxml2-api.xml: rebuilt
10293
10294Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10295
10296 * relaxng.c: another optimization, for choice this time
10297 * result/relaxng/spec1* result/relaxng/tutor12_1*
10298 result/relaxng/tutor3_7: cleanups.
10299
10300Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10301
10302 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10303 * test/relaxng/testsuite.xml: augmented the test suite
10304 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10305 some schemas validation tests in the presence of foreign
10306 namespaces.
10307
10308Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10309
10310 * relaxng.c: added another interleave speedup.
10311
10312Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10313
10314 * xmlschemastypes.c: added integer and fixed one of the
10315 IDREFS regression tests pbm
10316 * result/relaxng/docbook_0.err: updated
10317
10318Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10319
10320 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10321 declared both in the DTD and in the Schemas <grin/>
10322 * relaxng.c: more debug, added a big optimization for <mixed>
10323 * test/relaxng/testsuite.xml: augmented the testsuite
10324 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10325 DocBook example to the regression tests
10326
10327Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10328
10329 * check-xsddata-test-suite.py: cosmetic change for output
10330 * relaxng.c: try to minimize calls to malloc/free for states.
10331
10332Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10333
10334 * tree.c: removed a warning
10335 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10336 support
10337 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10338 cleanup/improvements of the regression tests batch
10339 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10340
10341Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10342
10343 * relaxng.c: fixed error msg cleanup deallocation
10344 * xmlschemastypes.c: added a function to handle lists of
10345 atomic types, added support for IDREFS
10346
10347Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10348
10349 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10350 and IDREF, usable from RelaxNG now
10351 * include/libxml/xmlschemastypes.h: need to add a new interface
10352 because the validation modifies the infoset
10353 * test/relaxng/testsuite.xml: extended the testsuite
10354
10355Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10356
10357 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10358 shemas datatype ID/IDREF support still missing though.
10359 * xmlreader.c: fix a crashing bug with prefix raised by
10360 Merijn Broeren
10361 * test/relaxng/testsuite.xml: augmented the testsuite with
10362 complex inheritance tests
10363
10364Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10365
10366 * relaxng.c: switched back to the previous Relax-NG code base,
10367 the derivation algorithm need severe constraining code to avoid
10368 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10369 TEI based example and other bugs
10370 * result/relaxng/*err: updated the results
10371 * test/relaxng/testsuite.xml: started a new test suite
10372
10373Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10374
10375 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10376 that the original RelaxNG validation code was un-fixeable, it got
10377 rewritten to use the derivation algorithm from James Clark and
10378 redebugged it (nearly) from scratch:
10379 found 373 test schemas: 372 success 1 failures
10380 found 529 test instances: 529 success 0 failures
10381
10382Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10383
10384 * SAX.c parser.c: fix some recursion problems introduced in the
10385 last release.
10386 * relaxng.c: more debugging of the RNG validation engine, still
10387 problems though.
10388
10389Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10390
10391 * Makefile.am: stop generating wrong result file with * in name
10392 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10393 * result/relaxng/demo* test/relaxng/demo: added the tests from
10394 Sebastian reproducing the problem.
10395
10396Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10397
10398 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10399 up Aleksey's change
10400
10401Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10402
10403 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10404 variable to control the indentation for the xmllint "--format"
10405 option
10406
10407Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10408
10409 * encoding.c: applied Gennady's patch against buffer overrun
10410
10411Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10412
10413 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10414 Clark it appeared I had bug in URI parsing code ...
10415 * relaxng.c include/libxml/relaxng.h: completely revamped error
10416 reporting to not loose message from optional parts.
10417 * xmllint.c: added timing for RNG validation steps
10418 * result/relaxng/*: updated the result, all error messages changed
10419
10420Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10421
10422 * xpath.c: fix bug #107804, the algorithm used for document order
10423 computation was failing on attributes.
10424
10425Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10426
10427 * valid.c: fix bug #107764 , possibility of buffer overflow
10428 in xmlValidDebug()
10429
10430Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10431
10432 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10433 from Philipp Dunkel
10434
10435Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10436
10437 * xmlschemastype.c: made powten array static it should not be exported
10438 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10439 parser function.
10440 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10441
10442Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10443
10444 * tree.c: fixed a node dump crash on attributes
10445 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10446 an URI test bug and get better output.
10447
10448Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10449
10450 * check-xsddata-test-suite.py: give more infos
10451 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10452 REF->DEF in attribute values.
10453
10454Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10455
10456 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10457 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10458 regression tests from James Clark.
10459
10460Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * relaxng.c xmlschemas.c xmlschemastypes.c
10463 include/libxml/xmlschemastypes.h: added param support for relaxng
10464 type checking, started to increment the pool of simple types
10465 registered, still much work to be done on simple types and
10466 facets checkings.
10467
10468Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10469
10470 * entities.c: fixes again one of the problem raised by
10471 James Clark in #106788
10472
10473Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * relaxng.c: Fixed a couple of problem raised by James Clark
10476 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10477 datatype level still not fixed though.
10478
10479Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10480
10481 * configure.in: preparing release 2.5.4
10482 * doc/*: updated and rebuilt the docs
10483 * relaxng.c: removed warnings
10484 * result/relaxng/*: updated the results
10485
10486Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10487
10488 * valid.c: fixes a DTD regexp generation problem.
10489
10490Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10491
10492 * parser.c: fixes bug #105998 about false detection of
10493 attribute consumption loop.
10494
10495Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10496
10497 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10498
10499Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10500
10501 * SAX.c: fixed bug #105992
10502
10503Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10506 element.
10507 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10508 found 373 test schemas: 369 success 4 failures
10509 found 529 test instances: 525 success 4 failures
10510 * check-relaxng-test-suite.py: added memory debug reporting
10511
10512Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10513
10514 * uri.c parser.c: some warning removal on Igor's patch
10515 * tree.c: seems I messed up with #106788 fix
10516 * python/libxml.c: fixed some base problems when Python provides
10517 the resolver.
10518 * relaxng.c: fixed the interleave algorithm
10519 found 373 test schemas: 364 success 9 failures
10520 found 529 test instances: 525 success 4 failures
10521 the resulting failures are bug in the algorithm from 7.3 and
10522 lack of support for params
10523
10524Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10525
10526 * parser.c: another fix for nodeinfo in entities problem
10527 * tree.c entities.c: fixed bug #106788 from James Clark
10528 some spaces need to be serialized as character references.
10529
10530Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10531
10532 * parser.c uri.c: fixed the bug I introduced in the path
10533 handling, reported by Sebastian Bergmann
10534
10535Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10536
10537 * parser.c: fixing some nodeinfo in entities problem raised
10538 by Glenn W. Bach
10539 * relaxng.c: implemented the first section 7.3 check
10540 * result/relaxng/*: updated the results
10541
10542Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10543
10544 * relaxng.c: fixed some problems in the previous commit
10545 and finished implementing 4.16 rules checking
10546 found 373 test schemas: 353 success 20 failures
10547 found 529 test instances: 519 success 6 failures
10548 * result/relaxng/*: updated the results
10549
10550Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10551
10552 * relaxng.c: implemented checks from section 7.2
10553
10554Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10555
10556 * relaxng.c: implemented the checks from section 7.1, fixed
10557 some of the 4.20 and 4.21 problems.
10558 found 373 test schemas: 338 success 35 failures
10559 found 529 test instances: 519 success 6 failures
10560 * result/relaxng/*: updated the results
10561
10562Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10563
10564 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10565 * result/relaxng/*: updated the results
10566
10567Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10568
10569 * relaxng.c: more bugfixes
10570 * result/relaxng/*: updated the results
10571
10572Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10573
10574 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10575 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10576 * SAX.c: ensured xmlDoc.URL is always canonic
10577 * parser.c: obsoleted xmlNormalizeWindowsPath
10578 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10579 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10580 * win32/libxml2.def.src: added few exports
10581
10582Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10583
10584 * Makefile.am configure.in: patched to have shared libraries
10585 for Python regression tests and static binaries for gdb debug
10586 in my development environment
10587 * relaxng.c: more bugfixes
10588 found 373 test schemas: 296 success 77 failures
10589 found 529 test instances: 516 success 8 failures
10590 * result/relaxng/*: updated the results
10591
10592Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10593
10594 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10595
10596Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10597
10598 * xmlschemastypes.c: float/double check bugfix
10599 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10600 validation
10601 * xmlreader.c: add a TODO for Jody
10602 * relaxng.c: bugfix bugfix bugfix
10603 found 373 test schemas: 300 success 73 failures
10604 found 529 test instances: 507 success 10 failures
10605 * result/relaxng/*: updated the results
10606
10607Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10608
10609 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10610
10611Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10612
10613 * relaxng.c check-relaxng-test-suite.py: more work on the
10614 RelaxNG implementation conformance testing.
10615 found 373 test schemas: 284 success 89 failures
10616 found 529 test instances: 448 success 47 failures
10617 * result/relaxng/*: updated the results
10618
10619Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10620
10621 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10622 a patch from Kjartan Maraas to fix some typos
10623
10624Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10625
10626 * relaxng.c: more bug-hunting
10627 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10628 intermediate rng tree
10629 * python/generator.py: patch from Stephane Bidoul to fix the generator
10630 on python < 2.2
10631
10632Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10633
10634 * check-relaxng-test-suite.py relaxng.c: more testing on the
10635 Relax-NG front, cleaning up the regression tests failures
10636 current state and I forgot support for "mixed":
10637 found 373 test schemas: 280 success 93 failures
10638 found 529 test instances: 401 success 68 failures
10639 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10640 moved the Name, NCName and QName validation routine in tree.c
10641 * uri.c: fixed handling of URI ending up with #, i.e. having
10642 an empty fragment ID.
10643 * result/relaxng/*: updated the results
10644
10645Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10646
10647 * check-xinclude-test-suite.py: improved the script accordingly
10648 to the XInclude regression tests updates
10649 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
10650 November 2002
10651 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
10652 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
10653 augmented the Xpointer testsuite for the element() scheme
10654
10655Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10656
10657 * relaxng.c: added TODO for the DTD compatibility spec
10658 * xinclude.c: more bug fixes driven by the testsuite
10659
10660Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
10661
10662 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
10663 regression tests for XInclude, improved the script, improving
10664 XInclude error reporting mechanism
10665
10666Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10667
10668 * NEWS doc/* configure.in: preparing release 2.5.3
10669
10670Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10671
10672 * tree.c: trying to fix #104934 about some XHTML1 serialization
10673 issues.
10674
10675Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10676
10677 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
10678 encoding conversion when the input buffer stops in the
10679 middle of a multibyte char
10680
10681Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10682
10683 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
10684 * check-relaxng-test-suite.py: python script to run regression
10685 against OASIS RelaxNG testsuite
10686 * relaxng.c: some cleanup tweaks
10687 * HTMLparser.c globals.c: cleanups in comments
10688 * doc/libxml2-api.xml: updated the API
10689 * result/relaxng/*: errors moved files, so large diffs but
10690 no changes at the semantic level.
10691
10692Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10693
10694 * tree.c: fixing #105678 problem when dumping a namespace node.
10695
10696Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10697
10698 * xpath.c: fixed doc comment problems
10699 * python/generator.py python/libxml_wrap.h python/types.c: adding
10700 RelaxNG wrappers
10701 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
10702 test of those early Python RelaxNG bindings
10703
10704Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10705
10706 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
10707 * relaxng.c: found the validation problem I had with interleave
10708 when not covering all remaining siblings
10709 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
10710 testsuite and check the RNG schemas against the RNG schemas
10711 given in appendix A
10712
10713Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10714
10715 * win32/Makefile.msvc: updates for RelaxNG
10716 * win32/Makefile.mingw: updates for RelaxNG
10717 * win32/libxml2.def.src: added RelaxNG exports
10718
10719Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10720
10721 * xinclude.c: applied another bug fix from Sean Chittenden
10722
10723Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * configure.in xmllint.c: I f...ed up the default configuration
10726 of schemas and --relaxng option display in xmllint, pointed by
10727 Morus Walter.
10728 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
10729 detection module, fixes bug #105374.
10730
10731Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10732
10733 * xmlschemastypes.c: added the boolean base type.
10734
10735Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10736
10737 * xmlschemastypes.c: started implementing some of the missing
10738 default simple types
10739 * result/relaxng/*: updated the results
10740
10741Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10742
10743 * NEWS doc/*: updated the docs, ready for 2.5.2 release
10744
10745Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10746
10747 * HTMLparser.c tree.c xmlIO.c: comments cleanups
10748 * Makefile.am: use xmllint for doing the RelaxNG tests
10749 * configure.in: preparing 2.5.2 made schemas support default to
10750 on instead of off
10751 * relaxng.c: removed the verbosity
10752 * xmllint.c: added --relaxng option
10753 * python/generator.py python/libxml_wrap.h: prepared the integration
10754 of the new RelaxNG module and schemas
10755 * result/relaxng/*: less verbose output
10756
10757Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
10758
10759 * valid.c: do not run content model validation if the
10760 content is not determinist
10761
10762Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10763
10764 * SAX.c: added the redefinition of namespaced attribute
10765 check that was missing as Fabrice Desré pointed out.
10766
10767Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
10768
10769 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
10770 improvements from Nick Kew, allowing to do more checking
10771 to HTML elements and attributes.
10772
10773Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10774
10775 * xinclude.c: fixing bug #105137 about entities declaration
10776 needing to be copied to the including document.
10777
10778Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10779
10780 * catalog.c: fixed bug #104817 with delegateURI
10781 * xpath.c: fixing bugs #104123 and #104125
10782
10783Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
10784
10785 * configure.in valid.c xmlreader.c python/libxml_wrap.h
10786 python/types.c: fixing #104096 to compile without regexps
10787
10788Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10789
10790 * valid.c: fixing bug #103969 forgot to add an epsilon transition
10791 when building the automata for elem*
10792
10793Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10794
10795 * HTMLparser.c: applied patch from Arne de Bruijn fixing
10796 bug #103827
10797
10798Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10799
10800 * HTMLparser.c: updating a comment, fixing #103776
10801
10802Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
10803
10804 * parser.c: fixing bug 105049 for validity checking of content
10805 within recursive entities.
10806
10807Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10808
10809 * HTMLparser.c: try to fix # 105049
10810 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
10811 * tree.c: updated a function comment
10812
10813Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10814
10815 * relaxng: more work on grammars and refs/defs
10816 * test/relaxng/* result/relaxng/*: augmented/updated the
10817 regression tests
10818
10819Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
10820
10821 * relaxng: more work on name classes, except support
10822 * test/relaxng/* result/relaxng/*: augmented/updated the
10823 regression tests
10824
10825Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10826
10827 * relaxng: more work on name classes, the "validate all" schemas
10828 seems to work now.
10829 * test/relaxng/* result/relaxng/*: augmented/updated the
10830 regression tests
10831
10832Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10833
10834 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
10835 * parser.c: put a guard against infinite document depth, basically
10836 trying to avoid another kind of DoS attack.
10837 * relaxng.c: some code w.r.t. nameClasses
10838
10839Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10840
10841 * test/relaxng/* result/relaxng/*: check all the namespace support
10842 was actually correct based on tutorial section 10.
10843
10844Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * relaxng: include seems to work okay now
10847 * test/relaxng/* result/relaxng/*: augmented/updated the
10848 regression tests
10849
10850Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10851
10852 * relaxng.c: a bit of work done in the train back.
10853 * test/relaxng/*: added one of the include tests
10854
10855Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10856
10857 * relaxng: more work done in the train
10858 * test/relaxng/* result/relaxng/*: augmented/updated the
10859 regression tests
10860
10861Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10862
10863 * relaxng.c: debugging of externalRef
10864 * test/relaxng/* result/relaxng/*: augmented/updated the
10865 regression tests
10866
10867Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10868
10869 * relaxng.c: more work on Relax-NG, implementing externalRef
10870 * test/relaxng/* result/relaxng/*: augmented/updated the
10871 regression tests
10872 * Makefile.am: cleanup to Relaxtests target
10873
10874Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10875
10876 * relaxng.c: more work on Relax-NG, implementing interleave
10877 * test/relaxng/* result/relaxng/*: augmented/updated the
10878 regression tests
10879
10880Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
10881
10882 * relaxng.c: more work on Relax-NG, implementing interleave
10883 * test/relaxng/* result/relaxng/*: augmented/updated the
10884 regression tests
10885
10886Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
10887
10888 * doc/tutorial/customfo.xsl
10889 * doc/tutorial/customhtml.xsl
10890 adding stylesheet customizations used to generate fo
10891 for pdf and html
10892
10893Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10894
10895 * relaxng.c: more work on Relax-NG
10896 * test/relaxng/* result/relaxng/*: augmented/updated the
10897 regression tests
10898 * xmlschemastypes.c: added a number of base type definition but not
10899 the associated checks, those are still TODOs
10900
10901Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
10902
10903 in docs/tutorial:
10904 * apa.html
10905 * apb.html
10906 * apc.html
10907 * apd.html
10908 * ape.html
10909 * apf.html
10910 * apg.html
10911 * ar01s02.html
10912 * ar01s03.html
10913 * ar01s04.html
10914 * ar01s05.html
10915 * ar01s06.html
10916 * ar01s07.html
10917 * ar01s08.html
10918 * index.html
10919 * xmltutorial.pdf
10920 * xmltutorial.xml
10921 add index to tutorial
10922
10923Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
10924
10925 * doc/xmlcatalog.1
10926 * doc/xmlcatalog_man.html
10927 * doc/xmlcatalog_man.xml
10928 belatedly fixing bug #93622 (adds rewriteURI type to
10929 "--add" option in xmlcatalog man page
10930
10931Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10932
10933 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
10934 Julio Merino, closing #104475
10935
10936Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
10937
10938 * relaxng.c: more work on Relax-NG
10939 * test/relaxng/* result/relaxng/*: augmented/updated the
10940 regression tests
10941
10942Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
10943
10944 * relaxng.c: more work on Relax-NG
10945 * test/relaxng/* result/relaxng/*: augmented/updated the
10946 regression tests
10947
10948Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10949
10950 * README: updated the policy on private mail answers
10951 * relaxng.c: more work on Relax-NG
10952 * test/relaxng/* result/relaxng/*: augmented/updated the
10953 regression tests
10954
10955Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
10956
10957 * error.c parser.c tree.c: applied a documentation patch from
10958 Stefan Kost
10959
10960Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10961
10962 * relaxng.c: more work on Relax-NG
10963 * doc/*: regenerated the docs
10964 * test/relaxng/* result/relaxng/*: updated and augmented the
10965 Relax-NG regression tests and results
10966
10967Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10968
10969 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
10970 First commit of the new Relax-NG validation code, not generally
10971 useful yet.
10972 * test/relaxng/* result/relaxng/*: current state of the regression
10973 tests
10974
10975Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10976
10977 * tree.c: minimized the memory allocated for GetContent
10978 and a bit of cleanup.
10979
10980Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10981
10982 * python/generator.py: seems there is no good reasons to
10983 not generate bindings for XPointer
10984
10985Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10986
10987 * xmlreader.c doc/apibuild.py: applied a new patch from
10988 Stéphane Bidoul for cleanups
10989 * doc/libxml2-api.xml: rebuilt the API description with
10990 new entry points
10991
10992Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10993
10994 * xmlreader.c python/drv_libxml2.py python/generator.py
10995 python/libxml.c python/libxml.py python/libxml_wrap.h
10996 python/types.c: patch from Stéphane Bidoul for better per
10997 context error message APIs
10998 * python/tests/ctxterror.py python/tests/readererr.py:
10999 update of the tests
11000
11001Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11002
11003 * doc/guidelines.html
11004 grammar and spelling cleanup
11005
11006Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11009 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
11010 a patch from Stéphane Bidoul to allow per XMLtextReader error
11011 and warning handling
11012 * python/tests/Makefile.am python/tests/readererr.py: adding the
11013 specific regression test
11014
11015Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11016
11017 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11018 should raise a syntax error
11019
11020Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11021
11022 * python/libxml.c: cleanup patch from Stéphane Bidoul
11023
11024Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11025
11026 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11027
11028Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11029
11030 * python/generator.py python/libxml.c python/libxml.py
11031 python/libxml_wrap.h python/types.c: applied and fixed a patch
11032 from Stéphane Bidoul to provide per parser error handlers at the
11033 Python level.
11034 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11035 regression test for it.
11036
11037Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11038
11039 * xmlreader.c: fixed the streaming property of the reader,
11040 it was generating tree faster than consuming it. Pointed out
11041 by Nate Myers
11042 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11043
11044Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11045
11046 * win32/libxml2.def.src: added more xmlreader and other exports
11047
11048Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11049
11050 * xpath.c: fix to the XPath implementation for parent and
11051 ancestors axis when operating on a Result Value Tree.
11052 Fixes bug #100271
11053
11054Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11055
11056 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11057 to fix some URI/file escaping problems
11058
11059Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11060
11061 * python/generator.py: fixed a bug raised by Raymond Wiker,
11062 docSetRootElement() should not raise an exception if the
11063 return is None
11064
11065Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11066
11067 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11068 fixed bug #102181 by applying the suggested change and fixing
11069 the generation/registration problem.
11070
11071Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11072
11073 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11074 routines.
11075
11076Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11077
11078 * parser.c: one more IsEmptyElement crazyness, that time in
11079 external parsed entities if substitution is asked.
11080 * python/tests/reader3.py: added a specific test.
11081
11082Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11083
11084 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
11085 support and improved error handler registration
11086
11087Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11088
11089 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11090 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11091 * README: fixed a link
11092
11093Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11094
11095 * configure.in doc/* NEWS: preparing 2.5.1 release
11096 * SAX.c parser.c: fixing XmlTextReader bug
11097
11098Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11099
11100 * SAX.c: fuck, I introduced a memory leak on external parsed
11101 entities in 2.5.0 :-(
11102
11103Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11104
11105 * xmllint.c: another fix needed as pointed by Christophe Merlet
11106 for --stream --debug if compiled without debug support.
11107
11108Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11109
11110 * doc/xmllint.xml
11111 * doc/xmllint.1:
11112 update man page with --stream and --chkregister
11113
11114Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11115
11116 * globals.c: fixed --with-threads compile
11117 * xmllint.c: fixed --without-debug compile
11118 * include/libxml/globals.h: cleanup
11119 * include/libxml/schemasInternals.h: add a missing include
11120
11121Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * configure.in NEWS: preparing 2.5.0 release
11124 * SAX.c: only warn in pedantic mode about namespace name
11125 brokeness
11126 * globals.c: fix a doc generation problem
11127 * uri.c: fix #101520
11128 * doc/*: updated and rebuilt the doc for the release, includuding
11129 stylesheet update
11130 * python/Makefile.am: fix a filename bug
11131
11132Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11133
11134 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11135 should not be called.
11136
11137Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11138
11139 * libxml-2.0.pc.in: applied the patch to fix #101894
11140
11141Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11142
11143 * tree.c : applied patch from Lukas Schroeder for register callbacks
11144 * valid.c: modified patch from Lukas Schroeder to test
11145 register callbacks with --chkregister
11146
11147Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11148
11149 * xmlreader.c: seriously changed the way data are pushed to
11150 the underlying parser, go by block of 512 bytes instead of
11151 tryng to detect tag boundaries at that level. Changed the
11152 way empty element are detected and tagged.
11153 * python/tests/reader.py python/tests/reader2.py
11154 python/tests/reader3.py: small changes mostly due to context
11155 reporting being different and DTD node being reported. Some
11156 errors previously undetected are now caught and fixed.
11157 * doc/xmlreader.html: flagged last section as TODO
11158
11159Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11160
11161 * python/libxml.py: integrated the Python 2.2 optimizations
11162 from Hannu Krosing, while maintaining compatibility with
11163 1.5 and 2.1
11164
11165Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11166
11167 * xmllint.c: a bit of cleanup
11168 * xmlreader.c: small fix
11169 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11170 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11171
11172Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11173
11174 * python/setup.py.in: patch from Stéphane Bidoul to include
11175 drv_libxml2.py in setup.py
11176
11177Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11178
11179 * doc/xmlreader.html: starting documenting the new XmlTextReader
11180 interface.
11181
11182Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11183
11184 * xmllint.c: added the --stream flag to use the TextReader API
11185 * xmlreader.c: small performance tweak
11186
11187Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11188
11189 * xmlreader.c python/tests/reader2py: okay the DTD validation
11190 code on top of the XMLTextParser API should be solid now.
11191
11192Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11193
11194 * xmlreader.c python/tests/reader2py: Fixing some more mess
11195 with validation and recursive entities while using the
11196 reader interface, it's getting a bit messy...
11197
11198Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11199
11200 * xmlreader.c python/tests/reader.py: another couple of problem
11201 related to IsEmptyElement reported by Stéphane Bidoul needed
11202 some fixes.
11203
11204Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11205
11206 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
11207 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
11208 based on the python XmlTextReader interface.
11209
11210Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11211
11212 * tree.c: backing out one change in the last patch which broke the
11213 regression tests
11214
11215Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11216
11217 * global.data globals.c tree.c include/libxml/globals.h: applied
11218 an old patch from Lukas Schroeder to track node creation and
11219 destruction. Probably missing a lot of references at the moment
11220 and not usable reliably.
11221
11222Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11223
11224 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11225 from doc/news.html and a stylesheet
11226
11227Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11228
11229 * xmlreader.c python/tests/reader.py: fixed another couple of
11230 xmlreader bugs reported by Stéphane Bidoul and added tests.
11231
11232Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11233
11234 * xmlreader.c python/tests/reader2.py: fixed another validity
11235 checking in external parsed entities raised by Stéphane Bidoul
11236 and added a specific regression test.
11237 * python/tests/reader3.py: cleanup
11238
11239Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11240
11241 * xmlreader.c python/tests/reader2.py: fixed a problem with
11242 validation within entities pointed by Stéphane Bidoul, augmented
11243 the tests to catch those.
11244
11245Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11246
11247 * python/generator.py: modified the generator to allow keeping
11248 class references when creating new classes, needed to fix a bug
11249 pointed by Stéphane Bidoul where the input buffer of the
11250 xmlTextReader instance gets destroyed if the python wrapper for
11251 the input is not referenced anymore.
11252
11253Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11254
11255 * xmlreader.c python/tests/reader.py: fixed another pair of problem
11256 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
11257
11258Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11259
11260 * xmlreader.c python/tests/reader.py: fixed another problem
11261 pointed by Stéphane Bidoul
11262
11263Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11264
11265 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11266 with "<a/>"
11267
11268Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11269
11270 * SAX.c: warn on xmlns:prefix="foo"
11271 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11272 for namespace attributes handling.
11273
11274Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11275
11276 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11277 a really nasty problem raised by a DocBook XSLT transform
11278 provided by Sebastian Bergmann
11279
11280Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11281
11282 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
11283 by Stéphane Bidoul and integrated it into the tests
11284
11285Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11286
11287 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11288 extended the XmlTextReader API a bit, addding accessors for
11289 the current doc and node, and an entity substitution mode for
11290 the parser.
11291 * python/libxml.py python/libxml2class.txt: related updates
11292 * python/tests/Makefile.am python/tests/reader.py
11293 python/tests/reader2.py python/tests/reader3.py: updated a bit
11294 the old tests and added a new one to test the entities handling
11295
11296Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * python/generator.py python/libxml2class.txt
11299 python/tests/reader.py python/tests/reader2.py: changed the
11300 generator to provide casing for the XmlTextReader similar to
11301 C# so that examples and documentation are more directly transposable.
11302 Fixed the couple of tests in the suite.
11303
11304Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * doc/guidelines.html: added a document on guildeline for
11307 publishing and deploying XML
11308
11309Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11310
11311 * valid.c xmlreader.c: final touch running DTD validation
11312 on the XmlTextReader
11313 * python/tests/Makefile.am python/tests/reader2.py: added a
11314 specific run based on the examples from test/valid/*.xml
11315
11316Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11317
11318 * python/libxml.py: added a few predefined xmlTextReader parser
11319 configuration values.
11320
11321Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11322
11323 * python/libxml_wrap.h: trying to fix #102037
11324
11325Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11326
11327 * SAX.c: fixing bug #95296, when the predefined entities
11328 are redefined in the DTD the default one must be used
11329 instead anyway.
11330
11331Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11332
11333 * doc/xmllint.xml
11334 * doc/xmllint.1
11335 Add discussion of XML_DEBUG_CATALOG to xmllint man
11336 page - bug #100907
11337
11338Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11339
11340 * xmlreader.c: Fixed the empty node detection to avoid reporting
11341 an inexistant close tag.
11342
11343Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11344
11345 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
11346 for Python 2.1
11347
11348Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11349
11350 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11351
11352Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11353
11354 * doc/libxml2-api.xml python/tests/reader.py: one really need
11355 to provide the base URI information when creating a reader parser
11356 from an input stream. Updated the API and the example using it.
11357
11358Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11359
11360 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11361 include/libxml/valid.h include/libxml/xmlreader.h: working on
11362 DTD validation on top of xml reader interfaces. Allows to
11363 validate arbitrary large instances. This required some extensions
11364 to the valid module interface and augmenting the size of xmlID
11365 and xmlRef structs a bit.
11366 * uri.c xmlregexp.c: simple cleanup.
11367
11368Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11369
11370 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11371 work on the xml reader interfaces.
11372 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11373 Web page for the Windows binaries.
11374
11375Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11376
11377 * xmlIO.c: applied a patch for VMS following the report by
11378 Nigel Hall
11379
11380Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11381
11382 * parser.c: the parseStartTag bug fix wasn't complete.
11383
11384Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11385
11386 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11387 parseStartTag, fixing it.
11388 * test/att4 result/att4 result/noent/att4: adding the test
11389 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11390 more methods to XmlTextReader.
11391
11392Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11393
11394 * win32/libxml2.def.src: added more xml reader exports
11395 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11396 to the build
11397
11398Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11399
11400 * doc/tutorial/xmltutorial.xml
11401 plus generated html and pdf
11402 Updating tutorial again based on further comments from Niraj
11403 Tolia on the last iteration
11404
11405Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11406
11407 * doc/tutorial/xmltutorial.xml
11408 * doc/tutorial/includekeyword.c
11409 * doc/tutorial/includegetattribute.c
11410 plus generated html and pdf
11411 Adding fix from Niraj Tolia to tutorial to properly free memory.
11412
11413Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11414
11415 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11416 more methods of XmlTextReader.
11417 * python/libxml2class.txt python/tests/reader.py: this increased the
11418 methods in the bndings, augmented the test to check those new
11419 functions.
11420
11421Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11422
11423 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11424 methods of XmlTextReader.
11425 * python/generator.py python/libxml_wrap.h python/types.c
11426 python/libxml2class.txt: added the reader to the Python bindings
11427 * python/tests/Makefile.am python/tests/reader.py: added a specific
11428 test for the Python bindings of the Reader APIs
11429 * parser.c: small cleanup.
11430
11431Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11432
11433 * xinclude.c: fallback was only copying the first child not the
11434 full child list of the fallback element, closes #89684 as reopened
11435 by Bernd Kuemmerlen
11436
11437Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11438
11439 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11440
11441Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * configure.in: preparing release of 2.4.30
11444 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11445 gives enum values, fix functype return type, put back fields in
11446 structs
11447 * doc/*: updated the docs rebuilt
11448
11449Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11450
11451 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11452 about htmlNodeDumpOutput location.
11453 * xpath.c: removed an undefined function signature
11454 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11455 too many symbols in the API breaking the python bindings.
11456 Updated with the libxslt/libexslt changes.
11457
11458Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11459
11460 * configure.in: preparing release of 2.4.29
11461 * doc/*: rebuilt the docs and API
11462 * xmlreader.c: a few more fixes for the XmlTextReader API
11463
11464Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11465
11466 * include/win32config.h: applied mingw patch from Magnus Henoch
11467
11468Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11469
11470 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11471
11472Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11473
11474 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11475 building Python script, does the C parsing directly, generates
11476 a better API description including structure fieds defs and
11477 enums. Still a couple of bugs, but good enough for the python
11478 wrappers now.
11479 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11480 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11481 include/libxml/schemasInternals.h include/libxml/tree.h: more
11482 cleanup based on the python analysis script reports.
11483 * libxml.spec.in: make sure the API XML description is part of the
11484 devel package.
11485
11486Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11487
11488 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11489 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11490 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11491 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11492 code cleanup, especially the function comments.
11493 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11494
11495Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * Makefile.am xmlreader.c include/libxml/Makefile.am
11498 include/libxml/xmlreader.h: Adding a new set of APIs based on
11499 the C# TextXmlReader API but converted to C. Allow to parse
11500 in constant memory usage, far simpler to program and explain
11501 than the SAX like APIs, unfinished but working.
11502 * testReader.c: test program
11503
11504Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11505
11506 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11507
11508Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11509
11510 * tree.c: Chip turner indicated that XHTML1 serialization
11511 rule for style actually break on both IE and Mozilla,
11512 try to avoid the rule if escaping ain't necessary
11513
11514Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11515
11516 * nanhttp.c: handle HTTP URL escaping, problem reported by
11517 Glen Nakamura and Stefano Zacchiroli
11518
11519Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11520
11521 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11522
11523Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11524
11525 * uri.c: Johann Richard pointed out some XPointer problems for
11526 URN based URI references in XInclude. Modified the URI parsing
11527 and saving routines to allow correct parsing and saving of
11528 XPointers, especially when attached to "opaque" scheme accordingly
11529 to RFC 2396
11530
11531Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11532
11533 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11534 of refactoring to the HTML saving code.
11535 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11536 in the doc.
11537
11538Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11539
11540 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11541 to a buffer API to reuse the generic dump to an OutputIO layer,
11542 this reduces code, fixes xmlNodeDump() for XHTML, also made
11543 xmlNodeDump() now return the number of byte written.
11544
11545Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11546
11547 * python/setup.py.in: another patch from Stéphane Bidoul for
11548 Python bindings on Windows
11549 * doc/parsedecl.py: small cleanup
11550
11551Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11552
11553 * libxml.spec.in configure.in: add a line in %changelog for releases
11554
11555Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11556
11557 * parser.c: patch from Marcus Clarke fixing a problem in entities
11558 parsing that was detected in KDe documentations environment.
11559
11560Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11561
11562 * python/libxml.c (libxml_prev): Return the previous as opposed to
11563 the next node (I guess this is the result of some cut & paste programming:)
11564
11565Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11566
11567 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11568
11569Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11570
11571 * python/generator.py python/libxml.c python/setup.py.in: trying
11572 to fix the Python bindings build on Windows (Stéphane Bidoul)
11573
11574Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11575
11576 * win32/configure.js: added option for python bindings
11577 * win32/libxml2.def.src: added more exports
11578
11579Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11580
11581 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11582 pthreads
11583 * win32/wince/*: applied updates to Windows CE port from Javier
11584
11585Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11586
11587 * configure.in: preparing 2.4.28
11588 * libxml.spec.in doc/Makefile.am: some cleanup
11589 * doc/*: updated the news and regenerated.
11590
11591Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11592
11593 * HTMLparser.c: final touch at closing #87235 </p> end tags
11594 need to be generated.
11595 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11596 this change slightly the output of a few tests
11597 * doc/*: regenerated
11598
11599Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11600
11601 * parserInternals.c: fixing bug #99190 when UTF8 document are
11602 parsed using the progressive parser and the end of the chunk
11603 is in the middle of an UTF8 multibyte character.
11604
11605Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11606
11607 * threads.c: fixed initialization problem in xmlNewGlobalState
11608 which was causing crash.
11609 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11610 in xmlInitializeGlobalState.
11611 * parserInternals.c: cleaned up ctxt->sax initialisation.
11612
11613Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11614
11615 * tree.c include/libxml/tree.h: modified the existing APIs
11616 to handle XHTML1 serialization rules automatically, also add
11617 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11618 libxslt serialization uses it when needed without changing
11619 the library API.
11620 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11621 result/xhtml1: added a new test specifically for xhtml1 output
11622 and updated the result of one XHTML1 test
11623
11624Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11625
11626 * xinclude.c parserInternals.c encoding.c: fixed #99082
11627 for xi:include encoding="..." support on text includes.
11628 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11629 test/XInclude/ents/isolatin.txt : added a specific regression test
11630 * python/generator.py python/libxml2class.txt: fixed the generator
11631 the new set of comments generated for doc/libxml2-api.xml were
11632 breaking the python generation.
11633
11634Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11635
11636 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11637 * configure.in: patch for Solaris on new autoconf closes #98880
11638 * doc/parsedecl.py: repair the frigging API building script,
11639 did I say that python xmllib sucks ?
11640 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
11641 and some comment are no more truncated.
11642
11643Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11644
11645 * parser.c: Martin Stoilov pointed out a potential leak in
11646 xmlCreateMemoryParserCtxt
11647
11648Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11649
11650 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
11651 included in HTML documents and using the push parser.
11652
11653Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11654
11655 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
11656 specified, look for the Python interpreter not just in the
11657 specified root but also in the specified location. Fixes #98825
11658
11659Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11660
11661 * python/libxml.c: fixing bug #98792 , node may have no doc
11662 and dereferencing without checking ain't good ...
11663
11664Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11665
11666 * configure.in: preparing release 2.4.27
11667 * doc/* : updated and rebuilt the docs
11668 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
11669 and all the docs are actually packaged and in the final RPMs
11670 * parser.c parserInternals.c include/libxml/parser.h: restore
11671 xmllint --recover feature.
11672
11673Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11674
11675 * parser.c xpath.c: fixing #96925 wich was also dependent on the
11676 processing of parsed entities, and XPath computation on sustitued
11677 entities.
11678 * testXPath.c: make sure entities are substitued.
11679
11680Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11681
11682 * parser.c: fixed #96594, which was totally dependent on the
11683 processing of internal parsed entities, which had to be changed.
11684
11685Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11686
11687 * Makefile.am python/Makefile.am python/tests/Makefile.am:
11688 trying to fix bug #98517 about building outside the source tree
11689 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
11690
11691Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11692
11693 * include/win32config.h: cleanup
11694 * win32/Makefile.mingw: integrated mingw in JScript configure
11695 * win32/Makefile.msvc: modified to allow mingw coexistence
11696 * win32/configure.js: integrated mingw
11697 * win32/Readme.txt: cleanup
11698
11699Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11700
11701 * HTMLparser.c: strengthen the guard in the Pop macros,
11702 like in the XML parser, closes bug #97315
11703
11704Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11705
11706 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
11707 callback is never used.
11708
11709Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11710
11711 * parserInternals.c: fixed the initialization of the SAX structure
11712 which was breaking xsltproc
11713 * xpath.c: patch from Petr Pajas for CDATA nodes
11714 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
11715 * parser.c include/libxml/parser.h: patch from Peter Jones
11716 removing a leak in xmlSAXParseMemory() and adding the
11717 function xmlSAXParseMemoryWithData()
11718
11719Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11720
11721 adding pdf of tutorial, changing web page to link to it
11722 * doc/tutorial/xmltutorial.pdf
11723 * doc/xml.html
11724 * doc/docs.html
11725
11726Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11727
11728 * doc/tutorial/ar01s08.html
11729 adding file what I forgot for tutorial
11730
11731Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11732
11733 Adding encoding discussion to tutorial
11734 Added:
11735 * doc/tutorial/images/*.png: DocBook admonition image files
11736 * doc/tutorial/apf.html, apg.html: new generated html
11737 * doc/tutorial/includeconvert.c: conversion code entity file
11738 changed:
11739 * doc/tutorial/xmltutorial.xml: DocBook original
11740 * doc/tutorial/*.html: generated html
11741
11742Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11743
11744 * include/libxml/*.h: retired xmlwin32version.h
11745 * doc/Makefile.am: retired xmlwin32version.h
11746 * win32/configure.js: retired xmlwin32version.h
11747
11748Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11749
11750 * win32/libxml2.def.src: exported additional symbols
11751 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11752 sisterhood
11753
11754Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11755
11756 * globals.c: fixed a typo pointed out by Igor
11757 * xpath.c: try to speed up node compare using line numbers
11758 if available.
11759
11760Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11761
11762 * tree.c: make xmlFreeNode() handle attributes correctly.
11763
11764Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11765
11766 * catalog.c: completed the #96963 fix, as reported by Karl
11767 Eichwalder
11768
11769Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11770
11771 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11772
11773Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11774
11775 * Makefile.am: switched the order of a couple of includes
11776 to fix bugs #97100
11777
11778Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11779
11780 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11781 xmlLoadCatalogs that used to separate directories with a ':'.
11782
11783Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11784
11785 * threads.c: improvements to the Windows-side of thread handling
11786 * testThreads.c: conditionally excluded unistd.h
11787 * testThradsWin32.c: broke overlong lines
11788 * include/win32config.h: adapted thread-related macros to the new
11789 scheme and for pthreads on Windows
11790 * win32/Makefile.msvc: introduced a more flexible thread build,
11791 added testThreads[Win32].c to the build
11792 * win32/configure.js: introduced a more flexible thread config
11793
117942002-10-31 John Fleck <jfleck@inkstain.net>
11795
11796 * doc/xml.html (and, by implication, FAQ.html)
11797 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11798
11799Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11800
11801 * configure.in: removed xmlwin32version.h
11802 * include/libxml/Makefile.am: removed xmlwin32version.h
11803
11804Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11805
11806 * tree.c: applied patch from Brian Stafford to fix a bug
11807 in xmlReconciliateNs()
11808
11809Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11810
11811 * tree.c: applied patch from Christian Glahn to allow
11812 xmlNewChild() on document fragment nodes
11813
11814Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11815
11816 * parser.c: Christian Glahn found a problem with a recent
11817 patch to xmlParseBalancedChunkMemoryRecover()
11818 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11819 problems
11820 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11821 test/schemas/seq*: added the test cases from Charles
11822
11823Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11824
11825 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
11826 serious cleanup of the spec file and associated changes
11827 in the Makefiles.
11828 * valid.c: try to remove some warnings on x86_64
11829
11830Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11831
11832 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
11833 fix bug #96586
11834
11835Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11836
11837 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
11838 parsing, applied his patch
11839 * result/HTML/attrents.html result/HTML/attrents.html.err
11840 result/HTML/attrents.html.sax test/HTML/attrents.html:
11841 added the test and result case provided by Mikhail Sogrine
11842
11843Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11844
11845 * vms/build_libxml.com vms/config.vms vms/readme.vms
11846 include/libxml/parser.h include/libxml/parserInternals.h
11847 include/libxml/tree.h include/libxml/xmlIO.h
11848 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
11849 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
11850 Applied the VMS update patch from Craig A. Berry
11851 * doc/*.html: update
11852
11853Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11854
11855 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
11856
11857Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11858
11859 * debugXML.c: adding a grep command to --shell in xmllint
11860 for T.V. Raman
11861
11862Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11863
11864 * xmlcatalog.c: tried to fix some of the problem with --sgml
11865
11866Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
11867
11868 * parser.c: tried to fix bug #91500 where doc->children may
11869 be overriden by a call to xmlParseBalancedChunkMemory()
11870
11871Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11872
11873 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
11874 identifiers in SGML catalogs containing '&'
11875
11876Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11877
11878 * python/types.c: fixed bugs when passing result value tree
11879 to Python functions.
11880
11881Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11882
11883 * configure.in: preparing the release of 2.4.26
11884 * doc/*: updated and rebuilt the documentation
11885
11886Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11887
11888 * parser.c: fixed a XML Namespace compliance bug reported by
11889 Alexander Grimalovsky
11890
11891Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11892
11893 * HTMLtree.c: fixed serialization of script and style when
11894 they are not lowercase (i.e. added using the API to the tree).
11895
11896Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11897
11898 * valid.c: make xmlValidateDocument emit a warning msg if there
11899 is no DTD, pointed by Christian Glahn
11900
11901Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11902
11903 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
11904 content model when some of the blocks have min or max, and a couple
11905 of bugs found in the process.
11906 * result/schemas/list0* test/schemas/list0*: added some specific
11907 regression tests
11908
11909Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
11910
11911 * README: updated the contact informations
11912
11913Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11914
11915 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
11916 misses it, reported by Peter Bray.
11917
11918Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * tree.c: investigating xmlNodeGetContent() on namespace nodes
11921 and removed a few warnings
11922
11923Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
11924
11925 * parser.c: Christian Glahn found a small bug in the push parser.
11926 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
11927 public
11928
11929Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11930
11931 * xmlschemas.c include/libxml/xmlschemas.h: added
11932 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
11933 * testSchemas.c: added --memory to test the new interface
11934
11935Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11936
11937 * doc/index.py doc/search.php: integrated the XSLT indexing,
11938 a few fixed in the indexer, added a scope selection at the
11939 search level.
11940
11941Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11942
11943 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
11944 this was due to uninitialized parts of the validation context
11945
11946Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11947
11948 * debugXML.c: applied patch from Mark Vakoc except the API
11949 change, preserved it.
11950 * doc/*: updated the docs to point to the search engine for
11951 information lookup or before bug/help reports.
11952
11953Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11954
11955 * doc/index.py doc/search.php: added mailing-list archives
11956 indexing and lookup
11957
11958Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11959
11960 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
11961
11962Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11963
11964 * doc/index.py: improved HTML indexing
11965 * doc/search.php: make the queries also lookup the HTML based indexes
11966
11967Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11968
11969 * doc/index.py: added HTML page indexing
11970
11971Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11972
11973 * xmlIO.c: extended Windows path normalisation to fix the base
11974 problem in libxslt.
11975 * catalog.c: fixed list handling in XML_CATALOG_FILES
11976
11977Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11978
11979 * valid.c: typo/bug found by Christian Glahn
11980
11981Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11982
11983 * xmlIO.c: applied Windows CE patch from Javier.
11984 * win32/wince: new directory, contains support for the PocketPC
11985 with Windows CE from Javier.
11986 * include/win32config.h: reorganised, removed duplicate
11987 definitions and applied WinCE patch from Javier.
11988 * include/wsockcompat.h: new file, now contains WinSock
11989 compatibility macros.
11990 * win32/Makefile.msvc: introduced double-run compilation.
11991
11992Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11993
11994 * configure.in include/libxml/xmlwin32version.h: preparing release
11995 of 2.4.25
11996 * doc/*: updated and regenerated teh docs and web pages.
11997
11998Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11999
12000 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12001 error were not covering namespace declarations.
12002 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12003 it was missing the attribute declaration for the namespace
12004 * result/VC/NS3: the fix now report breakages in that test
12005
12006Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12007
12008 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12009
12010Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12011
12012 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12013 and regenerated the docs and web site
12014
12015Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12018 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12019 not before
12020
12021Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12022
12023 * python/generator.py python/libxml2class.txt: fixed a stupid error
12024 breaking the python API
12025
12026Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12027
12028 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12029 triostr.c triostr.h: applied a trio update patch from
12030 Bjorn Reese which should work with MinGW
12031
12032Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * tree.c: improving some documentation comments
12035 * xmlregexp.c: found and fixed a mem leak with python regression tests
12036 * doc/*: rebuilt the doc and the API XML file including the
12037 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12038 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12039 python/types.c: added access to the XML Schemas regexps from
12040 python
12041 * python/tests/Makefile.am python/tests/regexp.py: added a
12042 simple regexp bindings test
12043
12044Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12045
12046 * doc/xml.html:
12047 fixing ftp links - thanks to Vitaly Ostanin
12048
12049Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12050
12051 * xmlregexp.c: fixed the data callback on transition functionality
12052 which was broken when using the compact form
12053 * result/schemas/*: updated the results, less verbose, all tests
12054 pass like before
12055 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12056 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12057 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12058 annoying warnings
12059 * xpath.c: try to provide better error report when possible
12060
12061Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12062
12063 * Makefile.am: fixed a breakage raised by Jacob
12064
12065Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12066
12067 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12068 which don't use sockets
12069
12070Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12071
12072 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12073 * win32/configure.js: applied zlib patch from Daniel Gehriger
12074
12075Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12076
12077 * win32/configure.js: applied the patch from Mark Vakoc for
12078 regexp support
12079 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12080 for regexp support
12081
12082Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12083
12084 * xmlschemastypes.c: as pointed by Igor Float and Double
12085 parsing ain't finished yet
12086
12087Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12088
12089 * Makefile.am configure.in: trying to fix #88412 by bypassing
12090 all the python subdir if python ain't detected
12091
12092Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12093
12094 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12095 made configuring with regexps/automata/unicode the default
12096 but without schemas ATM
12097 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12098 fixed the regexp based DTD validation performance and memory
12099 problem by switching to a compact form for determinist regexps
12100 and detecting the determinism property in the process. Seems
12101 as fast as the old DTD validation specific engine :-) despite
12102 the regexp built and compaction process.
12103
12104Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * valid.c: determinism is debugged, new DTD checking code now works
12107 but xmlFAComputesDeterminism takes far too much CPU and the whole
12108 set usues too much memory to be really usable as-is
12109
12110Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12111
12112 * tree.c: fixed another stupid bug in xmlGetNodePath()
12113 * xmllint.c: --version now report the options compiled in
12114
12115Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12116
12117 * HTMLparser.c: small cleanup
12118 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12119 when configured with them. A bit of debugging around the determinism
12120 checks is still needed
12121
12122Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12125
12126Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12127
12128 * xmlIO.c: small portability glitch fixed.
12129
12130Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12131
12132 * xmlschemastypes.c: incomplete steps for real/double support
12133 * testAutomata.c include/libxml/xmlautomata.h
12134 include/libxml/xmlregexp.h: avoiding a compilation problem
12135 * valid.c include/libxml/valid.h: starting the work toward using
12136 the regexps for actual DTD validation
12137
12138Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12139
12140 * hash.c: cosmetic cleanup
12141 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12142 integrating a DTD validation layer based on the regexps
12143
12144Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12145
12146 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12147 the determinism was tested before eliminating the epsilon
12148 transitions :-(
12149
12150Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12151
12152 * python/generator.py python/libxml.c python/libxml.py
12153 python/libxml2-python-api.xml python/libxml2class.txt
12154 python/libxml_wrap.h python/types.c: updated the python
12155 bindings, added code for easier File I/O, and the ability to
12156 define a resolver from Python fixing bug #91635
12157 * python/tests/Makefile.am python/tests/inbuf.py
12158 python/tests/outbuf.py python/tests/pushSAXhtml.py
12159 python/tests/resolver.py python/tests/serialize.py: updated
12160 and augmented the set of Python tests.
12161
12162Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12163
12164 * win32/configure.js: added more readme info for the binary
12165 package.
12166
12167Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12168
12169 * xmlIO.c: fixed a stupid out of bound array error
12170
12171Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12172
12173 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12174 messing around with support for Windows path, cleanups,
12175 trying to identify and fix the various code path to the
12176 filename access. Added xmlNormalizeWindowsPath()
12177
12178Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12179
12180 * error.c valid.c: working on better error reporting of validity
12181 errors, especially providing an accurate context.
12182 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12183 error reports in those cases.
12184
12185Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12186
12187 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12188 parser.c parserInternals.c xmlIO.c: get rid of all the
12189 perror() calls made in the library execution paths. This
12190 should fix both #92059 and #92385
12191
12192Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12193
12194 * xmllint.c: memory leak reporting was broken after a change
12195 of the preprocessor symbol used to activate it.
12196
12197Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12198
12199 * tree.c: try to make the copy function work for node of
12200 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12201 DOM layers though, not libxml2 itself.
12202
12203Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12204
12205 * valid.c: try to provide file and line informations, not all
12206 messages are covered, but it's a (good) start
12207
12208Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12209
12210 * xinclude.c: reimplemented a large part of the XInclude
12211 processor, trying to minimize resources used, James Henstridge
12212 provided a huge test case which was exhibiting severe memory
12213 consumption problems.
12214
12215Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12216
12217 * python/Makefile.am: applied patch from Christophe Merlet to
12218 reestablish DESTDIR
12219
12220Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * libxml.spec.in: fixes libary path for x86_64 AMD
12223
12224Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12225
12226 * doc/tutorial/includekeyword.c
12227 * doc/tutorial/xmltutorial.xml:
12228 (plus resulting generated html files)
12229 fixing one spot I missed in the tutorial where I hadn't freed
12230 memory properly
12231
12232Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12233
12234 * doc/tutorial/includeaddattribute.c
12235 * doc/tutorial/includeaddkeyword.c
12236 * doc/tutorial/includegetattribute.c
12237 * doc/tutorial/includekeyword.c
12238 * doc/tutorial/xmltutorial.xml
12239 * doc/tutorial/*.html:
12240 update tutorial to properly free memory (thanks to Christopher
12241 R. Harris for pointing out that this needs to be done)
12242 * doc/tutorial/images/callouts/*.png:
12243 added image files so the callouts are graphical, making it
12244 easier to read ( use "--param callout.graphics 1" to generate
12245 html with graphical callouts)
12246
12247Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12248
12249 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12250 nice logos generated by Marc Liyanage
12251 * doc/site.xsl *.html: changed the stylesheet to show the new
12252 logo and regenerated the pages
12253
12254Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12255
12256 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12257
12258Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12259
12260 * xpath.c: possible mem leak patch from Jason Adams
12261
12262Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12263
12264 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12265 in the XQuery namespace
12266 * configure.in: preparing 2.4.24
12267 * doc/*.html: updated the web pages
12268
12269Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12270
12271 * python/generator.py: closing bug #85258 by generating conditional
12272 compile check to avoid linking to routines not configured in.
12273
122742002-08-22 Havoc Pennington <hp@pobox.com>
12275
12276 * autogen.sh: update error message for missing automake
12277
12278Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12279
12280 * python/Makefile.am: typo in target name resulted in libxml2.py
12281 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12282
12283Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12284
12285 * win32/win32/Makefile.mingw: updated with version from
12286 Elizabeth Barham at http://soggytrousers.net/repository/
12287
12288Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12289
12290 * win32/Makefile.msvc: added the prefix location to the include
12291 and lib search path.
12292
122932002-08-18 Havoc Pennington <hp@pobox.com>
12294
12295 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12296 both automake 1.6 and 1.4 installed get the right automake. Means
12297 compilation from CVS will now require the latest automake 1.4
12298 release, or manually creating symlinks called "automake-1.4" and
12299 "aclocal-1.4"
12300
12301Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12302
12303 * configure.in python/Makefile.am: more AMD 64 induced changes from
12304 Frederic Crozat
12305
12306Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12307
12308 * xinclude.c: oops I was missing the xml:base fixup too
12309 * result/XInclude/*.xml: this adds xml:base attributes to most
12310 results of the tests
12311
12312Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12313
12314 * xinclude.c: quick but apparently working implementation of
12315 xi:fallback, should close bug #89684
12316 * Makefile.am test/XInclude/docs/fallback.xml
12317 result/XInclude/fallback.xml: added a basic test for fallback,
12318 and run with --nowarning to avoid a spurious warning
12319 * configure.in: applied patch from Frederic Crozat for python
12320 bindings on AMD 64bits machines.
12321
12322Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12323
12324 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12325 the caller don't pass a SAX callback block.
12326
12327Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12328
12329 * tree.c: applied the same fix for the XML-1.0 namespace to
12330 xmlSearchNsByHref() as was done for xmlSearchNs()
12331
12332Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12333
12334 * libxml.3: small cleanup of the man page
12335 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12336 when serializing HREF attributes generated by XSLT.
12337
12338Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12339
12340 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12341 version of Marc Liyanage' patch for boolean attributes in HTML
12342 output
12343
12344Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12345
12346 * python/tests/serialize.py: fixed the test results, indenting
12347 behaviour changed slightly
12348
12349Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12350
12351 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12352 new c14n function to Windows def files
12353
12354Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12355
12356 * c14n.c: fixed a memory leak in c14n code
12357
12358Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12359
12360 * parser.c include/libxml/parser.h: adding a new API for Christian
12361 Glahn: xmlParseBalancedChunkMemoryRecover
12362 * valid.c: patch from Rick Jones for some grammar cleanup in
12363 validation messages
12364 * result/VC/* result/valid/*: this slightly change some of the
12365 regression tests outputs
12366
12367Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12368
12369 * tree.c: trying to fix a problem in namespaced attribute handling
12370 raised by Christian Glahn
12371
12372Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12373
12374 * encoding.c include/libxml/encoding.h: Opening the interface
12375 xmlNewCharEncodingHandler as requested in #89415
12376 * python/generator.py python/setup.py.in: applied cleanup
12377 patches from Marc-Andre Lemburg
12378 * tree.c: fixing bug #89332 on a specific case of loosing
12379 the XML-1.0 namespace on xml:xxx attributes
12380
12381Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12382
12383 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12384 corner case from new Merlin's test suite and added a callback
12385 that will be used to improve xmlsec performance
12386
12387Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12388
12389 * HTMLtree.c: trying to fix the <style> escaping problem in
12390 HTML serialization bug #89342
12391
12392Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12393
12394 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12395 and rebuilt the web site.
12396
12397Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12398
12399 * include/libxml/tree.h: added _private member to xmlNs struct
12400
12401Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12402
12403 * HTMLparser.c: fixing bug #84876 based on the xml working
12404 code.
12405
12406Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12407
12408 * python/Makefile.am: enhanced to fix bug 72012 (errors
12409 when using '-jX' make parameter)
12410
12411Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12412
12413 * xpath.c: small additional enhancement for booleans
12414 compared to nodesets
12415
12416Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12417
12418 * HTMLtree.c: changed the order of the encoding declaration
12419 attributes in the meta tags due to a bug in IE/Mac
12420
12421Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12422
12423 * xpath.c: enhanced handling of booleans (especially '='
12424 and '!=' for nodesets) - fixes bug 85256. Added new
12425 routine xmlXPathNotEqualValues for more proper handling
12426 of '!=' when nodesets are involved.
12427
12428Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12429
12430 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12431 doc/xmlcatalog_man.xml to the source distribution
12432
12433Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12434
12435 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12436 asked for this.
12437
12438Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12439
12440 * configure.in: preparing 2.4.23
12441 * doc/*: rebuilt the docs
12442
12443Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * parser.c: fixing bug #84169 by fixing the
12446 comment of xmlCreatePushParserCtxt to describe the
12447 encoding detection parameters better.
12448
12449Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12450
12451 * valid.c: fixing bug #79331 in one path the lookup for
12452 ID attributes on a namespaced node wasn't handled correctly :-\
12453
12454Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12455
12456 * HTMLparser.c: trying to fix 87235 about discarded white
12457 spaces in the HTML parser.
12458 * result/HTML/*: this changes the output of a number of HTML
12459 regression tests
12460
12461Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12462
12463 * xpath.c: applied patch from Richard Jinks for the namespace
12464 axis + fixed a memory error.
12465 * parser.c parserInternals.c: applied patches from Peter Jacobi
12466 removing ctxt->token for good.
12467 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12468 popped out by the regression tests.
12469 * Makefile.am: patch for threads makefile from Gary Pennington
12470
12471Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12472
12473 * xpath.c: enhanced behaviour of position() after usage of
12474 expressions involving preceding-sibling (et al).
12475
12476Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12477
12478 * hash.c: applied a patch from Peter Jacobi to solve a problem
12479 when compiling with the Watcom C on Win32
12480 * result/schemas/*.err: the change of hashing algo generated
12481 permutations in the output
12482
12483Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12484
12485 * hash.c: applied patch from Sander Vesik improving the quality of
12486 the hash function.
12487
124882002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12489
12490 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12491 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12492 xmllint.c xpath.c: replaced sprintf() with snprintf()
12493 to prevent possible buffer overflow (the bug was pointed
12494 out by Anju Premachandran)
12495
12496Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12497
12498 * parser.c: removed an uninitialized data error popped by valgrind
12499 on PE references
12500
12501Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12502
12503 * doc/xml.html
12504 adding tutorial reference to the web page
12505
12506Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12507
12508 * doc/tutorial/xmltutorial.xml
12509 * doc/tutorial/ar01s07.html
12510 * doc/tutorial/ape.html
12511 * doc/tutorial/includegetattribute.c
12512 adding section to tutorial about retrieving an attribute
12513 value
12514
12515Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12516
12517 * parser.c: applied a couple of patches from Peter Jacobi to start
12518 to get rid of ctxt->token, with a possible significant speed
12519 improvement to be gained once done. Better compliance with PE
12520 references constructs in DTDs too.
12521 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12522 from Peter too
12523
12524Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12525
12526 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12527 xmlParseElement was likely to have been deallocated at the
12528 time of the report, possibly leading to segfault. Just report
12529 the tag name now.
12530
12531Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12532
12533 * xpath.c: patch from Richard Jinks for XPath substring() function
12534 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12535
125362002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12537
12538 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12539
12540Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12541
12542 *doc/FAQ.html
12543 fixing typos in FAQ, thanks to Robert Funnell for the
12544 editing help
12545
12546Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * NEWS: got complaints from rpmlint that it was empty
12549
12550Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12551
12552 * added doc/tutorial, including:
12553 apa.html
12554 apb.html
12555 apc.html
12556 apd.html
12557 ar01s02.html
12558 ar01s03.html
12559 ar01s04.html
12560 ar01s05.html
12561 ar01s06.html
12562 includeaddattribute.c
12563 includeaddkeyword.c
12564 includekeyword.c
12565 includestory.xml
12566 index.html
12567 xmltutorial.xml
12568 libxml tutorial, including generated html
12569
12570Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12571
12572 * result/c14n/exc-without-comments/merlin-c14n-two-*
12573 result/c14n/without-comments/merlin-c14n-two-*
12574 test/c14n/exc-without-comments/merlin-c14n-two-*
12575 test/c14n/without-comments/merlin-c14n-two-*
12576 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12577 c14n/exc-c14n and slightly modified test script to handle
12578 these test cases
12579 * c14n.c: fixed bugs for complicated nodes set (namespace
12580 without node and others from merlin-c14n-two.tar.gz)
12581 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12582 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12583 for xmlsec performance patch
12584 * xpath.c: fixed self::node() for namespaces and attributes
12585
12586Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12587
12588 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12589 but with the format parameter
12590 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12591
12592Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12593
12594 * Makefile.am: updated c14n tests suite
12595 * c14n.c: performance improvement for previous c14n patch
12596
12597Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12598
12599 * parser.c: another peroformance patch from Peter Jacobi, that
12600 time on parsing attribute values.
12601
12602Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12603
12604 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12605 into LibXML2 test suite
12606
12607Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12608
12609 * c14n.c: propagating xpath ancesstors node fix to c14n
12610 plus small performance improvement to reduce number of
12611 mallocs
12612 * xpath.c: fixed ancestors axis processing for namespace nodes
12613
12614Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12615
12616 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12617 Peter Jacobi
12618
12619Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12620
12621 * configure.in: preparing 2.4.22
12622
12623Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12624
12625 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12626 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12627 a public entry point.
12628 * doc/*: rebuilt the API and docs
12629
12630Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12631
12632 * xpath.c: patch from Richard Jinks to fix a problem introduced
12633 in the previous patch and pointed by Norm
12634
12635Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * libxml.spec.in: fixing bug #81112
12638
12639Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12640
12641 * uri.c: fixing bug #82848
12642
12643Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12644
12645 * result/catalogs/mycatalog.full: Aleksey's commit changed the
12646 output of one catalog test
12647
12648Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12649
12650 * global.data globals.c tree.c include/libxml/globals.h
12651 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
12652 default value for global parameter xmlIndentTreeOutput to 1 and
12653 introduced new global parameter xmlTreeIndentString (the string
12654 used to do one-level indent) with default value " " (as it was
12655 in tree.c)
12656
12657Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12658
12659 * Makefile.am: Merijn Broeren pointed out a problem when compiling
12660 with trio and schemas.
12661
12662Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12663
12664 * xpath.c: patch from Richard Jinks to fix the problem raised in
12665 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
12666
12667Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12668
12669 * xmlschemas.c: a bit of work on import.
12670 * xmlschemastypes.c: Charles Bozeman provided a compare function
12671 for date/time types so min/max facet restrictions should work,
12672 indeterminate comparisons return an error instead of equal.
12673 * test/schemas/date_0* result/schemas/date_0_0: specific test
12674 from Charles Bozeman too
12675
12676Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12677
12678 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
12679 from Christian Cornelssen fixing the man pages and the Catalog
12680 building script.
12681 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
12682 next step is <xs:import> I now have a reasonable understanding
12683 of how it works.
12684
12685Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12686
12687 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
12688
12689Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12690
12691 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
12692
12693Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12694
12695 * xpath.c: fixing an XPath function evalutation bug pointed out
12696 by Alexey Efimov where the context was lost when evaluating
12697 the function arguments
12698
12699Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12700
12701 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
12702 function public for XMLSec performance optimizations
12703
12704Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12705
12706 * python/generator.py python/libxml2class.txt : fixed a problem
12707 with the HTML parser pointed by Gary Benson
12708 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
12709 example
12710
12711Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12712 * parser.c: fixed bug #81159 (memory growth in SAX)
12713
12714Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12715 * xpath.c: fixed bug #78858 (the real fix)
12716
12717Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
12718 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
12719
12720Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12721
12722 * tree.c: modified xmlNodeSetBase to allow changing the
12723 base of a document.
12724
12725Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12726
12727 * xmlschemastypes.c: patch Charles Bozeman for validation of
12728 all the date, time, and duration types
12729 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12730 * configure.in: fixed an error pointed by an user
12731 * xml2-config.in: fixed an error pointed by an user
12732
12733Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12734
12735 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12736 win32/libxml2.def.src xmlIO.c: exported default
12737 'file:', 'http:' and 'ftp:' protocols input handlers
12738 and maked protocols comparisson case insensitive
12739
12740Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12741
12742 * configure.in: Neven Has detected a typo
12743
12744Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12745
12746 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12747 as one of the persons allowed to commit directly to the
12748 module.
12749
12750Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12751
12752 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12753 * valid.c: raised a too low limit
12754 * doc/*: rebuilt the docs
12755
12756Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12757
12758 * test/XPath/expr/floats test/XPath/expr/functions
12759 result/XPath/expr/floats result/XPath/expr/functions
12760 xpath.c: another XPath conformance patch from Richard Jinks
12761
12762Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12763
12764 * xmlschemas.c: fixed validation of attribute groups.
12765 * test/schemas result/schemas: added an example from the primer
12766
12767Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12768
12769 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12770 * test/schemas result/schemas: updated the test list
12771
12772Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12773
12774 * TODO: updated a bit
12775 * parser.c: made a comment more specific
12776 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12777 Schemas conformance.
12778 * test/schemas result/schemas: updated the test list
12779
12780Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12781
12782 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12783 implementing xs:all with minOccurs = 0
12784 * tes/schemas/* result/schemas/*: added more tests covering
12785 xs:all
12786
12787Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12788
12789 * xmlregexp.c: first implementation of the all particle, this
12790 may need to be revisited for case where not all transitions
12791 must be crossed.
12792
12793Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12794
12795 * tree.c: another entity processing update from Markus Henke
12796
12797Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12798
12799 * trionan.c: fixed crash on OSF/1
12800
12801Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12802
12803 * xmlschemas.c: more Schemas work
12804 * test/schemas/* result/schemas/*: added more tests coming
12805 from the spec.
12806
12807Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12808
12809 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12810 ExcC14N specification
12811
12812Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12813
12814 * tree.c: patch from Markus Henke, fix for recursive entities.
12815
12816Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * xpath.c: fix a problem with string() on a document node.
12819
12820Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12821
12822 * Makefile.am xmlschemas.c: more Schemas work
12823 * test/schemas/* result/schemas/*: added more tests coming
12824 from the spec.
12825
12826Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12827
12828 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
12829 * result/HTML/*: this changes a few things in the results
12830
12831Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12832
12833 * include/libxml/tree.h: eliminated 'declaration different than
12834 prototype' warning
12835 * include/win32config.h: "resolved" conflicts with errno.h
12836
12837Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12838
12839 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
12840 on the automata interfaces and debug of counted choices
12841 * test/schemas/* result/schemas/*: added a number of tests
12842
12843Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12844
12845 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
12846 a bit of work on Schemas
12847 * testSchemas.c: try to make it more useful
12848 * test/schemas/* result/schemas/* Makefile.am: changed the
12849 Schemas regression test procedure, started adding a few samples
12850
12851Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12852
12853 * include/libxml/encoding.h: Patch for the Borland C++ builder
12854 * include/libxml/tree.h: Patch for the Borland C++ builder
12855 * threads.c: Patch for the Borland C++ builder
12856 * win32/bcb5: New directory for the Borland C++ builder
12857 project files
12858
12859Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12860
12861 * win32/Makefile.msvc: Update for XML Schema support
12862 * win32/configure.js: Update for XML Schema support
12863 * win32/libxml2.def.src: Update for XML Schema support
12864
12865Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12866
12867 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
12868 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
12869 xmlunicode.c include/libxml/Makefile.am
12870 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
12871 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
12872 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
12873 include/libxml/xmlversion.h.in : merged the current state of
12874 XML Schemas implementation, it is not configured in by default,
12875 a specific --schemas configure option has been added.
12876 * test/automata test/regexp test/schemas Makefile.am
12877 result/automata result/regexp result/schemas:
12878 merged automata/regexp/schemas regression tests
12879
12880Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
12881
12882 * xpath.c: Gary found a compile time problem, fixes #78823
12883
12884Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12885
12886 * configure.in: release of 2.4.20
12887 * doc/*: updated and rebuilt the docs
12888
12889Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12890
12891 * python/Makefile.am: patch from Cristian Gafton to build on
12892 Red Hat 6.2, should also fix #75779
12893
12894Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12895
12896 * valid.c: first part of fixing #78729
12897
12898Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
12899
12900 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
12901 escaping of URI when saving HTML files.
12902 * result/HTML/*: this impacted some tests
12903
12904Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
12905
12906 * configure.in: trying to fix #77441
12907
12908Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12909
12910 * include/libxml/xmlIO.h: Hallski complained it could not be
12911 included by itself.
12912
12913Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12914
12915 * configure.in: applied an IEEE flag patch for OSF/1 #77825
12916
12917Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12918
12919 * win32/configure.js: patch from Nilo for the c14n option
12920 * win32/Makefile.msvc: fixed libxml2.def generation with threads
12921
12922Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12923
12924 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
12925 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
12926 LIBXML_THREAD_ENABLED
12927
12928Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12929
12930 * xpath.c: another patch from Richard Jinks for substring conformance
12931 * test/XPath/expr/floats test/XPath/expr/strings
12932 result/XPath/expr/floats result/XPath/expr/strings: update of the
12933 test suite to check those.
12934
12935Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12936
12937 * xpath.c: patch from Richard Jinks for .x float parsing.
12938
12939Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12940
12941 * parser.c: patch from Markus Henke when an encoding ain't recognized
12942
12943Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12944
12945 * libxml.m4: got a report that #include <string.h> was needed
12946
12947Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12948
12949 * xmllint.c: applied a fix from Anthony Jones for -o /--output
12950
12951Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
12952
12953 * doc/example.html: fixing typo
12954
12955Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12956
12957 * xpath.c: fixed a bug in the nodeset to boolean comparison code
12958 pointed out by Melvyn Sopacua.
12959
12960Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12961
12962 * libxml.m4: Frédéric Crozat gave a patch related to the change
12963 of Include paths breaking the libxml.m4
12964
12965Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12966
12967 * xpath.c: Fix bug #76927 forgot to save some context
12968 when evaluating binary expressions
12969
12970Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12971
12972 * configure.in: fixed configure for MPE/iX from Markus Henke
12973 * xmlmemory.c: fixed initialization problems
12974 * xpath.c: another set of patches from Richard Jinks this
12975 fixes "make XPathtests" on linux
12976
12977Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12978
12979 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
12980 * test/XPath/expr/compare test/XPath/expr/equality
12981 test/XPath/expr/floats test/XPath/expr/functions
12982 test/XPath/expr/strings result/XPath/expr/compare
12983 result/XPath/expr/equality result/XPath/expr/floats
12984 result/XPath/expr/functions result/XPath/expr/strings: Updated
12985 tests though they show a divergence on Linux
12986
12987Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12988
12989 * xpath.c trionan.c: previous commit also included patches
12990 from Richard Jinks on some IEEE support corner case
12991
12992Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12993
12994 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
12995 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
12996 that $(datadir) should be used for docs
12997
12998Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12999
13000 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13001 could leak filedescriptors
13002
13003Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13004
13005 * configure.in nanohttp.c: applied patch from Allan Clark for
13006 UnixWare/OpenServer
13007
13008Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13009
13010 * configure.in: preparing 2.4.19
13011 * doc/*: rebuilt the docs
13012
13013Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13014
13015 * nanohttp.c: fixing #76043, got fed up with non-portability
13016 of that piece of code.
13017
13018Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13019
13020 * valid.c SAX.c: Never commit without running "make tests" :-(
13021 fix a couple of stupidities in the previous commit
13022 * result/*: a few changes in some attribute order result of previous
13023 commit.
13024
13025Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13026
13027 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13028 the internal subset should not raise duplicate ID errors,
13029 also there was a small bug in conjunction to namespace
13030 declarations defaulted and xml:xxx attributes DTD definitions.
13031
13032Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13033
13034 * xpath.c: Richard Jinks also raised some rounding problems
13035 this tries to fix them
13036
13037Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13038
13039 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13040 behaviour in xmlXPathCastToString()
13041
13042Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13043
13044 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13045 raised by Morus Walter
13046
13047Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13048
13049 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13050 from Igor
13051
13052Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13053
13054 * xpath.c: fixing #75619, related to a problem when trying
13055 to evaluate condition when the current node set resulting
13056 from that sub-step evaluation is empty. Also fixes 2 potential
13057 problem with previous-sibling and next-siblings axis.
13058
13059Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13062 HTML support is not configured in.
13063
13064Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13065
13066 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13067 include/libxml/tree.h: dohh I really didn't intended to commit
13068 this test version :-(
13069
13070Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13071
13072 * testSAX.c: I wanted to see the real speed at the SAX interface
13073 after a little too many Ximianer started complaining about the
13074 parser speed.
13075 added a --quiet option:
13076 paphio:~/XML -> ls -l db100000.xml
13077 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13078 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13079 3200006 callbacks generated
13080 real 0m1.270s
13081 Which means 16MBytes/s and 3Mcallback/s
13082
13083Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13084
13085 * xpath.c: valgrind spotted another error that time when running
13086 on libxslt regression tests
13087
13088Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13089
13090 * Makefile.am: adding "make valgrind" running the full regression
13091 tests (except python ones) under Valgrind (using valgrind -q
13092 which was kindly added by the author).
13093 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13094 passes cleanly now except an obcure floating point initialization
13095 raised in log10() in one XPath regression test ???
13096 * tree.c: edited some comments to close #75244
13097
13098Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13099
13100 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13101 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13102 context of ScrollKeeper, made sure that if the number is
13103 an integer, the serialization follows the description at
13104 http://www.w3.org/TR/xpath#section-String-Functions
13105
13106Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13107
13108 * configure.in: preparing 2.4.18
13109 * doc/*: updated and rebuilt the web site
13110 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13111 the Windows and Cygwin maintainers.
13112 * parser.c: humm, changed the way the SAX parser work when
13113 xmlSubstituteEntitiesDefault(1) is set, it will then
13114 do the entity registration and loading by itself in case the
13115 user provided SAX getEntity() returns NULL.
13116 * testSAX.c: added --noent to test the behaviour.
13117
13118Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13119
13120 * parser.c: Wilfried Teiken provided a hackish but working
13121 way to get context reported back on entities when parsing
13122 with SAX and without breaking the DOM build.
13123
13124Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13125
13126 * c14n.c: applied a new patch from Aleksey Sanin
13127 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13128 to reference Aleksey implementation of XML digital Signatures
13129
13130Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13131
13132 * xpath.c: small fix to avoid potential problem due to
13133 ordering of freeing data
13134 * python/Makefile.am: people were complaining about
13135 the generated file in python dir not being built
13136
13137Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13138
13139 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13140 python/generator.py python/libxml.c python/types.c: Cleanup
13141 of the python Makefiles based on Jacob and James feedback,
13142 fixed the spec file accordingly, fixed the number of warning
13143 that passing my pedantic CFLAGS was generating. Conclusion
13144 is that Python includes are real crap.
13145
13146Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13147
13148 * configure,in: it was reported quite a few times that
13149 xml2-config --cflags should not output
13150 -I$includeprefix/libxml2/libxml because libxml2 header names
13151 clashes with existing names like list.h from C++ stl.
13152 Includes should be #include<libxml/xxx.h> so ...
13153
13154Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13155
13156 * c14n.c: another patch from Aleksey Sanin
13157
13158Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13159
13160 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13161 canonicalization algorithm
13162 * doc/xml.html doc/index.html: added the C14N references on the
13163 index page.
13164
131652002-03-13 jacob berkman <jacob@ximian.com>
13166
13167 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13168 usage, redundant, and gcc specific
13169
13170Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13171
13172 * xpath.c: speedup some node selection operations, this can
13173 have a significant impact on DocBook Norm's stylesheets
13174 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13175 make sure it's always the case
13176 * debugXML.c: distinguish CDATA and comments in ls operations
13177
13178Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13179
13180 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13181 to generate better API descriptions etc...
13182
13183Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13184
13185 * c14n.c: Fixing #74186, made sure all boolean expressions
13186 get fully parenthesized, ran indent on the output
13187 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13188 include/libxml/tree.h: also #74186 related, removed the
13189 --with-buffers option, and all the preprocessor conditional
13190 sections that were resulting from it.
13191
13192Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13193
13194 * valid.c: applied patch from Dodji Seketeli fixing an
13195 uninitailized variable in xmlValidGetValidElements()
13196
13197Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13198
13199 * c14n.c: fixed a few comments
13200 * doc/*.html doc/*/*.html: regenerated the docs and added
13201 the C14N API
13202 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13203
13204Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13205
13206 * check-xml-test-suite.py: fix to adapt varaiations in the
13207 bindings
13208 * configure.in python/setup.py python/setup.py.in: fixed to
13209 have the version of the python scripts automatically updated
13210
13211Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13212
13213 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13214 in xmlCopyProp()
13215
13216Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13217
13218 * configure.in: preparing 2.4.17 release
13219 * doc/*: updated and rebuilt the docs
13220 * xpath.c: fixed a comment
13221 * python/libxml.c: fixed a possible reentrancy problem
13222
13223Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13224
13225 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13226 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13227 added a specific regression test
13228 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13229 not raise exceptions when failing to find the attribute.
13230
13231Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13232
13233 * configure.in xmllint.c: owen pointed out a problem with the
13234 ftme fix, gettimeofday() was not detected by configure and
13235 the ftime header wasn't included, dohhh
13236
13237Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13238
13239 * configure.in xmllint.c: trying to fix #71457 for timing
13240 precision when gettimeofday() is not availble but ftime() is
13241
13242Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13243
13244 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13245 are now copied on install and part of the -devel RPM
13246
13247Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13248
13249 * xpath.c: trying to avoid bug #72150 which was apparently
13250 caused by a gcc bug (or a processor problem) as detailed
13251 at http://veillard.com/gcc.bug
13252
13253Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13256 fixed xmlReconciliateNs(), added a Python test/example for
13257 inter-document cut'n paste
13258 * python/libxml.py: fixed node.doc on document nodes and added
13259 xpathEval() onto node objects
13260
13261Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13262
13263 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13264 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13265 fixup and integrated tests for the serialization stuff
13266
13267Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13268
13269 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13270 moved the libxml man page to section 3
13271
13272Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13273
13274 * tree.c: fix bug #72490
13275 * python/libxml.c python/libxml.py: added methods serialize()
13276 and saveTo() to all node elements.
13277
13278Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13279
13280 * xmlIO.c: closed #73430, don't read from an input source
13281 which indicated an end-of-file or an error.
13282
13283Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13284
13285 * parser.c: make sure SAX endDocument is always called as
13286 this could result in a Python memory leak otherwise (it's
13287 used to decrement ref-counting)
13288 * python/generator.py python/libxml.c python/libxml.py
13289 python/libxml2-python-api.xml python/libxml2class.txt
13290 python/tests/error.py python/tests/xpath.py: implemented
13291 the suggestions made by Gary Benson and extended the tests
13292 to match it.
13293
13294Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13295
13296 * python/generator.py: applied patch fixing #73450
13297
13298Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * xpath.c: fixing #61290 "namespace nodes have no parent"
13301 long standing divergence from the XPath REC. NodeSets
13302 simply hold a copy of namespace nodes and those node ->next
13303 points to the parent (which may not be the node carrying the
13304 definition).
13305 * include/libxml/xpath.h: flagged but didn't added a possible
13306 speedup
13307 * DOCBparser.c HTMLparser.c: removed some warnings from push
13308 parser due to new state being added.
13309 * tree.c: new fix from Boris Erdmann
13310 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13311 the XML Canonalization support from Aleksey Sanin
13312
13313Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13314
13315 * tree.c: patch from Boris Erdmann fixing some namespace odities
13316 with xmlCopyNode()
13317
13318Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13319
13320 * xmlIO.c: fix bug #72706 when loading a NULL entity
13321
13322Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13323
13324 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13325 actually change in a future XML Namespace revision.
13326
13327Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13328
13329 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13330 added the possibility of returning nodesets from XPath extension
13331 functions written in Python
13332
13333Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13334
13335 * python/*: commiting some Python bindings work done while travelling
13336
13337Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13338
13339 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13340 explicitely with memory debugging switched on
13341
13342Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13343
13344 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13345 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13346 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13347 the accessor generator for strings
13348 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13349 regression test.
13350
13351Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13352
13353 * python/README python/generator.py python/libxml.c python/setup.py:
13354 added the 'usual' setup.py to allow building a libxml2-python
13355 module based on the same code. The initialization is however
13356 different the 2 .so files fo libxml2 and libxslt are identical and
13357 they entry point initialize both libraries. this is done to avoid
13358 some possible nasty problem since the Python don't merge the maps
13359 of all shared modules.
13360
13361Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13362
13363 * parser.c: fixed a push/encoding bug reported by Michael
13364 on librsvg
13365
13366Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13367
13368 * include/libxml/parserInternals.h: fixes a misplaced #endif
13369
13370Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13371
13372 * parser.c valid.c: found and fixed a couple of allocation bugs
13373
13374Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13375
13376 * doc/xml.html doc/python.html doc/*: added a Python and binding
13377 page describing the current state of the Python bindings and
13378 giving pointers to the other languages wrappers.
13379
13380Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13381
13382 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13383 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13384 rebuilt the API and web site
13385 * xpath.c: fixed #71978 portability bugs
13386
13387Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13388
13389 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13390
13391Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13392
13393 * include/libxml/parserInternals.h parser.c: had to change
13394 2 internal parsing API when processing document content
13395 to check the start and end of element content are defined
13396 in the same entity
13397 * valid.c include/libxml/valid.h: attribute normalization can
13398 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13399 with the context to report it.
13400 * SAX.c: fixed the last known bugs, crazy validation constraints
13401 when a document is standalone seems correctly handled. There
13402 is a couple of open issues left which need consideration especially
13403 PE93 on external unparsed entities and standalone status.
13404 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13405 The 2 tests left failing are actually in error. Cleanup done.
13406
13407Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13408
13409 * valid.c: implemented E59 spaces in CDATA does not match the
13410 nonterminal S
13411
13412Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13413
13414 * SAX.c parser.c valid.c: more validation test fixups
13415 * check-xml-test-suite.py: added duration info for the tests
13416
13417Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13418
13419 * parser.c valid.c: a couple of errors were reported but not
13420 saved back as such in the parsing context. Down to 1% failure rate
13421 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13422
13423Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13424
13425 * xmlInternald.c: isExtender was missing a char
13426 * parser.c include/libxml/parser.h: % are acceptable in the
13427 internal subset if within a PUBLIC ID
13428
13429Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13430
13431 * SAX.c parserInternals.c valid.c: more work on the conformance
13432 suite. Took the step to finally block documents with encoding
13433 errors. It's a fatal error per the spec, people should have fixed
13434 their documents by now.
13435
13436Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13437
13438 * check-xml-test-suite.py: fixed the test script after some discussion
13439 on the semantic of TYPE="error"
13440 * Makefile.am: added the script to the distrib
13441
13442Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13443
13444 * SAX.c entities.c: fixed a couple of conformances issues deep
13445 into the validation code (standalone and undeclared Notations)
13446
13447Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13448
13449 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13450 stayed there for years !
13451
13452Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13453
13454 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13455 missing
13456
13457Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13458
13459 * check-xml-test-suite.py: improved the behaviour a bit as
13460 well as the logs
13461 * parser.c valid.c SAX.c: fixed a few more bugs
13462 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13463
13464Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13465
13466 * check-xml-test-suite.py: python script to run regression tests
13467 against the XML Test suite of W3C/OASis
13468 * SAX.c: fixed a validation bug
13469 * parser.c: fixed 3 errors pointed by the test suite
13470 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13471 * python/Makefile.am: fixed a dependendy
13472
13473Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13474
13475 * xmlmemory.c: avoid a warning bug #71594
13476
13477Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13478
13479 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13480 warning on alpha/Tru64
13481
13482Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13483
13484 * include/libxml/entities.h: fixing a comment
13485 * valid.c: fixing some troubles with validity check on namespaces
13486 * result/VC/NS3 test/VC/NS3: added a specific regression test
13487
13488Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13489
13490 * tree.c: Fixing #71342 serializing '\n' in attribute values
13491 * result/noent/att3 result/att3 test/att3: added a specific
13492 test.
13493
13494Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * python/libxml.c: couple of bug fixes
13497
13498Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13499
13500 * python/*.py: removed tabs and used spaces.
13501
13502Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13503
13504 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13505 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13506
13507Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13508
13509 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13510 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13511
13512Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13513
13514 * include/libxml/encoding.h include/libxml/entities.h
13515 include/libxml/globals.h include/libxml/parser.h
13516 include/libxml/threads.h include/libxml/tree.h
13517 include/libxml/xmlmemory.h: trying to fix the include mess
13518
13519Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13520
13521 * include/libxml/xmlmemory.h: reverted part of the previous
13522 attempt to provide #69655, this was breaking the build.
13523
13524Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13525
13526 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13527 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13528 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13529 include/libxml/parserInternals.h include/libxml/tree.h
13530 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13531 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13532 clean.
13533 * python/libxml.c: fixed a warning.
13534
13535Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13536
13537 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13538 copying of node, merge back IDs in the target document.
13539 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13540 test/XInclude/ents/ids.xml: test case
13541 * result/VC/ElementValid4: output changed due to a typo fix
13542
13543Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13544
13545 * python/Makefile.am: seems some version of automake didn't
13546 generate the dependencies right as Jacob found out. Add
13547 an extra dependency rule.
13548
13549Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13550
13551 * parserInternals.c valid.c: Justin Fletcher found some parts
13552 of the code needing cleanup
13553 * libxml.spec.in python/Makefile.am python/generator.py
13554 python/libxml.c python/libxml.py: Fixed the python Makefiles
13555 corrected a bug showing up on ia64, changed the name of the
13556 python internal module too
13557
13558Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13559
13560 * Makefile.am: applied patch from Andris Pavenis for binary
13561 name suffixes
13562
13563Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13564
13565 * xmllint.c win32/win32config.h: fixing #68748
13566
13567Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13568
13569 * valid.c: fixing #70166
13570
13571Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13572
13573 * valid.c: fixing #70077
13574
13575Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13576
13577 * Copyright Makefile.am README configure.in libxml.spec.in:
13578 Changed to the MIT Licence
13579 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13580 doc/xmlio.html: updated the doc accordingly
13581 * include/libxml/xmlwin32version.h configure.in: preparing
13582 2.4.14 release
13583 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13584 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13585 fixed the const xmlChar * wrapper and generator, XPath extension
13586 functions now use the context as first argument
13587 * python/tests/tstxpath.py python/tests/xpath.py
13588 python/tests/xpathext.py: Updated the tests accordingly
13589 * tree.c: fixed bug #70067
13590
13591Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13592
13593 * Makefile.am: cleanup
13594 * debugXML.c: always use stdout if output is NULL
13595 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13596 * python/Makefile.am python/generator.py python/libxml2class.txt
13597 python/libxml_wrap.h python/types.c: augmented the number of bindings
13598 handling FILE * and XPath contexts
13599 * python/tests/Makefile.am: avoid a stupid problem due to the
13600 use of TEST.
13601
13602Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13603
13604 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13605
13606Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13607
13608 * python/TODO python/libxml.c: cleanup the extension function lookup
13609 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13610
13611Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13612
13613 * configure.in python/Makefile.am: do not install outside
13614 of prefix
13615
13616Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13617
13618 * python/TODO python/libxml.c: started adding SAX interfaces
13619 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13620 SAX test
13621
13622Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13623
13624 * tree.c: hardened the addChild function
13625 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13626 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13627 added accessors needed for xmlNode, a bit more testing and
13628 extension of interfaces
13629 * python/tests/Makefile.am python/tests/build.py: added a test
13630 build from scratch/save/load/check
13631
13632Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13633
13634 * parserInternals.c: change a small bit in the way valididy
13635 error messages get initialized
13636 * python/TODO python/libxml.c python/libxml2-python-api.xml
13637 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13638 added some memory debugging to track leaks at the libxml2 level
13639 * python/tests/*.py: changed all tests to check for leaks,
13640 there is just one left in XPath extension registrations.
13641
13642Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
13643
13644 * python/TODO python/generator.py python/libxml2-python-api.xml
13645 python/libxml2class.txt: more accessor classes for the parser
13646 context, allow to switch on and check validity
13647 * python/tests/Makefile.am python/tests/error.py
13648 python/tests/invalid.xml python/tests/valid.xml
13649 python/tests/validate.py: attded more test and and added error.py
13650 which I forgot to commit in the last step
13651
13652Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13653
13654 * python/Makefile.am python/types.c: cleanup
13655 * python/libxml.c python/libxml.py python/libxml_wrap.h
13656 python/generator.py python/libxml2-python-api.xml
13657 python/libxml2class.txt: added class for parser context, added
13658 first cut for push mode support. Added a framework to generate
13659 accessors functions.
13660 * python/tests/Makefile.am python/tests/push.py: added a push
13661 test
13662
13663Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13664
13665 * python/Makefile.am python/TODO python/libxml.py: fixed a small
13666 bug a bit of cleanup.
13667
13668Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13669
13670 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
13671 python/libxml2class.txt: adding error redirections and preformat
13672 to a python handler
13673 * python/tests/Makefile.am python/tests/*.py: cleanup made all
13674 tests self checking
13675
13676Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13677
13678 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
13679 a function
13680
13681Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
13684 python/libxml.c python/libxml2-python-api.xml
13685 python/libxml2class.txt: Progressing through the TODOs, class
13686 description output, extra XML API, RPM now builds the wrappers
13687 for all python installed versions
13688
13689Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
13690
13691 * configure.in libxml.spec.in python/Makefile.am python/TODO
13692 python/generator.py python/libxml2class.txt: added more informations
13693 in the libxml2-python package including docs. Slightly changed
13694 the class hierarchy
13695 * python/tests/*: added basic regression tests infrastructure too
13696
13697Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13698
13699 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
13700 added libxml2-python as part of the packages installed
13701
13702Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13703
13704 * python/Makefile.am python/generator.py python/libxml.c
13705 python/libxml.py: more work, now able to extend the
13706 XPath interpreter with functions written in python.
13707
13708Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13709
13710 * python/Makefile.am: Jacob sent a patch to allow building from
13711 tarfile.
13712
13713Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13714
13715 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13716 inserted the python wrappers build, I hope this won't be too
13717 unportable
13718
13719Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13720
13721 * xpath.c: minor optimization
13722 * python/generator.py python/libxml.c python/libxml.py
13723 python/libxml_wrap.h: more work on the python bindings,
13724 they now support XPath and there is no evident leak
13725
13726Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13727
13728 * python/generator.py python/libxml.c python/libxml.py:
13729 more work on the python bindings generator.
13730
13731Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13732
13733 * python/generator.py python/libxml.c python/libxml_wrap.h:
13734 more work on the python bindings.
13735
13736Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13737
13738 * python/generator.py python/libxml.c python/libxml.py
13739 python/libxml_wrap.h: commited early version of a python binding
13740 for private use only ATM
13741
13742Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13743
13744 * entities.c tree.c include/libxml/entities.h: applied patch
13745 from Anthony Jones to implement copy of DTD subtree too. Had
13746 just to keep 2 function private which really ought to become
13747 public ones.
13748
13749Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13750
13751 * xmllint.c: added pointers to the web pages in the usage()
13752
13753Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13754
13755 * tree.c: more fixes from Petr Kozelka for attribute handling
13756 in the tree API to align the semantic with DOM.
13757
13758Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13759
13760 * valid.c tree.c entities.c: another set of patches from
13761 Anthony Jones for copy operations cleanup and robustness
13762
13763Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13764
13765 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13766 an alphabetic index based on comments content
13767 * doc/*: rebuilt the web site with the new references
13768
13769Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13770
13771 * parserInternals.h: Greg Sjaardema suggested to use an
13772 eponential buffer groth policy in xmlParserAddNodeInfo()
13773
13774Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13775
13776 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13777 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13778 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13779 to generate cross-references, and added/updated the stylesheets
13780 to generate and link API indexes. The generic keyword index
13781 is not done yet.
13782 * doc/*.html: regenerated all the usual docs too
13783
13784Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13785
13786 * debugXML.c: added an xpath function to the shell for T. V. Raman
13787
13788Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13789
13790 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13791 debug routines.
13792
13793Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13794
13795 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13796 support of attribute nodes
13797
13798Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13799
13800 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13801 hopefully near complete and fully documented of the API in XML
13802 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13803 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13804 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13805 include/libxml/parserInternals.h include/libxml/valid.hi
13806 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13807 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13808 include/libxml/xpath.h include/libxml/xpathInternals.h:
13809 Cleaned up the doc comments a lot in the process, the interface
13810 coverage is now 100%
13811
13812Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13813
13814 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13815 extracts comments from the gtk-doc DocBook output (a bit
13816 convoluted but seems to work).
13817
13818Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13819
13820 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13821 added an XML description of the API, moved the script generating
13822 it here. Added a "make api" target
13823
13824Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13825
13826 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
13827
13828Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13829
13830 * xpath.c include/libxml/xpathInternals.h: the change made to
13831 xmlXPathFuncLookupFunc was incompatible roll it back
13832
13833Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13834
13835 * SAX.c: cleanup patch from Anthony Jones
13836 * doc/Makefile.am: fix the headers to avoid in make scan
13837 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
13838 includes, * vs Ptr and general cleanup
13839 * parsedecl.py: first version of a script to extract the
13840 module interfaces, the goal will be to provide .decl or XML
13841 specification of the interfaces to build wrappers.
13842
13843Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13844
13845 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
13846 now provides return codes in case of errors
13847
13848Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
13849
13850 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
13851 Upgraded to trio baseline 1.6
13852 * strio.h strio.c: Replaced by triostr.h and triostr.c
13853
13854Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13855
13856 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
13857 of strdup usage in the code
13858
13859Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13860
13861 * parser.c error.c: Keith Isdale complained rightly that
13862 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
13863
13864Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13865
13866 * tree.c: fixed the funxtion to set the xml: attributes
13867 * debugXML.c: added "setbase" to test it.
13868
13869Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13870
13871 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
13872 to allow updating an attribute content
13873
13874Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13875
13876 * libxml.h: try to avoid problems when compiling on Windows
13877
13878Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13879
13880 * hash.c: patch from Anthony Jones for hash.c allocation size
13881 * Makefile.am: trying to work around Yet Another Libtool Madness
13882 and build the 2.4.13 release finally ...
13883
13884Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13885
13886 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
13887 * doc/* : update of the documentation
13888
13889Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13890
13891 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
13892 at fixing #61290 :-(
13893
13894Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13895
13896 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
13897 Fixes bug #67229
13898
13899Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13900
13901 * tree.c: trying to avoid troubles when a subtree is copied
13902 and coalesced in part with the target tree. Should fix
13903 bug #67407
13904
13905Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13906
13907 * valid.c: fixed validation of attributes content of type
13908 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
13909 values, very old bug. Fixes #67671
13910
13911Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13912
13913 * parser.c include/libxml/parserInternals.h tree.c: integrated
13914 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
13915 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
13916
13917Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13918
13919 * threads.c: applied Serguei Narojnyi's patch to add native
13920 thread support on the Win32 platform
13921 * testThreadsWin32.c Makefile.am: added the test program also
13922 from Serguei, Win32 specific
13923 * include/win32config.h include/libxml/xmlwin32version.h.in:
13924 added patch from Igor for the Windows thread specific defines.
13925
13926Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13927
13928 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
13929
13930Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13931
13932 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
13933 output page into XMLinfo.html. Close bug #66951 and
13934 raised by Robert Collins too.
13935
13936Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
13937
13938 * encoding.c: Paul Keogh pointed out a possibility of segfault
13939 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
13940 Closes bug # 68238
13941
13942Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
13943
13944 * doc/*.html: updated the Gdome2 links
13945
13946Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13947
13948 * libxml.h: Applied following patches from Robert Collins
13949 and make sure IN_LIBXML is defined when compiling it
13950 -------
13951 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
13952 as well as Visual C.
13953 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13954 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13955 * strio.c (PLATFORM_UNIX): Define for Cygwin.
13956 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
13957 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
13958 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
13959 xmlSysIDExists xmlNoNetExists).
13960 * xmllint.c: Don't include winsock2.h for Cygwin.
13961
13962Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13963
13964 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
13965 when the version info is not present.
13966
13967Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13968
13969 * tree.c: Anthony Jones pointed out a problem in
13970 xmlStringGetNodeList() and provided a fix for it
13971
13972Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13973
13974 * parser.c: patch from Frank J Franklin to remove a bug in
13975 xmlCreatePushParserCtxt() when the initial buffer passed
13976 is large.
13977
13978Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13979
13980 * win32/*: big cleanup of the Windows/MSVC project files
13981 from Igor Zlatkovic
13982
13983Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13984
13985 * doc/Makefile.am: should fix #67674 and avoid troubles if
13986 xsltproc is not available or fails in the prefix provided
13987
13988Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
13989
13990 * xmlmemory.c: one more doc patch from Charlie Bozeman.
13991
13992Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13993
13994 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
13995 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
13996 Fixed a few other problems raised by Charlie Bozeman.
13997 * result/VC/ElementValid[5-7]: fixed the output
13998
13999Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14000
14001 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14002 patches from Charlie Bozeman. Regenerated the HTML docs.
14003
14004Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14005
14006 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14007 for Windows from Igor
14008
14009Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14010
14011 * xmllint.c: applied Justin Fletcher patch for --output or -o
14012
14013Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14014
14015 * win32/libxml2/libxml2.def.src: close #67019
14016
14017Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14018
14019 * xmllint.c: applied Justin Fletcher generic timing patch
14020 similar to the one already applied to xsltproc.
14021
14022Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14023
14024 * include/libxml/tree.h tree.c: applied documentation patches
14025 from Charlie Bozeman
14026
14027Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14028
14029 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14030
14031Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14032
14033 * valid.c: fix the xmlStrdup() used in the previous patch.
14034 * valid.c: added --dropdtd
14035 * tree.c: fixed xmlUnlinkNode so it also removes the references
14036 from the document if the node is a DTD
14037
14038Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14039
14040 * HTMLtree.c valid.c: cleanup some static declarations
14041
14042Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14043
14044 * xmllint.c: removed another strdup()
14045 * doc/FAQ: removed the HP/UX entry
14046
14047Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14048
14049 * valid.c: fix bug #66816 when validating.
14050 * xmllint.c: don't use sys/time.h if configure did not found it
14051
14052Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14053
14054 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14055 xmlcatalog_man.xml
14056
14057Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14058
14059 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14060 xmlInitMemory() was declared twice
14061
14062Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14063
14064 * globals.c: do not reference strdup() !
14065 * configure.in libxml-2.0.pc.in: trying to fix the libs
14066 of the various config extraction modules
14067
14068Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14069
14070 * configure.in : preparing 2.4.12
14071 * doc/* : updated and rebuilt the docs
14072
14073Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14074
14075 * uri.c: closed bug #66159
14076 * testURI.c: added --escape option
14077 * configure.in: some cleanup for xml2-config --cflags
14078
14079Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14080
14081 * globals.c testThreads.c: removed some misplaced includes
14082 of xmlversion.h
14083
14084Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14085
14086 * threads.c: patch from Gary Pennington fixing a possible
14087 problem at initialization time.
14088
14089Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14090
14091 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14092 Eric Lavigne contribution to build libxml2 on MacOS using
14093 CodeWarrior.
14094
14095Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14096
14097 * xmllint.c: applied Geert Kloosterman's patch to fix
14098 --repeat --timing output
14099
14100Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14101
14102 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14103 where non-wellformed XML declaractions were not detected.
14104
14105Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14106
14107 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14108
14109Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14110
14111 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14112 gets reset by xmlCleanupInputCallbacks() and this makes the
14113 function useless. Same for output.
14114
14115Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14116
14117 * xmlIO.c: robert pointed out a loop error in callback cleanups
14118
14119Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14120
14121 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14122 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14123 they are not really tied to debugging
14124
14125Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14126
14127 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14128 * xmllint.c: better --catalogs description
14129
14130Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14131
14132 * tree.c: fixed a couple of problems in xmlSetProp()
14133
14134Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14135
14136 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14137 unappropriate stdout output.
14138
14139Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14140
14141 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14142 by Denis Beurive, closes #65111
14143
14144Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14145
14146 * valid.c: in case of content model validity error, don't
14147 print it if validity warnings were not requested.
14148
14149Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14150
14151 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14152 * parserInternals.c: removed the last exit() call. Print an
14153 unmaskable error on stderr instead (library mismatch detection)
14154
14155Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14156
14157 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14158 shell instructions from Heiko Rupp
14159
14160Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14161
14162 * catalog.c: use the URL notation file:// for default catalog paths
14163
14164Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14165
14166 * include/libxml/tree.h: better comments for _private fields
14167 * tree.c: removed a problem when copying an entity reference.
14168
14169Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14170
14171 * vms/*: updated instructions and diffs from John A Fotheringham
14172
14173Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14174
14175 * include/libxml/xmlerror.h: avoid an include problem if
14176 #include <libxml/xmlerror.h> happens first in code
14177 seems to be the case in KDE libs
14178
14179Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14180
14181 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14182 from Igor for Windows
14183
14184Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14185
14186 * Makefile.am: Gary Pennington pointed out a missing prefix
14187
14188Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14189
14190 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14191 * doc/*: upgraded and rebuilt the docs
14192
14193Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14194
14195 * HTMLparser.c: fix comment in scripts element parsing.
14196 * result/HTML/doc3*: updated the results.
14197
14198Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14199
14200 * uri.c: another URI bug fix #63336, using Joel Young patch.
14201
14202Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14203
14204 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14205 a cleaned up version of the Pwd shell string generation.
14206
14207Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14208
14209 * valid.c include/libxml/tree.h: trying to fix namespaces +
14210 validation problems for good, closing #63619 in the process
14211 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14212 wrong in this respect, fixed it.
14213
14214Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14215
14216 * xmllint.c: Morus Walter patch to allow --format and --encode
14217
14218Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14219
14220 * debugXML.c: Stefan Kost provided an help command for the shell
14221
14222Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14223
14224 * debugXML.c: Heiko Rupp pointed that the shell would crash
14225 on empty nodesets returns.
14226
14227Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14228
14229 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14230 migh need the history libraries
14231
14232Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14233
14234 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14235 handle the case of < in quoted attributes, Bastian Kleineidam
14236
14237Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14238
14239 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14240 fixing catalog breakages
14241 * Makefile.am catalog.c result/catalogs/catal
14242 result/catalogs/mycatalog.* test/catalogs/catal*:
14243 fixed more problems in catalog support, added more regression tests
14244 for both XML and SGML catalog handling
14245
14246Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14247
14248 * debugXML.c: applied an improvement to xmlGetLineNo() from
14249 Keith Isdale
14250
14251Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14252
14253 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14254 Side effect of the progressive catalog loading
14255
14256Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14257
14258 * Makefile.am: confexecdir and confexec_DATA were defined twice
14259 pointed out by Karl Eichwalder
14260
14261Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14262
14263 * xmlcatalog.c: avoid unlink() and use remove() instead.
14264
14265Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14266
14267 * libxml.spec.in: cleanup
14268 * include/libxml/xmlwin32version.h: updated with 2.4.8
14269
14270Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14271
14272 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14273 of compiling libxml with a non standard set of options
14274
14275Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14276
14277 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14278 document --sgml option, fixing gnome bugzilla #63382
14279
14280Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14281
14282 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14283 breakage of 2.4.7, added a couple of really needed APIs
14284 like xmlCatalogIsEmpty() and xmlNewCatalog()
14285 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14286 for install-catalog
14287 * configure.in: preparing 2.4.8
14288
14289Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14290
14291 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14292 include/libxml/tree.h include/libxml/xmlIO.h: more include
14293 cleanups, export cleanly one html output + format function.
14294
14295Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14296
14297 * parser.c: removed initGenericErrorDefaultFunc call from
14298 xmlInitParser() since it could destroy previous calls to
14299 xsltSetGenericErrorFunc() effects
14300
14301Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14302
14303 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14304 keyword.
14305
14306Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14307
14308 * Makefile.am: cleanup
14309 * threads.c: cleanup too
14310 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14311 from xsltproc
14312 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14313 dependency loop.
14314
14315Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14316
14317 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14318 was not used anymore !
14319
14320Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14321
14322 * configure.in: preparing 2.4.7
14323 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14324 manual page from John
14325 * doc/*: updated the doc and rebuilt the generated pages
14326
14327Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14328
14329 * xmlIO.c: closing bug #62711, the library should never
14330 close stdin or stdout.
14331
14332Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14333
14334 * uri.c: second pass at fixing #63336, using Joel Young
14335 final patch. looks okay.
14336
14337Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14338
14339 * uri.c include/libxml/uri.h: trying to clear #63336
14340 allowing the escaping routine to parse unconformant
14341 URI-References.
14342
14343Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14344
14345 * vms/readme.vms vms/build_libxml.com nanoftp.c
14346 include/libxml/xmlversion.h.in: a few VMS updates from
14347 John A Fotheringham
14348 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14349 and xmlCleanupOutputCallbacks() for the Perl binding people.
14350
14351Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14352
14353 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14354 apply fixes to close #63271 and avoid segfaults when
14355 the error routine gets callbed before xmlInitParser()
14356 get called.
14357 * nanoftp.c error.c: Applied patches from Justin Fletcher
14358 correcting some xmlGenericError misuses.
14359
14360Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14361
14362 *doc/xmllint.xml, doc/xmllint.1
14363 New and improved man page for xmllint - .xml is the original, .1
14364 is the generated man page
14365
14366Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14367
14368 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14369 the web site from the main HTML document.
14370
14371Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14372
14373 * parser.c: fixed an erroneous validation bug when PE refs
14374 occurs in external parsed entities referenced from the
14375 internals subset
14376 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14377 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14378 added the associated testcase, it's a nice one.
14379 * HTMLparser.c: generate the DTD node as HTML still ...
14380 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14381
14382Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14383
14384 * HTMLparser.c: fixed a bug in htmlNewDoc()
14385
14386Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14387
14388 * test/threads/*: added entities testing to the Thread test
14389 * testThreads.c: make the test reasonable
14390 * DOCBparser.c: fix the DTD public and system ID
14391 * xmllint.c: added --sgml for SGML DocBook importing
14392 * Makefile.am: added Docbtests target
14393
14394Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14395
14396 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14397 * testThreads.c: removed bogus include
14398
14399Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14400
14401 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14402 fixed a very serious (looping) validation bug
14403
14404Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14405
14406 * include/libxml/globals.h include/libxml/threads.h threads.c
14407 testThreads.c: far more testing, cleaning up bugs
14408 * *.c : make sure globals.h is always included.
14409
14410Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14411
14412 * HTMLparser.c: try to get rid of parser loops for good.
14413
14414Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14415
14416 * configure.in: fixed some bugs in CFLAGS passing.
14417 * test/threads Makefile.am testThreads.c: added a specific
14418 threaded test case (really nasty, guaranteed).
14419
14420Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14421
14422 * catalog.c: serious cleanup on the management of the
14423 XML catalog tree, more tests done, especially with
14424 the catalog PI.
14425
14426Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14427
14428 * catalog.c: avoid a problem in catalog cleanup on SMP if
14429 catalogs were not initialized.
14430
14431Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14432
14433 * catalog.c xpath.c: trying to cleanup the not thread safe
14434 parts of the library.
14435
14436Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14437
14438 * include/libxml/globals.h configure.in global.data: make
14439 the allocation be per-thread a configure option
14440 * encoding.c include/libxml/parser.h: fixed compilation
14441 errors
14442
14443Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14444
14445 * include/libxml/parser.h: Norm reported that a few lines
14446 added were breaking libxslt compile, removed them for now
14447
14448Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14449
14450 * parser.c parserInternals.c threads.c: debugged and fixed
14451 initialization problems which were giving troubles on SMP
14452 boxes.
14453
14454Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14455
14456 * include/libxml/Makefile.am: missing globals.h
14457
14458Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14459
14460 * globals.c: added a couple of standard includes.
14461
14462Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14463
14464 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14465 include/libxml/parserInternals.h include/libxml/tree.h
14466 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14467 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14468 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14469 Applied the last patches from Gary, cleanup, activated threading
14470 all user accessible global variables are now handled in globals.[ch]
14471 Still a bit rought but make tests passes with either
14472 --with-threads defined at configure time or not.
14473 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14474 linking options
14475
14476Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14477
14478 * Makefile.am include/libxml/Makefile.am
14479 include/libxml/globals.h globals.c include/libxml/threads.h
14480 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14481 configure.in: started integrating the core of the thread support
14482 not activated yet but half integrated. The code should still
14483 compile and work anyway.
14484
14485Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14486
14487 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14488 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14489 integrating the non-controversial parts of Gary Pennington
14490 multithread patches
14491 * catalog.c: corrected a small bug introduced
14492
14493Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14494
14495 * catalog.c include/libxml/catalog.h: very serious cleanup,
14496 isolating unportable code and as much as possible the accesses
14497 to the global shared catalog. May need more testing !
14498
14499Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14500
14501 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14502 Keith Isdale patches for the XSLT debugger interfaces. Some
14503 cleanup
14504
14505Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14506
14507 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14508 * DOCBparser.c: generate line nubers in elements
14509
14510Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14511
14512 * configure.in: preparing 2.4.6 release
14513 * doc/xml.html doc/html/*: updated and rebuilt the docs
14514 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14515
14516Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14517
14518 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14519 adding documentation for DV's supercatalog support
14520
14521Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14522
14523 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14524 super catalog support adding one API and one flag --sgml to
14525 xmlcatalog
14526
14527Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14528
14529 * doc/xmlcatalog_man.xml, xmlcatalog.1
14530 One more crack at
14531 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14532
14533Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14534
14535 * xpath.c: implemented xmlXPathObjectCopy for external objects
14536 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14537
14538Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14539
14540 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14541 finishing up fix to
14542 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14543 the xmlcatalog man page display more elegantly
14544
14545Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14546
14547 * configure.in: closing bug #61832
14548 * HTMLparser.c: removed a warning
14549
14550Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14551
14552 * xpath.c: fixing #61673 part I, do not loose doc information
14553 when copying result value trees.
14554
14555Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14556
14557 * xpath.c: trying to harden the XPath interpreter
14558
14559Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14560
14561 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14562 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14563
14564Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14565
14566 * HTMLparser: repaired another loop problem
14567
14568Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14569
14570 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14571 parsing.
14572 * xpath.c: fix bug #61291 the default XML namespace node is
14573 missing from the namespace axis.
14574 * tree.c: refuse to create namespaces nodes with prefix "xml"
14575
14576Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14577
14578 * SAX.c: ouch a non-defined namespace could lead to a crash,
14579 fixed #61215
14580
14581Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14582
14583 * parserInternals.c: closed bug #61054
14584
14585Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14586
14587 * include/libxml/Makefile.am: closing #60708
14588
14589Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14590
14591 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14592 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14593
14594Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14595
14596 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14597
14598Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14599
14600 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14601 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14602
14603Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14604
14605 * catalog.c: Justin Fletcher provided cleaup code in case
14606 HAVE_STAT is not defined
14607 * include/win32config.h: Igor Zlatkovic suggested to have
14608 HAVE_STAT defined there
14609
14610Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14611
14612 * catalog.c - fixed typing error reported by M. Barros
14613
14614Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14615
14616 * xmllint.c - fixing typo
14617
14618Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14619
14620 * HTMLparser.c: small enhancement to prevent loop on
14621 unrecognizable data
14622
14623Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14624
14625 * parserInternals.c: applying patch from bug #60757 this
14626 should close it
14627
14628Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14629
14630 * catalog.c xmlcatalog.c: removed a couple of warning
14631 * xpath.c: try to solve the linking problem on platforms
14632 needing trio to compile
14633
14634Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14635
14636 * Makefile.am libxml.spec.in: backing up non-documented changes
14637 commited without review or aproval by Jens Finke <jens@gnome.org>
14638 * HACKING: made 100% clear that no commit should be done directly
14639
14640Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14641
14642 * configure.in: Joe Orton provided a patch fixing a problem
14643 when iconv is specified to be in a non-standard directory
14644 but wasn't exported in xml2-config --cflags
14645
14646Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14647
14648 * configure.in: let's ship 2.4.5 before getting too much
14649 troubles with 2.4.4 errors.
14650
14651Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14652
14653 * encoding.c entities.c: do not output hexadecimal charrefs
14654 when serializing HTML since some version of Netscape can't
14655 grok it, generate decimal ones.
14656 * result/HTML/doc3.htm: output changed due to previous test
14657 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
14658
14659Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
14660
14661 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
14662 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
14663
14664Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14665 Released 2.4.4
14666
14667 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
14668 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
14669 updated the configuration scripts systems accordingly
14670
14671Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14672
14673 * configure.in: preparing for 2.4.4
14674 * doc/xml.html doc/html/*: updated and rebuilt the docs
14675
14676Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14677
14678 * win32/dsp/libxml2.def.src: tried to incorporate comments
14679 from bug #59220
14680
14681Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14682
14683 * parser.c result/noent/wml.xml: fixed bug #59981 related
14684 to handling of '&' in attributes when entities are substitued
14685
14686Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14687
14688 * libxml.h include/libxml/xmlversion.h.in
14689 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
14690 Tried to close bug #60131
14691
14692Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14693
14694 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
14695
14696Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
14697
14698 * SAX.c: fixing bug #59946 on xmlns=""
14699
14700Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14701
14702 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
14703 but allocates a new error code.
14704
14705Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14706
14707 * xmllint.c: John Fleck fixed typos in the options output
14708 * parser.c SAX.c: fix ignorable white space SAX selection
14709
14710Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14711
14712 * entities.c: Steve Underwood found the possibility of an
14713 ininite loop in case of error.
14714
14715Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14716
14717 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14718
14719Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14720
14721 * parser.c: warn if version is not 1.0 but it's not
14722 strictly speaking an error after analyzing the spec
14723
14724Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14725
14726 *doc/catalog.html - add link to the html version of the
14727 man page, other linguistic cleanups
14728
14729Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14730
14731 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14732 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14733 file, has not yet been included in the build.
14734
14735Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14736
14737 * catalog.c: removed a duplicate affectation Justin Fletcher
14738
14739Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14740
14741 * tree.c: Armin Sander pointed a possible text coalescing
14742 problem, completed his patch.
14743
14744Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14745
14746 * trionan.c: Fixed const and volatile re-definition problem
14747
14748Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14749
14750 * libxml.4 parser.c: doc updates from Heiko Rupp
14751 * parserInternals.c: 2 sanity checks from Heiko Rupp
14752
14753Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14754
14755 * tree.c: applied patch from Armin Sander to make some pointers
14756 const in xmlCopyNode()
14757 * include/libxml/tree.h: added fix to the header
14758
14759Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14760
14761 * xpath.c: hum, restrict the integer usage gcc bug workaround
14762 to only gcc compilers so that other architecture don't get
14763 penalized by this limitation.
14764 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14765
14766Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14767
14768 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14769 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14770
14771Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14772
14773 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14774 --convert option to xmlcatalog to convert SGML ones to
14775 the XML syntax.
14776 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14777
14778 2.4.3 got released at that point
14779Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14780
14781 * catalog.c xmlIO.c: started some serious testing and fixed
14782 a few bug and optmization needs.
14783
14784Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14785
14786 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14787 preparing for a 2.4.3 release even if it may not be ready yet
14788 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14789 all file parsing lookup to go through the entity resolver, add
14790 to add an API to bypass it (needed to load catalogs themselves),
14791 some cleanup on the catalog code too.
14792 * nanoftp.c: small cleanup
14793 * doc/catalog.html: small update
14794
14795Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14796
14797 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14798 Jun Kuriyama
14799
14800Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14801
14802 * doc/catalog.html: finished the catalog documentation
14803
14804Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14805
14806 * doc/catalog.html doc/xml.html: added documentation about
14807 Catalog support, misses an API description
14808 * doc/html/*: reextracted the API pages
14809
14810Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14813 Added the part about section 7.2 on URI resolution,
14814 fixed a side effect in the HTML parser, look complete
14815 and ready to rock except the URI/SystemID part!
14816
14817Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14818
14819 * include/libxml/catalog.h include/libxml/parser.h
14820 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14821 xmlIO.c: added support and APIs needed for the catalog PI
14822 * include/libxml/xmlIO.h: cleanup
14823
14824Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14825
14826 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
14827 include/libxml/catalog.h: starts to look okay, really
14828 plugged the new framework, cleaned a lot of stuff,
14829 added some APIs, except the PI's support missing this
14830 should be mostly complete
14831 * result/catalogs/* test/catalogs/*: added new test, enriched
14832 the existing one with URN ID tests
14833
14834Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14835
14836 * catalog.c: fixed nextCatalog
14837 * result/catalogs/docbook test/catalogs/*: started adding
14838 a small regression test
14839
14840Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
14841
14842 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
14843 more work on the XML catalog support.
14844 * parser.c include/libxml/parser.h: small cleanup seems using
14845 list as a public parameter name can give portability troubles
14846 * trionan.c trionan.h xpath.c include/libxml/trionan.h
14847 include/libxml/xpath.h include/libxml/Makefile.am: removed
14848 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
14849 wrappers
14850
14851Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14852
14853 * Makefile.am trio.c triodef.h trionan.c xpath.c
14854 include/libxml/Makefile.am include/libxml/trionan.h:
14855 Re-worked Not-A-Number and Infinity support.
14856 * xmlcatalog.c: added readline include files
14857
14858Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14859
14860 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
14861 testCatalog as xmlcatalog, making it an installed app
14862 adding a shell, and preparing it to be a /etc/xml/catalog
14863 management tool, though not ready yet
14864 * catalog.c include/libxml/catalog.h: adding support for
14865 XML Catalogs http://www.oasis-open.org/committees/entity/
14866 not finished, there is some interesting tradeoffs and a
14867 few open questions left.
14868
14869Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
14870
14871 * xmllint.c: fixed a line formatting problem
14872
14873Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14874
14875 * SAX.c: removed a couple of unused variable (Albert Chin)
14876
14877Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14878
14879 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
14880 trying to fix some troubles w.r.t. function returning
14881 const xxxPtr.
14882
14883Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14884
14885 * win32/dsp/libxml2.def.src: another set of symbols conditionally
14886 defined
14887
14888Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14889
14890 * xpointer.c: removed unused var
14891
14892Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14893
14894 * testXPath.c: another small cleanup closing bug #59110
14895
14896Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14897
14898 * win32/dsp/libxml2.def.src: small cleanup closing bug
14899 #59108
14900
14901Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14902
14903 * example/gjobread.c: add xmlCleanupParser() before leaving
14904
14905Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
14906
14907 * config.h.in configure.in include/libxml/xmlwin32version.h:
14908 released 2.4.2
14909
14910Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
14911
14912 * include/libxml/valid.h debugXML.c valid.c: deprecate
14913 the non-boundchecking Sprintf functions, add Snprintf
14914 this should close bug #57984
14915
14916Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
14917
14918 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
14919 URIs before doing the lookups (pointed by Mark Vakoc)
14920
14921Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14922
14923 * xpath.c: serious changes on Result Value Trees and NodeSets
14924 w.r.t. deallocation and collect operations. Probably not
14925 100% clean (merge of allocated trees smells like a problem).
14926 Seems sufficient to close #58943
14927
14928Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14929
14930 * xmllint.c: adding a --format option
14931
14932Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
14933
14934 * xpath.c: count() was broken on Result Value Tree
14935 * xmlIO.c: fixed file:/// accesses on _WIN32
14936
14937Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14938
14939 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
14940 macro was renamed, this should close bug #58683
14941
14942Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14943
14944 * SAX.c: small fix fixing bug #58539 reported by coolo, in
14945 entity substitution mode text at the end of the entity might
14946 be added due to text coalescing.
14947 * nanoftp.c parser.c: small cleanup
14948
14949Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14950
14951 * HACKING: added John Fleck right to commit in the doc subdir
14952
14953Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14954
14955 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
14956 allow to inherit attributes from the DTD directly in the
14957 tree, this is needed for XPath and can be a useful feature.
14958 Inherited namespaces are always provided at the tree level now
14959 * test/defattr* result/defattr* result/noent/defattr*: added a couple
14960 of tests for this feature (XSLT being the prime user).
14961
14962Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14963
14964 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
14965 testSAX.c xmlIO.c xmllint.c include/win32config.h
14966 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
14967 include/libxml/xmlwin32version.h.in win32/README.MSDev
14968 win32/dsp/*: applied Win32 Facelift No.2 patches from
14969 Igor Zlatkovic for Windows/MSC
14970
14971Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
14972
14973 * SAX.c: unparsedEntityDecl() the URI computation of the
14974 entity wasn't done breaking XSLT unparsed-entity-uri()
14975
14976Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
14977
14978 * xpath.c: fixed a bug when walking the descendants and
14979 the current node has no children
14980 * debugXML.c: show up when a text node is supposed to not be escaped
14981
14982Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14983
14984 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
14985 worked like the set:leading() function)
14986 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
14987
14988Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14989
14990 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
14991
14992Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14993
14994 * include/libxml/xmlIO.h: apply change to close #58141
14995 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
14996
14997Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14998
14999 * parser.c: when the internal subset uses a PE, then the
15000 included entity can use conditional sections.
15001
15002Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15003
15004 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15005 when walking the namespace axis showing up in
15006 libxst/tests/general/bug-12
15007 * xmlmemory.c: added the possibility to trace a given block
15008 defined by its address
15009
15010Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15011
15012 * parser.c: don't override existing encoding specified before
15013 starting xmlParseDocument()
15014
15015Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15016
15017 * include/libxml/xmlwin32version.h: reinserted, needed for
15018 Windows users of CVS
15019
150202001-07-27 Darin Adler <darin@bentspoon.com>
15021
15022 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15023 * testCatalog.c: Add include of <libxml/parser.h>.
15024
150252001-07-27 Darin Adler <darin@bentspoon.com>
15026
15027 * include/libxml/.cvsignore:
15028 * include/libxml/xmlwin32version.h:
15029 Remove this file from CVS because it's generated.
15030
15031Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15032
15033 * parser.c include/libxml/parser.h: applied const patches from
15034 Tom Moog #58002
15035
15036Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15037
15038 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15039 lookup framework
15040
15041Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15042
15043 * tree.c: fixed xmlCopyNode() for documents
15044
15045Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15046
15047 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15048
15049Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15050
15051 * parser.c: fixes bug #57652 reported by Morus Walter
15052
15053Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15054
15055 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15056
15057Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15058
15059 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15060 errors, lesson don't add new functions at 1am before a release
15061 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15062 from XPath initialization when possible.
15063
15064Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15065
15066 * result/scripts/base*: removing history/readline changed
15067 this slightly
15068 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15069 xmllint.c: make element content line number generation
15070 optionnal to avoid breaking old apps added interface to switch
15071
15072Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15073
15074 * configure.in: get rid of the readline and libhistory
15075 dependencies by default, release 2.4.1 with IA64 fix
15076 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15077 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15078 John Kroll fixes to allow saving to HTTP via PUT (or
15079 POST of needed).
15080 * doc/html/*.html: regenerated the docs
15081
15082Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15083
15084 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15085 xmlHashScanFull and xmlHashScannFull3 to get passed the
15086 three keys as arguments to the callback function
15087
15088Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15089
15090 * configure.in Makefile.am: removed libxml softlink for good
15091 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15092 100% coverage by gtk-doc
15093
15094Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15095
15096 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15097 fixed serious troubles due to size_t vs. int mismatch
15098
15099Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15100
15101 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15102
15103Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15104
15105 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15106 convenient extension API for value and context managing
15107 Now handles external objects through xmlXPathPopExternal,
15108 xmlXPathWrapExternal and xmlXPathReturnExternal.
15109 Added functions for sets operations (intersection, etc.)
15110
15111Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15112
15113 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15114 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15115 HTMLparser.c: cleanup of global variables, marking some
15116 const or private.
15117
15118Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15119
15120 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15121 fixed xmlXPathNodeSetItem when passing index=0
15122
15123Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15124
15125 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15126
15127Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15128
15129 * xmllint.c: fixed compilation under Cygwin #57503
15130 * TODO: update
15131
151322001-07-13 Peter Williams <peterw@ximian.com>
15133
15134 * config.h.in: add #undef HAVE_DLFCN_H
15135
15136 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15137 builddir.
15138
15139Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15140
15141 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15142 raised by #57348 and #57381
15143
15144Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15145
15146 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15147 tree.c xpointer.c: store the line numbder in element->content,
15148 may break some software, need a configuration mechanism
15149
151502001-07-10 Darin Adler <darin@bentspoon.com>
15151
15152 * .cvsignore:
15153 * example/.cvsignore:
15154 * include/.cvsignore:
15155 * include/libxml/.cvsignore:
15156 Various things that are generated and should be ignored.
15157
15158Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15159
15160 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15161 * doc/xml.html doc/html/*: updated the docs
15162
15163Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15164
15165 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15166 validation occured on content with element child
15167
15168Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15169
15170 * tree.c: fixed XML Base computation which was broken
15171 * debugXML.c: added a base function to the shell
15172 * Makefile.am result/scripts/* test/scripts/*: added scripts
15173 based regression tests, and adding 2 XML Base tests
15174
15175Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15176
15177 * tree.c: set properties doc and call xmlSetListDoc for properties
15178 content when grafting them in a different tree.
15179 * aclocal.m4: remove from CVS
15180
15181Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15182
15183 * win32/libxml2/libxml2.def.src: added some missing entry point
15184 for XPath (Mark Vakoc)
15185
15186Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15187
15188 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15189 layer should URI-Unescape before trying to open resources.
15190
15191Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15192
15193 * xpath.c: fix the name() bug for elements in the default
15194 namespace reported by Charlie Bozeman
15195
15196Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15197
15198 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15199 led to an XPath fix, improvements of SAX initialization, and
15200 an added option --nocdata to testXPath
15201
15202Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15203
15204 * doc/libxml-doc.el: Felix Natter provided anew version working
15205 with XEmacs too
15206
15207Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15208
15209 * include/libxml/xpath.h: small cleanup
15210 * doc/xml.html: update
15211
15212Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15213
15214 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15215 released 2.3.14
15216
15217Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15218
15219 * doc/html/*: rebuilt the docs for the release
15220 * doc/xml.html: added 2.3.14 release.
15221
15222Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15223
15224 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15225 were not equal to empty strings
15226
15227Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15228
15229 * SAX.c: fixed a URI-Reference computation problem when validating
15230 * xmlIO.c: small cleanup
15231
15232Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15233
15234 * parser.c: improved the description of a couple of interfaces
15235 upon Larry Stamper suggestion
15236
15237Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15238
15239 * SAX.c entities.c parser.c: changed completely the way entities
15240 are handled when running the parser in entity substitution mode.
15241 This fixes a bug reported by Stephan Kulow and nearly divides
15242 by 3 the amount of memory required by libxslt to load and process
15243 DocBook TDG.
15244
15245Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15246
15247 * HTMLparser.c: fixing a too early root closing problem raised
15248 byt Prashanth Naidu
15249
15250Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15251
15252 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15253 raised by Mark Vakoc.
15254
15255Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15256
15257 * example/Makefile.am: fixed the include path to add srcdir/include
15258 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15259 and some cleanup
15260
15261Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15262
15263 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15264 lot of optimization work, results in significant improvements
15265 when handling really complex XPath queries. Add a small optimizer
15266 for unions, improve [n] and [last()], avoid some costly ops.
15267
15268Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15269
15270 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15271 * xpath.c: small cleanup
15272 * xmlGetNsList: reformated, fixed problems if used on Entities
15273
15274Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15275
15276 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15277
15278Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15279
15280 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15281 * Makefile.am example/Makefile.am: workaround automake generating
15282 erroneous deps
15283
15284Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15285
15286 * include/win32config.h: bug #56801 Yon Derek provided a patch
15287 to the windows config file.
15288
15289Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15290
15291 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15292 libxml.h : Yon Derek provided a set of changes to compile from
15293 CVS on Windows/MSC
15294
15295Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15296
15297 * parser.c: fixed UTF8 BOM support in push mode
15298 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15299 added a specific testcase
15300
15301Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15302
15303 * Makefile.am: added --push regression tests
15304 * parserInternals.c: the XML parser segfaulted in --push mode
15305
15306Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15307
15308 * configure.in: moved the symlinks detection within a CVS
15309 check, this is not portable and will be removed soon.
15310 * xpath.c: small cleanup/speedup
15311
15312Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15313
15314 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15315 release of 2.3.12
15316 * parser.c: make an error message if unknow entities in all cases
15317
15318Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15319
15320 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15321
15322Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15323
15324 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15325 includes were installed in the wrong dir
15326
15327Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15328
15329 * doc/html.xml: warn against sending code to exhibit bugs.
15330
15331Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15332
15333 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15334 Tru64 from Thomas Leitner
15335
15336Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15337
15338 * AUTHORS: added William and Bjorn
15339 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15340 daniel@veillard.com hopefully I won't have to do this again
15341 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15342 docs can be rebuilt cleanly now
15343 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15344 from CVs it's generated, added include/libxml/xmlwin32version.h
15345 also generated but which should change far less frequently.
15346 * catalog.c nanoftp.c: made sure to include libxml.h not
15347 libxml/xmlversion.h directly
15348 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15349 when compiling on WIN32 and MSC
15350
15351Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15352
15353 * include/Makefile.am include/libxml/Makefile.am configure.in:
15354 fixed make distcheck and rebuilding the rpms
15355
15356Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15357
15358 * configure.in: should finish the migration of exported includes
15359 into a real include/libxml in CVS, at least for CVS users.
15360 * removed the exported headers, added in include/libxml (as well
15361 as xmlversion.h.in).
15362
15363Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15364
15365 * configure.in: fixed the way to detect symlink
15366
15367Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15368
15369 * configure.in: updated, include/libxml is now a real CVS dir
15370
15371Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15372
15373 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15374 version works with both libxml1 and libxml2 (it autodetects
15375 the prefix of the html-files) from Felix Natter.
15376 * doc/xml.html: updated doc accordingly
15377
15378Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15379
15380 * xpath.c: fixed the bug generating a template loop in libxslt
15381 when using docbook-xsl-1.4, * should filter out document nodes
15382 * HACKING: added William
15383 * TODO: updated
15384
15385Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15386
15387 * doc/FAQ.html: added a warning about gcc-3.0
15388 * doc/xml.html: added reference to gdome2 and removed a confusing
15389 sentence
15390
15391Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15392
15393 * xmlversion.h: okay this is a generated file, but Windows
15394 users need it and they can't generate it, and I want CVS
15395 Windows users ...
15396 * win32/libxml2/libxml2_so.dsp: Windows project file for
15397 the shared lib version of libxml2
15398 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15399 resources needed for libxslt/xsltproc by Yon Derek
15400
15401Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15402
15403 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15404
15405Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15406
15407 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15408
15409Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15410
15411 * include/win32config.h: Yon Derek provided a first fix
15412 to be able to compile libxslt/xsltproc on Windows
15413
15414Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15415
15416 * xpath.c: attempt to work around what seemed a gcc optimizer
15417 bug when handling floats on i386 http://veillard.com/gcc.bug
15418 * tree.c entities.c encoding.c: doing some cleanups while
15419 chasing it
15420
15421Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15422
15423 * Makefile.am: cleanup when --without-debug is specified
15424 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15425 w.r.t. --without-debug and other include points
15426 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15427 Catalogs
15428 * configure.in entities.h tree.h HTMLparser.c: removed
15429 --without-corba, made the _private field mandatory
15430
15431Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15432
15433 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15434 outputs a BOM in UTF8, an errata has been issued to avoid the
15435 problem, that was the most reasonable solution... Add support
15436 for a leading UTF8 BOM in entities.
15437
15438Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15439
15440 * valid.c: fixed a bug found when post validating an entity ref
15441 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15442 activate it too
15443
15444Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15445
15446 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15447 weakness in the node copy the XPointer and the XInclude
15448 implementations. Serious cleanup.
15449
15450Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15451
15452 * Makefile.am: Kjartan Maraas provided a small patch to
15453 add xml2-config.in to EXTRA_DIST
15454
15455Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15456
15457 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15458 provided another failing case found in KDE, the way the
15459 ctxt->vctxt.nodeTab was allocated and freed changed over
15460 time but it wasn't completely cleaned up. This should fix it.
15461
15462Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15463
15464 * parser.c: Stephan Kulow also raised the fact that line number
15465 could get miscounted making debug harder, fixed the problem
15466 in xmlParseCharData()
15467
15468Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15469
15470 * valid.c: Stephan Kulow pointed out a problem when validating
15471 and using an empty entity, forgot a 'break' in a case.
15472
15473Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15474
15475 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15476 * doc/xml.html: updated with 2.3.11
15477
15478Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15479
15480 * TODO: updated adding cleanup of generated doc
15481 * configure.in: prepared to release 2.3.11
15482 * xmllint.c: added --version for bug reporting
15483 * doc/html/*.html: rebuilt the doc
15484
15485Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15486
15487 * xpath.c: first part of the work on selecting namespace to
15488 fix bug #56115
15489
15490Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15491
15492 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15493 when using -liconv
15494 * TODO: updated
15495
15496Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15497
15498 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15499 cleanup, encoding support.
15500
15501Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15502
15503 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15504
15505Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15506
15507 * xpath.c: bug detected by Ankh when / is used as a function arg
15508
15509Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15510
15511 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15512 of element and use it to avoid outputting formatting spaces at
15513 the wrong place. Implemented the format parameter for HTML save.
15514 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15515 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15516 result/HTML/wired.html: of course this impact the result of a
15517 number of HTML tests
15518
15519Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15520
15521 * HTMLtree.[ch]: started augmenting the HTML save API with
15522 encoding and formatting parameters
15523
15524Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15525
15526 * HTMLtree.h: cleanup and started evaluating the work needed on
15527 revamping the HTML output code
15528
15529Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15530
15531 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15532
15533Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15534
15535 * valid.c: fixed bug #56049, forgot one check in the
15536 validation routine
15537
15538Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15539
15540 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15541
15542Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15543
15544 * libxml.h: fixed an error in last commit
15545 * doc/FAQ.html: added an entry for compilation from CVS
15546
15547Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15548
15549 * xmlversion.h.in libxml.h: Cygwin patches
15550 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15551 * tree.h: cleanup
15552
15553Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15554
15555 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15556 memory block in a strange case where libxml is linked twice
15557 in the binary.
15558
15559Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15560
15561 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15562 state far too often, simple fix used to avoid it.
15563
15564Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15565
15566 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15567 being processed, applied his patch
15568 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15569
15570Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15571
15572 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15573 provided fixes to compile on MSCC again
15574 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15575 also provided an update for the project files.
15576
15577Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15578
15579 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15580 bug #55810
15581
15582Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15583
15584 * tree.c: fixed xmlGetNsProp() to close bug #55683
15585 Note this requires libxslt to use it's own function instead.
15586
15587Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15588
15589 * HTMLtree.c: when in a pre element no formatting space should
15590 be added.
15591 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15592
15593Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15594
15595 * configure.in: added tests for signal() and signal.h
15596
15597Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15598
15599 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15600
15601Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15602
15603 * doc/libxml-doc.el: Felix Natter provided a new version for
15604 libxml2
15605
15606Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15607
15608 * HTMLtree.c: when in a pre element no formatting space should
15609 be added.
15610
15611Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15612
15613 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15614
15615Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15616
15617 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15618 hack
15619 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15620 * uri.c: fixed a warning
15621
15622Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15623
15624 * HTMLtree.c: trying to close bug #55772 escaping in script
15625 elements
15626 * doc/xml.html: suggest to send mail to the list
15627
15628Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15629
15630 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15631 good. Use a macro and based on the solution provided in
15632 vsnprintf manual page from GNU.
15633
15634Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15635
15636 * error.c: Workaround for non-preserving variadic list.
15637 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15638
15639Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15640
15641 * doc/xml.html: added 2.3.10 release
15642
15643Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15644
15645 * configure.in: releasing 2.3.10
15646
15647Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15648
15649 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
15650
15651Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15652
15653 * encoding.c: Robert Collins provided a patch to add the
15654 "US-ASCII" encoding alias
15655
15656Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15657
15658 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
15659 string oriented functions and started cleaning the related areas
15660 in xpath.c which needed fixing in this respect
15661
15662Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15663
15664 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
15665 #55380
15666 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
15667
15668Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15669
15670 * TODO: updated
15671 * nanohttp.[ch] : started adding APIs to get the redirected URL
15672 when this occurs (needed for further base computation
15673 * tree.h: cleanup
15674 * encoding.c: cleanup
15675 * SAX.c: minor change around ctxt->loadsubset
15676
15677Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15678
15679 * Makefile.am include/Makefile.am: small change to have
15680 include/libxml rebuilt if working from CVS.
15681 * uri.c: applied another patch from Carl Douglas for URI escaping,
15682 this should close bug #51876
15683
15684Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15685
15686 * xinclude.c: fixed XInclude recursive behaviour bug #54678
15687 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
15688 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
15689 added specific regression test
15690 * parser.h: preparing for the XSLT mode where DTD inherited
15691 attributes are added to the tree.
15692
15693Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15694
15695 * xinclude.[ch]: Updated the namespace for the Last Call version
15696 * result/XInclude/include test/XInclude/include: updated the
15697 testsuite accordingly
15698
15699Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15700
15701 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
15702 related to bug #51876
15703
15704Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15705
15706 * tree.c: fixed a gross mistake in base computation, xml:base is
15707 not completely correct yet (need cascade).
15708 * xpath.[ch]: added the few things needed to find a function name
15709 and URI from the XPath context when it is called.
15710
15711Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15712
15713 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15714 * DOCBparser.c: small cleanup
15715 * xmllint.c: added a --catalogs option to load catalogs from
15716 $SGML_CATALOG_FILES
15717 * tree.c: cleanup
15718 * configure.in: iconv library fixup, ICONV_LIBS
15719
15720Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15721
15722 * catalog.c: handling of CATALOG entries. detection of recursion,
15723 and a few bugfixes
15724 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15725 against the default namespace
15726
15727Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15728
15729 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15730
15731Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15732
15733 * parser.c: fixed propagation context info when parsing an
15734 external entity.
15735 * doc/html/*.html: regenerated a couple of docs
15736
15737Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15738
15739 * doc/xml.html: update with 2.3.9 informations
15740
15741Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15742
15743 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15744 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15745 * doc/html/* : rebuilt the docs
15746 * valid.c: small patch which may improve some case when
15747 validating.
15748
15749Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15750
15751 * HTMLparser.c: Closed bug #54891
15752 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15753 to the suite
15754
15755Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15756
15757 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15758 applied a documentation patch from LotR and filled in a few missing
15759 descriptions
15760
15761Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * xpath.c tree.c parser.c: speed optimizations at the parser level
15764 document tree freeing and xpath evaluation
15765
15766Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15767
15768 * parser.c parser.h parserInternals.h: fixed a couple of
15769 interfaces for handling memory buffer input to const char *
15770 upon suggestion of JamesH.
15771
15772Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15773
15774 * configure.in: LoTR sent a patch fixing the previous commit
15775
15776Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15777
15778 * configure.in: trying to deal again with the stoopid -R linking
15779 flag of Solaris
15780
15781Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15782
15783 * xpath.h: two nodeset access macros from Thomas Broyer
15784
15785Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15786
15787 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15788 patch from Thomas Broyer
15789
15790Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15791
15792 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15793 case
15794 * INSTALL: was empty added stuff from the FAQ
15795
15796Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15797
15798 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15799 attributes handling and #54433 by adding xmlUnsetProp()
15800 and xmlUnsetNsProp()
15801
15802Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15803
15804 * HTMLparser.c: Patch from Jonas Borgström
15805 (htmlGetEndPriority): New function, returns
15806 the priority of a certain element.
15807 (htmlAutoCloseOnClose): Only close inline elements if they
15808 all have lower or equal priority.
15809 * result/HTML: this of course changed a number of tests results.
15810
15811Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15812
15813 * xmlIO.c catalog.c: plugged in the default catalog resolution
15814 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15815 documentations
15816 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15817
15818Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15819
15820 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15821 integrating catalogs
15822 * catalog.[ch] testCatalog.c: adding a small catalo API
15823 (only SGML catalog support).
15824 * parser.c: restaured xmlKeepBlanksDefault(0) API
15825
15826Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15827
15828 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
15829
15830Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15831
15832 * parser.c: added xmlParseExternalEntityPrivate() to allow
15833 propagation of ctxt->_private when parsing external entities
15834
15835Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15836
15837 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
15838
15839Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15840
15841 * configure.in: fixed a small portability problem with AM_CONDITIONAL
15842
15843Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15844
15845 * valid.c: warn when indeterminist content model is detected
15846 * result/VC/ElementValid8: this adds a message
15847 * Makefile.am: add --novalid for VCM tests
15848 * parserInternals.c: added a call to Init memory
15849
15850Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15851
15852 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
15853 when both parameters are NULL.
15854
15855Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15856
15857 * valid.c: applied small patch from Gary Pennington, reindented
15858 some part of the code.
15859
15860Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15861
15862 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
15863 release, updated and regenerated the docs
15864
15865Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15866
15867 * xpath.c result/XPath/expr/floats : clarified and cleanup
15868 printing of abnormal floats in tests.
15869
15870Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15871
15872 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
15873 * results/HTML/ : a few changes in the output of the HTML tests as
15874 a result.
15875 * configure.in: tying to fix -liconv where needed
15876
15877Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15878
15879 * Makefile.am: fixed a stupid error
15880
15881Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15882
15883 * configure.in Makefile.am: make the inclusion of the trio
15884 modules in the library conditional
15885
15886Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15887
15888 * DOCBparser.c: patche from László Kovács, fixed entities refs
15889 in attributes handling
15890
15891Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15892
15893 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
15894 flushing
15895
15896Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15897
15898 * xpath.c: fix of an XSLT namespace bug reported on the list
15899 general/bug-8-
15900
15901Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15902
15903 * strio.h trio.c: Dan McNichol suggested a couple of small
15904 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
15905
15906Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15907
15908 * tree.c parser.c encoding.c: spent a bit more time looking
15909 at the parsing speed and DOM handling. Added a few more
15910 speedups.
15911
15912Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * parser.c: small but effective parsing speed improvement
15915
15916Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15917
15918 * configure.in: default on the DocBook parser inclusion (for Gnome)
15919 * DOCBparser.h: fixed a header reference
15920
15921Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15922
15923 * configure.in xpath.c: applied Bjorn patches for FPE on the
15924 alpha
15925
15926Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15927
15928 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
15929 xmlSaveFormatFileTo()
15930
15931Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15932
15933 * xpath.c: simple and efficient optimization, XPath functions
15934 aways bind to the same code, cache this
15935 * TODO: updated (by saying some is obsolete)
15936
15937Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15938
15939 * xpath.c: more cleanup work on XPath name parsing routines
15940
15941Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15942
15943 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
15944 xmlXPathParseName
15945 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
15946 * debugXML.c: avoid compilation problems if compiling without
15947 HTML support, Igor Zlatkovic
15948 * win32/libxml2/libxml2.def.src: being able to compile without
15949 XPath on Windows
15950
15951Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15952
15953 * libxml.m4: yet another patch from Toshio Kuratomi
15954
15955Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15956
15957 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
15958
15959Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15960
15961 * tree.[ch]: added xmlSaveFormatFile interface for saving
15962 and indenting a file.
15963
15964Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15965
15966 * xpath.c: fixed bug #53689 related to processing-instruction()
15967
15968Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15969
15970 * DOCBparser.c: patche from László Kovács
15971
15972Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15973
15974 * parser.c: applied fixes from Christian Glahn bug report #53391
15975
15976Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15977
15978 * error.c: Jean François Lecomte provided a complete description
15979 and a fix to bug #53537
15980
15981Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15982
15983 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
15984
15985Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15986
15987 * DOCBparser.c SAX.c: a bit more work on entities processing.
15988 Still Need to cleanup XML output and references in attributes
15989
15990Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15991
15992 * DOCBparser.c include/Makefile.am: two patches from László Kovács
15993
15994Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15995
15996 * tree.c: trying to fix #53574, not completely complete,
15997 I would like xmllint --copy --debug test/ent1 and
15998 xmllint --debug test/ent1 to show the same result.
15999 * xpath.c: fix a bug when trying to sort namespace nodes
16000
16001Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16002
16003 * HTMLtree.c: real fix for #53402
16004
16005Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16006
16007 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16008 PIs when using xsl:output
16009 * valid.c: closing #53537 some case generate segfaults if there
16010 is validity errors
16011
16012Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16013
16014 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16015 of external parsed entities, added --noent to testDocbook
16016 * valid.c: Garry Pennington found an uninitialized variable
16017 access in xmlValidateElementContent()
16018
16019Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16020
16021 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16022 with madness
16023 * result/HTML/ : this modified the result of the regression tests
16024 a lot.
16025
16026Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16027
16028 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16029 to doc where it wasn't checked against NULL reported by
16030 Jens Laas
16031
16032Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16033
16034 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
16035 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16036
16037Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16038
16039 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16040 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16041 * SAX.[ch]: cleanup and updates for DocBook
16042 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16043 ex SGML identifier changes
16044 * valid.c: removed a static unused function.
16045
16046Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16047
16048 * HTMLtree.c: applied change for Paul Sponagl on script saving
16049 * Makefile.am: the warning about entity title.xml are normal.
16050
16051Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16052
16053 * configure.in: release of 2.3.7
16054 * Makefile.am: fixing make distcheck
16055
16056Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16057
16058 * doc/html/* doc/xml.html: updated and regenerated the docs
16059
16060Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16061
16062 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16063
16064Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16065
16066 * tree.c: fixed #53388 with the provided patch
16067
16068Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16069
16070 * valid.c: Bjorn detected an invalid memory access. Fixed
16071 vstateVPush()
16072
16073Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16074
16075 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16076
16077Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16078
16079 * libxml.h: new header used only for the compilation of libxml
16080 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16081 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16082 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16083 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16084 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16085 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16086 baseline (version 1.2 plus a single patch).
16087 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16088 scientific notation for numbers. Tests added.
16089 * xpath.c: formatting of numbers changed to use sprintf
16090 (contribution from William Brack)
16091
16092Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16093
16094 * valid.c: cleanup, more useful debugging
16095 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16096 * xmlIO.c: entity loading is printed as an error when validating
16097
16098Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16099
16100 * valid.c: fixed to validate within entities
16101 * test/VCM/v22.xml: added a specific testcase
16102
16103Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16104
16105 * valid.c: forgot an epsilon transition in for ()+
16106 * test/VCM/v21.xml : added a specific test case
16107
16108Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16109
16110 * valid.c: removed a state explosion exhibited by RSS
16111 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16112 from bug #51872
16113
16114Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16115
16116 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16117 validation without using an ugly NFA -> DFA algo in the source.
16118 Made a specific algorithm easier to maintain, using a single
16119 stack and without recursion.
16120 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16121 * hash.c: made the growing routine static
16122 * tree.h parser.c: added the parent information to an
16123 xmlElementContent node.
16124
16125Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16126
16127 * SAX.c parser.c xpath.c: generating IDs when not validating
16128 from an external parsed entity was poisoning the ID has table
16129 with removed values. This was killing XSLT on the KDE help
16130 browser.
16131
16132Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16133
16134 * entities.h: andrew@ugh.net.au detected a double declaration
16135
16136Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16137
16138 * debugXML.c hash.c tree.h valid.c : some changes related to
16139 the validation suport to improve speed with DocBook
16140 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16141 the way validation errors get reported
16142
16143Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16144
16145 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16146 by P C Chow and William M. Brack for XSLT HTML output
16147
16148Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16149
16150 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16151 Igor Zlatkovic patches for MSC compilation and added his
16152 updates
16153
16154Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16155
16156 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16157 prefix lookup.
16158 * parserInternals.c: fixed the bug reported by Morus Walter
16159 due to an off by one typo in xmlStringCurrentChar()
16160
16161Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16162
16163 * HTMLparser.c result/HTML/*: revamped the way the HTML
16164 parser handles end of tags or end of input
16165
16166Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16167
16168 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16169
16170Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16171
16172 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16173 bug where the linktime verions of free() won't work ...
16174
16175Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16176
16177 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16178
16179Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * doc/xml.html: added 2.3.6 release
16182
16183Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16184
16185 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16186 * result/wml.xml: resulted in a small output change
16187
16188Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16189
16190 * tree.c: xmlNewDoc was missing the charset initialization
16191 * xmllint.c: added --auto to autogenerate a doc, allow to
16192 reproduce the problem fixed on xmlNewDoc
16193
16194Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16195
16196 * xpath.c: trying to get 52979 solved
16197 * tree.c result/ result/noent/: trying to get 52712 solved, this
16198 also made me clean up the fact that XML output in general should
16199 not add formating blanks by default, this changed the output of
16200 a few tests
16201
16202Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16203
16204 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16205
16206Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16207
16208 * configure.in: finally released 2.3.6
16209
16210Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16211
16212 * xpath.c: checking for null pointer generated by new code
16213
16214Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16215
16216 * xpath.c: fixed a [] evaluation problem reported
16217 * test/XPath/tests/simpleaddr: extended test
16218 * result/XPath/simpleaddr: updated result
16219
16220Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * xmllint.c: Dan Timis reported a portability problem
16223 on Macs without mmap, fixed it.
16224
16225Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16226
16227 * testXPath.c : added a --tree option allowing to display the
16228 tree dump of the XPath expression
16229
16230Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16231
16232 * xpath.c: fixed a memleak when comparing nodesets
16233 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16234 * tree.c: added a TODO
16235
16236Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16237
16238 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16239 we need string functions
16240 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16241 to be able to use them where needed. Applied some changes
16242 to reduce name linking pollution and compile in only what's
16243 needed.
16244 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16245 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16246 for the string manipulation functions
16247 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16248 to the free() function of xmlmemory.c
16249 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16250 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16251 usage.
16252
16253Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16254
16255 * error.c: applied the context output patch of the error
16256 handling submitted by Chuck Griffith
16257 * error/VC/*: this slightly change some error logs
16258
16259Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16260
16261 * parser.c: fixed line number reporting on error
16262
16263Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16264
16265 * parser.c: Sullivan and Darin found a parser bug,
16266 applied the patch.
16267
16268Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16269
16270 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16271 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16272 xmlversion.h.in xpointer.c: of course the way I defined
16273 UNUSED breaks on old gcc version. Try to be smart and
16274 also define it directly in xmlversion.h
16275 * configure.in: removed -ansi flag from the pedantic set
16276
16277Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16278 Huge cleanup, I switched to compile with
16279 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16280 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16281 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16282 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16283 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16284 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16285 encoding.h entities.c error.c list.[ch] nanoftp.c
16286 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16287 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16288 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16289 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16290 Cleanup, staticfied a number of non-exported functions,
16291 detected and cleaned up a dozen of problem found this way,
16292 avoided a lot of public function name/typedef/system names clashes
16293 * doc/xml.html: updated
16294 * configure.in: switched private flags to the really pedantic ones.
16295
16296Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16297
16298 * configure.in: 2.3.5
16299 * doc/html/*: rebuilt the docs
16300
16301Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16302
16303 * parser.c: fixed a reported bug in NOTATION parsing
16304 * uri.c: accepted but not fixed bug 51876, added TODO
16305 * Makefile.am: fixed bug 51876
16306
16307Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16308
16309 * config.h.in configure.in error.c: fix a compilation problem
16310 on platforms without vsnprintf (xml@thewrittenword.com)
16311
16312Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16313
16314 * parser.c: fixed a function name header typo
16315 * SAX.c: notations can also occur in external subset.
16316
16317Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16318
16319 * error.c: removed a C++ like comment
16320
16321Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16322
16323 * parser.c: fixing bug 52299 strange condition leading
16324 to a parser crash due to a buffer overflow
16325 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16326 added the specific test case
16327
16328Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16329
16330 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16331 xmlXPathConvert{String,Number,Boolean} to be able to make
16332 type casts without a context stack, fixed some implementation
16333 problems related to the absence of context at parse-time,
16334 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16335 in the public API too
16336 * xpointer.c xpathInternals.h: we need to know at parse time
16337 whether we are compiling an XPointer
16338
16339Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16340
16341 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16342 cleaned up the parser internals, refactored XPath code, added
16343 new compilation based APIs and cleanly separated public and
16344 private APIs.
16345
16346Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16347
16348 * xpath.h: the comp field must be added at the end to avoid
16349 killing binary compat.
16350
16351Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16352
16353 * Makefile.am: detect XPath memleaks in regreson tests
16354 * error.c: fixed and error w.r.t. error reporting still using
16355 stderr
16356 * hash.c: added new line at end of file
16357 * tree.h: minor cleanup
16358 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16359 expression parsing from evaluation, resulted in a number of
16360 changes internally, and in XPointer. Likely to break stuff
16361 using xpathInternals.h but should remain binary compatible,
16362 new interfaces will be added.
16363
16364Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16365
16366 * configure.in: fixed a couple of problems reported by
16367 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16368 without gcc on non linux platforms.
16369
16370Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16371
16372 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16373 a fix for --with-html-dir= configure support. I hope it won't
16374 break rpm generation
16375
16376Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16377
16378 * xmlIO.c: one function comment cleanup.
16379
16380Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16381
16382 * SAX.c: external subset notations were improperly registered
16383 in the internal subset.
16384
16385Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16386
16387 * README.cvs-commits: added, pointing to HACKING
16388 * HACKING: updated
16389
16390Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16391
16392 * parser.c: and Matt Sergeant found one in the XML push
16393 parser (erroneous check I forgot to remove when I fixed the
16394 main parser).
16395
16396Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16397
16398 * xpath.c: ptittom found a small bug in UnaryExpr
16399
16400Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16401
16402 * configure.in: bumped to 2.3.4
16403 * error.c: fixed bug #51860
16404 * tree.c: fixed bug #51861
16405 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16406 * tree.[ch] : added xmlDefaultBufferSize
16407 * nanoftp.c: typo in function name header block
16408 * doc/xml.html : updated, added link to XML::LibXSLT
16409 * doc/html/* : rebuilt the docs
16410
16411Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16412
16413 * parser.c SAX.c: the new content parsing code raised an
16414 ugly bug in the characters() SAX callback. Found it
16415 just because of strangeness in XSLT XML Rec ouptut :-(
16416
16417Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16418
16419 * Makefile.am: Martin Baulig suggested to add -lm
16420 * tree.c: found another bug in xmlNodeGetContent()
16421
16422Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16423
16424 * xpath.c: Bjorn found the error related to strictness of comparison.
16425
16426Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16427
16428 * parser.c: trying to fix the Dtd parsing problem reported
16429 by Gary, side effect of last week speed optimizations.
16430
16431Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16432
16433 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16434 * parserInternals.c: removed unneeded test raised by Stric
16435
16436Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16437
16438 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16439 and fixed by William Brack). Added xmlXPathFormatNumber.
16440 Changed the sorting slightly.
16441 * configure.in Makefile.am example/Makefile.am: Added -lm.
16442 Please note that applications linking with libxml2, must
16443 also like with the math library from now on.
16444
16445Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16446
16447 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16448
16449Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16450
16451 * parser.c: one must report spaces even if the Dtd element
16452 content proves that this is not part of the element content.
16453 * result/valid/*.xml: this changed the ouptu slightly
16454
16455Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16456
16457 * configure.in: bumped to 2.3.3
16458 * doc/xml.html: updated
16459
16460Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16461
16462 * tree.c: minor doc fix
16463 * xpath.c: deallocation issues when a result tree has been
16464 converted to a node-set
16465
16466Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16467
16468 * doc/xml.html: oops corrected dates s/2000/2001
16469
16470Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16471
16472 * valid.c: new patch from Gary Pennington
16473
16474Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16475
16476 * doc/xml.html: applied patch from Ankh
16477
16478Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16479
16480 * xinclude.c: fixed a problem building on Mac
16481
16482Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16483
16484 * parser.c: more work on increasing parsing ferformances
16485
16486Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16487
16488 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16489 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16490 avoiding memcpy in production builds MEM_CLEANUP macro use
16491 * parser.[ch] parserInternals.c: optimizations of the tightest
16492 internal loops inside the parser. Better checking of I/O
16493 flushing/loading conditions
16494 * xmllint.c : added --timing
16495
16496Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16497
16498 * configure.in: bumped to 2.3.2
16499 * doc/xml.html: updated for release
16500
16501Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16502
16503 * xpath.c: found a memleak and fixed a nasty bug
16504
16505Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16506
16507 * xmllint.[c1] : added return code errors for xmllint
16508 * xpath.c: specific debug dump function for result value trees
16509
16510Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16511
16512 * xpath.c: finally implemented xmlXPathCompareNodeSets
16513 * test/XPath/expr/floats results/XPath/expr/floats: added
16514 a test for float expressions
16515
16516Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16517
16518 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16519 * parserInternals.[ch]: trying to speed up parsing
16520 * xpath.c : speeded up node set equality op
16521
16522Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16523
16524 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16525 better handling of ID/IDREF and the list modules associated
16526 * configure.in: small CFLAGS cleanup
16527
16528Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16529
16530 * configure.in: fixed iconv detection on AIX (stric)
16531
16532Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16533
16534 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16535
16536Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16537
16538 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16539 and optimized xmlXPathNodeSetSort
16540
16541Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16542
16543 * xpath.c: bug fix when context size is 0
16544 * parser.c: I like Norm's Dtd because they still manage to break
16545 the parser occasionally
16546
16547Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16548
16549 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16550
16551Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16552
16553 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16554 attributes within the XML-1.0 namespace
16555
16556Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16557
16558 * xpathInternals.h: exported a few axis functions
16559 * doc/xml.html: updated the doc
16560
16561Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16562
16563 * configure.in: applied patch from Daniel van Balen for OpenBSD
16564 and bumped version to 2.3.1
16565 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16566 attempt to find autoclosing was simply broken, removed it,
16567 updated the examples, this is better
16568
16569Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16570
16571 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16572 hash functionnalities.
16573 * doc/html/* : rebuild the doc
16574
16575Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16576
16577 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16578 on predicate
16579 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16580 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16581 really want to have tags closed on output even if we accept
16582 unclosed ones on input
16583
16584Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16585
16586 * xpath.c: ouch don't free NULL, rare case fixed
16587 * tree.c: don't coalesce text nodes if they don't have the
16588 same behaviour wrt escaping on output
16589
16590Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16591
16592 * xpath.c: small fixup
16593 * SAX.c: don't warn on empty namespaces.
16594
16595Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16596
16597 * README: a bit of cleanup
16598 * configure.in: preparing for 2.3.0 release
16599
16600Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16601
16602 * hash.[ch]: added a first version of xmlHashSize()
16603 * valid.c: another bug fix from Gary Pennington
16604
16605Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16606
16607 * valid.c: couple of bug fixes pointed by Gary Pennington
16608 * HTMLtree.c: #if 0 cleanup
16609
16610Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16611
16612 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16613 which removes a time consuming check of xmlXPathNodeSetAdd()
16614 and use it in places where we are sure to not break unicity
16615
16616Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16617
16618 * xpath.c: bug fixes found from XSLT
16619 * tree.c: preserve node->name special values when copying nodes.
16620 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16621 external subset are fetched when available but without full
16622 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16623 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16624 output with encoding disabled.
16625
16626Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16627
16628 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16629 xmlCheckFilename should not be called from xmlFileOpenW
16630 and xmlGzfileOpenW
16631
16632Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16633
16634 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16635 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16636 added the new tests for URI normalization
16637 * testURI.c: fixed stoopid bugs
16638 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16639 the URI in the error messages are now properly normalized
16640
16641Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16642
16643 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
16644
16645Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16646
16647 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
16648
16649Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16650
16651 * xpath.c: fixed mod operator
16652
16653Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16654
16655 * parser.c: fixed xmlStrcat doc
16656 * tree.c: 2 fixes form Anders Carlson for copying nodes and
16657 trees.
16658
16659Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16660
16661 * xpath.c result/XPath/tests/chaptersbase
16662 result/XPath/tests/simplebase: fixed XPath node()
16663 * tree.c: small fix in xmlNewNs()
16664 * Makefile.am: removed extraneous xml2Conf.sh rule
16665
16666Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16667
16668 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
16669 Changed the library name, in order to get libxml-devel and
16670 libxml2-devel to coexist on a single system
16671 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
16672 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
16673
16674Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16675
16676 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
16677 libxml2-devel installable in // as libxml-devel.
16678
16679Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16680
16681 * doc/Makefile.am: fixed make rebuild in doc
16682 * doc/html/*.html: rebuilt the docs
16683
16684Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16685
16686 * tree.c: patch from Bjorn Reese on xmlBufferCCat
16687
16688Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16689
16690 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
16691 the HTML doc to go into the -devel RPM ...
16692 * aclocal.m4 config.h.in: some updates due to auto* magic
16693
16694Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16695
16696 * xpath.h: added a hook in the context structure allowing to
16697 link to extra support, needed for XSLT
16698
16699Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16700
16701 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
16702 xmlXPtrCmpPoints to use it.
16703 * propagated the following patch from Alejandro Forero
16704 * include/win32config.h xmlIO.c: applied further suggestions
16705 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
16706 * example/gjobread.c: fixed warnings, now that it builds
16707
16708Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
16709
16710 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
16711
16712 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16713 filename points to a valid file (not a directory).
16714 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16715 Added calls to xmlCheckFilenameDir.
16716
16717 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16718 `path' (rather than `filename') as the parameter to gzopen and open.
16719
16720Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * Makefile.am: fixed a problem with EXTRA_DIST
16723
16724Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16725
16726 * Makefile.am example/Makefile.am: finally found the trick
16727 to build the example, i.e. add "." in SUBDIRS before example
16728 in the list <grin/>
16729
16730Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16731
16732 * doc/xml.html: updated with an XSLT section, removed pointer to
16733 W3C CVS base.
16734
16735Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16736
16737 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16738 too, and deallocation need to occur the same way.
16739
16740Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16741
16742 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16743 type correponding to an XSLT result tree fragment. Share most
16744 of the data format with node set, as well as operators.
16745 * HTMLtree.c: added a newline at the end of the doctype output
16746 whe this one is not present initially.
16747 * tree.c: make sure taht the parent and doc pointers are properly
16748 set when copying attributes (lists).
16749
16750Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16751
16752 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16753
16754Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16755
16756 * xpath.c: seems I finally killed that ugly path evaluation
16757 context bug (tagged 9999 in case is is wrong)
16758
16759Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16760
16761 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16762 for XSLT
16763
16764Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16765
16766 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16767 for xmlGzfileOpen() bug
16768
16769Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
16771 * xpath.c: removed an error found by XSLT usage
16772 * tree.c parserInternals.h: use a predefined static string
16773 for text and comment nodes, avoid freeing them in xmlFreeNode,
16774 exported the string name in parserInternals.h and added
16775 another value to disable encoding at output (for XSLT),
16776 gain memory, time.
16777
16778Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16779
16780 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16781 win32/libxml2/libxml2_so.dsp: new makefiles and update
16782 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16783
16784Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16785
16786 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16787 Gary Pennington
16788
16789Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16790
16791 * xpath.c: fixed the comaprision of values and nodelists,
16792 need to compare nodelist still ...
16793 * debugXML.c: avoided a possible core dump
16794 * HTMLparser.c: cleanup
16795 * nanohttp.c: contributed fix.
16796 * tree.c: fixes in properties handling added xmlSetNsProp
16797 needed by libxslt
16798 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16799 comment
16800 * TODO: updated
16801
16802Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16803
16804 * parser.c parserInternals.c: applied Bjorn Reese optimization
16805 patch
16806
16807Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16808
16809 * Makefile.am: applied patch fro make check from Martin Vidner
16810
16811Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16812
16813 * configure.in: preparing 2.2.11
16814 * doc/html/*: rebuild the HTML files
16815 * doc/xml.html : updated
16816
16817Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16818
16819 * tree.c: fixed a stupid bug
16820 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16821 patches related to validation of an XInclude processing result
16822 * TODO: updated
16823
16824Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16825
16826 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
16827 on large files
16828
16829Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16830
16831 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
16832
16833Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
16835 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
16836 reported by Jonas Borgström
16837 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
16838
16839Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16840
16841 * testXPath.c xpath.c: fixing the XPath union expressions problem
16842 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
16843
16844Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16845
16846 * xmllint.c: Made is so if the file name is "-" is will read form
16847 standard input. Sven Heinicke <sven@zen.org>
16848 * tree.c: fixed a problem when growing buffer
16849 * tree.h: fixed the comment of the node types following andersca
16850 comment
16851 * TODO: updated
16852
16853Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16854
16855 * HTMLparser.[ch]: added a way to avoid adding automatically
16856 omitted tags. htmlHandleOmittedElem() allows to change the
16857 default handling.
16858 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
16859 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
16860 of xmllint too when using --memory flag, added a memory test
16861 suite at the Makefile level.
16862 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
16863 with namespace use when encountering QNames in XPath evalation,
16864 added xmlns() scheme in XPointer.
16865 * nanoftp.c : incorporated a fix
16866 * parser.c xmlIO.c: fixed problems raised with encoding when using
16867 the memory I/O
16868 * parserInternals.c: closed bug 25934 reported by
16869 torsten.landschoff@innominate.de
16870 * TODO: updated
16871
16872Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16873
16874 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
16875 on a non-updated tree :-(, made a 2.2.10 release to correct the
16876 situation
16877
16878Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16879
16880 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
16881 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
16882 integrated a set of OpenVMS changes from Howard Taylor
16883 <Howard.Taylor@pacoast.com>
16884
16885Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16886
16887 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
16888 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
16889
16890Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16891
16892 * HTMLparser.c: some fixes on auto-open of html/head/body
16893 * encoding.c: fixed a compilation error on some gcc env
16894 * xpath.c xpointer.[ch] xpathInternals.h: improved the
16895 XPointer implementation
16896 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
16897 related XPointer tests and associated results
16898
16899Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16900
16901 * doc/xmldtd.html doc/xml.html: following a short step by step
16902 guidance on IRC to help maciej with DTDs I started a small
16903 page on the subject.
16904
16905Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16906
16907 * HTMLparser.c: fixed handling of broken charrefs
16908 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
16909 patches
16910
16911Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16912
16913 * doc/xml.html doc/html/* : rebuilt the docs after adding
16914 xinclude and updated page for 2.2.7 and 2.2.8
16915 * configure.in: releasing 2.2.8
16916
16917Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16918
16919 * parser.[ch] parserInternals.c: applied the conditional
16920 section processing fix from Jonathan P Springer
16921 <jonathan.springer2@gte.net>
16922 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
16923 project file, fixed iconv default non support
16924 * xpath.c: fixed the problem of evaluating relative expressions
16925 when a node context is provided.
16926
16927Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16928
16929 * nanoftp.c: fixed gcc 2.95 new warnings
16930 * SAX.c: fixed a stupid bug
16931 * tree.c: fixed a formatting problem when round-tripping
16932 from/to memory
16933 * xinclude.c: chased memleak, fixed a base problem
16934 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
16935 xmlXPtrBuildNodeList()
16936 * TODO: updated
16937 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
16938 adding a first small set of regression tests for XInclude
16939
16940Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16941
16942 * nanohttp.[ch]: applied Wayne Davison patches to access
16943 the WWW-Authorization header.
16944 * parser.c: Closed Bug#30847: Problems when switching encoding
16945 in short files by applying Simon Berg's patch.
16946 * valid.c: fixed a validation problem
16947 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
16948 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
16949 Wayne Davison
16950 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
16951 need to be extended to non full nodes selections.
16952 * xinclude.c: starts to work decently
16953
16954Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16955
16956 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
16957 debugXML.c xmlversion.h.in: Started adding XInclude support,
16958 this is a new xmllint option
16959 * tree.c xpath.c: applied TOM patches for XPath
16960 * xpointer.c: fixed a couple of errors.
16961 * uri.c: added an escaping function needed for xinclude
16962 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
16963 new warning from RH70 gcc's version
16964
16965Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16966
16967 * HTMLparser.c: fixed loop on invalid char in scripts
16968 * parser.c: update to description of xmlIOParseDTD()
16969 * libxml.m4 xmlversion.h.in: changes contributed by
16970 Michael Schmeing <m.schmeing@internet-factory.de>
16971 * configure.in: preparing for 2.2.7
16972 * Makefile.am: trying to avoid config.h and acconfig.h
16973 being included in the distrib
16974 * configure.in: released 2.2.7
16975
16976Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16977
16978 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
16979 like namespaces for good. Unified xmlNs and xmlNode somewhat.
16980
16981Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16982
16983 * parser.[ch]: added xmlIOParseDTD()
16984 * xpointer.c: added support for the 2 extra parameters of
16985 string-range, fixed a stoopid error when '0' was present
16986 in XPointer expressions
16987 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
16988 testsuite for the above
16989
16990Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16991
16992 * libxml.spec.in: improved package descriptions
16993
16994Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16995
16996 * xpath.c xpathInternals.h: applied a large cleaning patch
16997 from TOM <ptittom@free.fr>, it also add namespace support
16998 for function and variables registration.
16999
17000Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17001
17002 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17003 * Makefile.mingw: Wayne Davison's update adding hash.c
17004
17005Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17006
17007 * xpath.c: fixed the root evaluation problems
17008 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17009 ignorable spaces with <b> <bold> <em>
17010 * tree.c: fixed a loop in xmlSearchNsByHref()
17011
17012Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17013
17014 * xpath.c: applied another XPath patch from TOM
17015 * xpath.c include/makefile.am: applied another patch from
17016 china@thewrittenword.com (cleanup on IRIX).
17017
17018Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17019
17020 * xml-config.1: received a fixed version from Fredrik Hallenberg
17021 <hallon@lysator.liu.se>
17022
17023Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17024
17025 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17026 cleanup patch for XPath
17027
17028Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17029
17030 * patched to redirrect all "out of context" error messages to
17031 a reconfigurable routine. The changes are:
17032 * xmlerror.h : added the export of an error context type (void *)
17033 an error handler type xmlGenericErrorFunc there is an interface
17034 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17035 to reset the error handling routine and its argument
17036 (by default it's equivalent to respectively fprintf and stderr.
17037 * all the c files: all wild accesses to stderr or stdout within
17038 the library have been replaced to calls to the handler.
17039
17040Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17041
17042 * configure.in: release 2.2.6
17043 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17044 exporting the inner functions of xpath for extension modules
17045 * doc/*: updated and rebuilt the doc
17046
17047Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17048
17049 * nanohttp.c : applied Wayne HTTP cleanup patch
17050 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17051 and xmlNodeSetSpacePreserve()
17052
17053Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17054
17055 * xpath.c: closing bug #29260
17056
17057Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17058
17059 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17060 multikey tuples, made hash structure opaque
17061 * valid.[ch]: moved elements, attributes, notations decalarations
17062 as well as ID and refs to hash tables.
17063 * entities.c: hash cleanup
17064 * xmlmemory.c: fixed a dump problem in debug mode
17065 * include/Makefile.am: problem passing in DESTDIR= values patch
17066 from Marc Christensen <marc@calderasystems.com>
17067 * nanohttp.c: removed debugging remains
17068 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17069 * HTMLparser.c parser.c: fixing a number of problems with the
17070 macros in the *parser.c files (Wayne).
17071 * HTMLparser.c: close the previous option when opening a new one
17072 (Marc Sanfacon).
17073 * result/HTML/*: updated the HTML results accordingly
17074
17075Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17076
17077 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17078 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17079 XPath functions and XML entities table to them. More to come...
17080 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17081
17082Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17083
17084 * tree.c: coalesce adjacent text nodes
17085 * valid.c: handling of blank nodes in DTd validation (raised
17086 by problems with a posteriori validation).
17087 * nanohttp.c: changing behaviour on HTTP write stuff.
17088 * HTMLtree.c: forced body and html to be explicitely closed.
17089 * xpath.h: exported more XPath functions.
17090
17091Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17092
17093 * Release of 2.2.5
17094 * xpointer.c: range() range-inside and other helper functions
17095 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17096
17097Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17098
17099 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17100 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17101
17102Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17103
17104 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17105 and XPointer modules
17106
17107Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17108
17109 * SAX.h: closed #25107
17110
17111Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17112
17113 * testSAX.c: fixed problem with cdata reporting
17114 * SAXresult/* : updated
17115
17116Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17117
17118 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17119 Closed bug #27499, added to regression tests
17120 * TODO: updated
17121
17122Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17123
17124 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17125 support for SCRIPT and STYLE with help from Bjorn Reese
17126 * test/HTML/* result/HTML/*: added simple testcase and updated
17127 the existing ones.
17128
17129Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17130
17131 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17132 string-range for empty strings
17133 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17134 test/XPath/xptr/strrange: augmented the XPointer testsuite
17135
17136Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17137
17138 * doc/xml.html doc/xmlmem.html: added a module describing memory
17139 interfaces and use, updated the main page.
17140
17141Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17142
17143 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17144 nanoftp code work on Windows too now
17145
17146Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17147
17148 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17149 * xpointer.c: implemented string-range() at least a good first version
17150 * test/XPath/docs/str test/XPath/xptr/strrange
17151 result/XPath/xptr/strrange: the string-range() tests
17152
17153Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17154
17155 * Makefile.am include/Makefile.am include/win32config.h
17156 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17157 and make distcheck
17158
17159Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17160
17161 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17162 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17163 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17164
17165Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17166
17167 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17168 patch for socklen_t detection by
17169 Albert Chin-A-Young <china@thewrittenword.com>
17170
17171Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17172
17173 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17174 and added a --dtdvalid option to xmllint used to test it
17175
17176Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17177
17178 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17179 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17180
17181Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17182
17183 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17184 handlings (registration, lookup, cleanup)
17185
17186Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17187
17188 * configure.in Makefile.am include/makefile.am: adding XPointer
17189 and XPtrtests target
17190 * xpointer.[ch] : new files for XPointer support
17191 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17192 more XPath tests
17193
17194Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17195
17196 * configure.in: fixed, very broken, make distcheck works again
17197
17198Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17199
17200 * More work toward 2.2.5, integrated a number of patches
17201 * configure.in Makefile.am win32config.h.in: trying to cleanup
17202 make distcheck .... huh ...
17203 * include/Makefile.am include/win32config.h: new directory
17204 for includes
17205 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17206 updated teh makefiles and instructions for WIN32
17207 * xpath.c: small fixes
17208 * test/XPath/ results/XPath: updated the testcases and results
17209 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17210 suggested patches
17211 * valid.c: fixed an ID bug
17212
17213Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17214
17215 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17216 the automake bug where wrong dependencies were generated.
17217 * xpath.[ch]: worked on XPointer
17218
17219Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17220
17221 * configure.in Makefile.am: 2.2.5, ship the include in an
17222 include/libxml subdirectory, use symlinks when using CVS
17223 * testSAX.c: fixed small bug
17224 * testXPath.c: changed the way testfiles are parsed
17225 * debugXML.c: same kind of cleanup when parsing an argument expression
17226 XPath/XPointers can have blanks embedded
17227 * xpath.[ch]: more cleanup, reorgs for XPointer work
17228 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17229 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17230
17231Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17232
17233 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17234 in the XPath engine, rewrote large parts of it, now it's far
17235 cleaner and in sync with the REC not an old WD. Fixed a parsing
17236 problem in the interactive XML shell found when testing XPath.
17237
17238Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17239
17240 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17241 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17242 examples with the extra test
17243
17244Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17245
17246 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17247 the global init function.
17248
17249Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17250
17251 * HTMLparser.c: Doohhh, attribute name parsing was still case
17252 sensitive ! Fixed this ...
17253 * result/HTML/* : updated the tests results accordingly
17254
17255Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17256
17257 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17258 engine, should be far more stable, incorporated a new version of
17259 preceding/following axis, need testing
17260 * uri.c: fixed file:///c:/a/b/c problem
17261 * test/XPath/tests/idsimple: augmented the XPath tests
17262
17263Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17264
17265 * doc/* rebuilding docs for 2.2.4 release
17266
17267Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17268
17269 * configure.in: releasing 2.2.4
17270 * parser.[ch]: added xmlStrEqual()
17271 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17272 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17273 use xmlStrEqual instead
17274 * TODO: updated
17275 * added an XPath test
17276
17277Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17278
17279 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17280 * entities.h: exported xmlInitializePredefinedEntities
17281 * parser.[ch] : added xmlInitParser()
17282 * parserInternals.h : had to export htmlInitAutoClose()
17283
17284Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17285
17286 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17287 problems
17288 * Makefile.am : added XPath regression tests to normal tests
17289 * uri.c: fixed a problem with local paths, cleanup
17290 * parser.c: fixed a problem with large CData sections
17291
17292Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17293
17294 * configure.in xml-config.in: patch from "Ben Taylor"
17295 <sol7x86@hotmail.com> for solaris shared libs lookup
17296
172972000-09-30 Martin Baulig <baulig@suse.de>
17298
17299 * libxml-2.0.pc.in: Provide pkg-config script.
17300
17301 * configure.in: Create the libxml-2.0.pc script from the
17302 libxml-2.0.pc.in templates.
17303 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17304 script in `$(libdir)/pkgconfig'.
17305
17306Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17307
17308 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17309 when compiling with MSC
17310
17311Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17312
17313 * xpath.c: patch for normalize-string() substring-before(),
17314 substring-after() and translate() functions from Bjorn Reese
17315 <breese@mail1.stofanet.dk>
17316 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17317 Fredrik Hallenberg <hallon@lysator.liu.se>
17318 * TODO: updated
17319
17320Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17321
17322 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17323 problem of socklen_t being undefined on a number of platforms
17324 * debugXML.c: fixed a compilation problem when without snprintf
17325
17326Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17327
17328 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17329 an URI bug and a fix for the control-character-induced infinite loop
17330 * nanohttp.c: preventive fix for compiling on WIN32
17331
17332Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17333
17334 * xmlint.c: closing bug #25000
17335
17336Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17337
17338 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17339 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17340 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17341 related function, fixing xmlStrncmp(), and associated cleanup
17342 * result/HTML/entities.html.sax: updating result
17343
17344Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17345
17346 * uri.c: applied patch for URI escaping from Wayne Davison
17347 <wayned@blorf.net>
17348 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17349 from Denis Barbier <barbier@imacs.polytechnique.fr>
17350 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17351 patch from Wayne Davison
17352
17353Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17354
17355 * doc/xml.html : updated with new releases, adding "how to help"
17356
17357Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17358
17359 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17360 removed a few warnings in pedantic mode ...
17361 * parserInternals.c parser.c: moved encoding switching function
17362 to parserInternals.c
17363 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17364
17365Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17366
17367 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17368 error or warning handlers
17369
17370Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17371
17372 * parserInternals.c parserInternals.h parser.c Makefile.am:
17373 created a new module parserInternals.c, moved most of the
17374 code shared by the various parsers there, as well as
17375 deprecated code from parser.c. More cleanup of parser.c
17376 * uri.c: fixed a problem when URI is NULL
17377 * valid.c: speedup when looking for an attribute declaration
17378
17379Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17380
17381 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17382 the cleanup of the computation of URI references when seeking
17383 external entities. The URI reference string and the resulting
17384 URI are both stored now.
17385 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17386 large s(n)printf checks and cleanup from Denis Barbier
17387 <barbier@imacs.polytechnique.fr>
17388 * xmlversion.h.in tree.h: couple of SGML declarations for a
17389 possible docbook module.
17390 * result/VC/ : a couple of test output changed due to the change
17391 of the entities URI
17392
17393Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17394
17395 * parser.h: added a _private field for linking user's data
17396
17397Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17398
17399 * parser.c parserInternals.h: demacroified most of the IS_XXX
17400 the gain in size is significant so ...
17401
17402Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17403
17404 * entities.c: cases where looking up entities with doc==NULL
17405 covered
17406
17407Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17408
17409 * uri.c: applied Wayne Davison patch
17410 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17411
17412Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17413
17414 * uri.c testUri.c: applied Wayne Davison patches
17415 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17416 * Makefile.in: added URItest and included thenin "make tests"
17417
17418Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17419
17420 * xmlversion.h.in: closed bug 22941
17421
17422Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17423
17424 * doc/xmlio.html: added doc and example for entity loader
17425 redefinition.
17426
17427Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17428
17429 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17430 used by libxml
17431
17432Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17433
17434 * parser.c: Fixed bug on invalid ontent characters and when using
17435 push.
17436 * xmllint.c: fixed xmllint endling of errors in push mode
17437
17438Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17439
17440 * HTMLparser.c testHTML.c: applied two new patches from
17441 Wayne Davison <wayned@users.sourceforge.net>
17442 * result/HTML/*.sax: regenerated HTML SAX output
17443 * parser.c: more cleanup.
17444
17445Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17446
17447 * HTMLparser.[ch] testHTML.c: applied the second set of
17448 patches from Wayne Davison <wayned@users.sourceforge.net>,
17449 adding htmlEncodeEntities()
17450 * HTMLparser.c: fixed an ignorable white space detection bug
17451 occuring when parsing with SAX only
17452 * result/HTML/*.sax: updated since the output is now HTML
17453 encoded...
17454
17455Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17456
17457 * HTMLparser.[ch]: applied some of Wayne Davison
17458 <wayned@users.sourceforge.net> patches
17459
17460Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17461
17462 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17463 undeclared namespace prefix was used, added a warning.
17464 Cleaned up support w.r.t. entities, spilling out a warning
17465 and being pedantic on lookups.
17466 * test/warning/ent9 : added testcase for previous example.
17467 * TODO: updated
17468 * parserInternals.h parser.c: changed the way names are parsed
17469 now allow infinite size and decrease penalty for normal use
17470 * parser.c: Started a big cleanup/check of the parser code,
17471 fixed some of the most tortuous entity code, spotted code
17472 unused anymore
17473 * test/*: added tests for very long names and related nasty
17474 things.
17475
17476Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17477
17478 * doc/encoding.html: added encoding aliases doc
17479 * doc/xml.html: updates
17480 * encoding.[ch]: added EncodingAliases functions
17481 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17482 bottleneck affecting large DTDs like Docbook
17483 * parser.[ch] xmllint.c: added a pedantic option, will be
17484 useful
17485 * SAX.c: redefinition of entities is reported in pedantic mode
17486 * testHTML.c: uninitialized warning from gcc
17487 * uri.c: fixed a couple of bugs
17488 * TODO: added issue raised by Michael
17489
17490Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17491
17492 * doc/encoding.html: propagated Martin Duerst suggestions
17493
17494Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17495
17496 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17497 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17498 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17499 by Wayne Davison
17500
17501Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17502
17503 * nanoftp.c nanohttp.c: small cleanup
17504 * TODO: updated
17505
17506Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17507
17508 * added an old VC testcase and updated title.xml entity
17509
17510Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17511
17512 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17513 done on auto-opening of <p> tags and cleanup of SAX output
17514
17515Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17516
17517 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17518
17519Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17520
17521 * doc/xml.html libxml.* structure.*: updated the doc a bit
17522
17523Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17524
17525 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17526 of SAX tests
17527
17528Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17529
17530 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17531 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17532
17533Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17534
17535 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17536 * testHTML.c: fix core dump on Solaris 2.x systems
17537 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17538 * result/HTML/*.sax: previous bug fix lead to new results
17539
17540Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17541
17542 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17543 * configure.in: added --with-readline=DIR to accept alternate
17544 path for readline include/library
17545 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17546 for ANSI under HP-UX
17547 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17548 includes @LIBS@
17549
17550Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17551
17552 * doc/* : rebuilt the docs
17553 * getting ready for 2.2.2 release
17554
17555Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17556
17557 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17558 and xmlAddFeature()
17559 * tree.[ch]: added xmlAddChildList()
17560 * xmllint.c: MAP_FAILED macro test
17561 * parser.h: added xmlParseCtxtExternalEntity()
17562 * valid.c: applied bug fixes removed warning
17563 * tree.c: added CDATA block to elements content
17564 * testSAX.c: cleanup of output
17565 * testHTML.c: added SAX testing
17566 * encoding.c: better error recovery
17567 * SAX.c, parser.c: fixed one of the external entity processing
17568 of the OASis testsuite
17569 * Makefile.am: added HTML SAX regression tests
17570 * configure.in: bumped to 2.2.2
17571 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17572 SAX results
17573
17574Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17575
17576 * configure.in: patch for HP compiler
17577
175782000-08-04 Sven Heinicke <sven@zen.org>
17579
17580 * xmllint.c: Was coredumping sometimes when the file given didn't
17581 exist.
17582
17583Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17584
17585 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17586
17587 when using in memory parsing. Need some cleanup.
17588 * xmllint.c configure.in: added a --memory flag to test memory
17589 parsing
17590
17591Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17592
17593 * nanohttp.c: fixed socklen_t replacement to unsigned int
17594 * parser.c: fixed a space handdling missing at the end of
17595 production 28 DOCTYPE.
17596 * xmlmemory.c: fixed a stupid bug on the routine to override
17597 allocation functions
17598 * TODO: updated
17599
17600Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17601
17602 * doc/ regenerated the docs
17603
17604Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17605
17606 * doc/encoding.html doc/xml.html: added I18N doc
17607 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17608 improvements, both parser and filters, added ASCII & HTML,
17609 fixed the ISO-Latin-1 one
17610 * xmllint.c testHTML.c: added/made visible --encode
17611 * debugXML.c : cleanup
17612 * most .c files: applied patches due to warning on Windows and
17613 when using Sun Pro cc compiler
17614 * xpath.c : cleanup memleaks
17615 * nanoftp.c : added a TESTING preprocessor flag for standalong
17616 compile so that people can report bugs more easilly
17617 * nanohttp.c : ditched socklen_t which was a portability mess
17618 and replaced it with unsigned int.
17619 * tree.[ch]: added xmlHasProp()
17620 * TODO: updated
17621 * test/ : added more test for entities, NS, encoding, HTML, wap
17622 * configure.in: preparing for 2.2.0 release
17623
17624Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17625
17626 * nanoftp.c: fixed the way the control connection is handled
17627 * libxml.spec.in: fixed the dependencies and cleanup
17628
17629Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17630
17631 * doc/xml.html: changed the xmlsoft.org structure, updated the
17632 examples w.r.t. root and childs
17633
17634Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17635
17636 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17637
17638Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17639
17640 * HTMLparser.c: Work on character encoding support for the HTML parser
17641 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
17642 * encoding.c: Fixed a potential memleak in the encoding stuff
17643
17644Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17645
17646 * doc/FAQ.html doc/Makefile.am : added a FAQ
17647
17648Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17649
17650 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
17651 of the HTML parser to force it to not bypass SAX
17652
17653Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17654
17655 * win32config.h.in: updated
17656 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
17657 lacks iconv support :-( need to release 2.1.1
17658 * configure.in: release 2.1.1
17659 * HTMLparser: fixed bug #14784
17660 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
17661 by Windows compiler
17662 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
17663 the SAX startDocument() callback.
17664 * TODO: updated
17665
17666Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17667
17668 * added xmlStopParser()
17669
17670Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17671
17672 * configure.in: 2.1.0 prerelease
17673 * Large resync between W3C and Gnome tree
17674 * nanoftp, nanohttp.c: fixed stalled connections probs
17675 * HTMLtree.c SAX.c : support for attribute without values in
17676 HTML for andersca
17677 * valid.c: Fixed most validation + namespace problems
17678 * HTMLparser.c: start document callback for andersca
17679 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
17680 * parser.h, SAX.c: serious speed improvement for large
17681 CDATA blocks
17682 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
17683 different encoding
17684 * example/Makefile.am example/gjobread.c tree.h: work on
17685 libxml1 libxml2 convergence.
17686 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
17687 and the LIBXML_TEST_VERSION macro
17688
17689Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17690
17691 * doc/xml.html: various patches and improvements typo fixed by
17692 Felix Natter
17693 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
17694 from Felix Natter <fnatter@gmx.net>
17695
17696Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17697
17698 * doc/upgrade.html: updated with instructions for support of both
17699 libxml-1.x and libxml-2.x
17700 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
17701 for 2.x support and also fixed includes
17702
17703Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17704
17705 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
17706 the encoding support, added iconv support, so now libxml if
17707 compiled with iconv automatically support japanese encodings
17708 among others. Work based on initial patch from Yuan-Chen Cheng
17709 I may have broken binary compat in the encoding handler
17710 registration scheme, but that was so utterly broken I don't
17711 expect anybody to have used this feature until now.
17712 * parserInternals.h: fixup on the CHAR range macro
17713 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17714 code.
17715 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17716 * uri.c: added xmlParseURI() I can't believe I forgot to
17717 implement this one in 2.0 !!!
17718 * SAX.c: moved doc->encoding update in the endDocument() call.
17719 * TODO: updated.
17720
17721Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17722
17723 * tree.h: removed extraneous xmlRemoveProp definition
17724 * TODO: added item about --disable-corba configure switch
17725 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17726 * nanoftp.c: fixed include problems giving troubles on AIX and
17727 slowlaris
17728 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17729 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17730 comment and headers changes to lower gtk-doc number of warnings
17731 * doc/html/*: rebuilt docs
17732
17733Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17734
17735 * HACKING: documented the tag for 1.x and instructions
17736
17737Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17738
17739 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17740 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17741 xmlCreateIOParserCtxt
17742 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17743 significant overall improvement
17744 * xmllint.c: added I/O test to xmllint
17745 * testSAX.c: added a speed test
17746 * doc/* : updated/regenerated
17747
17748Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17749
17750 * xpath.c uri.h parserInternals.h: cosmetic changes from
17751 "Timur I. Bakeyev" <timur@bat.ru>, including making
17752 xmlCreateURI() public
17753
17754Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17755
17756 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17757 and the code at the same time. Added a clean mechanism for
17758 overload or added input methods: xmlRegisterInputCallbacks()
17759 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17760 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17761 * TODO: updated
17762 * doc/* : updated/regenerated
17763 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17764 source dir
17765
17766Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17767
17768 * testURI.c: yet another forgotten commit, I should get some sleep !
17769
17770Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17771
17772 * xmllint.c: forgot to commit this too ?
17773
17774Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17775
17776 * xmlversion.h.in : forgot to commit this previously
17777
17778Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17779
17780 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17781 * README TODO: updated for release
17782 * uri.c uri.h: added authority parsing/saving
17783 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17784 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17785 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17786 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17787 Makefile.am : added compile-time customization of libxml
17788 --with-ftp --with-http --with-html --with-xpath --with-debug
17789 --with-mem-debug
17790 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17791 #include <libxml/xxx.h> I hope it won't break too much stuff
17792 and will be manageable in the future...
17793 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17794 and added xmllint to the installed programs
17795 * uri.h: added xmlFreeURI()
17796
17797Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17798
17799 * uri.c uri.h: finished the escaping handling, the base support
17800 and the URI path normalization. Looks good just lacks the
17801 authority content parsing code.
17802 * Makefile.am: added instructions to generate testURI
17803 * TODO: updated
17804 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17805 added links and icons for W3C and Gnome
17806
17807Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17808
17809 * xmlmemory.[ch] : seems I forgot to actually update the files in
17810 the last commit :-)
17811 * doc/xml.html doc/html/* : updated and uploaded the docs
17812
17813Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17814
17815 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17816 * TODO: updated
17817 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
17818 libxml default allocation function with another set (like gmalloc/
17819 gfree).
17820 * Makefile.am, uri.c, uri.h: added a set of functions to do
17821 exact (litteraly copied from the RFC 2396 productions) parsing
17822 and handling of URI. Will be needed for XLink, one XML WFC,
17823 XML Base and reused in the nano[ftp/http] modules. Still work
17824 to be done.
17825
17826Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17827
17828 * configure.in, libxml.spec.in : libxml2
17829 * doc/* : updated the doc page, rebuilt the docs
17830
17831Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17832
17833 * all: tagged LIB_XML_1_X
17834 * *.c *.h : updated from W3C CVS tree
17835 * configure.in : 2.0.0-beta
17836 * libxml.spec.in : libxml2 package nam
17837 * result/* : new version of the tests output
17838
17839Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17840
17841 * doc/xml.html, doc/update.html: updated docs, 1.8.7
17842
17843Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17844
17845 * doc/* : rebuilt the docs
17846 * parser.c: final patch on #6766
17847 * valid.c: small patch on validity checks.
17848
17849Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17850
17851 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
17852 added
17853 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
17854 compatibility w.r.t. XML spec and existing code.
17855
17856Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17857
17858 * parser.c: seems a better solution to <a> </a> exists,
17859 will try it for a while
17860
17861Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17862
17863 * parser.c: tried to remove the <a> </a> generating <a/>
17864 this is hard. Left a flag for that purpose. Fixed bug #6766
17865 * configure.in: prepared 1.8.7 not released, due to previous
17866 problem
17867
17868Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17869
17870 * doc/xml.html : applied second patch from Paul DuBois
17871
17872Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * doc/xml.html : applied patch from Paul DuBois
17875
17876Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17877
17878 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
17879
17880Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17881
17882 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
17883 compilation warnings on various platforms.
17884 * parser.c: Fixed #5281 validity error callbacks are now desactived
17885 by default if not validating.
17886
17887Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17888
17889 * nanoftp.c, win32config.h.in: patches to compile on WIN32
17890
17891Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17892
17893 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
17894 <gkatsi@cs.toronto.edu>
17895
17896Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17897
17898 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
17899 processing URLs
17900
17901Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17902
17903 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
17904 xmlNanoFTPUpdateURL for persistent control connections.
17905 * configure.in: 1.8.6
17906
17907Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17908
17909 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
17910 * tree.[ch] : added xmlSaveNoEmptyTags
17911
179122000-01-29 James Henstridge <james@daa.com.au>
17913
17914 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
17915
17916 * Makefile.am: added nanoftp.[ch] to the build.
17917
17918Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17919
17920 * nanoftp.[ch]: cleanup, comments, API
17921 * debugXML.c : fixed a bug in the cat command
17922 * doc/*: regenerated the docs
17923
17924Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17925
17926 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
17927 * debugXML.c : fixed a bug in the cat command
17928 * valid.c: fixing some small probs
17929 * libxml.spec.in: get rid of the SNAP suffix
17930 * doc/xml.html: updated the status
17931
17932Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17933
17934 * xml-config.in: xml-config --version to just return the
17935 version number
17936 * xpath.c: some cleanup w.r.t. axis when the current node is
17937 an attribute.
17938 * TODO: updated
17939
17940Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17941
17942 * configure.in: prepared for libxml-1.8.5
17943 * doc/* recompiled the documentation
17944
179452000-01-17 Jody Goldberg <jgoldberg@home.com>
17946
17947 * configure.in : WARNING autoconf subtlety alert :
17948 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
17949 when looking for zlib.h so that HAVE_ZLIB_H is defined.
17950 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
17951 get defined by AC_CHECK_HEADERS.
17952
17953Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17954
17955 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
17956 Rune.Djurhuus@fast.no
17957
17958Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17959
17960 * TODO: updated
17961 * tree.c, parser.c: made sure that only memory alloc problems
17962 and internal parser errors are allowed to write to stdout or
17963 stderr.
17964
17965Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17966
17967 * tree.c : restored xmlNewGlobalNs since this seems used by
17968 a lot of existing code :-(, fixed a bug in xmlNewNs
17969 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
17970 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
17971 to exit() from the library code.
17972 * xpath.c, parser.c: removed bugs or unused code detected by
17973 Windows compilers
17974 * parser.c: started adding interfaces for parsing well balanced
17975 XML fragments
17976 * configure.in: releasing 1.8.4
17977 * doc/* : rebuilt the docs
17978
17979Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17980
17981 * tree.[ch] : added xmlNewDocFragment() for DOM
17982 * testHTML.c: uninitialized variable.
17983
17984Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17985
17986 * doc/* : rebuild the docs
17987
17988Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17989
17990 * acconfig.h: readline and history patch
17991 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
17992 * tree.c: added check and handling when possibly removing an ID
17993 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
17994 and saving.
17995 * test/HTML/entities.html result/HTML/entities.html* : test for
17996 various entities reference cases
17997 * result/HTML/* : as a result output of some testcase have
17998 changed
17999 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18000 by previous example. added xmlParseTryOrFinish().
18001 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18002 entities.h debugXML.h HTMLparser.h: changed the way struct are
18003 declared to allow gtk-doc to expose those
18004 * parser.c: closed bug #4960
18005 * Makefile.am configure.in: Applied patch from
18006 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18007 and math/socket libs detection
18008
18009Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18010
18011 * configure.in, Makefile.am: link tester against readline
18012 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18013
18014Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18015
18016 * tree.[ch]: added xmlRemoveProp
18017 * win32config.h.in nanohttp.c: avoid including the Windows
18018 socket stuff in every C files
18019 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18020 the XmL parser(s)
18021 * test/ns4 result/ns4 etc...: added test case for previous prob
18022 * tree.c: xmlNewNs wasn't checking for double definition
18023 * Makefile.in: fixed a problem with dist-hook duplicates
18024 * parser.[hc], xmlIO.c: fixed the loading of external entities
18025 APIs, now xmlLoadExternalEntity() is used everywhere and
18026 setting up an app specific front-end using the
18027 * SAX.c parser.c: some fixes, now the xhtml spec validates
18028 with the xhtml DTD.
18029 * error.c: fixed crashes in case of no input stream
18030 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18031 to the validation tests and results
18032
18033Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18034
18035 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18036 too htmlCreatePushParserCtxt() and htmlParseChunk()
18037 * parser.c: a bit of cleanup.
18038 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18039 to XML) removed the last mem leak known
18040 * HTMLtree.c: output message cleanup
18041 * xmlmemory.c: display content info about memory blocks
18042 * result/HTML/wired.* : missing att value warning change
18043
18044Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18045
18046 * doc/* : rebuilt the documentation
18047
18048Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18049
18050 * parser.[ch] parserInternals.h: Push parser for XML,
18051 seems to work fine now
18052 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18053 --push for push testing
18054 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18055 * testSAX.c: added --push
18056 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18057 subtree
18058 * xmlIO.[ch] : enriched API + fixes for push mode
18059 * entities.[ch]: added the entity content length to the struct.
18060 * xmlmemory.[ch]: new API to show the last entries for the shell
18061 * valid.c: added required attribute testing
18062 * SAX.c: the cdata callback now merge contiguous fragments
18063 * HTMLparser.c: cleanup of some macros
18064
18065Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18066
18067 * parser.c: fix for PIs name starting with xml
18068 * tree.c: fixed a potential problem with || and && ops
18069 * *.c, configure.in win32config.h.in : generate win32config.h for
18070 those on the Other Side !
18071
18072Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18073
18074 * parser.c: fixed a stupid = vs. == bug :-(
18075 * doc/gnome-xml.sgml: s/glade/xml/
18076
18077Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18078
18079 * configure.in, doc/xml.html : bug fix release 1.8.2
18080 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18081 Hopefully the end of that silly C++ include problem
18082 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18083 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18084 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18085 troubles with autoclosed elements when the stree shape doesn't
18086 follow the DtD specs. Added htmlIsAutoClosed() and
18087 htmlAutoCloseTag()
18088 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18089 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18090 * debugXML.c: fixed a bug on printing default namespaces.
18091 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18092
18093Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18094
18095 * result/HTML/*.htm[l] : updated the HTML regression tests according
18096 to the new output
18097 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18098 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18099 problem due to intermix of extern "C" { ... } declarations for C++
18100 and recursive includes in the headers
18101
181021999-12-20 Chris Lahey <clahey@umich.edu>
18103
18104 * HTMLtree.c: Made it so that html nodes with a single child do
18105 not insert a carriage return before or after the child node.
18106
18107Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18108
18109 * configure.in, doc/xml.html : bug fix release 1.8.1
18110 * parser.c: fixed bug #4344
18111 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18112 added the glue to avoid C++ problems
18113 * doc/* : regenerated the documentation
18114
18115Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18116
18117 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18118 namespace recognition, and Dia as a resul :-(
18119 * encoding.c: closed bug #3950
18120
18121Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18122
18123 * valid.c: debugging a posteriori validation, except URI expansion
18124 stuff this should be fixed now
18125 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18126 Carl Nygard <cnygard@bellatlantic.net>
18127 * tester.c: added --postvalid, cleaning of the code
18128 * tree.[ch]: added xmlDocGetRootElement()
18129
18130Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18131
18132 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18133 c++ losage.
18134
18135Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18136
18137 * configure.in, doc/xml.html : bumped to 1.8.0
18138 * xlink.[ch], Makefile.am : added framework for link detection
18139 * parser.h: added nbChars to parser context, needed for cleanup.
18140 * xmlmemory.c: removed a nasty bug when out of mem
18141 * valid.[ch]: adding namespace support for attribute decl
18142 * tester.c: added --debugent option
18143 * debugXML.[ch]: added xmlDebugDumpEntities()
18144 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18145 buffers instead, this was really needed, validation was breaking
18146 in strange ways due to that. Added xmlParseStringPEReference()
18147 and other parsing from strings functions. Entities processing
18148 modified again, but PERef are still not handled correcly but
18149 unless you're Eve Maller you won't notice :-)
18150 * HTMLparser.c: large changes toward reliability, and switched to
18151 lowercase internal tags, XHTML is lowercase, so it will help
18152 that output is closer to next version.
18153 * doc/* : regenerated the documentation, it is now hosted at
18154 http://xmlsoft.org/ (same bits I just bought the domain :-)
18155
18156Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18157
18158 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18159 doc generation
18160 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18161 in the SAX API
18162 * doc/*: rebuilt the doc making sure everything appears in the
18163 HTML files
18164
18165Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18166
18167 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18168 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18169 which allow impressive speed improvement on dataset with
18170 large text pieces, but at the cost of broken binary
18171 compatibility and slightly bigger memory usage.
18172 Configure with --with-buffers to activate them, they
18173 are protected with XML_USE_BUFFER_CONTENT define.
18174 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18175 goal is 0 memory left allocated once parser is no more used
18176 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18177 call xmlCleanupParser() and xmlMemoryDump()
18178
18179Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18180
18181 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18182 * parser.[ch] encoding.[ch]: added memory cleanup routines
18183 * parser.c: closing bug #3788
18184 * doc/*: rebuilt the doc
18185
18186Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18187
18188 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18189 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18190 * tester.c: added --compress option
18191 * doc/*: rebuilt the documentation
18192
18193Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18194
18195 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18196 if given /proc/kcore as input !
18197 * doc/xml.html doc/*: updated and rebuilt the documentation
18198
18199Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18200
18201 * parser.c: Fixed some wrongly space collapsing code due to
18202 a misreading of the spec.
18203 * result/*: fixed the output accordingly
18204
18205Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18206
18207 * encoding.c: bug fix and typos
18208 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18209 * parser.c: added attribute normalization closing bug #3597
18210 * test/att* result/att* SAXresult/att*: testcase for attribute
18211 normalization
18212
18213Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18214
18215 * configure.in: closing bug #3163 by adding extra flags for the
18216 cc compiler on HP-UX
18217
18218Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18219
18220 * valid.[ch] : removed a typo and an enumerated type bug in the
18221 xmlAddElementDecl() function
18222 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18223 call to xmlEncodeEntitiesReentrant() so that the functions
18224 New, Set and Get are at the same level.
18225 * parser.c HTMLparser.c: extra memory allocation bug for
18226 attributes detected by someone using libxml in embedded systems :-)
18227
18228Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18229
18230 * xmlmemory.h: turned off mem debug :-\
18231
18232Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18233
18234 * parser.c: closed bug #2784 a one line fix, but worth pushing
18235 a new release out
18236 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18237 some structures, comments before and after the
18238 main element, and other nastyness
18239 * HTMLtree.c tree.c: accomodate the extended HTML supported
18240 * configure.in: pushing 1.7.4
18241 * test/ent8 and related outputs : added a new test for bug #2784
18242 * test/HTML/wired.html and related output: a nasty HTML example
18243 * Makefile.am: improved the test scripts
18244 * docs/* : reran the documentation extractor, updated xml.html
18245
18246Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18247
18248 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18249 HTMLparser and debugged the HTML related code. HTML documents
18250 now have their own type
18251 * entities.c: do not dump &apos; for HTML output
18252 * xmlmemory.c: improvement, breakpoint mechanism
18253 * testHTML.c: added --sax --repeat ...
18254 * Makefile.am: improved the HTML tests
18255 * valid.[ch]: added xmlValidGetValidElements and
18256 xmlValidGetPotentialChildren
18257 * tester.c: added --insert to test the 2 new functions
18258 * test//* result//* SAXresult//* : regression test cleanup
18259 and extension.
18260 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18261 gnome-xml-nanohttp.html
18262
18263Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18264
18265 * HTMLparser.c: fixed problems with some autoclose tags
18266 * tree.c: fixed XML output problems.
18267 * result/* SAXresult/*: update of the tests output
18268
18269Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18270
18271 * Makefile.am: Arturo patch for xmlConf.sh version info
18272 * parser.c: Tim Josling patch for single quoted items
18273 * tester.c: Tim Josling patch for tester options usage
18274 * tree.h: indent cleanup
18275
18276Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18277
18278 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18279 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18280
18281Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18282
18283 * tree.c : Raph patch for initialization of CORBA fields
18284 * parser.c, xpath.c, ...: modification of doc comments
18285 * xpath.c : allow spaces in xpath expressions
18286
18287Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18288
18289 * xmlmemory.h: turning off memory debug :-(
18290
18291Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18292
18293 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18294 better SAX interfaces.
18295 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18296 entity.
18297 * configure.in: 1.7.2
18298
18299Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18300
18301 * libxml.spec.in: fixed the URL
18302 * doc/xml.html: improved the documentation front-end
18303
18304Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18305
18306 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18307
18308Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18309
18310 * libxml.spec.in: fixed the alpha compile problem
18311 * parser.[ch]: changed errno to errNo in the parser context :-(
18312 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18313 * doc/xml.html: changed CHAR to xmlChar
18314 * doc/html/*: recompiled the documentation
18315 * configure.in: 1.7.1
18316
18317Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18318
18319 * parser.h: modified the parser context struct to regain 1.4.0
18320 binary compatibility
18321 * parser.c, xml-error.h: added errno ot teh context and defined
18322 a set of errors values with update of errno
18323 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18324 DTDs and entities
18325 * *.h, *.c: complete cleanup of the use of config.h and include
18326 protection depending on the current setup.
18327 * overalll debugging, maintenance and bug-fixing on all modules
18328 * updated the documentation
18329 * ready for 1.7.0
18330
18331Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18332
18333 * HTMLparser.c : cleanup
18334 * SAX.c valid.c valid.h: added ID/IDREF checking
18335 * tree.c tree.h: extended doc structure for refs
18336 * configure.in: 1.6.2
18337 * parser.c: patched bug in SAX user arg call
18338 * parserInternals.h: patched missing close in C++ wrapping
18339 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18340 especially upcoming XPointer implementation.
18341 * doc/xml.html: augmented, typo
18342
18343Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18344
18345 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18346 not all invocations of install understand -d.
18347
18348Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18349
18350 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18351 to make 'check' works, when builddir != srcdir.
18352
18353Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18354
18355 * doc/xml.html : updated the documentation
18356
18357Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18358
18359 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18360 not deallocated memory blocks
18361 * *.c : replaces all calls to malloc() free() and realloc() to
18362 the wrapper functions/macros
18363 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18364 instead of xmlFreeNodeList()
18365
18366Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18367
18368 * HTMLparser.c: corrected a stupid bug leading to core dump at
18369 tree deallocation. Removed warnings indicated by
18370 Stephane.Conversy@lri.fr
18371 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18372 looked for in the external subset
18373
18374Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18375
18376 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18377 on SGI by Stephane.Conversy@lri.fr
18378
18379Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18380
18381 * all .h : changed the prototype declaration indent as in gtk
18382 * most .c : working on reducing the TODOs in the code
18383 * most .c : cleanup though -pedantic and Insure++
18384 * improvements on validation ID checkings.
18385 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18386 * xml-config.in: closed #1810
18387
18388Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18389
18390 * tree.h, valid.c, valid.h: more work on validity, IDs
18391 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18392 definition for AIX
18393
18394Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18395
18396 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18397 the distribution due to a cut'n paste error at last commit
18398
18399Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18400
18401 * configure.in: upgraded to version 1.4.0
18402 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18403 Big update, added a large part of the validation process,
18404 it should be usable, but some parts are missing
18405 * xpath.c: improved the implementation w.r.t. root.
18406 * Makefile.am: added more tests
18407 * test and result trees: added a lot of tests
18408 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18409
18410Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18411
18412 * Added an HACKING file
18413
18414Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18415
18416 * xpath.[ch] : improvements and debug of the XPath implementation
18417 * parser.c, HTMLparser.c : modified the parsers to be progressive
18418 * tree.[ch] : extended the Buffer promitives
18419 * xmlIO.[ch] : added basic I/O routines providing progressive
18420 parsing and ready for I18N conversion plugins
18421 * SAXresult/* : the SAX callback sequence maybe slightly different
18422 now
18423 * test*.c : improved/updated the tests programs
18424 * doc/* : recompiled the docs.
18425
184261999-07-26 Michael Meeks <michael@edenproject.org>
18427
18428 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18429
18430 * tree.c: Ditto.
18431
18432Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18433
18434 * configure.in: upgraded to version 1.4.0
18435 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18436 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18437 XML query language, see http://www.w3.org/TR/xpath for more details.
18438 * parser.c, parser.h: added CHAR* related string functions for XPath
18439 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18440 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18441 rebuild the docs.
18442 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18443 and regression testing capabilities for XPath.
18444
18445Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18446
18447 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18448 closing bug #1646
18449
18450Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18451
18452 * Makefile.am, example/Makefile.am: closed bug #1683
18453
18454Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18455
18456 * example/Makefile.am, configure.in: added the makefile for the
18457 gjobread example
18458
18459Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
18460
18461 * doc/Makefile.am:
18462 - fix which allow "make install DESTDIR=</install/prefix>".
18463
18464Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18465
18466 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18467 which fixed a problem on the file reading-code.
18468
18469Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18470
18471 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18472 output.
18473 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18474
18475Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18476
18477 * parser.h : Oops removed the binary compatibility problem
18478 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18479 * parser.c, HTMLparser.c: applied patches for reading from stdin
18480
18481Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18482
18483 * parser.c, entities.c, valid.c: cleanup bug #1591
18484 * configure.in: cleanup bug #1592
18485 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18486 the same tree back-end. Hence gdome will be available for it.
18487 * doc/Makefile.am: close bug #617
18488
18489Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18490
18491 * parser.c: alloctate a per parser context SAX interface block
18492
18493Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18494
18495 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18496 and xmlEncodeEntitiesReentrant with the correct one :-\
18497
18498Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18499
18500 * commit of my internal XML base changes, quite a lot of
18501 changes, cleanups, better entities support, framework for
18502 new I/O and charset detection and handling
18503 * Fixed the configure/Makefile stuff to generate shared libs
18504 with the proper version info, so we jumped on rev from
18505 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18506 xmlEncodeEntities() result need to be freed now, and a string
18507 xmlParserVersion provide the current library version.
18508
18509Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18510
18511 * parser.c: fixed a buffer overrun for when you have a very long
18512 attribute with no entities in it.
18513
18514Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18515
18516 * added example directory
18517 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18518
18519Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18520
18521 * Release of libxml-1.1, nearly everything has been touched for
18522 this.
18523 * Added more regression tests
18524 * Updated the documentation
18525
18526Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18527
18528 * tree.[ch]: unified the XML_NO_CORBA defines.
18529 * parser.c encoding.[ch]: started plugging in char encoding detection
18530
18531Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18532
18533 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18534 Also freed allocated buffer.
18535
18536Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18537 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18538 reentrancy problem at printing. One is left in entities.c, to
18539 remove ASAP
18540 * testSAX.c : added a test example showing the use of the SAX
18541 interface if one doesn't want to build the DOM tree.
18542 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18543
18544Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18545
18546 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18547 large revamping of the parser to use SAX callbacks
18548 http://www.megginson.com/SAX/ (or at least a C like interface
18549 a la Expat). It's now possible to set up your own callbacks
18550 and the parser will not build a DOM tree.
18551 * test/* result/*: updated the test suite, I finally removed
18552 the old Namespace draft support (PI based).
18553
18554Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18555
18556 * Makefile.am: added test result to EXTRA_DIST for make tests
18557
18558Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18559
18560 * parser.c, parserInternals.h: moved the chars macro definitions
18561 to parserInternals.h
18562 * parser.c, error.c: applied patches from "Knut Ã…kesson"
18563 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18564
18565Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18566
18567 * xml-config.in : applied patch to make --version work
18568
185691999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18570
18571 * Makefile.am (check-local): Alias for `tests' target. This will
18572 cause `make check' to do the right thing.
18573 (tests): Don't run tests in srcdir. Also, replaced calls to
18574 basename with a `sed' "equivalent".
18575
18576Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18577
18578 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18579 it in the header and not the sources, updated the doc.
18580 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18581 pointing this out.
18582
18583Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18584
18585 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18586 exported the inputStream routines.
18587 * doc/html/* : updated accordingly
18588
18589Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18590
18591 * parser.c, parser.h, parserInternals.h: added a few extra
18592 internal calls to allocate and free parser contexts ...
18593 * doc/html/* : updated accordingly
18594
18595Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18596
18597 * configure.in, Makefile.am, doc/makefile.am : General changes for
18598 1.0.0 release and including the generated HTML documentation.
18599
18600Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18601
18602 * makefile.am : added parserInternals.h, oops.
18603
18604Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18605
18606 * parserInternals.h: added this header giving access to the parser
18607 internal functions.
18608 * doc/Makefile.am : added a rebuild target which rebuilds the full
18609 set of documentations
18610 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18611 the internal subset.
18612 * *.c *.h: modifications needed to generate the documentation using
18613 gtk-doc, cleanup of functions blocks, reorganisation of struct
18614 declarations.
18615
18616Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18617
18618 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18619 the tar and spec file to include the beginning of the doc.
18620
186211999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18622
18623 * doc/.cvsignore: Added this file.
18624
18625Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18626
18627 * tree.c: fixed xmlGetProp to return "" when the attribute
18628 exists, even if the node-list is NULL.
18629
18630Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18631
18632 * tree.c: patched an error outputting empty attribute values.
18633 * Makefile.am and doc/makefile.am: have been updated during the
18634 week-end. Sorry for an empty CVS log, I got a shell problem.
18635
18636Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18637
18638 * tree.h: cleaned up using enums instead of defines
18639 * parser.c, valid.[ch]: more work on parsing/output of element
18640 declarations
18641
18642Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18643
18644 * valid.[ch], tree.c, parser.c : more work toward full parsing
18645 of XML DTDs.
18646 * README: added informations about mailing-list and on-line
18647 documentation
18648
186491999-01-27 Raja R Harinath <harinath@cs.umn.edu>
18650
18651 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
18652
18653Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18654
18655 * parser.c, tree.[ch] : more work toward conformance testing,
18656 added a last element to accelerate parsing of very flat structures
18657 started working on internal subset Element content declaration.
18658 * valid.[ch] : first cut at adding code toward validation.
18659 * previous changes had also small impact on most files, especially
18660 the conformance testing using James Clark test suite.
18661
18662Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18663
18664 * test/* : updated the examples, most of them were not well
18665 formed (humm), and added rdf2.
18666 * result/* : resulting changes in the output.
18667
18668Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18669
18670 * tree.c: changed the behaviour of xmlGetProp on NULL values.
18671
18672Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18673
18674 * tree.c: patched a bug in the generation of empty attributes
18675
18676Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18677
18678 * entities.[ch], tree.[ch], tester.c: added copy interfaces
18679 for node/trees/documents/... Biggest problem is namespace
18680 support when copying subtrees.
18681
18682Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18683
18684 * parser.c, entities.c: improve entities and char ref encoding,
18685 and cleanups of error messages.
18686
18687Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18688
18689 * parser.c, entities.c: simple bug hunting done during rpm2html and
18690 rpmfind integration.
18691
18692Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18693
18694 * parser.[ch]: Added interfaces allowing to specify a SAX
18695 handler before parsing.
18696
18697Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18698
18699 * parser.c: redirrect all errors reporting through the SAX
18700 error function
18701
18702Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18703
18704 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
18705 * libtool, tlmain ...: update of the libtool files
18706
187071998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
18708
18709 * entities.c: Use g_snprintf insteda of snprintf.
18710
18711Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18712
18713 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18714 added ent5 test for this purpose.
18715 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18716
18717Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18718
18719 * parser.c: fixed? a strange error due to compression on a GWP
18720 document.
18721
18722Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18723
18724 * tree.[ch]: bug fixing
18725 * entities.[ch]: defined a specific type for predefined entities
18726 * doc/xml.html: more documentation on the library, how to use it,
18727 overview of the interfaces.
18728
18729Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18730
18731 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18732
18733Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18734
18735 * tree.c: corrected a small bug
18736 * doc/xml.html: continuing writing documentation.
18737
18738Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18739
18740 * debugXML.h debugXML.c: added debugging utilities.
18741 * tester.c: added --debug switch.
18742 * tree.c: patched an incorrect node->type assignment.
18743 * parser.c: formatting, ensure that node->doc != NULL in attributes
18744
18745Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18746
18747 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18748 entity support and provide an internal representation close to
18749 DOM one (entity ref nodes, and attribute value as tree). I tried
18750 to preserve the interface but this will surely break some apps
18751 (I have to change rpm2html/rpmfind for example). I had to change
18752 two interfaces, and the generated tree is somewhat different.
18753 * doc/* : started documenting the XML library, the tree and
18754 DOM/Corba. This is a first step.
18755
18756Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18757
18758 * parser.c: Set up the fonctions comment block, boring but useful.
18759 * parser.h, SAX.c, parser.c: now attributes are processed through
18760 the SAX interface. The problem is that my SAX interface diverged
18761 quite a bit from the original one, well this is not an official
18762 spec, and translating it from Java to C is hairy anyway...
18763
18764Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18765
18766 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18767 fonctions comment block, boring but useful.
18768
18769Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18770
18771 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18772 conversion routines. However they are not yet used to convert the
18773 inputs. The core will run with UTF-8.
18774
18775Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18776
18777 * tree.c : make sure that the type id is properly set-up when
18778 a new object is allocated, needed for DOM.
18779
18780Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18781
18782 * tree.h, tree.c: Ok, the main objects in the tree will be native
18783 corba objects, it costs 8 bytes per Node, Attribute and Document
18784 but it simplifies the Corba integration a lot (no extra interface
18785 objects to allocate/free).
18786
18787Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18788
18789 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18790 and changed NODEs contants for conformity with DOM Level 1
18791
18792Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18793
18794 * added hooks to keep track of servants when creating objects
18795 xmlDoc and xmlNode (for Corba export).
18796
18797Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18798
18799 * added xml-config script.
18800
18801Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18802
18803 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18804 to autoupdate libtool and automake conf files.
18805
188061998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18807
18808 * Makefile.am: Use '?' to separate the sed
18809 commands as ',' is used when people pass -Wl,something.
18810
18811Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18812
18813 * tree.c, tree.h: added a per-document compression interface.
18814
18815Tue Sep 22 20:47:38 EDT 1998
18816
18817 * tree.c, tree.h: added saving with compression and added interfaces
18818 to control the compression level (xmlGetCompressMode,
18819 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18820
18821Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18822
18823 * parser.c: corrected a loop for files of size 0
18824
188251998-08-20 Raja R Harinath <harinath@cs.umn.edu>
18826
18827 * error.h: New file. Contains prototyes from `error.c'.
18828
18829Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
18830
18831 * Makefile.am (xmlincdir): New macro.
18832 (xmlinc_HEADERS): Renamed from include_HEADERS.
18833
18834Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18835
18836 * applied small patch on numeric entities from
18837 Christopher Blizzard <blizzard@appliedtheory.com>
18838
18839Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18840
18841 * New release 0.2, removed the old xml_* files so that it's
18842 coherent with the other CVS base (W3C), far better conformance
18843 to standard, new namespaces, decent entities support, beginning
18844 of a SAX-like interface. Nearly nothing left intact, even the
18845 test examples ...
18846
188471998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
18848
18849 * .cvsignore: Add .deps dir
18850
18851Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18852
18853 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
18854
18855Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18856
18857 * configure.in: added test for CPP
18858 * AUTHORS, Changelog: the original ones didn't get commited but the
18859 glib ones instead, fixed.
18860 * Makefile.am: corrected an error in library naming
18861
18862Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18863
18864 * integrated code developped at W3C
18865 * changed the original Copyright
18866 * migrated to automake
18867 * prefixed the filenames by xml_ to avoid filename clashes
18868